@charset "UTF-8";
/*
  Project: ARCA
  Author: schrittweiter GmbH
 */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1864px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1864px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1864px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1864px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1864px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1864px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1864px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1864px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1863px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1864px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1863px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1800px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1864px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1800px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #b0b0b0;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #b0b0b0;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 48px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 48px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 48px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -48px;
  top: -48px;
  transform: translate3d(48px, 48px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -48px;
  top: -48px;
  transform: translate3d(-48px, 48px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -48px;
  top: 48px;
  transform: translate3d(48px, -48px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -48px;
  top: 48px;
  transform: translate3d(-48px, -48px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714286px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.4285714286px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

/**
 * Hide content
 */
.houdini {
  display: none;
  /**
   * Remove focus styles from content
   * @type {String}
   */
  /**
   * Show expanded content
   */
}
.houdini[tabindex="-1"]:focus {
  outline: none;
}
.houdini.is-expanded {
  display: block;
}

/**
 * Remove button appearance from heading buttons
 */
.houdini-heading .houdini-toggle {
  background: inherit;
  border: none;
  display: block;
  font: inherit;
  padding: 0;
  text-align: inherit;
  width: 100%;
}

/**
 * Style icon
 */
.houdini-toggle-icon {
  padding: 0 0.5em;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: hsl(0, 0%, 100%), hsl(0, 0%, 4%);
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: hsl(0, 0%, 4%), hsl(0, 0%, 100%);
}

.swiper-button-prev.swiper-button-light,
.swiper-button-next.swiper-button-light {
  --swiper-navigation-color: hsl(0, 0%, 96%), rgba(0, 0, 0, 0.7);
}

.swiper-button-prev.swiper-button-dark,
.swiper-button-next.swiper-button-dark {
  --swiper-navigation-color: hsl(0, 0%, 21%), #fff;
}

.swiper-button-prev.swiper-button-primary,
.swiper-button-next.swiper-button-primary {
  --swiper-navigation-color: hsl(171, 100%, 41%), #fff, #ebfffc, #00947e;
}

.swiper-button-prev.swiper-button-link,
.swiper-button-next.swiper-button-link {
  --swiper-navigation-color: hsl(229, 53%, 53%), #fff, #eff1fa, #3850b7;
}

.swiper-button-prev.swiper-button-info,
.swiper-button-next.swiper-button-info {
  --swiper-navigation-color: hsl(207, 61%, 53%), #fff, #eff5fb, #296fa8;
}

.swiper-button-prev.swiper-button-success,
.swiper-button-next.swiper-button-success {
  --swiper-navigation-color: hsl(153, 53%, 53%), #fff, #effaf5, #257953;
}

.swiper-button-prev.swiper-button-warning,
.swiper-button-next.swiper-button-warning {
  --swiper-navigation-color: hsl(44, 100%, 77%), rgba(0, 0, 0, 0.7), #fffaeb, #946c00;
}

.swiper-button-prev.swiper-button-danger,
.swiper-button-next.swiper-button-danger {
  --swiper-navigation-color: hsl(348, 86%, 61%), #fff, #feecf0, #cc0f35;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-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-color: hsl(0, 0%, 100%), hsl(0, 0%, 4%);
}

.swiper-pagination-black {
  --swiper-pagination-color: hsl(0, 0%, 4%), hsl(0, 0%, 100%);
}

.swiper-pagination-light {
  --swiper-pagination-color: hsl(0, 0%, 96%), rgba(0, 0, 0, 0.7);
}

.swiper-pagination-dark {
  --swiper-pagination-color: hsl(0, 0%, 21%), #fff;
}

.swiper-pagination-primary {
  --swiper-pagination-color: hsl(171, 100%, 41%), #fff, #ebfffc, #00947e;
}

.swiper-pagination-link {
  --swiper-pagination-color: hsl(229, 53%, 53%), #fff, #eff1fa, #3850b7;
}

.swiper-pagination-info {
  --swiper-pagination-color: hsl(207, 61%, 53%), #fff, #eff5fb, #296fa8;
}

.swiper-pagination-success {
  --swiper-pagination-color: hsl(153, 53%, 53%), #fff, #effaf5, #257953;
}

.swiper-pagination-warning {
  --swiper-pagination-color: hsl(44, 100%, 77%), rgba(0, 0, 0, 0.7), #fffaeb, #946c00;
}

.swiper-pagination-danger {
  --swiper-pagination-color: hsl(348, 86%, 61%), #fff, #feecf0, #cc0f35;
}

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

/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Colors
   ========================================================================== */
:root {
  --app-height: 100%;
  --app-primary-color: #002d53;
  --plyr-color-main: #fff;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
@font-face {
  font-family: "Sofia Pro Soft";
  src: url("../assets/fonts/1447077/4f65124f-56e9-434d-bc06-8c897025580f.woff2") format("woff2"), url("../assets/fonts/1447077/c2b206ca-81cd-408f-8ceb-83170b468029.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Soft";
  src: url("../assets/fonts/1447101/59aae5d5-e9e1-41cd-ad52-eb695a55f745.woff2") format("woff2"), url("../assets/fonts/1447101/318b8daa-6fe1-41fd-b9b8-76826d444e74.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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-.
 */
figcaption,
figure {
  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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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 */
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 */
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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;
}

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1.3rem;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 1rem;
}

p {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  p {
    font-size: 20px;
  }
}

/* ==========================================================================
   #BLOCKQUOTES
   ========================================================================== */
blockquote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
blockquote p:first-child:before {
  content: open-quote;
}
blockquote p:last-child:after {
  content: close-quote;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: calc(1.7647058824vw + 22.3529411765px);
}
@media (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 1680px) {
  h1 {
    font-size: 52px;
  }
}
h1::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

h2 {
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.7647058824vw + 21.3529411765px);
}
@media (max-width: 320px) {
  h2 {
    font-size: 27px;
  }
}
@media (min-width: 1680px) {
  h2 {
    font-size: 51px;
  }
}
h2::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.1764705882vw + 20.2352941176px);
}
@media (max-width: 320px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1680px) {
  h3 {
    font-size: 40px;
  }
}
h3::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

h4 {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  h4 {
    font-size: 32px;
  }
}
h4::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

h5 {
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  h5 {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  h5 {
    font-size: 31px;
  }
}
h5::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

h6 {
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  h6 {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  h6 {
    font-size: 31px;
  }
}
h6::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

/* ==========================================================================
   #HR
   ========================================================================== */
hr {
  display: block;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  background: #fff;
  color: #808080;
  font-family: "Sofia Pro Soft", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-size: 0.8125rem; /* [1] */ /* 13px */
  line-height: 1.5; /* [1] */
  min-height: 100%; /* [3] */
  overflow-y: scroll; /* [2] */
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
@media (min-width: 768px) {
  html {
    font-size: 0.875em; /* 14px */
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 0.9375em; /* 15px */
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 1em; /* 16px */
  }
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  font-style: italic; /* [2] */
  max-width: 100%; /* [1] */
  vertical-align: middle; /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  color: #A5A5A5;
  text-decoration: underline;
}
a:hover {
  color: #CBCBCB;
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
li {
  margin-bottom: 0.5rem;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  li {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  li {
    font-size: 20px;
  }
}
li::marker {
  color: inherit;
  color: var(--bullet-color, #18BAE5);
}
.u-list-colored li::marker {
  color: inherit;
  color: var(--bullet-color);
}
.c-widget--has-light-bg li::marker {
  color: inherit;
  color: var(--font-color);
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

ol li::marker {
  color: var(--bullet-color, #18BAE5);
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c-text--list-two-cols ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #16a7ce;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5ccfee;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
strong {
  font-weight: bold;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%; /* [1] */
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/* Simple flexbox layout system */
.o-layout {
  display: block;
}
@media (min-width: 768px) {
  .o-layout {
    display: flex;
  }
}

.o-layout__item {
  flex: 1;
}

.o-layout--guttered {
  justify-content: space-between;
}
.o-layout--guttered > .o-layout__item {
  flex: none;
}

@media (min-width: 768px) {
  .o-layout--2 > .o-layout__item {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .o-layout--3 > .o-layout__item {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .o-layout--4 > .o-layout__item {
    width: 24%;
  }
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  list-style: none;
  margin-left: 0;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}
.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 1rem;
}
.o-media__img > img {
  display: block;
}

.o-media__body {
  display: block;
  overflow: hidden;
}
.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-left: 1rem;
  margin-right: 0;
}

/* Gutterless media objects
   ========================================================================== */
.o-media--flush > .o-media__img {
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper, .c-notificationbar__inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  padding: 0 1rem;
}

@media (max-width: 1023.98px) {
  .o-wrapper--full-mobile {
    padding: 0;
  }
}

.o-wrapper-width {
  max-width: 1600px;
}

.o-wrapper--full-height {
  height: 100%;
}

.b-404 {
  position: relative;
  display: block;
  font-size: 150px;
  font-size: calc(11.0294117647vw + 114.7058823529px);
  text-align: center;
  color: #18BAE5;
}
@media (max-width: 320px) {
  .b-404 {
    font-size: 150px;
  }
}
@media (min-width: 1680px) {
  .b-404 {
    font-size: 300px;
  }
}

.b-404:after,
.b-404:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.b-404:before {
  left: 2px;
  text-shadow: -2px 0 hsl(236, 83.3%, 92.9%);
  clip: rect(24px, 550px, 90px, 0);
  animation: anim-404 4s linear infinite alternate-reverse;
}

@media (prefers-reduced-motion) {
  .b-404:before {
    animation: none;
  }
}
.b-404:after {
  left: -2px;
  text-shadow: -2px 0 rgba(88, 101, 242, 0.3);
  clip: rect(85px, 550px, 140px, 0);
  animation: anim-404-2 2s linear infinite alternate-reverse;
}

@media (prefers-reduced-motion) {
  .b-404:after {
    animation: none;
  }
}
@keyframes anim-404-2 {
  0% {
    clip: rect(3px, 9999px, 86px, 0);
  }
  6.66666667% {
    clip: rect(27px, 9999px, 128px, 0);
  }
  13.33333333% {
    clip: rect(35px, 9999px, 71px, 0);
  }
  20% {
    clip: rect(10px, 9999px, 134px, 0);
  }
  26.66666667% {
    clip: rect(23px, 9999px, 145px, 0);
  }
  33.33333333% {
    clip: rect(40px, 9999px, 80px, 0);
  }
  40% {
    clip: rect(33px, 9999px, 153px, 0);
  }
  46.66666667% {
    clip: rect(50px, 9999px, 84px, 0);
  }
  53.33333333% {
    clip: rect(57px, 9999px, 188px, 0);
  }
  60% {
    clip: rect(79px, 9999px, 65px, 0);
  }
  66.66666667% {
    clip: rect(21px, 9999px, 168px, 0);
  }
  73.33333333% {
    clip: rect(62px, 9999px, 119px, 0);
  }
  80% {
    clip: rect(4px, 9999px, 126px, 0);
  }
  86.66666667% {
    clip: rect(10px, 9999px, 133px, 0);
  }
  93.33333333% {
    clip: rect(51px, 9999px, 196px, 0);
  }
  to {
    clip: rect(77px, 9999px, 73px, 0);
  }
}
@keyframes anim-404 {
  10.52631579% {
    clip: rect(65px, 9999px, 200px, 0);
  }
  15.78947368% {
    clip: rect(8px, 9999px, 200px, 0);
  }
  21.05263158% {
    clip: rect(51px, 9999px, 159px, 0);
  }
  26.31578947% {
    clip: rect(6px, 9999px, 82px, 0);
  }
  31.57894737% {
    clip: rect(1px, 9999px, 106px, 0);
  }
  36.84210526% {
    clip: rect(17px, 9999px, 69px, 0);
  }
  42.10526316% {
    clip: rect(65px, 9999px, 144px, 0);
  }
  47.36842105% {
    clip: rect(1px, 9999px, 91px, 0);
  }
  52.63157895% {
    clip: rect(18px, 9999px, 209px, 0);
  }
  57.89473684% {
    clip: rect(14px, 9999px, 175px, 0);
  }
  63.15789474% {
    clip: rect(61px, 9999px, 107px, 0);
  }
  68.42105263% {
    clip: rect(73px, 9999px, 178px, 0);
  }
  73.68421053% {
    clip: rect(53px, 9999px, 207px, 0);
  }
  78.94736842% {
    clip: rect(33px, 9999px, 199px, 0);
  }
  84.21052632% {
    clip: rect(73px, 9999px, 144px, 0);
  }
  89.47368421% {
    clip: rect(79px, 9999px, 163px, 0);
  }
  94.73684211% {
    clip: rect(1px, 9999px, 76px, 0);
  }
  to {
    clip: rect(64px, 9999px, 117px, 0);
  }
}
.b-404__subline,
.b-404__action {
  text-align: center;
}

.b-404__action {
  margin-top: calc(3.6764705882vw + 18.2352941176px);
  margin-bottom: calc(3.6764705882vw + 18.2352941176px);
}
@media (max-width: 320px) {
  .b-404__action {
    margin-top: 30px;
  }
}
@media (min-width: 1680px) {
  .b-404__action {
    margin-top: 80px;
  }
}
@media (max-width: 320px) {
  .b-404__action {
    margin-bottom: 30px;
  }
}
@media (min-width: 1680px) {
  .b-404__action {
    margin-bottom: 80px;
  }
}

.b-contact {
  background: #18BAE5;
  width: calc(100% - 1rem);
  color: #fff;
  position: fixed;
  z-index: 100;
  bottom: 0.5rem;
  right: 0.5rem;
  border-radius: 9px;
  transform-origin: bottom right 2.5rem;
  padding: 1.5rem;
  transform: scale(0);
  will-change: transform, bottom, right;
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
}
@media (min-width: 768px) {
  .b-contact {
    max-width: 440px;
    bottom: 2.5rem;
    right: 2.5rem;
  }
}
.b-contact.b-contact--active {
  transform: scale(1);
  z-index: 20001;
}

.b-contact__header {
  padding: 1rem 1.125rem;
  display: flex;
  align-items: center;
}

.b-contact__header-title {
  display: flex;
  flex-direction: column;
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .b-contact__header-title {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .b-contact__header-title {
    font-size: 31px;
  }
}
.b-contact__header-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.b-contact__header-title strong {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .b-contact__header-title strong {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .b-contact__header-title strong {
    font-size: 32px;
  }
}
.b-contact__header-title strong::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.b-contact__content {
  padding: 2.5rem 1.125rem 0;
  max-height: 40vh;
  overflow-y: auto;
}
.b-contact__content .b-contact__button {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.7px;
}

.b-contact__item {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.b-contact__item-image {
  width: 120px;
  min-width: 120px;
  min-height: 120px;
  height: 120px;
  margin-right: 10px;
}

.b-contact__item-content {
  display: flex;
  flex-direction: column;
}

.b-contact__item-content__name {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  .b-contact__item-content__name {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .b-contact__item-content__name {
    font-size: 20px;
  }
}

.b-contact__item-content__position {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.2205882353vw + 12.2941176471px);
  text-transform: none;
}
@media (max-width: 320px) {
  .b-contact__item-content__position {
    font-size: 13px;
  }
}
@media (min-width: 1680px) {
  .b-contact__item-content__position {
    font-size: 16px;
  }
}

.b-contact__item-content-actions {
  display: flex;
  margin-top: 10px;
}

.b-contact__item-content-action {
  color: #fff;
  border-color: #fff !important;
}
.b-contact__item-content-action:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.b-contact__item-content-action + .b-contact__item-content-action {
  margin-left: 5px;
}

.b-scrolltop,
.b-contact__open,
.b-contact__close {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  will-change: background, border-color;
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
}
.b-scrolltop:hover,
.b-contact__open:hover,
.b-contact__close:hover {
  background-color: #AFCA0B;
}
.b-scrolltop:hover span:after, .b-scrolltop:hover span:before,
.b-contact__open:hover span:after,
.b-contact__open:hover span:before,
.b-contact__close:hover span:after,
.b-contact__close:hover span:before {
  background-color: #fff;
}
.b-scrolltop span,
.b-contact__open span,
.b-contact__close span {
  width: 40px;
  height: 40px;
  transform-origin: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.b-scrolltop span:before, .b-scrolltop span:after,
.b-contact__open span:before,
.b-contact__open span:after,
.b-contact__close span:before,
.b-contact__close span:after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
  top: 18px;
  will-change: background;
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
}
.b-scrolltop span:before,
.b-contact__open span:before,
.b-contact__close span:before {
  transform: rotate(-45deg);
}

.b-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
}
.b-contact__close span {
  top: -3px;
  width: 100%;
  height: 100%;
}

.b-contact__open {
  position: fixed;
  z-index: 99;
  background: #18BAE5;
  color: #fff;
  bottom: 0.75rem;
  right: 0.75rem;
}
@media (min-width: 1024px) {
  .b-contact__open {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}
.b-contact__open:hover {
  color: #fff;
}
.b-contact__open svg {
  width: 20px;
  height: 22px;
}

.b-scrolltop {
  position: fixed;
  z-index: 99;
  background: #B3B3B3;
  color: #fff;
  bottom: 5rem;
  left: 0.75rem;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .b-scrolltop {
    bottom: 7rem;
    left: 2.5rem;
  }
}
.b-scrolltop:hover {
  color: #fff;
}
.b-scrolltop svg {
  width: 20px;
  height: 22px;
}
.b-scrolltop.hidden {
  opacity: 0;
  visibility: hidden;
}

.b-downloads {
  margin-bottom: calc(1.8382352941vw + 34.1176470588px);
}
@media (max-width: 320px) {
  .b-downloads {
    margin-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .b-downloads {
    margin-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .b-downloads {
    padding: 30px;
    background: rgba(179, 179, 179, 0.2);
    border-radius: 8px;
  }
}

.b-downloads__title {
  display: none;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.5882352941vw + 14.1176470588px);
  text-transform: none;
  color: #000;
}
@media (max-width: 320px) {
  .b-downloads__title {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .b-downloads__title {
    font-size: 24px;
  }
}
.tax-produkt-kategorie .b-downloads__title {
  display: block;
}
@media (min-width: 1024px) {
  .b-downloads__title {
    display: inherit;
    margin-bottom: 50px;
  }
}

.b-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .b-filter {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .b-filter > div {
    margin-bottom: 10px !important;
  }
}
.b-filter .facetwp-facet {
  margin-bottom: 15px;
  width: auto;
}
@media (min-width: 1024px) {
  .b-filter .facetwp-facet {
    margin-bottom: 0;
    width: auto;
  }
  .b-filter .facetwp-facet + .facetwp-facet {
    margin-left: 25px;
  }
  .b-filter .facetwp-facet + .c-btn, .b-filter body #ays-quiz-container-2 #ays_finish_quiz_2 .facetwp-facet + input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .b-filter .facetwp-facet + input.action-button, .b-filter .facetwp-facet + .wpcf7-submit, .b-filter .form-group--file .facetwp-facet + label, .form-group--file .b-filter .facetwp-facet + label, .b-filter .c-mobilenav__menu__item.has-button > .facetwp-facet + .c-mobilenav__menu__link, .b-filter .c-main-nav__item.has-button.current-menu-item > .facetwp-facet + .c-main-nav__link, .b-filter .c-main-nav__item.has-button:not(.current-menu-item) > .facetwp-facet + .c-main-nav__link {
    margin-left: 25px;
  }
}

@media (max-width: 1023.98px) {
  .b-filter:not(.b-filter--inline) .facetwp-facet + .c-btn, .b-filter:not(.b-filter--inline) body #ays-quiz-container-2 #ays_finish_quiz_2 .facetwp-facet + input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .b-filter:not(.b-filter--inline) .facetwp-facet + input.action-button, .b-filter:not(.b-filter--inline) .facetwp-facet + .wpcf7-submit, .b-filter:not(.b-filter--inline) .form-group--file .facetwp-facet + label, .form-group--file .b-filter:not(.b-filter--inline) .facetwp-facet + label, .b-filter:not(.b-filter--inline) .c-mobilenav__menu__item.has-button > .facetwp-facet + .c-mobilenav__menu__link, .b-filter:not(.b-filter--inline) .c-main-nav__item.has-button.current-menu-item > .facetwp-facet + .c-main-nav__link, .b-filter:not(.b-filter--inline) .c-main-nav__item.has-button:not(.current-menu-item) > .facetwp-facet + .c-main-nav__link,
  .b-filter:not(.b-filter--inline) .facetwp-facet {
    display: none;
  }
  .b-filter:not(.b-filter--inline).is-active .facetwp-facet + .c-btn, .b-filter:not(.b-filter--inline).is-active body #ays-quiz-container-2 #ays_finish_quiz_2 .facetwp-facet + input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .b-filter:not(.b-filter--inline).is-active .facetwp-facet + input.action-button, .b-filter:not(.b-filter--inline).is-active .facetwp-facet + .wpcf7-submit, .b-filter:not(.b-filter--inline).is-active .form-group--file .facetwp-facet + label, .form-group--file .b-filter:not(.b-filter--inline).is-active .facetwp-facet + label, .b-filter:not(.b-filter--inline).is-active .c-mobilenav__menu__item.has-button > .facetwp-facet + .c-mobilenav__menu__link, .b-filter:not(.b-filter--inline).is-active .c-main-nav__item.has-button.current-menu-item > .facetwp-facet + .c-main-nav__link, .b-filter:not(.b-filter--inline).is-active .c-main-nav__item.has-button:not(.current-menu-item) > .facetwp-facet + .c-main-nav__link,
  .b-filter:not(.b-filter--inline).is-active .facetwp-facet {
    display: inherit;
  }
  .b-filter__toggle {
    margin-bottom: 15px !important;
  }
  .b-filter__toggle .inactive {
    display: inherit;
  }
  .b-filter:not(.b-filter--inline).is-active .b-filter__toggle .inactive {
    display: none;
  }
  .b-filter__toggle .active {
    display: none;
  }
  .b-filter:not(.b-filter--inline).is-active .b-filter__toggle .active {
    display: inherit;
  }
}
.b-gallery-intro {
  padding-bottom: calc(2.5735294118vw + 31.7647058824px);
  margin-bottom: calc(2.5735294118vw + 31.7647058824px);
  border-bottom: 1px solid #B3B3B3;
}
@media (max-width: 320px) {
  .b-gallery-intro {
    padding-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .b-gallery-intro {
    padding-bottom: 75px;
  }
}
@media (max-width: 320px) {
  .b-gallery-intro {
    margin-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .b-gallery-intro {
    margin-bottom: 75px;
  }
}
.b-gallery-intro > .columns {
  margin-left: 0;
  margin-right: 0;
}
.c-widget--slider-text-image .b-gallery-intro, .c-widget--text-image .b-gallery-intro {
  border-bottom: none;
  padding-bottom: 0;
}
.c-widget--slider-text-image .b-gallery-intro {
  margin-bottom: 0;
}
.c-widget--slider-text-image .b-gallery-intro p {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-widget--slider-text-image .b-gallery-intro p {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-widget--slider-text-image .b-gallery-intro p {
    font-size: 20px;
  }
}
.c-widget--slider-text-image .c-slider--image-text .b-gallery-intro p, .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro ul, .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro li {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro p, .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro ul, .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro li {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro p, .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro ul, .c-widget--slider-text-image .c-slider--image-text .b-gallery-intro li {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .b-gallery-intro > .columns {
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  .b-gallery-intro__content {
    order: -5;
  }
}

.b-gallery-intro__content-title {
  flex-wrap: wrap;
  padding-bottom: calc(1.4705882353vw + 0.2941176471px);
  margin-bottom: calc(2.2058823529vw + -2.0588235294px);
  border-bottom: 1px solid #B3B3B3;
}
@media (max-width: 320px) {
  .b-gallery-intro__content-title {
    padding-bottom: 5px;
  }
}
@media (min-width: 1680px) {
  .b-gallery-intro__content-title {
    padding-bottom: 25px;
  }
}
@media (max-width: 320px) {
  .b-gallery-intro__content-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 1680px) {
  .b-gallery-intro__content-title {
    margin-bottom: 35px;
  }
}
.b-gallery-intro__content-title span {
  width: 100%;
  font-weight: 100;
  display: inline-block;
}

.b-gallery-intro__content-description {
  margin-bottom: calc(4.0441176471vw + 17.0588235294px);
}
@media (max-width: 320px) {
  .b-gallery-intro__content-description {
    margin-bottom: 30px;
  }
}
@media (min-width: 1680px) {
  .b-gallery-intro__content-description {
    margin-bottom: 85px;
  }
}
.b-gallery-intro__content-description + .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 .b-gallery-intro__content-description + input.action-button, .b-gallery-intro__content-description + .wpcf7-submit, .form-group--file .b-gallery-intro__content-description + label, .c-mobilenav__menu__item.has-button > .b-gallery-intro__content-description + .c-mobilenav__menu__link, .c-main-nav__item.has-button.current-menu-item > .b-gallery-intro__content-description + .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .b-gallery-intro__content-description + .c-main-nav__link {
  margin-bottom: 40px;
}

.b-image-intro {
  margin-bottom: calc(3.3088235294vw + 24.4117647059px);
}
@media (max-width: 320px) {
  .b-image-intro {
    margin-bottom: 35px;
  }
}
@media (min-width: 1680px) {
  .b-image-intro {
    margin-bottom: 80px;
  }
}

.b-microsite__hashtag {
  font-size: calc(1.3235294118vw + 15.7647058824px);
  line-height: calc(1.3235294118vw + 23.7647058824px);
  font-weight: 100;
  color: #18BAE5;
  margin-left: auto;
}
@media (max-width: 320px) {
  .b-microsite__hashtag {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .b-microsite__hashtag {
    font-size: 38px;
  }
}
@media (max-width: 320px) {
  .b-microsite__hashtag {
    line-height: 28px;
  }
}
@media (min-width: 1680px) {
  .b-microsite__hashtag {
    line-height: 46px;
  }
}

.b-pageheader {
  background: #18BAE5;
  color: #fff;
  padding-top: calc(1.8382352941vw + 14.1176470588px);
  padding-bottom: calc(1.8382352941vw + 14.1176470588px);
  margin-bottom: calc(1.8382352941vw + 44.1176470588px);
}
@media (max-width: 320px) {
  .b-pageheader {
    padding-top: 20px;
  }
}
@media (min-width: 1680px) {
  .b-pageheader {
    padding-top: 45px;
  }
}
@media (max-width: 320px) {
  .b-pageheader {
    padding-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .b-pageheader {
    padding-bottom: 45px;
  }
}
@media (max-width: 320px) {
  .b-pageheader {
    margin-bottom: 50px;
  }
}
@media (min-width: 1680px) {
  .b-pageheader {
    margin-bottom: 75px;
  }
}

.b-post-nav {
  margin-top: calc(5.5147058824vw + 47.3529411765px);
  margin-bottom: calc(2.9411764706vw + 110.5882352941px);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 320px) {
  .b-post-nav {
    margin-top: 65px;
  }
}
@media (min-width: 1680px) {
  .b-post-nav {
    margin-top: 140px;
  }
}
@media (max-width: 320px) {
  .b-post-nav {
    margin-bottom: 120px;
  }
}
@media (min-width: 1680px) {
  .b-post-nav {
    margin-bottom: 160px;
  }
}

.b-post-nav a {
  text-decoration: none;
}
.b-post-nav a:after {
  display: none;
}

.c-accordion__toggle {
  font-family: "Sofia Pro Soft", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.5882352941vw + 14.1176470588px);
  text-transform: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  border: none;
  color: #000;
  background: transparent;
  text-align: left;
  margin-top: 10px;
  padding: 15px 20px;
  position: relative;
  width: calc(100% + 2rem);
  left: -1rem;
}
@media (max-width: 320px) {
  .c-accordion__toggle {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .c-accordion__toggle {
    font-size: 24px;
  }
}
.c-accordion__toggle:after {
  position: absolute;
  content: "";
  display: block;
  left: 1rem;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2rem);
  background-color: #808080;
}
.c-widget--has-gradient .c-accordion__toggle {
  left: 0;
  color: var(--font-color, #fff);
  width: 100%;
}
.c-widget--has-gradient .c-accordion__toggle:after {
  display: none;
}
@media (min-width: 1024px) {
  .c-accordion__toggle {
    padding: 30px 25px;
    width: 100%;
  }
  .c-accordion__toggle:after {
    display: none;
  }
}
.c-accordion__toggle[aria-expanded=true] {
  background-color: #F0F0F0;
}
.c-widget--has-gradient .c-accordion__toggle[aria-expanded=true] {
  border-radius: 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  color: var(--font-color, #fff);
}
.c-accordion__toggle[aria-expanded=true]:after {
  display: none;
}
@media (min-width: 1024px) {
  .c-accordion__toggle[aria-expanded=true] {
    border-radius: 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.houdini-toggle-icon {
  padding: 0;
}

.c-accordion__toggle-icon {
  margin-right: 10px;
  color: #808080;
}
.c-accordion__toggle-icon svg {
  width: 12px;
  height: 12px;
}
.c-widget--has-gradient .c-accordion__toggle-icon {
  margin-right: 25px;
  border-radius: 50px;
  background-color: #E0E0E0;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-widget--has-gradient [aria-expanded=true] .c-accordion__toggle-icon {
  background-color: #18BAE5;
}
@media (min-width: 1024px) {
  .c-accordion__toggle-icon {
    margin-right: 40px;
    border-radius: 50px;
    background-color: #E0E0E0;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  [aria-expanded=true] .c-accordion__toggle-icon {
    background-color: #18BAE5;
  }
}
.c-accordion__toggle-icon.c-accordion__toggle-icon--close {
  color: #18BAE5;
  transform: rotate(180deg);
}
.c-widget--has-gradient .c-accordion__toggle-icon.c-accordion__toggle-icon--close {
  color: #fff;
}
@media (min-width: 1024px) {
  .c-accordion__toggle-icon.c-accordion__toggle-icon--close {
    color: #fff;
  }
}

.c-accordion__content {
  background-color: #F0F0F0;
  color: #000;
  margin-bottom: 10px;
  padding: 0 20px 15px 20px;
  position: relative;
  width: calc(100% + 2rem);
  left: -1rem;
}
.c-widget--has-gradient .c-accordion__content {
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: var(--font-color, #fff);
  width: 100%;
  padding-left: 70px;
  border-radius: 9px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 1024px) {
  .c-accordion__content {
    width: 100%;
    padding: 0 25px 30px 90px;
    border-radius: 9px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.c-accordion__headline {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.1764705882vw + 20.2352941176px);
  text-align: center;
  margin-bottom: calc(4.7794117647vw + 9.7058823529px);
}
@media (max-width: 320px) {
  .c-accordion__headline {
    font-size: 24px;
  }
}
@media (min-width: 1680px) {
  .c-accordion__headline {
    font-size: 40px;
  }
}
.c-accordion__headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media (max-width: 320px) {
  .c-accordion__headline {
    margin-bottom: 25px;
  }
}
@media (min-width: 1680px) {
  .c-accordion__headline {
    margin-bottom: 90px;
  }
}
.c-widget--has-gradient .c-accordion__headline {
  color: var(--font-color, #fff);
}

.c-anchor-nav {
  display: flex;
  overflow-x: scroll;
  justify-content: center;
  background: #fff !important;
  padding: 20px 0;
  margin: 0;
  list-style-type: none;
}
.c-anchor-nav::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
@media (min-width: 768px) {
  .c-anchor-nav {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.c-anchor-nav > li {
  margin-right: 15px !important;
  margin-right: calc(0.3676470588vw + 3.8235294118px);
}
@media (max-width: 320px) {
  .c-anchor-nav > li {
    margin-right: 5px;
  }
}
@media (min-width: 1680px) {
  .c-anchor-nav > li {
    margin-right: 10px;
  }
}
.c-anchor-nav > li:last-child {
  margin-right: 0 !important;
}

.c-anchor-nav__btn {
  white-space: nowrap;
  margin-bottom: calc(0.3676470588vw + 3.8235294118px);
}
@media (max-width: 320px) {
  .c-anchor-nav__btn {
    margin-bottom: 5px;
  }
}
@media (min-width: 1680px) {
  .c-anchor-nav__btn {
    margin-bottom: 10px;
  }
}

.active .c-anchor-nav__btn {
  border-color: #18BAE5 !important;
  background: #18BAE5 !important;
  color: #fff !important;
}

.c-widget--anchor-nav {
  position: sticky !important;
  z-index: 9999 !important;
  transition: top 0.3s cubic-bezier(0.9, 1, 0.7, 1);
  top: var(--app-header-height);
}
.body-scroll-down .c-widget--anchor-nav {
  top: 75px;
}

.c-breadcrumb {
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: calc(-0.3676470588vw + 21.1764705882px);
}
@media (max-width: 320px) {
  .c-breadcrumb {
    margin-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .c-breadcrumb {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .c-breadcrumb {
    border-bottom: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.c-breadcrumb > span {
  padding-left: 5px;
  padding-right: 5px;
}
.c-breadcrumb > span a {
  text-decoration: none;
}
.c-breadcrumb > span:last-child {
  padding-right: 0;
  font-weight: bold;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
  display: inline-flex; /* [1] */
  align-items: center; /* [2] */
  font: inherit; /* [3] */
  text-align: center; /* [4] */
  margin: 0; /* [4] */
  cursor: pointer; /* [5] */
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
  border-radius: 33px;
  box-sizing: border-box;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border: none;
  padding-top: calc(0.7352941176vw + 5.6470588235px);
  padding-bottom: calc(0.7352941176vw + 5.6470588235px);
  padding-left: calc(2.6470588235vw + 19.5294117647px);
  padding-right: calc(2.6470588235vw + 19.5294117647px);
  font-size: calc(0.4411764706vw + 10.5882352941px);
}
@media (max-width: 320px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-top: 8px;
  }
}
@media (min-width: 1680px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-top: 18px;
  }
}
@media (max-width: 320px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-bottom: 8px;
  }
}
@media (min-width: 1680px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-bottom: 18px;
  }
}
@media (max-width: 320px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-left: 28px;
  }
}
@media (min-width: 1680px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-left: 64px;
  }
}
@media (max-width: 320px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-right: 28px;
  }
}
@media (min-width: 1680px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    padding-right: 64px;
  }
}
@media (max-width: 320px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .form-group--file label, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
    font-size: 18px;
  }
}

/* Style variants
   ========================================================================== */
.c-btn--primary, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button:focus, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover {
  background-color: #18BAE5;
}
.c-btn--primary, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button:focus, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, .wpcf7-submit, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none; /* [4] */
  color: #fff;
}
.c-btn--primary:hover, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button:hover, .wpcf7-submit:hover, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover {
  background-color: #AFCA0B;
}
.c-btn--primary:disabled, body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button:disabled, .wpcf7-submit:disabled, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:disabled, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:disabled, .c-btn--primary.disabled, body #ays-quiz-container-2 #ays_finish_quiz_2 input.disabled.action-button, .disabled.wpcf7-submit, .c-mobilenav__menu__item.has-button > .disabled.c-mobilenav__menu__link, .c-main-nav__item.has-button.current-menu-item > .disabled.c-main-nav__link {
  background-color: rgba(179, 179, 179, 0.5);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.c-btn--primary.c-btn--alt, body #ays-quiz-container-2 #ays_finish_quiz_2 input.c-btn--alt.action-button, .c-btn--alt.wpcf7-submit, .c-mobilenav__menu__item.has-button > .c-btn--alt.c-mobilenav__menu__link, .c-main-nav__item.has-button.current-menu-item > .c-btn--alt.c-main-nav__link {
  background-color: #fff;
  color: #18BAE5;
}
.c-btn--primary.c-btn--alt, body #ays-quiz-container-2 #ays_finish_quiz_2 input.c-btn--alt.action-button, .c-btn--alt.wpcf7-submit, .c-mobilenav__menu__item.has-button > .c-btn--alt.c-mobilenav__menu__link, .c-main-nav__item.has-button.current-menu-item > .c-btn--alt.c-main-nav__link, .c-btn--primary.c-btn--alt:hover, .c-btn--primary.c-btn--alt:active, .c-btn--primary.c-btn--alt:focus {
  text-decoration: none; /* [4] */
  color: #18BAE5;
}
.c-btn--primary.c-btn--alt:hover, body #ays-quiz-container-2 #ays_finish_quiz_2 input.c-btn--alt.action-button:hover, .c-btn--alt.wpcf7-submit:hover, .c-mobilenav__menu__item.has-button > .c-btn--alt.c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-btn--alt.c-main-nav__link:hover {
  color: #AFCA0B;
}
.c-btn--primary.c-btn--alt:disabled, body #ays-quiz-container-2 #ays_finish_quiz_2 input.c-btn--alt.action-button:disabled, .c-btn--alt.wpcf7-submit:disabled, .c-mobilenav__menu__item.has-button > .c-btn--alt.c-mobilenav__menu__link:disabled, .c-main-nav__item.has-button.current-menu-item > .c-btn--alt.c-main-nav__link:disabled, .c-btn--primary.c-btn--alt.disabled, body #ays-quiz-container-2 #ays_finish_quiz_2 input.c-btn--alt.disabled.action-button, .c-btn--alt.disabled.wpcf7-submit, .c-mobilenav__menu__item.has-button > .c-btn--alt.disabled.c-mobilenav__menu__link, .c-main-nav__item.has-button.current-menu-item > .c-btn--alt.disabled.c-main-nav__link {
  background-color: rgba(255, 255, 255, 0.5);
  color: #B3B3B3;
  pointer-events: none;
}
.c-btn--primary.c-btn--danger, body #ays-quiz-container-2 #ays_finish_quiz_2 input.c-btn--danger.action-button, .c-btn--danger.wpcf7-submit, .c-mobilenav__menu__item.has-button > .c-btn--danger.c-mobilenav__menu__link, .c-main-nav__item.has-button.current-menu-item > .c-btn--danger.c-main-nav__link {
  color: #FF411C;
}
.c-btn--primary.c-btn--danger, body #ays-quiz-container-2 #ays_finish_quiz_2 input.c-btn--danger.action-button, .c-btn--danger.wpcf7-submit, .c-mobilenav__menu__item.has-button > .c-btn--danger.c-mobilenav__menu__link, .c-main-nav__item.has-button.current-menu-item > .c-btn--danger.c-main-nav__link, .c-btn--primary.c-btn--danger:hover, .c-btn--primary.c-btn--danger:active, .c-btn--primary.c-btn--danger:focus {
  color: #FF411C;
}

.c-btn--secondary, .form-group--file label, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
  border: 2px solid;
  background-color: transparent !important;
  border-color: #18BAE5;
  color: #18BAE5;
}
.c-btn--secondary, .form-group--file label, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover, .c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
  text-decoration: none; /* [4] */
}
.c-btn--secondary:hover, .form-group--file label:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
  border-color: #AFCA0B;
  color: #AFCA0B;
}
.c-btn--secondary:disabled, .form-group--file label:disabled, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:disabled, .c-btn--secondary.disabled, .form-group--file label.disabled, .c-main-nav__item.has-button:not(.current-menu-item) > .disabled.c-main-nav__link {
  border-color: rgba(179, 179, 179, 0.5);
  color: rgba(179, 179, 179, 0.5);
  pointer-events: none;
}
.c-btn--secondary.c-btn--alt, .form-group--file label.c-btn--alt, .c-main-nav__item.has-button:not(.current-menu-item) > .c-btn--alt.c-main-nav__link {
  border-color: #fff;
  color: #fff;
}
.c-btn--secondary.c-btn--alt, .form-group--file label.c-btn--alt, .c-main-nav__item.has-button:not(.current-menu-item) > .c-btn--alt.c-main-nav__link, .c-btn--secondary.c-btn--alt:hover, .c-btn--secondary.c-btn--alt:active, .c-btn--secondary.c-btn--alt:focus {
  text-decoration: none; /* [4] */
  background-color: #fff;
  color: #fff;
}
.c-btn--secondary.c-btn--alt:hover, .form-group--file label.c-btn--alt:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-btn--alt.c-main-nav__link:hover {
  border-width: 2px;
}
.c-btn--secondary.c-btn--alt:disabled, .form-group--file label.c-btn--alt:disabled, .c-main-nav__item.has-button:not(.current-menu-item) > .c-btn--alt.c-main-nav__link:disabled, .c-btn--secondary.c-btn--alt.disabled, .form-group--file label.c-btn--alt.disabled, .c-main-nav__item.has-button:not(.current-menu-item) > .c-btn--alt.disabled.c-main-nav__link {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.c-btn--grey {
  border: 2px solid;
  background-color: transparent !important;
  border-color: #B3B3B3;
  color: #B3B3B3;
}
.c-btn--grey, .c-btn--grey:hover, .c-btn--grey:active, .c-btn--grey:focus {
  text-decoration: none; /* [4] */
}
.c-btn--grey:hover {
  border-color: #18BAE5;
  color: #18BAE5;
}
.c-btn--grey:disabled, .c-btn--grey.disabled {
  border-color: rgba(179, 179, 179, 0.5);
  color: rgba(179, 179, 179, 0.5);
  pointer-events: none;
}

.c-btn--link {
  color: #18BAE5;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-top: 0;
}
.c-btn--link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 3px;
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
}
.c-btn--link, .c-btn--link:hover, .c-btn--link:active, .c-btn--link:focus {
  text-decoration: none; /* [4] */
}
.c-btn--link:after, .c-btn--link:hover:after, .c-btn--link:active:after, .c-btn--link:focus:after {
  background-color: #18BAE5;
}
.c-btn--link:hover {
  color: #AFCA0B;
}
.c-btn--link:hover:after {
  background-color: #AFCA0B;
}
.c-btn--link:focus:after {
  left: -5px;
  width: calc(100% + 10px);
}
.c-btn--link:disabled, .c-btn--link.disabled {
  color: rgba(179, 179, 179, 0.5);
  pointer-events: none;
}
.c-btn--link:disabled:after, .c-btn--link.disabled:after {
  background-color: rgba(179, 179, 179, 0.5);
}
.c-btn--link.c-btn--alt {
  color: #fff;
}
.c-btn--link.c-btn--alt:after {
  background-color: #fff;
}
.c-btn--link.c-btn--alt, .c-btn--link.c-btn--alt:hover, .c-btn--link.c-btn--alt:active, .c-btn--link.c-btn--alt:focus {
  text-decoration: none; /* [4] */
}
.c-btn--link.c-btn--alt:hover:after {
  height: 3px;
}
.c-btn--link.c-btn--alt:disabled, .c-btn--link.c-btn--alt.disabled {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.c-btn--link.c-btn--alt:disabled:after, .c-btn--link.c-btn--alt.disabled:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.c-btn--is-icon {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1.4705882353vw + 27.2941176471px);
  height: calc(1.4705882353vw + 27.2941176471px);
  border: 1px solid #B3B3B3;
  line-height: 1;
  border-radius: 50%;
}
@media (max-width: 320px) {
  .c-btn--is-icon {
    width: 32px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon {
    width: 52px;
  }
}
@media (max-width: 320px) {
  .c-btn--is-icon {
    height: 32px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon {
    height: 52px;
  }
}
.c-btn--is-icon svg {
  width: calc(1.4705882353vw + 7.2941176471px);
  height: calc(1.4705882353vw + 7.2941176471px);
}
@media (max-width: 320px) {
  .c-btn--is-icon svg {
    width: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon svg {
    width: 32px;
  }
}
@media (max-width: 320px) {
  .c-btn--is-icon svg {
    height: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon svg {
    height: 32px;
  }
}
.c-btn--is-icon.c-btn--is-icon--small {
  width: calc(0.5882352941vw + 22.1176470588px);
  height: calc(0.5882352941vw + 22.1176470588px);
}
@media (max-width: 320px) {
  .c-btn--is-icon.c-btn--is-icon--small {
    width: 24px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon.c-btn--is-icon--small {
    width: 32px;
  }
}
@media (max-width: 320px) {
  .c-btn--is-icon.c-btn--is-icon--small {
    height: 24px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon.c-btn--is-icon--small {
    height: 32px;
  }
}
.c-btn--is-icon.c-btn--is-icon--small svg {
  width: calc(0.4411764706vw + 10.5882352941px);
  height: calc(0.4411764706vw + 10.5882352941px);
}
@media (max-width: 320px) {
  .c-btn--is-icon.c-btn--is-icon--small svg {
    width: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon.c-btn--is-icon--small svg {
    width: 18px;
  }
}
@media (max-width: 320px) {
  .c-btn--is-icon.c-btn--is-icon--small svg {
    height: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--is-icon.c-btn--is-icon--small svg {
    height: 18px;
  }
}

.c-btn--has-icon-append {
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-btn--has-icon-append.c-btn--large {
  padding: 0.75rem 2rem;
}
.c-btn--has-icon-append svg {
  margin-left: 5px;
  width: calc(0.7352941176vw + 9.6470588235px);
  height: calc(0.7352941176vw + 9.6470588235px);
}
@media (max-width: 320px) {
  .c-btn--has-icon-append svg {
    width: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--has-icon-append svg {
    width: 22px;
  }
}
@media (max-width: 320px) {
  .c-btn--has-icon-append svg {
    height: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--has-icon-append svg {
    height: 22px;
  }
}

.c-btn--has-icon-prepend {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-left: calc(1.3235294118vw + 9.7647058824px);
  padding-right: calc(1.3235294118vw + 9.7647058824px);
}
@media (max-width: 320px) {
  .c-btn--has-icon-prepend {
    padding-left: 14px;
  }
}
@media (min-width: 1680px) {
  .c-btn--has-icon-prepend {
    padding-left: 32px;
  }
}
@media (max-width: 320px) {
  .c-btn--has-icon-prepend {
    padding-right: 14px;
  }
}
@media (min-width: 1680px) {
  .c-btn--has-icon-prepend {
    padding-right: 32px;
  }
}
.c-btn--has-icon-prepend.c-btn--large {
  padding: 0.75rem 2rem;
}
.c-btn--has-icon-prepend svg {
  margin-right: calc(0.7352941176vw + 7.6470588235px);
  width: calc(0.7352941176vw + 9.6470588235px);
  height: calc(0.7352941176vw + 9.6470588235px);
}
@media (max-width: 320px) {
  .c-btn--has-icon-prepend svg {
    margin-right: 10px;
  }
}
@media (min-width: 1680px) {
  .c-btn--has-icon-prepend svg {
    margin-right: 20px;
  }
}
@media (max-width: 320px) {
  .c-btn--has-icon-prepend svg {
    width: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--has-icon-prepend svg {
    width: 22px;
  }
}
@media (max-width: 320px) {
  .c-btn--has-icon-prepend svg {
    height: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--has-icon-prepend svg {
    height: 22px;
  }
}

.c-btn--link--has-arrow.disabled {
  opacity: 0.2;
}
@media (max-width: 1023.98px) {
  .c-btn--link--has-arrow span {
    display: none;
  }
}
.c-btn--link--has-arrow .icon {
  min-width: calc(1.0294117647vw + 20.7058823529px);
  min-height: calc(1.0294117647vw + 20.7058823529px);
  width: calc(1.0294117647vw + 20.7058823529px);
  height: calc(1.0294117647vw + 20.7058823529px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CBCBCB;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon {
    min-width: 24px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon {
    min-width: 38px;
  }
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon {
    min-height: 24px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon {
    min-height: 38px;
  }
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon {
    width: 24px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon {
    width: 38px;
  }
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon {
    height: 24px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon {
    height: 38px;
  }
}
.c-btn--link--has-arrow .icon svg {
  min-width: calc(0.5882352941vw + 10.1176470588px);
  min-height: calc(0.5882352941vw + 10.1176470588px);
  width: calc(0.5882352941vw + 10.1176470588px);
  height: calc(0.5882352941vw + 10.1176470588px);
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon svg {
    min-width: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon svg {
    min-width: 20px;
  }
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon svg {
    min-height: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon svg {
    min-height: 20px;
  }
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon svg {
    width: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon svg {
    width: 20px;
  }
}
@media (max-width: 320px) {
  .c-btn--link--has-arrow .icon svg {
    height: 12px;
  }
}
@media (min-width: 1680px) {
  .c-btn--link--has-arrow .icon svg {
    height: 20px;
  }
}
.c-btn--link--has-arrow.c-btn--link--has-arrow-prepend .icon {
  margin-right: 15px;
}
.c-btn--link--has-arrow.c-btn--link--has-arrow-append .icon {
  margin-left: 15px;
}

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 0.25rem 0.5rem;
}

.c-btn--medium, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link:hover, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link:hover, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link:hover {
  padding: 0.75rem 1.25rem;
}

.c-btn--large {
  padding: 0.75rem 1.5rem;
}

.c-card {
  position: relative;
}

.c-card--download,
.c-card--post,
.c-card--page,
.c-card--team,
.c-card--job,
.c-card--product,
.c-card--service,
.c-card--category {
  margin-bottom: calc(2.2058823529vw + 22.9411764706px);
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
}
@media (max-width: 320px) {
  .c-card--download,
  .c-card--post,
  .c-card--page,
  .c-card--team,
  .c-card--job,
  .c-card--product,
  .c-card--service,
  .c-card--category {
    margin-bottom: 30px;
  }
}
@media (min-width: 1680px) {
  .c-card--download,
  .c-card--post,
  .c-card--page,
  .c-card--team,
  .c-card--job,
  .c-card--product,
  .c-card--service,
  .c-card--category {
    margin-bottom: 60px;
  }
}
.c-map__popup .c-card--download,
.c-map__popup .c-card--post,
.c-map__popup .c-card--page,
.c-map__popup .c-card--team,
.c-map__popup .c-card--job,
.c-map__popup .c-card--product,
.c-map__popup .c-card--service,
.c-map__popup .c-card--category {
  margin-bottom: 0 !important;
}
.c-card--has-link {
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
  padding: 1rem;
  box-shadow: 0 0 1px 1px rgba(128, 128, 128, 0.3);
}
.c-card--has-link:hover {
  box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.3);
}

.c-card--team {
  cursor: pointer;
}

.c-card--job,
.c-card--category {
  margin-bottom: calc(4.4117647059vw + -14.1176470588px);
}
@media (max-width: 320px) {
  .c-card--job,
  .c-card--category {
    margin-bottom: 0px;
  }
}
@media (min-width: 1680px) {
  .c-card--job,
  .c-card--category {
    margin-bottom: 60px;
  }
}

.c-card--page .c-card__image {
  background: #B3B3B3;
}
.c-card--award .c-card__image {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #808080;
  max-width: 280px;
  max-width: calc(2.9411764706vw + 230.5882352941px);
  margin: 0 auto;
}
@media (max-width: 320px) {
  .c-card--award .c-card__image {
    max-width: 240px;
  }
}
@media (min-width: 1680px) {
  .c-card--award .c-card__image {
    max-width: 280px;
  }
}
@media (max-width: 1023.98px) {
  .c-card--category .c-card__image {
    display: none;
  }
}
.c-card--team .c-card__image {
  position: relative;
}
.c-card--team .c-card__image:after {
  background: #18BAE5;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}
.c-card--team:hover .c-card__image:after {
  opacity: 0.5;
}

.c-card__image--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #18BAE5;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.c-card__image--icon:after {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  content: "";
}
.c-card__image--icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
}

.c-card__image--overlayed {
  position: relative;
  background: #18BAE5;
}
.c-card__image--overlayed:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.c-card__image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  padding: calc(0.3676470588vw + 8.8235294118px);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.1764705882vw + 20.2352941176px);
  font-weight: bold;
  word-break: break-word;
  color: #fff;
}
@media (max-width: 320px) {
  .c-card__image-overlay {
    padding: 10px;
  }
}
@media (min-width: 1680px) {
  .c-card__image-overlay {
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .c-card__image-overlay {
    font-size: 24px;
  }
}
@media (min-width: 1680px) {
  .c-card__image-overlay {
    font-size: 40px;
  }
}
.c-card__image-overlay::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-card__image-overlay small {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-card__image-overlay small {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-card__image-overlay small {
    font-size: 32px;
  }
}
.c-card__image-overlay small::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.c-card--job .c-card__content {
  padding-top: calc(1.8382352941vw + 9.1176470588px);
  padding-bottom: calc(1.4705882353vw + -4.7058823529px);
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
  text-align: center;
}
@media (max-width: 320px) {
  .c-card--job .c-card__content {
    padding-top: 15px;
  }
}
@media (min-width: 1680px) {
  .c-card--job .c-card__content {
    padding-top: 40px;
  }
}
@media (max-width: 320px) {
  .c-card--job .c-card__content {
    padding-bottom: 0px;
  }
}
@media (min-width: 1680px) {
  .c-card--job .c-card__content {
    padding-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .c-card--job .c-card__content {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-card--job .c-card__content {
    font-size: 32px;
  }
}
.c-card--job .c-card__content::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.c-card--download .c-card__content {
  display: flex;
  justify-content: space-between;
  padding-top: calc(0.7352941176vw + 12.6470588235px);
}
@media (max-width: 320px) {
  .c-card--download .c-card__content {
    padding-top: 15px;
  }
}
@media (min-width: 1680px) {
  .c-card--download .c-card__content {
    padding-top: 25px;
  }
}
.c-card--location .c-card__content {
  padding-top: calc(1.1029411765vw + 1.4705882353px);
  padding-bottom: calc(0.7352941176vw + -2.3529411765px);
}
@media (max-width: 320px) {
  .c-card--location .c-card__content {
    padding-top: 5px;
  }
}
@media (min-width: 1680px) {
  .c-card--location .c-card__content {
    padding-top: 20px;
  }
}
@media (max-width: 320px) {
  .c-card--location .c-card__content {
    padding-bottom: 0px;
  }
}
@media (min-width: 1680px) {
  .c-card--location .c-card__content {
    padding-bottom: 10px;
  }
}
.c-card--cooperation .c-card__content, .c-card--award .c-card__content, .c-card--grid-slide .c-card__content, .c-card--post .c-card__content, .c-card--page .c-card__content, .c-card--team .c-card__content, .c-card--service .c-card__content, .c-card--product .c-card__content {
  padding-top: calc(2.2058823529vw + 7.9411764706px);
  padding-bottom: calc(1.4705882353vw + -4.7058823529px);
}
@media (max-width: 320px) {
  .c-card--cooperation .c-card__content, .c-card--award .c-card__content, .c-card--grid-slide .c-card__content, .c-card--post .c-card__content, .c-card--page .c-card__content, .c-card--team .c-card__content, .c-card--service .c-card__content, .c-card--product .c-card__content {
    padding-top: 15px;
  }
}
@media (min-width: 1680px) {
  .c-card--cooperation .c-card__content, .c-card--award .c-card__content, .c-card--grid-slide .c-card__content, .c-card--post .c-card__content, .c-card--page .c-card__content, .c-card--team .c-card__content, .c-card--service .c-card__content, .c-card--product .c-card__content {
    padding-top: 45px;
  }
}
@media (max-width: 320px) {
  .c-card--cooperation .c-card__content, .c-card--award .c-card__content, .c-card--grid-slide .c-card__content, .c-card--post .c-card__content, .c-card--page .c-card__content, .c-card--team .c-card__content, .c-card--service .c-card__content, .c-card--product .c-card__content {
    padding-bottom: 0px;
  }
}
@media (min-width: 1680px) {
  .c-card--cooperation .c-card__content, .c-card--award .c-card__content, .c-card--grid-slide .c-card__content, .c-card--post .c-card__content, .c-card--page .c-card__content, .c-card--team .c-card__content, .c-card--service .c-card__content, .c-card--product .c-card__content {
    padding-bottom: 20px;
  }
}
.c-map__popup .c-card--cooperation .c-card__content, .c-map__popup .c-card--award .c-card__content, .c-map__popup .c-card--grid-slide .c-card__content, .c-map__popup .c-card--post .c-card__content, .c-map__popup .c-card--page .c-card__content, .c-map__popup .c-card--team .c-card__content, .c-map__popup .c-card--service .c-card__content, .c-map__popup .c-card--product .c-card__content {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.c-card--category .c-card__content {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
  color: #fff;
  text-align: center;
  padding: 15px 5px;
  border-radius: 5px;
}
@media (max-width: 320px) {
  .c-card--category .c-card__content {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-card--category .c-card__content {
    font-size: 32px;
  }
}
.c-card--category .c-card__content::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
@media (min-width: 1024px) {
  .c-card--category .c-card__content {
    border-radius: 0;
    background-color: transparent !important;
    color: #808080;
    padding-top: calc(3.3088235294vw + -10.5882352941px);
    padding-bottom: calc(1.4705882353vw + -4.7058823529px);
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .c-card--category .c-card__content {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .c-card--category .c-card__content {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .c-card--category .c-card__content {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .c-card--category .c-card__content {
    padding-bottom: 20px;
  }
}
.c-card--award .c-card__content {
  text-align: center;
}
.c-card--award .c-card__content .u-text-h4 {
  margin-bottom: 0;
}

.c-card--team .c-card__content-subline, .c-card--service .c-card__content-subline {
  display: block;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.5882352941vw + 14.1176470588px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-card--team .c-card__content-subline, .c-card--service .c-card__content-subline {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .c-card--team .c-card__content-subline, .c-card--service .c-card__content-subline {
    font-size: 24px;
  }
}
.c-card--product .c-card__content-subline {
  display: block;
  font-weight: 100;
}

.c-card--cooperation .c-card__content-excerpt, .c-card--grid-slide .c-card__content-excerpt, .c-card--post .c-card__content-excerpt, .c-card--team .c-card__content-excerpt, .c-card--service .c-card__content-excerpt, .c-card--product .c-card__content-excerpt {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  border-top: 1px solid #B3B3B3;
  padding-top: calc(0.3676470588vw + 13.8235294118px);
  margin-bottom: 0;
}
@media (max-width: 320px) {
  .c-card--cooperation .c-card__content-excerpt, .c-card--grid-slide .c-card__content-excerpt, .c-card--post .c-card__content-excerpt, .c-card--team .c-card__content-excerpt, .c-card--service .c-card__content-excerpt, .c-card--product .c-card__content-excerpt {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-card--cooperation .c-card__content-excerpt, .c-card--grid-slide .c-card__content-excerpt, .c-card--post .c-card__content-excerpt, .c-card--team .c-card__content-excerpt, .c-card--service .c-card__content-excerpt, .c-card--product .c-card__content-excerpt {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .c-card--cooperation .c-card__content-excerpt, .c-card--grid-slide .c-card__content-excerpt, .c-card--post .c-card__content-excerpt, .c-card--team .c-card__content-excerpt, .c-card--service .c-card__content-excerpt, .c-card--product .c-card__content-excerpt {
    padding-top: 15px;
  }
}
@media (min-width: 1680px) {
  .c-card--cooperation .c-card__content-excerpt, .c-card--grid-slide .c-card__content-excerpt, .c-card--post .c-card__content-excerpt, .c-card--team .c-card__content-excerpt, .c-card--service .c-card__content-excerpt, .c-card--product .c-card__content-excerpt {
    padding-top: 20px;
  }
}
.c-card--award .c-card__content-excerpt {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  margin-bottom: 0;
  padding-top: calc(1.4705882353vw + 15.2941176471px);
}
@media (max-width: 320px) {
  .c-card--award .c-card__content-excerpt {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-card--award .c-card__content-excerpt {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .c-card--award .c-card__content-excerpt {
    padding-top: 20px;
  }
}
@media (min-width: 1680px) {
  .c-card--award .c-card__content-excerpt {
    padding-top: 40px;
  }
}
.c-card--location .c-card__content-excerpt {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  margin-bottom: 0;
}
@media (max-width: 320px) {
  .c-card--location .c-card__content-excerpt {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-card--location .c-card__content-excerpt {
    font-size: 20px;
  }
}
.c-map__popup .c-card--location .c-card__content-excerpt {
  color: #808080;
  font-family: "Sofia Pro Soft", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
}
.process-chart-grid .c-card__content-excerpt {
  display: none;
}

.c-card--cooperation .c-card__content-button, .c-card--award .c-card__content-button, .c-card--grid-slide .c-card__content-button, .c-card--download .c-card__content-button, .c-card--post .c-card__content-button {
  padding-top: calc(1.4705882353vw + 15.2941176471px);
}
@media (max-width: 320px) {
  .c-card--cooperation .c-card__content-button, .c-card--award .c-card__content-button, .c-card--grid-slide .c-card__content-button, .c-card--download .c-card__content-button, .c-card--post .c-card__content-button {
    padding-top: 20px;
  }
}
@media (min-width: 1680px) {
  .c-card--cooperation .c-card__content-button, .c-card--award .c-card__content-button, .c-card--grid-slide .c-card__content-button, .c-card--download .c-card__content-button, .c-card--post .c-card__content-button {
    padding-top: 40px;
  }
}
.c-card--cooperation .c-card__content-button .c-btn, .c-card--cooperation .c-card__content-button body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .c-card--cooperation .c-card__content-button input.action-button, .c-card--cooperation .c-card__content-button .wpcf7-submit, .c-card--cooperation .c-card__content-button .form-group--file label, .form-group--file .c-card--cooperation .c-card__content-button label, .c-card--cooperation .c-card__content-button .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-card--cooperation .c-card__content-button .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-card--cooperation .c-card__content-button .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-card--award .c-card__content-button .c-btn, .c-card--award .c-card__content-button body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .c-card--award .c-card__content-button input.action-button, .c-card--award .c-card__content-button .wpcf7-submit, .c-card--award .c-card__content-button .form-group--file label, .form-group--file .c-card--award .c-card__content-button label, .c-card--award .c-card__content-button .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-card--award .c-card__content-button .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-card--award .c-card__content-button .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-card--grid-slide .c-card__content-button .c-btn, .c-card--grid-slide .c-card__content-button body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .c-card--grid-slide .c-card__content-button input.action-button, .c-card--grid-slide .c-card__content-button .wpcf7-submit, .c-card--grid-slide .c-card__content-button .form-group--file label, .form-group--file .c-card--grid-slide .c-card__content-button label, .c-card--grid-slide .c-card__content-button .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-card--grid-slide .c-card__content-button .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-card--grid-slide .c-card__content-button .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-card--download .c-card__content-button .c-btn, .c-card--download .c-card__content-button body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .c-card--download .c-card__content-button input.action-button, .c-card--download .c-card__content-button .wpcf7-submit, .c-card--download .c-card__content-button .form-group--file label, .form-group--file .c-card--download .c-card__content-button label, .c-card--download .c-card__content-button .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-card--download .c-card__content-button .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-card--download .c-card__content-button .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link, .c-card--post .c-card__content-button .c-btn, .c-card--post .c-card__content-button body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .c-card--post .c-card__content-button input.action-button, .c-card--post .c-card__content-button .wpcf7-submit, .c-card--post .c-card__content-button .form-group--file label, .form-group--file .c-card--post .c-card__content-button label, .c-card--post .c-card__content-button .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-card--post .c-card__content-button .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-card--post .c-card__content-button .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link {
  position: relative;
  z-index: 2;
}
.c-card--job .c-card__content-button {
  text-align: center;
  padding-top: calc(1.4705882353vw + 15.2941176471px);
}
@media (max-width: 320px) {
  .c-card--job .c-card__content-button {
    padding-top: 20px;
  }
}
@media (min-width: 1680px) {
  .c-card--job .c-card__content-button {
    padding-top: 40px;
  }
}
.c-card--job .c-card__content-button .c-btn, .c-card--job .c-card__content-button body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .c-card--job .c-card__content-button input.action-button, .c-card--job .c-card__content-button .wpcf7-submit, .c-card--job .c-card__content-button .form-group--file label, .form-group--file .c-card--job .c-card__content-button label, .c-card--job .c-card__content-button .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-card--job .c-card__content-button .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-card--job .c-card__content-button .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link {
  position: relative;
  z-index: 2;
}

.c-card--location .c-card__link, .c-card--cooperation .c-card__link, .c-card--award .c-card__link, .c-card--grid-slide .c-card__link, .c-card--download .c-card__link, .c-card--post .c-card__link, .c-card--page .c-card__link, .c-card--page-detailed .c-card__link, .c-card--team .c-card__link, .c-card--job .c-card__link, .c-card--product .c-card__link, .c-card--service .c-card__link, .c-card--category .c-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-card--job-colored .c-card__link {
  z-index: 2;
}

.c-card__link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-card--location .c-card__action--icon, .c-card--team .c-card__action--icon {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.c-map__popup .c-card--location .c-card__action--icon, .c-map__popup .c-card--team .c-card__action--icon {
  color: #B3B3B3;
}
.c-card--location .c-card__action--icon svg, .c-card--team .c-card__action--icon svg {
  width: calc(1.0294117647vw + 14.7058823529px);
  height: calc(1.0294117647vw + 14.7058823529px);
}
@media (max-width: 320px) {
  .c-card--location .c-card__action--icon svg, .c-card--team .c-card__action--icon svg {
    width: 18px;
  }
}
@media (min-width: 1680px) {
  .c-card--location .c-card__action--icon svg, .c-card--team .c-card__action--icon svg {
    width: 32px;
  }
}
@media (max-width: 320px) {
  .c-card--location .c-card__action--icon svg, .c-card--team .c-card__action--icon svg {
    height: 18px;
  }
}
@media (min-width: 1680px) {
  .c-card--location .c-card__action--icon svg, .c-card--team .c-card__action--icon svg {
    height: 32px;
  }
}
.c-card--location .c-card__action--icon + .c-card__action--icon, .c-card--team .c-card__action--icon + .c-card__action--icon {
  margin-left: calc(0.7352941176vw + 12.6470588235px);
}
@media (max-width: 320px) {
  .c-card--location .c-card__action--icon + .c-card__action--icon, .c-card--team .c-card__action--icon + .c-card__action--icon {
    margin-left: 15px;
  }
}
@media (min-width: 1680px) {
  .c-card--location .c-card__action--icon + .c-card__action--icon, .c-card--team .c-card__action--icon + .c-card__action--icon {
    margin-left: 25px;
  }
}

.c-card__content__meta {
  display: block;
  margin-bottom: calc(1.1029411765vw + 6.4705882353px);
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-card__content__meta {
    margin-bottom: 10px;
  }
}
@media (min-width: 1680px) {
  .c-card__content__meta {
    margin-bottom: 25px;
  }
}
@media (max-width: 320px) {
  .c-card__content__meta {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .c-card__content__meta {
    font-size: 14px;
  }
}
.c-card--download .c-card__content__meta {
  color: #000;
  margin-bottom: calc(0.3676470588vw + 3.8235294118px);
}
@media (max-width: 320px) {
  .c-card--download .c-card__content__meta {
    margin-bottom: 5px;
  }
}
@media (min-width: 1680px) {
  .c-card--download .c-card__content__meta {
    margin-bottom: 10px;
  }
}

.c-card__content__icon {
  width: calc(1.9117647059vw + 15.8823529412px);
  min-width: calc(1.9117647059vw + 15.8823529412px);
  height: calc(1.9117647059vw + 15.8823529412px);
  min-height: calc(1.9117647059vw + 15.8823529412px);
  margin-left: calc(0.7352941176vw + 2.6470588235px);
}
@media (max-width: 320px) {
  .c-card__content__icon {
    width: 22px;
  }
}
@media (min-width: 1680px) {
  .c-card__content__icon {
    width: 48px;
  }
}
@media (max-width: 320px) {
  .c-card__content__icon {
    min-width: 22px;
  }
}
@media (min-width: 1680px) {
  .c-card__content__icon {
    min-width: 48px;
  }
}
@media (max-width: 320px) {
  .c-card__content__icon {
    height: 22px;
  }
}
@media (min-width: 1680px) {
  .c-card__content__icon {
    height: 48px;
  }
}
@media (max-width: 320px) {
  .c-card__content__icon {
    min-height: 22px;
  }
}
@media (min-width: 1680px) {
  .c-card__content__icon {
    min-height: 48px;
  }
}
@media (max-width: 320px) {
  .c-card__content__icon {
    margin-left: 5px;
  }
}
@media (min-width: 1680px) {
  .c-card__content__icon {
    margin-left: 15px;
  }
}

/* ==========================================================================
   #COMMENT FORM
   Here we are using default HTML structure and classes,
   to create custom ones use comment_form_defaults filter
   ========================================================================== */
.c-comment-form {
  margin-top: 2em;
}
.c-comment-form label {
  display: block;
}
.c-comment-form textarea {
  max-width: 100%;
}

.comment-reply-title {
  margin-bottom: 0.25em;
}

/* ==========================================================================
   #COMMENT
   ========================================================================== */
.c-comment {
  margin-bottom: 1em;
}

.c-comment__author {
  font-size: 1rem;
  margin-bottom: 0.25em;
}

.c-comment__moderation {
  font-style: italic;
  margin-bottom: 0.5em;
}

.c-cta-image__inner {
  position: relative;
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding-top: calc(8.4558823529vw + 37.9411764706px);
  padding-bottom: calc(8.4558823529vw + 37.9411764706px);
}
@media (max-width: 320px) {
  .c-cta-image__inner {
    padding-top: 65px;
  }
}
@media (min-width: 1680px) {
  .c-cta-image__inner {
    padding-top: 180px;
  }
}
@media (max-width: 320px) {
  .c-cta-image__inner {
    padding-bottom: 65px;
  }
}
@media (min-width: 1680px) {
  .c-cta-image__inner {
    padding-bottom: 180px;
  }
}
.c-cta-image__inner:after {
  background: linear-gradient(90deg, #18BAE5 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.c-cta-image__inner-headline {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.c-cta-image__links {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}

.c-cta-image__link {
  text-decoration: none;
  color: #B3B3B3;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .c-cta-image__link {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-cta-image__link {
    font-size: 20px;
  }
}
.c-cta-image__link:after {
  display: none;
}

.c-cta-overlay {
  background-size: cover;
  padding-top: calc(10.2941176471vw + 67.0588235294px);
  padding-bottom: calc(10.2941176471vw + 67.0588235294px);
}
@media (max-width: 320px) {
  .c-cta-overlay {
    padding-top: 100px;
  }
}
@media (min-width: 1680px) {
  .c-cta-overlay {
    padding-top: 240px;
  }
}
@media (max-width: 320px) {
  .c-cta-overlay {
    padding-bottom: 100px;
  }
}
@media (min-width: 1680px) {
  .c-cta-overlay {
    padding-bottom: 240px;
  }
}

.c-cta-overlay__inner {
  text-align: center;
}

.c-download {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-download > li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .c-download > li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .c-download > li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.c-download__link {
  display: flex;
  align-items: center;
  width: 100%;
  background: #B3B3B3;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  font-weight: bold;
  padding: 10px 15px;
}
@media (max-width: 320px) {
  .c-download__link {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-download__link {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-download__link {
    padding: 20px 35px;
  }
}
.c-download__link svg {
  width: calc(0.5882352941vw + 10.1176470588px);
  height: calc(0.5882352941vw + 10.1176470588px);
  margin-left: 10px;
}
@media (max-width: 320px) {
  .c-download__link svg {
    width: 12px;
  }
}
@media (min-width: 1680px) {
  .c-download__link svg {
    width: 20px;
  }
}
@media (max-width: 320px) {
  .c-download__link svg {
    height: 12px;
  }
}
@media (min-width: 1680px) {
  .c-download__link svg {
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .c-download__link svg {
    margin-left: auto;
  }
}
.c-download__link:hover {
  color: #fff;
}

.c-emergency {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
  padding: 15px;
  border-radius: 9px;
  color: #fff;
}

.c-emergency__inner {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-emergency__inner {
    padding: 30px;
  }
}

.c-emergency__headline,
.c-emergency__subline {
  width: 100%;
  text-align: center;
}

.c-emergency__headline h3 {
  margin-bottom: 10px;
}

.c-emergency__subline {
  margin-bottom: 10px;
}

.c-emergency__action {
  display: flex;
  justify-content: center;
}

.c-widget--employee-interview {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
}

.c-employee-interview__text {
  background-color: transparent;
  color: #fff;
  padding: 0;
  margin: auto 0;
}
.c-employee-interview__text * {
  color: #fff;
}

@media (max-width: 1023.98px) {
  .c-employee-interview__image {
    margin-top: 50px;
  }
}
.c-employee-interview__image .c-img--small-portrait:before {
  padding-bottom: 100%;
}

.c-employee-interview__text-headline {
  margin-bottom: calc(1.8382352941vw + 9.1176470588px);
  color: #fff;
}
@media (max-width: 320px) {
  .c-employee-interview__text-headline {
    margin-bottom: 15px;
  }
}
@media (min-width: 1680px) {
  .c-employee-interview__text-headline {
    margin-bottom: 40px;
  }
}

.c-employee-interview__caption {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
  font-style: italic;
  margin-top: calc(1.4705882353vw + 5.2941176471px);
}
@media (max-width: 320px) {
  .c-employee-interview__caption {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .c-employee-interview__caption {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .c-employee-interview__caption {
    margin-top: 10px;
  }
}
@media (min-width: 1680px) {
  .c-employee-interview__caption {
    margin-top: 30px;
  }
}

.c-widget--has-space-bottom-default .c-employee-interview__image {
  margin-bottom: calc(-5.5882352941vw + -46.1176470588px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-default .c-employee-interview__image {
    margin-bottom: -64px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-default .c-employee-interview__image {
    margin-bottom: -140px;
  }
}

.c-widget--has-space-bottom-small .c-employee-interview__image {
  margin-bottom: calc(-3.5294117647vw + -20.7058823529px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-small .c-employee-interview__image {
    margin-bottom: -32px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-small .c-employee-interview__image {
    margin-bottom: -80px;
  }
}

.c-widget--has-space-bottom-big .c-employee-interview__image {
  margin-bottom: calc(-6.1764705882vw + -76.2352941176px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-big .c-employee-interview__image {
    margin-bottom: -96px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-big .c-employee-interview__image {
    margin-bottom: -180px;
  }
}

html[lang=en] .evt-subtitle--de {
  display: none !important;
}

html[lang=de] .evt-subtitle--en {
  display: none !important;
}

.c-featured-magazin {
  background: #F0F0F0;
  padding-top: calc(4.0441176471vw + 12.0588235294px);
  padding-bottom: calc(4.0441176471vw + 12.0588235294px);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 320px) {
  .c-featured-magazin {
    padding-top: 25px;
  }
}
@media (min-width: 1680px) {
  .c-featured-magazin {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .c-featured-magazin {
    padding-bottom: 25px;
  }
}
@media (min-width: 1680px) {
  .c-featured-magazin {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .c-featured-magazin {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-featured-magazin__image {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .c-featured-magazin__image {
    margin: 0 1.5rem 0 0;
  }
}

.c-featured-magazin__title {
  margin-bottom: calc(5.8823529412vw + -18.8235294118px);
  margin-top: calc(5.1470588235vw + -6.4705882353px);
}
@media (max-width: 320px) {
  .c-featured-magazin__title {
    margin-bottom: 0px;
  }
}
@media (min-width: 1680px) {
  .c-featured-magazin__title {
    margin-bottom: 80px;
  }
}
@media (max-width: 320px) {
  .c-featured-magazin__title {
    margin-top: 10px;
  }
}
@media (min-width: 1680px) {
  .c-featured-magazin__title {
    margin-top: 80px;
  }
}

.c-featured-magazin__actions {
  margin-top: calc(3.3088235294vw + 24.4117647059px);
}
@media (max-width: 320px) {
  .c-featured-magazin__actions {
    margin-top: 35px;
  }
}
@media (min-width: 1680px) {
  .c-featured-magazin__actions {
    margin-top: 80px;
  }
}

.c-featured-magazin__action {
  margin-bottom: calc(1.1029411765vw + 6.4705882353px);
}
@media (max-width: 320px) {
  .c-featured-magazin__action {
    margin-bottom: 10px;
  }
}
@media (min-width: 1680px) {
  .c-featured-magazin__action {
    margin-bottom: 25px;
  }
}

.c-featured-post {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1023.98px) {
  .c-featured-post {
    background: transparent !important;
  }
}

.c-featured-post__image {
  width: calc(100% + 2rem);
  left: -1rem;
  position: relative;
  margin-bottom: 20px;
}

.c-featured-post__content {
  padding: calc(2.9411764706vw + -9.4117647059px);
}
@media (max-width: 320px) {
  .c-featured-post__content {
    padding: 0px;
  }
}
@media (min-width: 1680px) {
  .c-featured-post__content {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .c-featured-post__content {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 9px;
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.c-featured-post__content .c-btn, .c-featured-post__content body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button, body #ays-quiz-container-2 #ays_finish_quiz_2 .c-featured-post__content input.action-button, .c-featured-post__content .wpcf7-submit, .c-featured-post__content .form-group--file label, .form-group--file .c-featured-post__content label, .c-featured-post__content .c-mobilenav__menu__item.has-button > .c-mobilenav__menu__link, .c-featured-post__content .c-main-nav__item.has-button.current-menu-item > .c-main-nav__link, .c-featured-post__content .c-main-nav__item.has-button:not(.current-menu-item) > .c-main-nav__link {
  margin-top: 20px;
}

.c-featured-post__meta {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-featured-post__meta {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .c-featured-post__meta {
    font-size: 14px;
  }
}

.c-featured-post__meta,
.c-featured-post__title,
.c-featured-post__excerpt {
  color: #000;
}

.c-featured-post__title {
  color: #B3B3B3;
}
@media (min-width: 1024px) {
  .c-featured-post__title {
    color: #000;
  }
}

.c-featured-post__excerpt {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-featured-post__excerpt {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-featured-post__excerpt {
    font-size: 20px;
  }
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.c-footer {
  padding-top: calc(1.8382352941vw + 19.1176470588px);
  padding-bottom: calc(0.7352941176vw + 17.6470588235px);
  color: #808080;
  background-color: #F0F0F0;
}
@media (max-width: 320px) {
  .c-footer {
    padding-top: 25px;
  }
}
@media (min-width: 1680px) {
  .c-footer {
    padding-top: 50px;
  }
}
@media (max-width: 320px) {
  .c-footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .c-footer {
    padding-bottom: 30px;
  }
}

.c-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-footer__newsletter {
  margin-bottom: 20px;
}
.c-footer__newsletter .o-wrapper, .c-footer__newsletter .c-notificationbar__inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1023.98px) {
  .c-footer__column--legal {
    padding-top: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .c-footer__column--menu {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .c-footer__column--contact {
    display: none;
  }
}

.c-footer__column--copyright {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
  align-self: center;
  display: flex;
  order: 10;
}
@media (max-width: 320px) {
  .c-footer__column--copyright {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .c-footer__column--copyright {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .c-footer__column--copyright {
    order: 0;
  }
}

@media (min-width: 1024px) {
  .c-footer__column--social {
    justify-content: flex-end;
    display: flex;
  }
}

.c-footer__column--seperator {
  margin-top: calc(0.3676470588vw + 23.8235294118px);
  margin-bottom: calc(0.7352941176vw + 17.6470588235px);
  order: 5;
}
@media (max-width: 320px) {
  .c-footer__column--seperator {
    margin-top: 25px;
  }
}
@media (min-width: 1680px) {
  .c-footer__column--seperator {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .c-footer__column--seperator {
    margin-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .c-footer__column--seperator {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .c-footer__column--seperator {
    opacity: 0;
    order: 0;
    display: none;
  }
}
.c-footer__column--seperator hr {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #B3B3B3;
}

.c-footer__widget a {
  text-decoration: none;
  color: inherit;
}
.c-footer__widget a:hover {
  color: #B3B3B3;
}

.c-footer-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .c-footer-nav:not(.c-footer-nav--list):not(.c-footer-nav--icon) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}

.c-footer-nav__item {
  border-bottom: 1px solid #B3B3B3;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-footer-nav__item {
    border-bottom: none;
  }
}
.c-footer-nav--icon .c-footer-nav__item {
  width: auto;
  margin-bottom: 0;
  border-bottom: none;
}
.c-footer-nav--icon .c-footer-nav__item + .c-footer-nav__item {
  margin-left: 20px;
}

.c-footer-nav__link:not(.c-btn--is-icon) {
  display: flex;
  justify-content: space-between;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  padding: 20px 0;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 320px) {
  .c-footer-nav__link:not(.c-btn--is-icon) {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-footer-nav__link:not(.c-btn--is-icon) {
    font-size: 20px;
  }
}
.c-footer-nav__link:not(.c-btn--is-icon):hover {
  color: #B3B3B3;
}
.c-footer-nav__link:not(.c-btn--is-icon) svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 1024px) {
  .c-footer-nav__link:not(.c-btn--is-icon) svg {
    display: none;
  }
}

.swiper-slide--gradient {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
}
.swiper-slide--gradient .swiper-button-next,
.swiper-slide--gradient .swiper-button-prev,
.swiper-slide--gradient .swiper-fraction {
  color: #fff;
}

.c-group__text {
  background-color: rgba(179, 179, 179, 0.7);
  color: #fff;
  padding: 20px 10px;
  border-radius: 9px;
}
.c-group__text * {
  color: #fff;
}
@media (min-width: 1024px) {
  .c-group__text {
    padding: 40px;
  }
}
.swiper-slide--gradient .c-group__text {
  padding: 0;
  background-color: transparent;
}

@media (max-width: 1023.98px) {
  .c-group__image {
    max-width: 80%;
    margin: 50px auto;
  }
}

.c-group__text-headline--mobile {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .c-group__text-headline--mobile {
    display: none;
  }
}

.c-group__text-headline {
  margin-bottom: calc(1.8382352941vw + 9.1176470588px);
}
@media (max-width: 320px) {
  .c-group__text-headline {
    margin-bottom: 15px;
  }
}
@media (min-width: 1680px) {
  .c-group__text-headline {
    margin-bottom: 40px;
  }
}

.c-group__text-headline--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-group__text-headline--desktop {
    display: block;
    margin-bottom: 80px;
  }
}

/* ==========================================================================
   #HEADER
   ========================================================================== */
.c-header {
  padding: 20px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 21;
  border-bottom: 1px solid #B3B3B3;
}
@media (max-width: 1023.98px) {
  .c-header.is-active-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .c-header {
    padding: 30px 0 0;
    transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
  }
  .body-scroll-down .c-header {
    transform: translateY(calc(-100% + 75px));
  }
}

.c-header__inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-header__inner {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.c-header__logo {
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
  overflow: hidden;
}
.is-active--menu .c-header__logo, .is-active--search .c-header__logo {
  opacity: 0;
  width: 0;
  visibility: hidden;
}

.c-header__logo-svg {
  color: #3D7AC3;
  width: 80px;
  height: 30px;
}
@media (min-width: 1024px) {
  .c-header__logo-svg {
    width: 170px;
    height: 65px;
  }
}

.c-header__search {
  margin-left: auto;
  flex-grow: 2;
}
@media (min-width: 1024px) {
  .c-header__search {
    margin: 0 20px;
    flex-grow: 2;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-header__shop {
  margin: 0 0 0 20px;
}

.c-header__menu-toggle {
  margin-left: 1.5rem;
  position: relative;
  top: 3px;
}
.c-image-text-overlay {
  position: relative;
  background-size: cover;
  padding-top: calc(1.7647058824vw + 18.3529411765px);
  padding-bottom: calc(1.7647058824vw + 18.3529411765px);
}
@media (max-width: 320px) {
  .c-image-text-overlay {
    padding-top: 24px;
  }
}
@media (min-width: 1680px) {
  .c-image-text-overlay {
    padding-top: 48px;
  }
}
@media (max-width: 320px) {
  .c-image-text-overlay {
    padding-bottom: 24px;
  }
}
@media (min-width: 1680px) {
  .c-image-text-overlay {
    padding-bottom: 48px;
  }
}
.c-image-text-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: var(--bg-color, #000);
  opacity: 0.4;
}

.c-image-text-overlay__text {
  color: var(--font-color, #fff);
  padding: 0;
  margin: auto 0 146px;
}
@media (min-width: 1024px) {
  .c-image-text-overlay__text {
    margin: auto 0;
  }
}
.c-image-text-overlay__text * {
  color: var(--font-color, #fff);
}

.c-image-text-overlay__image {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .c-image-text-overlay__image {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
.c-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-img:before {
  content: "";
  display: block;
}

/* Style Variants
   ========================================================================== */
.c-img--inline {
  height: auto;
  max-width: 100%;
}
.ie .c-img--inline {
  width: auto;
}
.c-img--inline:before {
  display: none;
}

.c-img--square:before {
  padding-bottom: 100%;
}

.c-img--video:before {
  padding-bottom: 56.3025210084%;
}

.c-img--slider:before {
  padding-bottom: 71.1538461538%;
}

.c-img--landscape:before {
  padding-bottom: 80.7692307692%;
}

.c-img--portrait:before {
  padding-bottom: 123.8095238095%;
}

.c-img--small-landscape:before {
  padding-bottom: 60%;
}

.c-img--small-portrait:before {
  padding-bottom: 140%;
}

.c-img--magazin:before {
  padding-bottom: 142.3076923077%;
}

.c-img--data:before {
  padding-bottom: var(--image-aspect-ratio);
}

/* Background Image Styles
   ========================================================================== */
.c-img__placeholder,
.c-img__full {
  transition: all 0.3s cubic-bezier(0.9, 1, 0.7, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat 50% 50%/cover;
  opacity: 0;
}
.c-img__placeholder[data-loaded=true],
.c-img__full[data-loaded=true] {
  opacity: 1;
}
.c-card--award--landscape .c-img__placeholder,
.c-card--award--landscape .c-img__full {
  background-size: 70%;
}
.c-card--award--portrait .c-img__placeholder,
.c-card--award--portrait .c-img__full {
  background-size: 50%;
}

.c-img__placeholder {
  transition: all 0.3s cubic-bezier(0.9, 1, 0.7, 1);
  opacity: 1;
  transition-delay: 0.7s;
  transition-property: opacity;
  filter: blur(0.5vw);
  transform: scale(1.1);
  background: transparent no-repeat 50% 50%/cover;
}
[data-loaded=true] + .c-img__placeholder {
  opacity: 0;
}

.c-image-intro-overlay {
  position: relative;
}

.c-image-intro-overlay--headline {
  padding-top: calc(14.7058823529vw + -7.0588235294px);
  padding-bottom: calc(10.2941176471vw + 67.0588235294px);
  text-align: center;
  color: var(--font-color, #fff);
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media (max-width: 320px) {
  .c-image-intro-overlay--headline {
    padding-top: 40px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--headline {
    padding-top: 240px;
  }
}
@media (max-width: 320px) {
  .c-image-intro-overlay--headline {
    padding-bottom: 100px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--headline {
    padding-bottom: 240px;
  }
}
@media (min-width: 1024px) {
  .c-image-intro-overlay--headline {
    min-height: 80vh;
  }
}

.c-image-intro-overlay__headline {
  width: 100%;
}
.c-image-intro-overlay--box .c-image-intro-overlay__headline {
  position: relative;
  padding-top: calc(3.3088235294vw + 19.4117647059px);
  padding-right: calc(2.6470588235vw + 15.5294117647px);
  padding-bottom: calc(2.5vw + 8px);
  padding-left: calc(2.6470588235vw + 15.5294117647px);
  box-sizing: content-box;
  max-width: calc(18.3823529412vw + 91.1764705882px);
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-top: 30px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-top: 75px;
  }
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-right: 24px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-right: 60px;
  }
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-bottom: 16px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-bottom: 50px;
  }
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-left: 24px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    padding-left: 60px;
  }
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    max-width: 150px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline {
    max-width: 400px;
  }
}
.c-image-intro-overlay--box .c-image-intro-overlay__headline h1 {
  position: relative;
  z-index: 1;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(3.2352941176vw + 25.6470588235px);
  color: var(--font-color, #fff);
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline h1 {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box .c-image-intro-overlay__headline h1 {
    font-size: 80px;
  }
}
.c-image-intro-overlay--box .c-image-intro-overlay__headline h1::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
.c-image-intro-overlay--box .c-image-intro-overlay__headline:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
  opacity: 0.85;
}
.c-image-intro-overlay--headline .c-image-intro-overlay__headline h1 {
  font-weight: bold;
  line-height: 1;
  font-size: calc(9.1176470588vw + 6.8235294118px);
  font-size: calc(4.4117647059vw + 85.8823529412px);
}
@media (max-width: 320px) {
  .c-image-intro-overlay--headline .c-image-intro-overlay__headline h1 {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--headline .c-image-intro-overlay__headline h1 {
    font-size: 160px;
  }
}
.c-image-intro-overlay--headline .c-image-intro-overlay__headline h1::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
@media (max-width: 320px) {
  .c-image-intro-overlay--headline .c-image-intro-overlay__headline h1 {
    font-size: 100px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--headline .c-image-intro-overlay__headline h1 {
    font-size: 160px;
  }
}

.c-image-intro-overlay--box {
  padding-top: calc(8.0882352941vw + 34.1176470588px);
  padding-bottom: calc(3.6764705882vw + 48.2352941176px);
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box {
    padding-top: 60px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box {
    padding-top: 170px;
  }
}
@media (max-width: 320px) {
  .c-image-intro-overlay--box {
    padding-bottom: 60px;
  }
}
@media (min-width: 1680px) {
  .c-image-intro-overlay--box {
    padding-bottom: 110px;
  }
}

@media (max-width: 1023.98px) {
  .c-image-intro {
    background: transparent !important;
  }
}
@media (min-width: 1024px) {
  .c-image-intro {
    min-height: 512px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .c-image-intro--imageonly {
    margin-bottom: 0;
    min-height: 568px;
  }
}

.c-image-intro__image {
  display: inherit;
}
@media (min-width: 1024px) {
  .c-image-intro__image {
    display: none;
  }
}

.c-image-intro__headline {
  width: 100%;
  margin-top: 30px;
}
.c-image-intro--imageonly .c-image-intro__headline {
  display: none;
}
@media (min-width: 1024px) {
  .c-image-intro__headline {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .c-image-intro__headline h1 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: calc(1.7647058824vw + 22.3529411765px);
    margin-bottom: 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 320px) {
  .c-image-intro__headline h1 {
    font-size: 28px;
  }
}
@media (max-width: 1023.98px) and (min-width: 1680px) {
  .c-image-intro__headline h1 {
    font-size: 52px;
  }
}
@media (max-width: 1023.98px) {
  .c-image-intro__headline h1::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}
.c-image-intro__headline h1 br {
  display: none;
}
@media (min-width: 1024px) {
  .c-image-intro__headline h1 br {
    display: inherit;
  }
}

.c-keyfact {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.c-keyfact__label {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
  color: #fff;
  margin-bottom: calc(0.7352941176vw + 22.6470588235px);
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .c-keyfact__label {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-keyfact__label {
    font-size: 32px;
  }
}
.c-keyfact__label::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
@media (max-width: 320px) {
  .c-keyfact__label {
    margin-bottom: 25px;
  }
}
@media (min-width: 1680px) {
  .c-keyfact__label {
    margin-bottom: 35px;
  }
}

.c-keyfact__text {
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.7647058824vw + 21.3529411765px);
  color: #fff;
  text-transform: none;
}
@media (max-width: 320px) {
  .c-keyfact__text {
    font-size: 27px;
  }
}
@media (min-width: 1680px) {
  .c-keyfact__text {
    font-size: 51px;
  }
}
.c-keyfact__text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.c-language-switch {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-language-switch__item {
  position: relative;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .c-language-switch__item {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-language-switch__item {
    font-size: 20px;
  }
}
.c-language-switch__item:after {
  position: relative;
  content: "/";
  display: inline-flex;
  margin: 0 5px 0 0;
}
@media (min-width: 1024px) {
  .c-language-switch__item {
    margin-bottom: 0;
  }
}
.c-language-switch__item:last-child:after {
  display: none;
}

.c-language-switch__link {
  text-decoration: none;
}
.c-language-switch__link.c-language-switch__link--active, .c-language-switch__link:hover {
  color: #18BAE5;
}

.c-location__headline {
  border-bottom: 1px solid #808080;
}

.c-location__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -30px;
}

.c-location__legend__icon {
  margin-right: 15px;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
}
.c-location__legend__icon span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
@media (max-width: 320px) {
  .c-location__legend__icon {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .c-location__legend__icon {
    font-size: 14px;
  }
}

.facetwp-template[data-name=standorte] > div:not(:first-child) {
  display: none;
}

.facetwp-template[data-name=standorte].visible > div:not(:first-child) {
  display: block;
}

.c-logo-grid__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.c-logo-grid__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* ==========================================================================
   #MAIN NAV
   ========================================================================== */
.c-main-nav {
  display: flex;
  margin: 0 0 0;
  justify-content: flex-start;
  align-items: center;
}

.c-main-nav__item {
  list-style: none;
  margin: 0 0.5em 0 0;
  padding: 0;
  text-transform: uppercase;
}
.c-main-nav__item:hover > .c-main-nav__link {
  color: #18BAE5;
}
.c-main-nav__item:hover .c-main-nav__dropdown {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.c-main-nav__link {
  display: block;
  padding: 1.75rem 0.75rem;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  color: #808080;
  padding-left: calc(0.4411764706vw + 4.5882352941px);
  padding-right: calc(0.4411764706vw + 4.5882352941px);
}
@media (max-width: 320px) {
  .c-main-nav__link {
    padding-left: 6px;
  }
}
@media (min-width: 1680px) {
  .c-main-nav__link {
    padding-left: 12px;
  }
}
@media (max-width: 320px) {
  .c-main-nav__link {
    padding-right: 6px;
  }
}
@media (min-width: 1680px) {
  .c-main-nav__link {
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .c-main-nav__link {
    font-size: calc(12px + 7 * (100vw - 1024px) / 416);
  }
}
.c-main-nav__item:first-child .c-main-nav__link {
  padding-left: 0;
}

.c-main-nav__link--has-dropdown {
  display: flex;
  align-items: flex-end;
}
.c-main-nav__link--has-dropdown svg {
  margin-left: 4px;
  width: 14px;
  height: 14px;
}

.current-menu-item:not(.c-main-nav__item--scroll) .c-main-nav__link,
.current-menu-parent:not(.c-main-nav__item--scroll) .c-main-nav__link {
  color: #18BAE5;
}

.c-main-nav__dropdown {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: absolute;
  background: #fff;
  margin-top: 1px;
  padding: 40px 70px 40px 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.c-main-nav__dropdown--megamenu {
  left: 0;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 1px;
  padding: 40px 0;
}
.c-main-nav__dropdown--megamenu:after {
  position: absolute;
  background: #fff;
  display: block;
  width: 200vw;
  width: var(--dropdown-width);
  height: 100%;
  left: -100vw;
  left: calc(var(--dropdown-offset) * -1);
  top: 0;
  content: "";
  z-index: 1;
}

.c-main-nav__dropdown__column {
  width: auto;
  position: relative;
  z-index: 2;
}
.c-main-nav__dropdown__column + .c-main-nav__dropdown__column {
  margin-left: 30px;
}

.c-main-nav__subitem {
  list-style: none;
  margin: 0;
}
.c-main-nav__subitem.current-menu-item:not(.c-main-nav__subitem--scroll) > .c-main-nav__sublink {
  color: #18BAE5;
}

.c-main-nav__sublink {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  color: #808080;
  text-transform: none;
}
.c-main-nav__subitem--label .c-main-nav__sublink {
  font-weight: bold;
  text-transform: uppercase;
}

.current-menu-item .c-main-nav__sublink {
  border-bottom-color: #000;
}

.c-mobilenav {
  position: fixed;
  height: 100%;
  min-height: var(--app-height);
  width: 100vw;
  left: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding-top: 81px;
  z-index: 20;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.9, 1, 0.7, 1);
}
.c-mobilenav.is-active {
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .c-mobilenav {
    display: none;
  }
}

.c-mobile-nav__footer {
  display: flex;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #808080;
  width: 100%;
  margin-top: auto;
  padding: 0 0.75rem;
}

.c-mobilenav__nav {
  width: 100%;
  padding: 0 0.75rem;
  position: relative;
  height: 100%;
  max-height: calc(100% - 65px);
}

.c-mobilenav__menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-mobilenav__menu__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #B3B3B3;
  width: 100%;
}
.c-mobilenav__menu__item.has-button {
  margin-top: 1.25rem;
  border-bottom: 0px solid #B3B3B3;
}
.c-mobilenav__menu__link {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 15px 0;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
.c-mobilenav__menu__link:hover {
  color: #B3B3B3;
}
.c-mobilenav__menu__link svg {
  width: 14px;
  height: 14px;
}

.c-mobilenav__menu__link--has-dropdown {
  width: calc(100% - 60px);
}

.c-mobilenav__menu__link--trigger {
  color: #18BAE5;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-mobilenav__menu__link--trigger svg {
  width: 24px;
  height: 24px;
}

.c-mobilenav__menu__dropdown {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0 0.75rem;
  list-style-type: none;
  background: #fff;
  transform: translateX(100%);
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
  overflow: auto;
}
.c-mobilenav__menu__dropdown.is-active {
  z-index: 20;
  transform: translateX(0);
}

.c-mobilenav__menu__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-mobilenav__menu__subitem {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-mobilenav__menu__subitem.c-mobilenav__menu__subitem--back {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #B3B3B3;
}

.c-mobilenav__menu__sublink {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 15px 0;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  width: 100%;
  margin-left: 60px;
}
.c-mobilenav__menu__sublink:hover {
  color: #B3B3B3;
}
.c-mobilenav__menu__sublink svg {
  margin-left: auto;
  width: 14px;
  height: 14px;
}
.c-mobilenav__menu__subitem--back .c-mobilenav__menu__sublink {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  padding: 15px 0;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
.c-mobilenav__menu__subitem--back .c-mobilenav__menu__sublink:hover {
  color: #B3B3B3;
}
.c-mobilenav__menu__subitem--back .c-mobilenav__menu__sublink svg {
  margin-left: 0;
  color: #18BAE5;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.c-newsletter {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
  padding: 15px;
  border-radius: 9px;
}

.c-newsletter__inner {
  background: #fff;
  border-radius: 9px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-newsletter__inner {
    padding: 30px;
  }
}

.c-newsletter__headline,
.c-newsletter__subline {
  width: 100%;
  text-align: center;
}

.c-newsletter__headline h3 {
  margin-bottom: 30px;
}

.c-newsletter__subline {
  margin-top: -20px;
  margin-bottom: 30px;
}

.c-notificationbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  background: #FF411C;
  background: var(--notificationbar-bg);
  color: #fff;
  color: var(--notificationbar-color);
}
.c-notificationbar p:last-of-type {
  margin-bottom: 0;
}
.c-notificationbar,
.c-notificationbar * {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  font-weight: 600 !important;
}
@media (max-width: 320px) {
  .c-notificationbar,
  .c-notificationbar * {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-notificationbar,
  .c-notificationbar * {
    font-size: 20px;
  }
}
.c-notificationbar a {
  text-decoration: underline;
  color: #fff;
  color: var(--notificationbar-color);
}

.c-notificationbar__inner {
  width: 100%;
}

.c-patent {
  height: 100%;
  box-sizing: border-box;
  padding-top: calc(3.6764705882vw + 38.2352941176px);
  padding-bottom: calc(3.6764705882vw + 38.2352941176px);
}
.c-patent h1, .c-patent h2, .c-patent h3, .c-patent h4, .c-patent h5, .c-patent h6,
.c-patent .u-text-h0, .c-patent .u-text-h1, .c-patent .u-text-h2, .c-patent .u-text-h3, .c-patent .u-text-h4, .c-patent .u-text-h5, .c-patent .u-text-h6 {
  text-transform: none;
  margin-bottom: 25px;
}
.c-patent p {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.7352941176vw + 15.6470588235px);
  text-transform: none;
  margin-top: auto;
  margin-bottom: calc(2.2058823529vw + 12.9411764706px);
}
@media (max-width: 320px) {
  .c-patent p {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-patent p {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .c-patent p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .c-patent p {
    margin-bottom: 50px;
  }
}
@media (max-width: 320px) {
  .c-patent {
    padding-top: 50px;
  }
}
@media (min-width: 1680px) {
  .c-patent {
    padding-top: 100px;
  }
}
@media (max-width: 320px) {
  .c-patent {
    padding-bottom: 50px;
  }
}
@media (min-width: 1680px) {
  .c-patent {
    padding-bottom: 100px;
  }
}

.c-patent,
.c-patent .o-wrapper,
.c-patent .c-notificationbar__inner,
.c-patent .o-wrapper .o-container,
.c-patent .c-notificationbar__inner .o-container,
.c-patent .o-wrapper .o-container .column,
.c-patent .c-notificationbar__inner .o-container .column {
  height: 100%;
  box-sizing: border-box;
}

.c-patent__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .c-patent__content {
    max-width: 70%;
  }
  .c-patent--full .c-patent__content {
    max-width: 100%;
  }
}

.c-patent__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: auto 120% !important;
  opacity: 0.3;
}
.full-screen .c-patent__bg {
  background-size: cover !important;
}

.c-widget--pdf-arcaristics.c-widget--bg-stretch {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
}

.c-pdf-magazin {
  position: relative;
  width: 100%;
  padding-bottom: 177.7777777778%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-pdf-magazin {
    padding-bottom: 56.25%;
  }
}
.c-pdf-magazin + .c-pdf-magazin {
  margin-top: 15px;
}
.c-widget--pdf-arcaristics:not(.c-widget--bg-stretch) .c-pdf-magazin {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
}

.c-pdf-magazin .flipbook-btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pdf-magazin .flipbook-menu-header {
  display: flex;
  align-items: center;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  font-weight: bold;
}
@media (max-width: 320px) {
  .c-pdf-magazin .flipbook-menu-header {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-pdf-magazin .flipbook-menu-header {
    font-size: 20px;
  }
}

.c-pdf-magazin .flipbook-menu-floating {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.c-pdf-magazin .flipbook-currentPageHolder {
  white-space: nowrap;
}

.c-pdf-magazin .flipbook-currentPageNumber,
.c-pdf-magazin .flipbook-currentPageInput {
  font-family: "Sofia Pro Soft" !important;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  font-weight: bold;
}
@media (max-width: 320px) {
  .c-pdf-magazin .flipbook-currentPageNumber,
  .c-pdf-magazin .flipbook-currentPageInput {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-pdf-magazin .flipbook-currentPageNumber,
  .c-pdf-magazin .flipbook-currentPageInput {
    font-size: 20px;
  }
}

.c-pdf-magazin .flipbook-font {
  font-family: "Sofia Pro Soft";
}

.c-popup {
  display: none;
}

.c-popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.2s;
  will-change: opacity;
  background-color: #000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-popup__header {
  /* Optional */
  padding: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.c-popup__title {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
  margin-right: auto;
}
@media (max-width: 320px) {
  .c-popup__title {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-popup__title {
    font-size: 32px;
  }
}
.c-popup__title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.c-popup__close {
  /* Optional */
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  transform: scale(1.4);
}

.c-popup__wrapper {
  width: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 0;
  max-width: 600px;
  max-height: 80vh;
  transition: transform 0.2s, opacity 0.2s;
  will-change: transform;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transform: translateY(5%);
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  /* Optional */
  box-shadow: 0 2px 6px #777;
  border-radius: 5px;
  margin: 20px;
}

.c-popup__content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  flex-grow: 1;
  /* Optional */
  padding: 1.5rem;
}

.c-popup.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.c-popup.is-visible .c-popup__wrapper {
  opacity: 1;
  transform: translateY(0);
}

.c-popup.is-visible .c-popup__overlay {
  opacity: 0.5;
}

/* ==========================================================================
   #POST
   Includes styles for default WP images classes
   ========================================================================== */
.c-post {
  margin-bottom: 2em;
}
.c-post:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.alignnone {
  margin: 1em 1em 1em 0;
}

.aligncenter {
  margin: 1em auto;
}

.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

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

.wp-caption-text {
  font-style: italic;
  margin-top: 0.5em;
}

.c-quote {
  position: relative;
}

.c-quote__content {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
  padding-top: calc(5.5147058824vw + 77.3529411765px);
  padding-bottom: calc(4.4117647059vw + 25.8823529412px);
  padding-left: calc(0.7352941176vw + 7.6470588235px);
  padding-right: calc(0.7352941176vw + 7.6470588235px);
  text-align: center;
  color: #fff;
  font-style: normal;
  border-radius: 10px;
}
@media (max-width: 320px) {
  .c-quote__content {
    padding-top: 95px;
  }
}
@media (min-width: 1680px) {
  .c-quote__content {
    padding-top: 170px;
  }
}
@media (max-width: 320px) {
  .c-quote__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .c-quote__content {
    padding-bottom: 100px;
  }
}
@media (max-width: 320px) {
  .c-quote__content {
    padding-left: 10px;
  }
}
@media (min-width: 1680px) {
  .c-quote__content {
    padding-left: 20px;
  }
}
@media (max-width: 320px) {
  .c-quote__content {
    padding-right: 10px;
  }
}
@media (min-width: 1680px) {
  .c-quote__content {
    padding-right: 20px;
  }
}

.c-quote__image {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: calc(-3.6764705882vw + -58.2352941176px);
  width: calc(7.3529411765vw + 116.4705882353px);
  height: calc(7.3529411765vw + 116.4705882353px);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 320px) {
  .c-quote__image {
    margin-bottom: -70px;
  }
}
@media (min-width: 1680px) {
  .c-quote__image {
    margin-bottom: -120px;
  }
}
@media (max-width: 320px) {
  .c-quote__image {
    width: 140px;
  }
}
@media (min-width: 1680px) {
  .c-quote__image {
    width: 240px;
  }
}
@media (max-width: 320px) {
  .c-quote__image {
    height: 140px;
  }
}
@media (min-width: 1680px) {
  .c-quote__image {
    height: 240px;
  }
}

.c-quote__content-text {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
  text-transform: none;
  margin-bottom: calc(-1.1029411765vw + 18.5294117647px);
}
@media (max-width: 320px) {
  .c-quote__content-text {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-quote__content-text {
    font-size: 32px;
  }
}
.c-quote__content-text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
@media (max-width: 320px) {
  .c-quote__content-text {
    margin-bottom: 15px;
  }
}
@media (min-width: 1680px) {
  .c-quote__content-text {
    margin-bottom: 0px;
  }
}

.c-quote__content-author {
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
  text-transform: none;
}
@media (max-width: 320px) {
  .c-quote__content-author {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .c-quote__content-author {
    font-size: 31px;
  }
}
.c-quote__content-author::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.c-results .c-controls__headline {
  color: #000;
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-results .c-controls__headline {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .c-results .c-controls__headline {
    font-size: 31px;
  }
}
.c-results .c-controls__headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.c-results .c-controls__headline strong {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-results .c-controls__headline strong {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-results .c-controls__headline strong {
    font-size: 32px;
  }
}
.c-results .c-controls__headline strong::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.c-results__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: calc(3.3088235294vw + 14.4117647059px);
  margin-bottom: calc(0.3676470588vw + 3.8235294118px);
}
@media (max-width: 320px) {
  .c-results__nav {
    margin-top: 25px;
  }
}
@media (min-width: 1680px) {
  .c-results__nav {
    margin-top: 70px;
  }
}
@media (max-width: 320px) {
  .c-results__nav {
    margin-bottom: 5px;
  }
}
@media (min-width: 1680px) {
  .c-results__nav {
    margin-bottom: 10px;
  }
}

.c-result__header {
  border-top: 1px solid #808080;
  padding-top: calc(1.4705882353vw + 15.2941176471px);
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 320px) {
  .c-result__header {
    padding-top: 20px;
  }
}
@media (min-width: 1680px) {
  .c-result__header {
    padding-top: 40px;
  }
}

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

.c-search {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .c-search {
    display: inherit;
  }
}

.c-search__form-group {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
}
.is-active--search .c-search__form-group {
  justify-content: flex-start;
}
.is-active--search .c-search__form-group {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-search__form-group {
    justify-content: flex-start;
    width: auto;
    border-radius: 28px;
    height: calc(0.9558823529vw + 33.9411764706px);
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .c-search__form-group {
    height: 37px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .c-search__form-group {
    height: 50px;
  }
}
.c-search__form-group:focus-within {
  border-color: rgba(24, 186, 229, 0.5);
}

.c-search__input {
  border: none;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
  height: calc(0.9558823529vw + 31.9411764706px);
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  line-height: 1;
  color: #808080;
  outline: none !important;
}
@media (max-width: 320px) {
  .c-search__input {
    height: 35px;
  }
}
@media (min-width: 1680px) {
  .c-search__input {
    height: 48px;
  }
}
.is-active--search .c-search__input {
  width: 100%;
  max-width: calc(100% - 70px);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 320px) {
  .c-search__input {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-search__input {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-search__input {
    width: 100%;
    max-width: calc(100% - 100px);
    opacity: 1;
    visibility: visible;
  }
}

.c-search__icon {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .c-search__icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-left: 30px;
  }
}

.c-search__btn {
  background: transparent;
  border: none;
  color: #808080;
}
.c-search__btn svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 1024px) {
  .c-search__btn svg {
    width: 24px;
    height: 24px;
  }
}

.c-search__btn--open {
  display: inherit;
}
.is-active--search .c-search__btn--open {
  display: none;
}

.c-search__btn--submit {
  display: none;
  opacity: 0;
  visibility: hidden;
  color: #18BAE5;
}
.is-active--search .c-search__btn--submit {
  display: inherit;
  opacity: 1;
  visibility: visible;
}
.c-search__btn--submit svg {
  width: 14px;
  height: 14px;
}

.c-search__btn--close {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.is-active--search .c-search__btn--close {
  display: inherit;
  opacity: 1;
  visibility: visible;
}

.c-livesearch .c-livesearch__inner {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 5px;
}

.c-livesearch__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.c-livesearch__icon svg {
  width: 18px;
  height: 18px;
}

.c-searchwrapper .spinner {
  display: none !important;
}

.c-searchform__form-group {
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .c-searchform__form-group {
    height: 56px;
    width: auto;
    border-radius: 28px;
  }
}
.c-searchform__form-group:focus-within {
  border-color: rgba(128, 128, 128, 0.5);
}

.c-searchform__input {
  border: none;
  background: transparent;
  height: 35px;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  line-height: 1;
  color: #808080;
  outline: none !important;
}
@media (max-width: 320px) {
  .c-searchform__input {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .c-searchform__input {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-searchform__input {
    width: 100%;
    max-width: calc(100% - 100px);
    height: 50px;
  }
}

.c-searchform__icon {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .c-searchform__icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-left: 30px;
  }
}

.c-slider--keyfacts {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
}

.swiper-container-thumbs {
  margin-top: calc(1.1029411765vw + 6.4705882353px);
}
@media (max-width: 320px) {
  .swiper-container-thumbs {
    margin-top: 10px;
  }
}
@media (min-width: 1680px) {
  .swiper-container-thumbs {
    margin-top: 25px;
  }
}

.c-slider--keyfacts .swiper-slide {
  padding-top: calc(7.7205882353vw + 35.2941176471px);
  padding-bottom: calc(7.7205882353vw + 35.2941176471px);
}
@media (max-width: 320px) {
  .c-slider--keyfacts .swiper-slide {
    padding-top: 60px;
  }
}
@media (min-width: 1680px) {
  .c-slider--keyfacts .swiper-slide {
    padding-top: 165px;
  }
}
@media (max-width: 320px) {
  .c-slider--keyfacts .swiper-slide {
    padding-bottom: 60px;
  }
}
@media (min-width: 1680px) {
  .c-slider--keyfacts .swiper-slide {
    padding-bottom: 165px;
  }
}
@media (max-width: 1023.98px) {
  .c-slider--coop .swiper-slide, .c-slider--award .swiper-slide {
    width: 80%;
  }
}
.c-slider--image-text .swiper-slide, .c-slider--group .swiper-slide {
  height: auto;
}
.c-slider--image-text .swiper-slide > div, .c-slider--group .swiper-slide > div {
  padding-top: calc(2.9411764706vw + 30.5882352941px);
  padding-bottom: calc(2.9411764706vw + 30.5882352941px);
}
@media (max-width: 320px) {
  .c-slider--image-text .swiper-slide > div, .c-slider--group .swiper-slide > div {
    padding-top: 40px;
  }
}
@media (min-width: 1680px) {
  .c-slider--image-text .swiper-slide > div, .c-slider--group .swiper-slide > div {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .c-slider--image-text .swiper-slide > div, .c-slider--group .swiper-slide > div {
    padding-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .c-slider--image-text .swiper-slide > div, .c-slider--group .swiper-slide > div {
    padding-bottom: 80px;
  }
}
.c-slider--image-text .swiper-slide p, .c-slider--image-text .swiper-slide ul, .c-slider--image-text .swiper-slide li, .c-slider--group .swiper-slide p, .c-slider--group .swiper-slide ul, .c-slider--group .swiper-slide li {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.5882352941vw + 14.1176470588px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-slider--image-text .swiper-slide p, .c-slider--image-text .swiper-slide ul, .c-slider--image-text .swiper-slide li, .c-slider--group .swiper-slide p, .c-slider--group .swiper-slide ul, .c-slider--group .swiper-slide li {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .c-slider--image-text .swiper-slide p, .c-slider--image-text .swiper-slide ul, .c-slider--image-text .swiper-slide li, .c-slider--group .swiper-slide p, .c-slider--group .swiper-slide ul, .c-slider--group .swiper-slide li {
    font-size: 24px;
  }
}
.c-slider--patente .swiper-slide {
  height: auto;
}
.c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign p, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign ul, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign li {
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign p, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign ul, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign li {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign p, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign ul, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign li {
    font-size: 31px;
  }
}
.c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign p::before, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign ul::before, .c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign li::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.c-slider--image-text .swiper-slide .c-slider-image-text__text--spacealign li {
  margin-bottom: 1.6rem;
}
.c-slider--values .swiper-slide {
  height: auto;
}
.c-slider--values .swiper-slide > div {
  padding-top: calc(2.9411764706vw + 30.5882352941px);
  padding-bottom: calc(2.9411764706vw + 30.5882352941px);
}
@media (max-width: 320px) {
  .c-slider--values .swiper-slide > div {
    padding-top: 40px;
  }
}
@media (min-width: 1680px) {
  .c-slider--values .swiper-slide > div {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .c-slider--values .swiper-slide > div {
    padding-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .c-slider--values .swiper-slide > div {
    padding-bottom: 80px;
  }
}
.c-slider--values .swiper-slide h1, .c-slider--values .swiper-slide h2, .c-slider--values .swiper-slide h3, .c-slider--values .swiper-slide h4, .c-slider--values .swiper-slide h5, .c-slider--values .swiper-slide h6 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(3.2352941176vw + 25.6470588235px);
  margin-bottom: 3rem;
}
@media (max-width: 320px) {
  .c-slider--values .swiper-slide h1, .c-slider--values .swiper-slide h2, .c-slider--values .swiper-slide h3, .c-slider--values .swiper-slide h4, .c-slider--values .swiper-slide h5, .c-slider--values .swiper-slide h6 {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .c-slider--values .swiper-slide h1, .c-slider--values .swiper-slide h2, .c-slider--values .swiper-slide h3, .c-slider--values .swiper-slide h4, .c-slider--values .swiper-slide h5, .c-slider--values .swiper-slide h6 {
    font-size: 80px;
  }
}
.c-slider--values .swiper-slide h1::before, .c-slider--values .swiper-slide h2::before, .c-slider--values .swiper-slide h3::before, .c-slider--values .swiper-slide h4::before, .c-slider--values .swiper-slide h5::before, .c-slider--values .swiper-slide h6::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
.c-slider--values .swiper-slide p, .c-slider--values .swiper-slide ul, .c-slider--values .swiper-slide li {
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-slider--values .swiper-slide p, .c-slider--values .swiper-slide ul, .c-slider--values .swiper-slide li {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .c-slider--values .swiper-slide p, .c-slider--values .swiper-slide ul, .c-slider--values .swiper-slide li {
    font-size: 31px;
  }
}
.c-slider--values .swiper-slide p::before, .c-slider--values .swiper-slide ul::before, .c-slider--values .swiper-slide li::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.c-slider--values .swiper-slide ul {
  margin-left: 2rem;
}
.c-slider--values .swiper-slide li {
  margin-bottom: 1.6rem;
}
.c-slider--group .swiper-slide {
  padding-bottom: calc(0.7352941176vw + 67.6470588235px);
}
@media (max-width: 320px) {
  .c-slider--group .swiper-slide {
    padding-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .c-slider--group .swiper-slide {
    padding-bottom: 80px;
  }
}

.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
  display: flex;
}
.swiper-button-prev.swiper-button-lock.swiper-button-disabled,
.swiper-button-next.swiper-button-lock.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.swiper-button-prev.swiper-button-lock.swiper-button-disabled.swiper-button-prev, .swiper-button-prev.swiper-button-lock.swiper-button-disabled.swiper-button-next,
.swiper-button-next.swiper-button-lock.swiper-button-disabled.swiper-button-prev,
.swiper-button-next.swiper-button-lock.swiper-button-disabled.swiper-button-next {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.c-slider .swiper-button-prev:after,
.c-slider .swiper-button-next:after {
  display: none;
}
.c-slider .swiper-button-prev svg,
.c-slider .swiper-button-next svg {
  height: var(--swiper-navigation-size);
}
.c-slider--patente .swiper-button-prev, .c-slider--keyfacts .swiper-button-prev,
.c-slider--patente .swiper-button-next,
.c-slider--keyfacts .swiper-button-next {
  color: #fff;
}
.c-slider--values .swiper-button-prev, .c-slider--image-text .swiper-button-prev, .c-slider--group .swiper-button-prev,
.c-slider--values .swiper-button-next,
.c-slider--image-text .swiper-button-next,
.c-slider--group .swiper-button-next {
  color: inherit;
}

.swiper-button-prev {
  left: 1rem;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.swiper-button-next {
  right: 1rem;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.swiper-fraction--wrapper {
  position: absolute;
  bottom: 30px;
  display: flex;
  z-index: 5;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  align-items: center;
  line-height: 1;
}
@media (max-width: 320px) {
  .swiper-fraction--wrapper {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .swiper-fraction--wrapper {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .swiper-fraction--wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0 !important;
  }
  .c-slider--group .swiper-fraction--wrapper {
    width: auto;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .c-slider--patente .swiper-fraction--wrapper, .c-slider--values .swiper-fraction--wrapper, .c-slider--group .swiper-fraction--wrapper {
    bottom: calc(2.9411764706vw + 30.5882352941px);
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .c-slider--patente .swiper-fraction--wrapper, .c-slider--values .swiper-fraction--wrapper, .c-slider--group .swiper-fraction--wrapper {
    bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .c-slider--patente .swiper-fraction--wrapper, .c-slider--values .swiper-fraction--wrapper, .c-slider--group .swiper-fraction--wrapper {
    bottom: 80px;
  }
}
.c-slider--group .swiper-fraction--wrapper {
  background-color: rgba(179, 179, 179, 0.7);
  padding: calc(0.7352941176vw + 2.6470588235px);
  border-radius: 9px;
}
@media (max-width: 320px) {
  .c-slider--group .swiper-fraction--wrapper {
    padding: 5px;
  }
}
@media (min-width: 1680px) {
  .c-slider--group .swiper-fraction--wrapper {
    padding: 15px;
  }
}
.swiper-fraction--wrapper .swiper-button-prev,
.swiper-fraction--wrapper .swiper-button-next {
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.swiper-fraction--wrapper .swiper-button-prev svg,
.swiper-fraction--wrapper .swiper-button-next svg {
  width: 28px;
  height: 28px;
}
.swiper-fraction--wrapper .swiper-fraction {
  margin-left: 25px;
  margin-right: 25px;
}

.swiper-scrollbar {
  height: 8px;
  position: relative;
  background: #F0F0F0;
  border-radius: 8px;
  margin-top: 50px;
}
.o-wrapper--full-mobile .swiper-scrollbar {
  margin: 50px 1rem 0;
}
@media (min-width: 1024px) {
  .swiper-scrollbar {
    display: none;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  height: 8px;
  background: #B3B3B3;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .c-slider--award .swiper-container {
    max-width: 66.6666666667%;
  }
}

.swiper-button--circle {
  width: calc(1.2195121951vw + 27.512195122px);
  height: calc(1.2195121951vw + 27.512195122px);
  background: #CBCBCB;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .swiper-button--circle {
    width: 40px;
  }
}
@media (min-width: 1680px) {
  .swiper-button--circle {
    width: 48px;
  }
}
@media (max-width: 1024px) {
  .swiper-button--circle {
    height: 40px;
  }
}
@media (min-width: 1680px) {
  .swiper-button--circle {
    height: 48px;
  }
}
@media (max-width: 1023.98px) {
  .swiper-button--circle {
    display: none !important;
  }
}
.c-slider .swiper-button--circle svg {
  width: calc(0.3048780488vw + 22.8780487805px);
  height: calc(0.3048780488vw + 22.8780487805px);
}
@media (max-width: 1024px) {
  .c-slider .swiper-button--circle svg {
    width: 26px;
  }
}
@media (min-width: 1680px) {
  .c-slider .swiper-button--circle svg {
    width: 28px;
  }
}
@media (max-width: 1024px) {
  .c-slider .swiper-button--circle svg {
    height: 26px;
  }
}
@media (min-width: 1680px) {
  .c-slider .swiper-button--circle svg {
    height: 28px;
  }
}
.swiper-button--circle.swiper-button-next svg {
  position: relative;
  right: -2px;
}
.swiper-button--circle.swiper-button-prev svg {
  position: relative;
  right: 2px;
}

.c-slider-image-text__text--spacealign h1, .c-slider-image-text__text--spacealign h2, .c-slider-image-text__text--spacealign h3, .c-slider-image-text__text--spacealign h4, .c-slider-image-text__text--spacealign h5, .c-slider-image-text__text--spacealign h6 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(3.2352941176vw + 25.6470588235px);
}
@media (max-width: 320px) {
  .c-slider-image-text__text--spacealign h1, .c-slider-image-text__text--spacealign h2, .c-slider-image-text__text--spacealign h3, .c-slider-image-text__text--spacealign h4, .c-slider-image-text__text--spacealign h5, .c-slider-image-text__text--spacealign h6 {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .c-slider-image-text__text--spacealign h1, .c-slider-image-text__text--spacealign h2, .c-slider-image-text__text--spacealign h3, .c-slider-image-text__text--spacealign h4, .c-slider-image-text__text--spacealign h5, .c-slider-image-text__text--spacealign h6 {
    font-size: 80px;
  }
}
.c-slider-image-text__text--spacealign h1::before, .c-slider-image-text__text--spacealign h2::before, .c-slider-image-text__text--spacealign h3::before, .c-slider-image-text__text--spacealign h4::before, .c-slider-image-text__text--spacealign h5::before, .c-slider-image-text__text--spacealign h6::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
.c-slider-image-text__text--spacealign p {
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-slider-image-text__text--spacealign p {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .c-slider-image-text__text--spacealign p {
    font-size: 31px;
  }
}
.c-slider-image-text__text--spacealign p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

@media (min-width: 1024px) {
  .c-slider-image-text__text--spacealign {
    height: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .c-slider-image-text__text--spacealign h1, .c-slider-image-text__text--spacealign h2, .c-slider-image-text__text--spacealign h3, .c-slider-image-text__text--spacealign h4, .c-slider-image-text__text--spacealign h5, .c-slider-image-text__text--spacealign h6 {
    margin-bottom: auto;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    font-size: calc(3.2352941176vw + 25.6470588235px);
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .c-slider-image-text__text--spacealign h1, .c-slider-image-text__text--spacealign h2, .c-slider-image-text__text--spacealign h3, .c-slider-image-text__text--spacealign h4, .c-slider-image-text__text--spacealign h5, .c-slider-image-text__text--spacealign h6 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .c-slider-image-text__text--spacealign h1, .c-slider-image-text__text--spacealign h2, .c-slider-image-text__text--spacealign h3, .c-slider-image-text__text--spacealign h4, .c-slider-image-text__text--spacealign h5, .c-slider-image-text__text--spacealign h6 {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .c-slider-image-text__text--spacealign h1::before, .c-slider-image-text__text--spacealign h2::before, .c-slider-image-text__text--spacealign h3::before, .c-slider-image-text__text--spacealign h4::before, .c-slider-image-text__text--spacealign h5::before, .c-slider-image-text__text--spacealign h6::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .c-slider-image-text__text--spacealign p {
    color: #000;
  }
  .c-slider-image-text__text--spacealign p:last-child {
    margin-bottom: auto;
  }
  .c-slider-image-text__text--verticalalign {
    height: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .c-slider-image-text__text--verticalalign h1, .c-slider-image-text__text--verticalalign h2, .c-slider-image-text__text--verticalalign h3, .c-slider-image-text__text--verticalalign h4, .c-slider-image-text__text--verticalalign h5, .c-slider-image-text__text--verticalalign h6 {
    margin-bottom: auto;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: calc(1.7647058824vw + 22.3529411765px);
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .c-slider-image-text__text--verticalalign h1, .c-slider-image-text__text--verticalalign h2, .c-slider-image-text__text--verticalalign h3, .c-slider-image-text__text--verticalalign h4, .c-slider-image-text__text--verticalalign h5, .c-slider-image-text__text--verticalalign h6 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .c-slider-image-text__text--verticalalign h1, .c-slider-image-text__text--verticalalign h2, .c-slider-image-text__text--verticalalign h3, .c-slider-image-text__text--verticalalign h4, .c-slider-image-text__text--verticalalign h5, .c-slider-image-text__text--verticalalign h6 {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .c-slider-image-text__text--verticalalign h1::before, .c-slider-image-text__text--verticalalign h2::before, .c-slider-image-text__text--verticalalign h3::before, .c-slider-image-text__text--verticalalign h4::before, .c-slider-image-text__text--verticalalign h5::before, .c-slider-image-text__text--verticalalign h6::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .c-slider-image-text__text--verticalalign p:last-child {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .c-slider--has-paging .swiper-container {
    padding-bottom: 30px;
  }
}
.c-slider--has-paging .swiper-container-horizontal > .swiper-pagination-bullets,
.c-slider--has-paging .swiper-container-horizontal > .swiper-pagination-custom {
  bottom: 0;
  display: block;
}
@media (max-width: 1023.98px) {
  .c-slider--has-paging .swiper-container-horizontal > .swiper-pagination-bullets,
  .c-slider--has-paging .swiper-container-horizontal > .swiper-pagination-custom {
    display: none;
  }
}
.c-slider--has-paging .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.c-slider--has-paging .swiper-container-horizontal > .swiper-pagination-custom .swiper-pagination-bullet-active {
  background: #18BAE5;
}

.c-slider--single-item .swiper-fraction--wrapper,
.c-slider--single-item .swiper-button-prev,
.c-slider--single-item .swiper-button-next {
  display: none !important;
}

.c-slider__thumb {
  position: relative;
  cursor: pointer;
}
.c-slider__thumb svg {
  position: absolute;
  width: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

.c-slider__thumb--overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.15);
}

.c-step__columns {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .c-step__columns {
    flex-direction: row;
  }
}

.c-step__column {
  order: 5;
}
@media (min-width: 1024px) {
  .c-step__column {
    order: 0;
  }
}
.c-step__column + .c-step__column {
  order: -5;
}
@media (min-width: 1024px) {
  .c-step__column + .c-step__column {
    order: 0;
  }
}

.c-step__content {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .c-step__content {
    height: auto;
  }
}

.c-step__title {
  margin-bottom: 70px;
  display: none;
}
.c-step__title.c-step__title--mobile {
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .c-step__title:not(.c-step__title--mobile) {
    display: block;
  }
  .c-step__title.c-step__title--mobile {
    display: none;
  }
}

.c-step__description {
  margin-top: auto;
}
.c-step__description h1, .c-step__description h2, .c-step__description h3, .c-step__description h4, .c-step__description h5, .c-step__description h6 {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.7352941176vw + 15.6470588235px);
  text-transform: none;
  text-transform: none;
}
@media (max-width: 320px) {
  .c-step__description h1, .c-step__description h2, .c-step__description h3, .c-step__description h4, .c-step__description h5, .c-step__description h6 {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-step__description h1, .c-step__description h2, .c-step__description h3, .c-step__description h4, .c-step__description h5, .c-step__description h6 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-step__description {
    margin-top: 0;
  }
}
.c-step__description * {
  color: #000 !important;
}

.c-tag, body .facetwp-type-radio .facetwp-radio {
  min-height: calc(1.9117647059vw + 17.8823529412px);
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
  border: 3px solid #B3B3B3;
  color: #B3B3B3;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-left: calc(1.1029411765vw + 11.4705882353px);
  padding-right: calc(1.1029411765vw + 11.4705882353px);
  border-radius: calc(1.3970588235vw + 9.5294117647px);
  border-width: calc(0.1470588235vw + 0.5294117647px);
  margin-bottom: calc(0.7352941176vw + 2.6470588235px);
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
  text-decoration: none;
}
@media (max-width: 320px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    min-height: 24px;
  }
}
@media (min-width: 1680px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    min-height: 50px;
  }
}
@media (max-width: 320px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    padding-left: 15px;
  }
}
@media (min-width: 1680px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    padding-left: 30px;
  }
}
@media (max-width: 320px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    padding-right: 15px;
  }
}
@media (min-width: 1680px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    padding-right: 30px;
  }
}
@media (max-width: 320px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    border-radius: 14px;
  }
}
@media (min-width: 1680px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    border-radius: 33px;
  }
}
@media (max-width: 320px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    border-width: 1px;
  }
}
@media (min-width: 1680px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    border-width: 3px;
  }
}
@media (max-width: 320px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    margin-bottom: 5px;
  }
}
@media (min-width: 1680px) {
  .c-tag, body .facetwp-type-radio .facetwp-radio {
    margin-bottom: 15px;
  }
}
.c-tag:hover, body .facetwp-type-radio .facetwp-radio:hover, .c-tag.c-tag--active, body .facetwp-type-radio .c-tag--active.facetwp-radio, body .facetwp-type-radio .facetwp-radio.checked {
  background-color: #B3B3B3;
  color: #fff;
}
.c-tag + .c-tag, body .facetwp-type-radio .facetwp-radio + .c-tag, body .facetwp-type-radio .c-tag + .facetwp-radio, body .facetwp-type-radio .facetwp-radio + .facetwp-radio {
  margin-left: calc(0.7352941176vw + 2.6470588235px);
}
@media (max-width: 320px) {
  .c-tag + .c-tag, body .facetwp-type-radio .facetwp-radio + .c-tag, body .facetwp-type-radio .c-tag + .facetwp-radio, body .facetwp-type-radio .facetwp-radio + .facetwp-radio {
    margin-left: 5px;
  }
}
@media (min-width: 1680px) {
  .c-tag + .c-tag, body .facetwp-type-radio .facetwp-radio + .c-tag, body .facetwp-type-radio .c-tag + .facetwp-radio, body .facetwp-type-radio .facetwp-radio + .facetwp-radio {
    margin-left: 15px;
  }
}

.single-team .c-team {
  padding-top: calc(3.5294117647vw + 20.7058823529px);
  padding-bottom: calc(3.5294117647vw + 20.7058823529px);
}
@media (max-width: 320px) {
  .single-team .c-team {
    padding-top: 32px;
  }
}
@media (min-width: 1680px) {
  .single-team .c-team {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  .single-team .c-team {
    padding-bottom: 32px;
  }
}
@media (min-width: 1680px) {
  .single-team .c-team {
    padding-bottom: 80px;
  }
}

.c-team__image {
  max-width: 180px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-team__image {
    max-width: 100%;
  }
}

.c-team__title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-top: 25px;
  margin-bottom: calc(1.4705882353vw + 35.2941176471px);
  padding-bottom: calc(0.7352941176vw + 12.6470588235px);
}
@media (max-width: 320px) {
  .c-team__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .c-team__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .c-team__title {
    padding-bottom: 15px;
  }
}
@media (min-width: 1680px) {
  .c-team__title {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .c-team__title {
    margin-top: 0;
    text-align: left;
  }
}
.single-team .c-team__title {
  color: #808080;
}

.c-team__title-subline {
  display: block;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.5882352941vw + 14.1176470588px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-team__title-subline {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .c-team__title-subline {
    font-size: 24px;
  }
}

.c-team__contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.c-team__contact-action {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.5882352941vw + 14.1176470588px);
  text-transform: none;
  text-align: center;
  color: #fff;
}
@media (max-width: 320px) {
  .c-team__contact-action {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .c-team__contact-action {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-team__contact-action {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    text-align: left;
  }
  .c-team__contact-action:not(:last-child) {
    margin-bottom: 60px;
  }
}
.single-team .c-team__contact-action {
  color: #808080;
}
.c-team__contact-action span {
  font-weight: 100 !important;
}
.c-team__contact-action svg {
  width: calc(1.3235294118vw + 19.7647058824px);
  height: calc(1.3235294118vw + 19.7647058824px);
  margin-bottom: 15px;
}
@media (max-width: 320px) {
  .c-team__contact-action svg {
    width: 24px;
  }
}
@media (min-width: 1680px) {
  .c-team__contact-action svg {
    width: 42px;
  }
}
@media (max-width: 320px) {
  .c-team__contact-action svg {
    height: 24px;
  }
}
@media (min-width: 1680px) {
  .c-team__contact-action svg {
    height: 42px;
  }
}
@media (min-width: 1024px) {
  .c-team__contact-action svg {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.c-team__quote {
  height: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-team .c-team__quote {
  background: rgba(24, 186, 229, 0.2);
}
@media (max-width: 320px) {
  .c-team__quote {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .c-team__quote {
    font-size: 31px;
  }
}
.c-team__quote::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.single-team .c-team__quote {
  color: #808080;
}

@media (min-width: 1024px) {
  .column.c-team__column:nth-child(2) {
    padding: 0 2rem !important;
  }
}

.c-tease {
  position: relative;
}

.c-tease--step {
  overflow: hidden;
}

.c-tease--page {
  border-radius: calc(0.3676470588vw + 3.8235294118px);
  overflow: hidden;
}
@media (max-width: 320px) {
  .c-tease--page {
    border-radius: 5px;
  }
}
@media (min-width: 1680px) {
  .c-tease--page {
    border-radius: 10px;
  }
}

@media (max-width: 1023.98px) {
  .c-tease--page .c-tease__image .c-img {
    display: none;
  }
}
.c-tease--step .c-tease__image:after, .c-tease--page .c-tease__image:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #18BAE5;
  transition: all 300ms cubic-bezier(0.9, 1, 0.7, 1);
}
@media (min-width: 1024px) {
  .c-tease--step .c-tease__image:after, .c-tease--page .c-tease__image:after {
    background-color: rgba(24, 186, 229, 0.8);
  }
}
.c-tease--step .c-tease__image {
  position: relative;
  margin-bottom: 5px;
}
.c-tease--step .c-tease__image:after {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .c-tease--step .c-tease__image:after {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .c-tease--page:hover .c-tease__image:after {
    background-color: #18bae5;
  }
}
@media (min-width: 1024px) {
  .c-tease--step:hover .c-tease__image:after {
    background-color: rgba(24, 186, 229, 0.2);
  }
}

.c-tease__image-overlay {
  position: relative;
  left: 0;
  top: 0;
  padding: calc(0.3676470588vw + 8.8235294118px);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  font-size: calc(2.2058823529vw + 12.9411764706px);
  line-height: calc(2.0588235294vw + 17.4117647059px);
  font-weight: bold;
  word-break: break-word;
  color: #fff;
}
@media (min-width: 1024px) {
  .c-tease__image-overlay {
    position: absolute;
  }
}
@media (max-width: 320px) {
  .c-tease__image-overlay {
    padding: 10px;
  }
}
@media (min-width: 1680px) {
  .c-tease__image-overlay {
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .c-tease__image-overlay {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .c-tease__image-overlay {
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .c-tease__image-overlay {
    line-height: 24px;
  }
}
@media (min-width: 1680px) {
  .c-tease__image-overlay {
    line-height: 52px;
  }
}

.c-tease--step .c-tease__link, .c-tease--page .c-tease__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-value {
  padding: 0 0 45px 0;
}

.c-value__text {
  padding: 0 0 80px;
}
.c-value__text p, .c-value__text ul, .c-value__text li {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.7352941176vw + 15.6470588235px);
  text-transform: none;
}
@media (max-width: 320px) {
  .c-value__text p, .c-value__text ul, .c-value__text li {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .c-value__text p, .c-value__text ul, .c-value__text li {
    font-size: 28px;
  }
}

.c-video {
  position: relative;
}
.c-video .c-img--video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.15);
}
.c-video svg {
  color: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: calc(2.9411764706vw + 38.5882352941px);
  height: calc(2.9411764706vw + 38.5882352941px);
  z-index: 5;
}
@media (max-width: 320px) {
  .c-video svg {
    width: 48px;
  }
}
@media (min-width: 1680px) {
  .c-video svg {
    width: 88px;
  }
}
@media (max-width: 320px) {
  .c-video svg {
    height: 48px;
  }
}
@media (min-width: 1680px) {
  .c-video svg {
    height: 88px;
  }
}

.c-video--fullheight {
  line-height: 0;
  height: calc(var(--app-height) - var(--app-header-height));
}
@media (max-width: 767.98px) {
  .c-video--fullheight {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .c-video--fullheight {
    overflow: hidden;
  }
}

.c-video__video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 50%;
}
@media (min-width: 768px) {
  .c-video__video {
    object-position: left center;
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .c-video__video.c-video__video--mobile {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .c-video__video.c-video__video--desktop {
    display: none;
  }
}
.c-video__video.low-powermode {
  opacity: 1;
}

.c-video__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 50%;
}
@media (min-width: 768px) {
  .c-video__image {
    object-position: 50%;
  }
}
@media (min-width: 1024px) {
  .c-video__image.c-video__image--mobile {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .c-video__image.c-video__image--desktop {
    display: none;
  }
}
.c-video__image.low-powermode {
  opacity: 0;
}

/* ==========================================================================
   WIDGETS
   ========================================================================== */
.c-widget--has-space-top-default {
  padding-top: calc(5.5882352941vw + 46.1176470588px);
}
@media (max-width: 320px) {
  .c-widget--has-space-top-default {
    padding-top: 64px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-top-default {
    padding-top: 140px;
  }
}

.c-widget--has-space-bottom-default {
  padding-bottom: calc(5.5882352941vw + 46.1176470588px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-default {
    padding-bottom: 64px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-default {
    padding-bottom: 140px;
  }
}
.c-widget--has-space-bottom-default.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-default.c-widget--has-border > .c-notificationbar__inner {
  padding-bottom: calc(5.5882352941vw + 46.1176470588px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-default.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-default.c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 64px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-default.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-default.c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 140px;
  }
}

.c-widget--has-space-top-small {
  padding-top: calc(3.5294117647vw + 20.7058823529px);
}
@media (max-width: 320px) {
  .c-widget--has-space-top-small {
    padding-top: 32px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-top-small {
    padding-top: 80px;
  }
}

.c-widget--has-space-bottom-small {
  padding-bottom: calc(3.5294117647vw + 20.7058823529px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-small {
    padding-bottom: 32px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-small {
    padding-bottom: 80px;
  }
}
.c-widget--has-space-bottom-small.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-small.c-widget--has-border > .c-notificationbar__inner {
  padding-bottom: calc(3.5294117647vw + 20.7058823529px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-small.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-small.c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 32px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-small.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-small.c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 80px;
  }
}

.c-widget--has-space-top-big {
  padding-top: calc(6.1764705882vw + 76.2352941176px);
}
@media (max-width: 320px) {
  .c-widget--has-space-top-big {
    padding-top: 96px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-top-big {
    padding-top: 180px;
  }
}

.c-widget--has-space-bottom-big {
  padding-bottom: calc(6.1764705882vw + 76.2352941176px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-big {
    padding-bottom: 96px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-big {
    padding-bottom: 180px;
  }
}
.c-widget--has-space-bottom-big.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-big.c-widget--has-border > .c-notificationbar__inner {
  padding-bottom: calc(6.1764705882vw + 76.2352941176px);
}
@media (max-width: 320px) {
  .c-widget--has-space-bottom-big.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-big.c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 96px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-space-bottom-big.c-widget--has-border > .o-wrapper, .c-widget--has-space-bottom-big.c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 180px;
  }
}

.c-widget--has-border > .o-wrapper, .c-widget--has-border > .c-notificationbar__inner {
  border-bottom: 2px solid #B3B3B3;
  padding-bottom: calc(1.4705882353vw + 15.2941176471px);
}
@media (max-width: 320px) {
  .c-widget--has-border > .o-wrapper, .c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .c-widget--has-border > .o-wrapper, .c-widget--has-border > .c-notificationbar__inner {
    padding-bottom: 40px;
  }
}

.c-widget {
  position: relative;
  z-index: 1;
  background-color: var(--bg-color);
  color: var(--font-color);
}
.c-widget--has-gradient {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
}

/* ==========================================================================
   #ALIGN
   ========================================================================== */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

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

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

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

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-color-java {
  color: #18BAE5;
}

.u-background-java {
  background-color: #18BAE5;
}

.u-color-bahia {
  color: #AFCA0B;
}

.u-background-bahia {
  background-color: #AFCA0B;
}

.u-color-turbo {
  color: #FFE504;
}

.u-background-turbo {
  background-color: #FFE504;
}

.u-color-malibu {
  color: #599eff;
}

.u-background-malibu {
  background-color: #599eff;
}

.u-color-viking {
  color: #69dbd0;
}

.u-background-viking {
  background-color: #69dbd0;
}

.u-color-nobel {
  color: #B3B3B3;
}

.u-background-nobel {
  background-color: #B3B3B3;
}

.u-color-grey {
  color: #808080;
}

.u-background-grey {
  background-color: #808080;
}

.u-color-black {
  color: #000000;
}

.u-background-black {
  background-color: #000000;
}

.u-gradient-bahia-java {
  background: linear-gradient(90deg, #AFCA0B 0%, #78C08B 50%, #18BAE5 100%);
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

.u-text-h0-extrem {
  font-weight: bold;
  line-height: 1;
  font-size: calc(9.1176470588vw + 6.8235294118px);
}
@media (max-width: 320px) {
  .u-text-h0-extrem {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .u-text-h0-extrem {
    font-size: 160px;
  }
}
.u-text-h0-extrem::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

.u-text-h0 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(3.2352941176vw + 25.6470588235px);
}
@media (max-width: 320px) {
  .u-text-h0 {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .u-text-h0 {
    font-size: 80px;
  }
}
.u-text-h0::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

.u-text-h0-light {
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(3.2352941176vw + 25.6470588235px);
}
@media (max-width: 320px) {
  .u-text-h0-light {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .u-text-h0-light {
    font-size: 80px;
  }
}
.u-text-h0-light::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

.u-text-h1 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: calc(1.7647058824vw + 22.3529411765px);
}
@media (max-width: 320px) {
  .u-text-h1 {
    font-size: 28px;
  }
}
@media (min-width: 1680px) {
  .u-text-h1 {
    font-size: 52px;
  }
}
.u-text-h1::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.u-text-h2 {
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.7647058824vw + 21.3529411765px);
}
@media (max-width: 320px) {
  .u-text-h2 {
    font-size: 27px;
  }
}
@media (min-width: 1680px) {
  .u-text-h2 {
    font-size: 51px;
  }
}
.u-text-h2::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.u-text-h3 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.1764705882vw + 20.2352941176px);
}
@media (max-width: 320px) {
  .u-text-h3 {
    font-size: 24px;
  }
}
@media (min-width: 1680px) {
  .u-text-h3 {
    font-size: 40px;
  }
}
.u-text-h3::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.u-text-h4 {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .u-text-h4 {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .u-text-h4 {
    font-size: 32px;
  }
}
.u-text-h4::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.u-text-h5 {
  font-weight: 100;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 13.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  .u-text-h5 {
    font-size: 17px;
  }
}
@media (min-width: 1680px) {
  .u-text-h5 {
    font-size: 31px;
  }
}
.u-text-h5::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.u-text-sub {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.7352941176vw + 15.6470588235px);
  text-transform: none;
}
@media (max-width: 320px) {
  .u-text-sub {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .u-text-sub {
    font-size: 28px;
  }
}

.u-text-sub-alt {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.5882352941vw + 14.1176470588px);
  text-transform: none;
}
@media (max-width: 320px) {
  .u-text-sub-alt {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .u-text-sub-alt {
    font-size: 24px;
  }
}

.u-text-copy {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  .u-text-copy {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .u-text-copy {
    font-size: 20px;
  }
}

.u-text-copy-alt {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.2205882353vw + 12.2941176471px);
  text-transform: none;
}
@media (max-width: 320px) {
  .u-text-copy-alt {
    font-size: 13px;
  }
}
@media (min-width: 1680px) {
  .u-text-copy-alt {
    font-size: 16px;
  }
}

.u-text-detail {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
}
@media (max-width: 320px) {
  .u-text-detail {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .u-text-detail {
    font-size: 14px;
  }
}

input::-webkit-calendar-picker-indicator,
input::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input[type=date]:invalid::-webkit-datetime-edit {
  color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
  color: black !important;
}

.form-group input::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}
.form-group.active input::-webkit-datetime-edit-fields-wrapper {
  opacity: 1;
}

input[type=text],
input[type=url],
input[type=date],
input[type=tel],
input[type=number],
input[type=email],
select,
textarea {
  font-family: "Sofia Pro Soft", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  input[type=text],
  input[type=url],
  input[type=date],
  input[type=tel],
  input[type=number],
  input[type=email],
  select,
  textarea {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  input[type=text],
  input[type=url],
  input[type=date],
  input[type=tel],
  input[type=number],
  input[type=email],
  select,
  textarea {
    font-size: 20px;
  }
}

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

.form-group {
  display: flex;
  position: relative;
  margin-bottom: calc(1.1029411765vw + 6.4705882353px);
}
@media (max-width: 320px) {
  .form-group {
    margin-bottom: 10px;
  }
}
@media (min-width: 1680px) {
  .form-group {
    margin-bottom: 25px;
  }
}
.form-group:not(.form-group--checkbox) {
  display: block;
}
.c-popup .form-group {
  margin-bottom: 0;
}
.form-group .wpcf7-not-valid-tip {
  font-size: 12px;
  position: relative;
  left: 20px;
  bottom: 5px;
  text-align: left;
  will-change: opacity, visibility;
  transition: opacity 0.3s cubic-bezier(0.9, 1, 0.7, 1), visibility 0.3s cubic-bezier(0.9, 1, 0.7, 1);
}
.c-newsletter .form-group .wpcf7-not-valid-tip {
  position: absolute;
  bottom: auto;
  transform: translateY(-5%);
}
@media (min-width: 1024px) {
  .form-group .wpcf7-not-valid-tip {
    position: absolute;
    bottom: auto;
    transform: translateY(10%);
  }
}
.form-group .wpcf7-not-valid-tip.wpcf7-not-valid-tip--clear {
  opacity: 0;
  visibility: hidden;
}
.form-group input[type=file] + .wpcf7-not-valid-tip {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
}

.form-group--country .wpcf7-form-control-wrap {
  z-index: 10 !important;
}
.form-group--country .country-select.inside .flag-dropdown {
  width: 100%;
}
.form-group--country .selected-flag {
  width: 100% !important;
}
.form-group--country .selected-flag .arrow {
  left: 35px;
  right: auto;
}
.form-group--country .country-select ul.country-list {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}

.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) .wpcf7-form-control-wrap {
  width: 100%;
  z-index: 2;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) .form-control-label,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) label {
  top: 30px;
  left: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  color: #808080;
  will-change: top, font-size;
  transition: top 0.3s cubic-bezier(0.9, 1, 0.7, 1), font-size 0.3s cubic-bezier(0.9, 1, 0.7, 1);
  z-index: 1;
}
@media (max-width: 320px) {
  .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) .form-control-label,
  .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) label {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) .form-control-label,
  .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) label {
    font-size: 20px;
  }
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) .form-control-label.form-control-label--textarea,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) label.form-control-label--textarea {
  transform: translateY(16px);
  top: 0;
  will-change: transform, font-size;
  transition: transform 0.3s cubic-bezier(0.9, 1, 0.7, 1), font-size 0.3s cubic-bezier(0.9, 1, 0.7, 1);
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) .form-control-label span,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) label span {
  margin-left: 5px;
  color: #cccccc;
  will-change: opacity;
  transition: opacity 0.2s cubic-bezier(0.9, 1, 0.7, 1);
}
@-moz-document url-prefix() {
  .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select .wpcf7-form-control-wrap {
    display: flex;
    height: 100%;
  }
  .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    bottom: 0;
    transform: translateY(110%);
  }
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select label, .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active label {
  top: 12px;
  font-size: 11px;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select label.form-control-label--textarea, .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active label.form-control-label--textarea {
  top: 0;
  transform: translateY(50%);
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select label span, .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active label span {
  opacity: 0;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select input[type=text],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select input[type=url],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select input[type=date],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select input[type=tel],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select input[type=email],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select input[type=number],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select select,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--select textarea, .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active input[type=text],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active input[type=url],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active input[type=date],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active input[type=tel],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active input[type=email],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active input[type=number],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active select,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).active textarea {
  color: inherit;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=text],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=url],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=tel],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=date],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=number],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=email],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) select,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) textarea {
  border: 1.5px solid #B3B3B3;
  border-radius: 9px;
  background: #fff;
  line-height: 1;
  padding: 0 20px;
  min-height: 60px;
  max-height: 60px;
  width: 100%;
  outline: none !important;
  text-align: left;
}
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=text],
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=url],
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=tel],
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=date],
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=number],
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=email],
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) select,
.c-popup .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) textarea {
  background: transparent;
}
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=text],
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=url],
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=tel],
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=date],
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=number],
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=email],
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) select,
.c-newsletter .form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) textarea {
  border-radius: 50px;
  min-height: 48px;
  max-height: 48px;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=text].wpcf7-not-valid,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=url].wpcf7-not-valid,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=tel].wpcf7-not-valid,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=date].wpcf7-not-valid,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=number].wpcf7-not-valid,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) input[type=email].wpcf7-not-valid,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) select.wpcf7-not-valid,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) textarea.wpcf7-not-valid {
  border-color: #FF411C;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) .country-select input[type=text] {
  padding-left: 50px;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox) textarea {
  padding: 20px;
  min-height: 180px;
  line-height: normal;
  max-height: 100%;
  width: 100%;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action {
  flex-wrap: nowrap;
}
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action input[type=text],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action input[type=url],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action input[type=tel],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action input[type=date],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action input[type=email],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action input[type=number],
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action select,
.form-group:not(.form-group--file):not(.form-group--radio):not(.form-group--checkbox).form-group--action textarea {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

.form-group--radio {
  margin-bottom: calc(1.1029411765vw + 6.4705882353px);
}
@media (max-width: 320px) {
  .form-group--radio {
    margin-bottom: 10px;
  }
}
@media (min-width: 1680px) {
  .form-group--radio {
    margin-bottom: 25px;
  }
}
.form-group--radio .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group--radio .wpcf7-form-control-wrap .wpcf7-radio {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.form-group--radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-left: 10px;
  margin-bottom: 20px;
}
.form-group--radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-group--radio input:checked + .wpcf7-list-item-label:after {
  transform: scale(1);
}
.form-group--radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.form-group--radio .wpcf7-list-item-label:before {
  display: inline-block;
  content: "";
  position: relative;
  margin-right: 10px;
  min-height: 27px;
  height: 27px;
  min-width: 27px;
  width: 27px;
  border: 1px solid #18BAE5;
  background: #fff;
  border-radius: 50%;
}
.form-group--radio .wpcf7-list-item-label:after {
  height: 11px;
  width: 11px;
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  transform: scale(0);
  background: #18BAE5;
  border-radius: 50%;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.9, 1, 0.7, 1);
}

.form-group--checkbox {
  margin-bottom: calc(1.1029411765vw + 6.4705882353px);
}
@media (max-width: 320px) {
  .form-group--checkbox {
    margin-bottom: 10px;
  }
}
@media (min-width: 1680px) {
  .form-group--checkbox {
    margin-bottom: 25px;
  }
}
.form-group--checkbox .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-acceptance,
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-checkbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input,
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:last-child,
.form-group--checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.form-group--checkbox input:checked + .wpcf7-list-item-label:after {
  transform: scale(0.8) rotate(45deg);
}
.form-group--checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.form-group--checkbox .wpcf7-list-item-label:before {
  display: inline-block;
  content: "";
  position: relative;
  margin-right: 10px;
  min-height: 22px;
  height: 22px;
  min-width: 22px;
  width: 22px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 3px;
}
.c-popup .form-group--checkbox .wpcf7-list-item-label:before, .c-newsletter .form-group--checkbox .wpcf7-list-item-label:before {
  border: 2px solid #18BAE5;
}
.form-group--checkbox .wpcf7-list-item-label:after {
  height: 13px;
  width: 10px;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  display: block;
  position: absolute;
  left: 5px;
  top: 3px;
  transform: scale(0) rotate(45deg);
  color: #fff;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.9, 1, 0.7, 1);
}
.c-popup .form-group--checkbox .wpcf7-list-item-label:after, .c-newsletter .form-group--checkbox .wpcf7-list-item-label:after {
  border: 3px solid #18BAE5;
  border-top: none;
  border-left: none;
}

.form-group--acceptance .wpcf7-acceptance {
  justify-content: flex-start !important;
}
.form-group--acceptance .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.form-group--acceptance .wpcf7-acceptance .wpcf7-list-item-label {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
  color: inherit;
  align-items: flex-start;
}
@media (max-width: 320px) {
  .form-group--acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .form-group--acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.form-group--acceptance .wpcf7-acceptance .wpcf7-list-item-label a {
  color: inherit;
}
.form-group--acceptance .wpcf7-acceptance .wpcf7-list-item-label:before {
  top: 0px;
}

.form-group--file {
  margin-top: 0;
  flex-direction: column;
  align-items: center;
}
.form-group--file,
.form-group--file > p {
  max-width: 100%;
}
.form-group--file .form-control-label {
  display: flex;
  flex-direction: column;
  color: #808080;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
}
.form-group--file .form-control-label span {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
}
@media (max-width: 320px) {
  .form-group--file .form-control-label span {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .form-group--file .form-control-label span {
    font-size: 14px;
  }
}
.form-group--file .wpcf7-form-control-wrap {
  position: static;
}
.form-group--file label {
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 0;
}
.form-group--file .file-label {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.form-group--file.error label {
  color: #FF411C;
}
.form-group--file input[type=file] {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.wpcf7-submit {
  display: flex !important;
  justify-content: center;
}
.wpcf7-submit + .wpcf7-spinner {
  display: none;
}
.wpcf7-submit:disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group--action .wpcf7-submit {
  height: 48px;
  max-height: 48px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0 !important;
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.wpcf7-response-output {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
  font-size: 14px;
  background: transparent;
  margin: 0 !important;
  color: #fff;
  text-align: center;
}
.wpcf7-form.invalid .wpcf7-response-output {
  background: #FF411C;
  border-color: #e82600 !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: #5EE840;
  border-color: #3ddb1a !important;
}

body .facetwp-type-fselect {
  margin-bottom: 0;
  position: relative;
}
body .facetwp-type-fselect:focus-within .fs-label-wrap {
  border-color: #18BAE5;
}
body .facetwp-type-fselect .fs-label-wrap {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 33px;
  border-color: #B3B3B3;
  min-width: 100%;
  width: 100%;
  padding: 0 5px 0 20px;
}
@media (min-width: 1024px) {
  body .facetwp-type-fselect .fs-label-wrap {
    padding: 0 20px 0 40px;
    min-height: 55px;
    width: auto;
    min-width: 280px;
  }
}
body .facetwp-type-fselect .fs-wrap {
  width: auto;
}
body .facetwp-type-fselect .fs-arrow {
  position: relative;
  margin-left: 20px;
  margin-right: 0;
}
body .facetwp-type-fselect .fs-label {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
}
@media (max-width: 320px) {
  body .facetwp-type-fselect .fs-label {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  body .facetwp-type-fselect .fs-label {
    font-size: 20px;
  }
}
body .facetwp-type-fselect .fs-dropdown {
  width: 100%;
  border-color: #B3B3B3;
  border-radius: 9px;
}
body .facetwp-type-fselect .fs-search {
  min-height: 55px;
  padding: 0 20px 0 40px;
  display: flex;
  align-items: center;
}
body .facetwp-type-fselect .fs-search.hidden {
  display: none;
}
body .facetwp-type-fselect .fs-search input {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
}
@media (max-width: 320px) {
  body .facetwp-type-fselect .fs-search input {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  body .facetwp-type-fselect .fs-search input {
    font-size: 14px;
  }
}
body .facetwp-type-fselect .fs-wrap.multiple {
  width: 100%;
}
body .facetwp-type-fselect .fs-wrap.multiple .fs-option {
  padding: 10px 5px 10px 20px;
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 320px) {
  body .facetwp-type-fselect .fs-wrap.multiple .fs-option {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  body .facetwp-type-fselect .fs-wrap.multiple .fs-option {
    font-size: 14px;
  }
}
body .facetwp-type-fselect .fs-wrap.multiple .fs-option.hidden {
  display: none;
}
@media (min-width: 1024px) {
  body .facetwp-type-fselect .fs-wrap.multiple .fs-option {
    padding: 15px 20px 15px 40px;
  }
}
body .facetwp-type-fselect .fs-wrap.multiple .fs-option .fs-option-label {
  white-space: unset;
  word-break: break-word;
}
body .facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #18BAE5;
}
body .facetwp-type-fselect .fs-wrap.multiple .fs-checkbox {
  position: relative;
}

.facetwp-type-pager {
  display: flex;
  justify-content: center;
  width: 100%;
}

body .b-filter .facetwp-type-radio {
  width: 100%;
}
body .facetwp-type-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
body .facetwp-type-radio .facetwp-radio {
  background: transparent;
  margin-bottom: calc(0.7352941176vw + 2.6470588235px);
}
@media (max-width: 320px) {
  body .facetwp-type-radio .facetwp-radio {
    margin-bottom: 5px;
  }
}
@media (min-width: 1680px) {
  body .facetwp-type-radio .facetwp-radio {
    margin-bottom: 15px;
  }
}
body .facetwp-type-radio .facetwp-radio + .facetwp-radio {
  margin-left: calc(0.7352941176vw + 2.6470588235px);
}
@media (max-width: 320px) {
  body .facetwp-type-radio .facetwp-radio + .facetwp-radio {
    margin-left: 5px;
  }
}
@media (min-width: 1680px) {
  body .facetwp-type-radio .facetwp-radio + .facetwp-radio {
    margin-left: 15px;
  }
}
body .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}

body .b-filter .facetwp-type-alpha {
  width: 100%;
  border-bottom: 1px solid #808080;
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.facetwp-type-alpha .facetwp-alpha[data-id=""] {
  display: none;
}
.facetwp-type-alpha .facetwp-alpha {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.1470588235vw + 11.5294117647px);
  text-transform: none;
  line-height: 1;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 320px) {
  .facetwp-type-alpha .facetwp-alpha {
    font-size: 12px;
  }
}
@media (min-width: 1680px) {
  .facetwp-type-alpha .facetwp-alpha {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .facetwp-type-alpha .facetwp-alpha {
    font-weight: 100;
    line-height: 1.3;
    font-size: calc(0.4411764706vw + 12.5882352941px);
    text-transform: none;
    font-weight: bold;
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .facetwp-type-alpha .facetwp-alpha {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .facetwp-type-alpha .facetwp-alpha {
    font-size: 20px;
  }
}
.facetwp-type-alpha .facetwp-alpha.available {
  color: #808080;
}
.facetwp-type-alpha .facetwp-alpha.selected {
  color: #18BAE5;
}

.columns.is-gapless > .column.facetwp-template[data-name=produkte] {
  margin-bottom: calc(-2.9411764706vw + -70.5882352941px);
}
@media (max-width: 320px) {
  .columns.is-gapless > .column.facetwp-template[data-name=produkte] {
    margin-bottom: -80px;
  }
}
@media (min-width: 1680px) {
  .columns.is-gapless > .column.facetwp-template[data-name=produkte] {
    margin-bottom: -120px;
  }
}

/*icomoon CSS*/
@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?wodyul");
  src: url("../assets/fonts/icomoon.eot?wodyul#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?wodyul") format("truetype"), url("../assets/fonts/icomoon.woff?wodyul") format("woff"), url("../assets/fonts/icomoon.svg?wodyul#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=flipbook-icon-], [class*=" flipbook-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flipbook-icon-pause1:before {
  content: "\e911";
}

.flipbook-icon-play_arrow:before {
  content: "\e900";
}

.flipbook-icon-volume_mute:before {
  content: "\e912";
}

.flipbook-icon-volume_up:before {
  content: "\e913";
}

.flipbook-icon-add:before {
  content: "\e90e";
}

.flipbook-icon-clear:before {
  content: "\e916";
}

.flipbook-icon-remove1:before {
  content: "\e910";
}

.flipbook-icon-text_format:before {
  content: "\e901";
}

.flipbook-icon-insert_drive_file:before {
  content: "\e902";
}

.flipbook-icon-file_download:before {
  content: "\e903";
}

.flipbook-icon-keyboard_arrow_down:before {
  content: "\e918";
}

.flipbook-icon-keyboard_arrow_left:before {
  content: "\e904";
}

.flipbook-icon-keyboard_arrow_right:before {
  content: "\e905";
}

.flipbook-icon-picture_as_pdf:before {
  content: "\e914";
}

.flipbook-icon-local_printshop:before {
  content: "\e906";
}

.flipbook-icon-zoom_out_map:before {
  content: "\e907";
}

.flipbook-icon-fullscreen:before {
  content: "\e908";
}

.flipbook-icon-fullscreen_exit:before {
  content: "\e909";
}

.flipbook-icon-first_page:before {
  content: "\e90a";
}

.flipbook-icon-last_page:before {
  content: "\e90b";
}

.flipbook-icon-share1:before {
  content: "\e90c";
}

.flipbook-icon-bookmark1:before {
  content: "\e917";
}

.flipbook-icon-search1:before {
  content: "\e90d";
}

.flipbook-icon-toc:before {
  content: "\e915";
}

.flipbook-icon-view_module:before {
  content: "\e90f";
}

.flipbook-icon-plus:before {
  content: "\f067";
}

.flipbook-icon-minus:before {
  content: "\f068";
}

.flipbook-icon-search:before {
  content: "\f002";
}

.flipbook-icon-th-large:before {
  content: "\f009";
}

.flipbook-icon-close:before {
  content: "\f00d";
}

.flipbook-icon-remove:before {
  content: "\f00d";
}

.flipbook-icon-times:before {
  content: "\f00d";
}

.flipbook-icon-download:before {
  content: "\f019";
}

.flipbook-icon-volume-off:before {
  content: "\f026";
}

.flipbook-icon-volume-up:before {
  content: "\f028";
}

.flipbook-icon-bookmark:before {
  content: "\f02e";
}

.flipbook-icon-print:before {
  content: "\f02f";
}

.flipbook-icon-play:before {
  content: "\f04b";
}

.flipbook-icon-pause:before {
  content: "\f04c";
}

.flipbook-icon-expand:before {
  content: "\f065";
}

.flipbook-icon-compress:before {
  content: "\f066";
}

.flipbook-icon-twitter:before {
  content: "\f099";
}

.flipbook-icon-facebook:before {
  content: "\f09a";
}

.flipbook-icon-facebook-f:before {
  content: "\f09a";
}

.flipbook-icon-list-ol:before {
  content: "\f0cb";
}

.flipbook-icon-envelope:before {
  content: "\f0e0";
}

.flipbook-icon-linkedin:before {
  content: "\f0e1";
}

.flipbook-icon-angle-double-left:before {
  content: "\f100";
}

.flipbook-icon-angle-double-right:before {
  content: "\f101";
}

.flipbook-icon-angle-left:before {
  content: "\f104";
}

.flipbook-icon-angle-right:before {
  content: "\f105";
}

.flipbook-icon-angle-down:before {
  content: "\f107";
}

.flipbook-icon-file:before {
  content: "\f15b";
}

.flipbook-icon-digg:before {
  content: "\f1a6";
}

.flipbook-icon-share-alt:before {
  content: "\f1e0";
}

.flipbook-icon-pinterest-p:before {
  content: "\f231";
}

.flipbook-icon-whatsapp:before {
  content: "\f232";
}

.flipbook-icon-mouse-pointer:before {
  content: "\f245";
}

.flipbook-icon-i-cursor:before {
  content: "\f246";
}

.flipbook-icon-reddit-alien:before {
  content: "\f281";
}

/*icomoon CSS end*/
.flipbook-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/overlay_lightbox.png") repeat;
  z-index: 2147483646 !important;
}

.flipbook-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  border-radius: 4px;
  background: #ffffff;
  /*background: url('../images/overlay_lightbox.png') repeat;*/
}

.flipbook-lightbox-thumb-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-out;
}

.flipbook-lightbox-thumb-overlay:hover {
  opacity: 1;
}

.flipbook-lightbox-thumb-icon {
  position: relative;
  margin-left: -50%;
  margin-top: -50%;
  color: #555;
  display: none;
}

.flipbook-lightbox-thumb-icon-holder {
  position: absolute;
  left: 50%;
  top: 50%;
}

.flipbook-wrapper-transparent {
  width: 100%;
  height: 100%;
  background: none;
}

.flipbook-main-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr !important;
}

.flipbook-bookLayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.flipbook-zoomLayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow: hidden;
  opacity: 0.7;
  /*opacity: .5;*/
  /*ointer-events:none;*/
}

.flipbook-zoomLayer-inside {
  display: block;
  position: relative;
  background-image: url("../grid.jpg");
  background-size: contain;
  text-align: center;
}

.flipbook-zoomLayer-inside .flipbook-carousel-page {
  float: left;
}

.flipbook-center-container {
  /*    transform: translateZ(0px);
      -webkit-transform: translateZ(0px);*/
  /*    -backface-visibility: hidden;
      -webkit-backface-visibility: hidden;*/
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.flipbook-book {
  display: block;
  position: relative;
}

.flipbook-page {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateZ(0px);
  /*-webkit-transform:translateZ(0px);*/
  will-change: transform;
}

.flipbook-page3 {
  position: absolute;
  background: #eee;
  /* overflow: hidden; */
  /*transform: translateZ(0px);*/
  /*-webkit-transform:translateZ(0px);*/
  /*will-change: transform;*/
}

.flipbook-page3-html {
  position: absolute;
  /* width: 100%; */
  /* height: 100%; */
  height: 1000px;
  /* width: 707px; */
  transform-origin: 0 0;
  top: 0;
  left: 0;
  /* transform-origin:0 0; */
  /* -webkit-transform-origin:0 0; */
  /*transform:translateZ(0);*/
  /* -webkit-transform:translateZ(0); */
  /* float:  left; */
  /* z-index: 9999999999; */
}

.flipbook-page3-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flipbook-page3-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flipbook-page3-image {
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;
  position: absolute;
  /*transform: translateZ(0);*/
  /* -webkit-transform: translateZ(0); */
}

.flipbook-page3 img {
  /*transform-origin:0 0;
  -webkit-transform-origin:0 0;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);*/
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* width:  100%; */
  height: 100%;
  margin: auto;
  position: absolute;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  /* transform:translateZ(0); */
  /* -webkit-transform:translateZ(0); */
  float: left;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  max-width: unset;
}

.flipbook-page3 canvas {
  /* position:absolute; */
  width: 100%;
  height: 100%;
  /* top: 0; */
  /* left: 0; */
  /*transform: translateZ(0);*/
  /*backface-visibility: hidden;*/
  /* float: left; */
}

.flipbook-page3-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  /*transform: translateZ(0);*/
  /*-webkit-transform: translateZ(0);*/
  /*background:rgba(0,0,0,.6);*/
  background: #000;
  opacity: 0;
  pointer-events: none;
  /*opacity:.5;*/
}

.flipbook-page3-front {
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  /* transform: translateZ(0);
   -webkit-transform: translateZ(0);*/
}

.flipbook-page3-back {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  /*transform: translateZ(0);
  -webkit-transform: translateZ(0);*/
  z-index: 999999 !important;
}

.flipbook-book3 {
  display: block;
  position: relative;
  /*background: #F00;*/
}

.flipbook-center-container3 {
  position: relative;
  /* height:100%; */
  perspective: 4000px;
  -webkit-perspective: 4000px;
  /*transform: translateZ(0px);*/
  /*-webkit-transform:translateZ(0px);*/
  will-change: transform;
  border: none;
  /* background: none; */
  /* color:  #000; */
  /* opacity: .1; */
  /* box-shadow:  none; */
  /* overflow:  hidden; */
}

.flipbook-page-face {
  position: absolute;
  background-color: #DDD;
  /*    transform: translateZ(0px);
      -webkit-transform: translateZ(0px);*/
  -backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.flipbook-page-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  pointer-events: none !important;
  z-index: 10;
}

.flipbook-page-htmlContent {
  transform-origin: 0 0;
  z-index: 50;
}

.flipbook-page-htmlContent video, .flipbook-page-htmlContent iframe {
  max-width: initial;
}

.flipbook-book canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  /*    transform: translateZ(0px);
      -webkit-transform: translateZ(0px);*/
  -backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.flipbook-page img {
  width: 100%;
  height: 100%;
  /*    transform: translateZ(0px);
      -webkit-transform: translateZ(0px);*/
  -backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.flipbook-opacity0 {
  opacity: 0;
}

.flipbook-opacity1 {
  opacity: 1;
}

.flipbook-arrow-wrapper {
  opacity: 0.85;
  transition: opacity 0.3s;
}

.flipbook-arrow-wrapper:hover {
  opacity: 1;
}

.flipbook-left-arrow {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  margin-top: -20px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  /* font-size: 32px !important; */
  /* line-height: 40px !important; */
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: pointer;
  width: 40px;
  /* height: 40px; */
  border-radius: 0;
}

.flipbook-right-arrow {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  speak: none;
  right: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: pointer;
}

.flipbook-first-arrow {
  display: block !important;
  position: absolute !important;
  top: 50%;
  speak: none;
  left: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: pointer;
}

.flipbook-last-arrow {
  display: block !important;
  position: absolute !important;
  top: 50%;
  speak: none;
  right: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: pointer;
}

.flipbook-currentPageHolder {
  position: relative;
  z-index: 3;
  pointer-events: auto;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flipbook-floating {
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  position: absolute;
}

.flipbook-floating span {
  color: #FFF;
}

.flipbook-floating span:hover {
  color: #FFF;
}

.flipbook-currentPageHolder form {
  position: absolute !important;
  top: 0;
}

.flipbook-currentPageNumber {
  /* font-weight: bold !important; */
  border-radius: 15px !important;
  /*     color: rgba(255, 255, 255, 0.72); */
  padding: 5px 12px !important;
  /*     background-color: rgba(0, 0, 0, 0.4); */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px;
  line-height: initial;
}

/*.flipbook-menu-title {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px 0;
    width: 100%;
}*/
.flipbook-currentPageInput {
  padding: initial !important;
  position: absolute !important;
  line-height: 14px !important;
  background: none !important;
  border: none !important;
  font-size: 14px !important;
  max-width: initial !important;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
  /* font-weight: bold !important; */
  text-align: center !important;
  /* color: rgba(255, 255, 255, 0.72) !important; */
  height: 26px !important;
  top: 0 !important;
  left: 0 !important;
  border: 2px solid rgba(128, 128, 128, 0.5);
}

.flipbook-currentPageInput:focus {
  /* outline: 0 !important; */
  outline: 2px solid rgba(136, 136, 136, 0.5215686275);
}

.flipbook-color-transparent {
  color: transparent !important;
}

.flipbook-browser-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*
.flipbook-totalPages {
    background: none;  box-shadow: none;
    position: absolute !important;
    padding-left: 3em !important;
    border: none !important;
    width: 3em !important;

    font-size: 1.2em !important;
    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;

    text-align: left !important;
    line-height: 30px !important;

    z-index: 9999;
    height: 35px;
}*/
.flipbook-totalPages {
  box-shadow: none;
  padding-left: 3em !important;
  padding-right: 1em !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border: none !important;
  width: 3em !important;
  font-size: 1em !important;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  text-align: left !important;
  line-height: 30px !important;
  /*z-index: 9999;*/
  height: 35px;
  /* opacity: .7 !important; */
  pointer-events: none;
}

.flipbook-currentPage:focus {
  outline: none;
}

.flipbook-menuBottom {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  /* justify-content: space-between; */
}

.flipbook-menu-fixed {
  left: 0;
  right: 0;
}

.flipbook-menu-fixed .flipbook-menu {
  align-items: center;
}

.flipbook-menu-center {
  justify-content: center;
  align-items: center;
  /* margin-left: auto; */
}

.flipbook-menu-right {
  justify-content: flex-end;
  align-self: center;
  flex: 1;
  display: flex;
  min-width: -webkit-min-content; /* Workaround to Chrome bug */
  /* margin-left: auto; */
}

.flipbook-menu-left {
  justify-content: flex-start;
  align-self: center;
  flex: 1;
  display: flex;
  min-width: -webkit-min-content; /* Workaround to Chrome bug */
}

.flipbook-menu-floating {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: -moz-fit-content;
  min-width: fit-content;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.flipbook-menuTop {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}

.flipbook-menuWrapper:hover {
  opacity: 1;
}

.flipbook-menu {
  position: relative;
  text-align: center;
  display: flex;
}

.flipbook-menu-btn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline;
  cursor: pointer;
  background: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.flipbook-thumbHolder {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 250px;
}

.flipbook-thumbsWrapper {
  bottom: 0;
  position: absolute;
  left: 0;
  top: 90px;
  overflow: hidden;
  padding-top: 20px;
}

.flipbook-thumbsScroller {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  min-width: 250px;
  padding-bottom: 20px;
  display: grid;
}

.flipbook-thumb {
  margin: 0px auto 30px;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(116, 116, 116, 0.3);
}

.flipbook-search {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
  padding-bottom: 7px;
}

.flipbook-search-match {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.flipbook-search-match:hover {
  text-decoration: underline;
}

.flipbook-search-match-title {
  height: 20px;
}

.flipbook-search-match-text {
  text-align: left;
}

.flipbook-empty-thumb {
  display: inline-block;
  position: absolute;
  background: rgb(255, 0, 0);
}

.flipbook-thumb-num {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  /* font-weight: bold; */
  line-height: 14px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* background: rgba(0, 0, 0, 0.39); */
  /* padding: 10px; */
  position: relative;
  top: 5px;
}

.flipbook-thumb img {
  /* border: 1px solid rgba(134, 134, 134, 0.33); */
  display: inline-block;
  /* margin: 0 2px 7px 0; */
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
}

.flipbook-toc {
  position: relative;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}

.flipbook-tocHolder {
  position: absolute;
  top: 0;
  width: 250px;
  bottom: 0;
  z-index: 9;
}

.flipbook-tocItem {
  display: block;
  /* padding: 10px 20px; */
  /* text-align: justify; */
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  /* font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;  font-weight: 300;*/
  /*     border-top: solid 1px rgba(135, 135, 135, 0.22); */
  /* border-bottom: solid 1px rgba(0,0,0,.3); */
}

.flipbook-tocItem .title {
  display: inline-block;
  /* width: 170px; */
}

.flipbook-tocItem .title:hover {
  text-decoration: underline;
}

.flipbook-tocItem:hover {
  /*    background: rgba(128, 128, 128, .2) */
}

.flipbook-tocItem .right {
  float: right;
}

.flipbook-tocTitle {
  display: block;
  padding: 20px 0;
  text-align: right;
  text-transform: uppercase;
}

.flipbook-bmHolder {
  position: absolute;
  top: 0;
  width: 250px;
  bottom: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50
  transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
  /* margin: 20px; */
  /* pointer-events: none; */
  /* background: #000; */
  z-index: 9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}

.flipbook-searchHolder {
  position: absolute;
  top: 0;
  width: 250px;
  bottom: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50
  transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
  /* margin: 20px; */
  /* pointer-events: none; */
  /* background: #000; */
  z-index: 9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}

.flipbook-findbar input {
  width: 210px;
  padding: 5px;
  font-size: 14px;
  margin-left: 10px;
}

.flipbook-findbar input:focus {
  outline: 2px solid #bfbfbf;
}

.flipbook-find-info {
  padding-left: 15px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px;
  pointer-events: none;
}

.invisible {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.transition {
  /* Chrome 1-25, Safari 3.2+ */
  /* Firefox 4-15 */
  /* Opera 10.50*/
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-shareButtons {
  width: 41px;
  position: absolute;
  /*right: 0;*/
  /*top: 0;*/
  bottom: 40px;
  /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
  /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  /* Aligns Vertically - Remove for Horizontal Only */
  /* Aligns Horizontally - Remove for Vertical Only  */
  /* padding: 10px 0; */
  /*margin-right: 10px;*/
  text-align: center;
}

.flipbook-shareBtn {
  display: inline-block;
  cursor: pointer;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
}

.flipbook-share-email {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='at' class='svg-inline--fa fa-at fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z'%3E%3C/path%3E%3C/svg%3E");
}

.flipbook-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

/* img{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} */
.flipbook-icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /*     padding-bottom: 12px;
      padding-top: 12px;
      width: 36px; */
  bottom: 0;
  text-align: center;
  pointer-events: auto;
  box-sizing: initial;
  display: inline-block;
}

.flipbook-btn-close {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.flipbook-btn-close-icon {
  height: 40px;
  line-height: 40px !important;
}

/* ui */
.flipbook-skin-color {
  /*     -webkit-transition: all .3s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .3s ease-out; */
}

.flipbook-font {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

.flipbook-btn {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  /* padding: 5px 25px; */
  width: 200px;
  line-height: 32px;
  text-align: center;
  /* background: rgba(0,0,0,.1); */
  margin: 5px auto;
  border: 1px solid #868686;
  border: none;
  background: #f9f9f9;
  background: none;
  border-radius: 3px;
  /* border-bottom: 3px solid rgba(0, 0, 0, .15); */
  /* border: 2px solid #999; */
  transition: none;
  font-size: 12px;
}

/*dark*/
.flipbook-bg-dark {
  background: rgb(49, 53, 56);
}

.flipbook-color-dark {
  color: rgba(255, 255, 255, 0.75);
}

.flipbook-color-dark:hover {
  color: #FFF;
}

/*light*/
.flipbook-bg-light {
  background: rgb(255, 255, 255);
}

.flipbook-color-light {
  color: rgba(50, 50, 50, 0.75);
}

.flipbook-color-light:hover {
  color: rgb(50, 50, 50);
}

/*twilight*/
.flipbook-bg-twilight {
  background: #141414;
}

.flipbook-color-twilight {
  color: #FEFFD3;
}

.flipbook-color-twilight:hover {
  color: #FEFFD3;
}

/*darkgrey*/
.flipbook-bg-darkgrey {
  background: #212121;
}

.flipbook-color-darkgrey {
  color: #9E9E9E;
}

.flipbook-color-darkgrey:hover {
  color: #BDBDBD;
}

/*lightgrey*/
.flipbook-bg-lightgrey {
  background: #E0E0E0;
}

.flipbook-color-lightgrey {
  color: #757575;
}

.flipbook-color-lightgrey:hover {
  color: #616161;
}

.flipbook-lightbox-toolbar {
  /* opacity:.6; */
}

.flipbook-lightbox-close {
  position: absolute !important;
  z-index: 85 !important;
  right: 0px !important;
  top: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.flipbook-lightbox-close:hover {
  opacity: 1;
}

.flipbook-loading-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #333;
  border-bottom: 1px solid #333;
}

.flipbook-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  transition: width 200ms;
}

.flipbook-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: table;
}

.flipbook-sub-menu-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.flipbook-menu-header {
  position: relative;
  padding: 10px;
  /* padding-bottom: 20px; */
  font-size: 16px;
  text-align: center;
  /* background: rgba(128,128,128,.2); */
  /* border-bottom: 1px solid rgba(128,128,128,.5); */
}

.flipbook-menu-title {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* opacity: .9; */
}

.flipbook-sub-menu-content {
  display: inline-block;
  margin-top: -20px;
  min-width: 250px;
  padding-bottom: 10px;
}

.flipbook-carousel-scroller {
  /* height:100%; */
  /* float:left; */
  /* padding:0; */
  /* position: absolute; */
  /* top:0; */
}

.flipbook-carousel-slide {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  overflow: hidden;
}

.flipbook-carousel-slide .slide-inner {
  /* height: 100%; */
  /* box-shadow: 10px 10px 50px rgb(50, 50, 50); */
}

.flipbook-carousel-slide .slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flipbook-carousel-page {
  /* height:100%; */
  /* margin: 0 auto; */
  display: inline-block;
  background: #f1f1f1;
  position: relative;
  /* float: left; */
  /* opacity: .05; */
  /* -webkit-transform-origin: 0 0; */
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  /* transform-origin:0 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* box-shadow: 0px 0px 10px #f00; */
}

.flipbook-carousel-page-inner {
  transform-origin: 0 0;
  /* background: #f0f0f0; */
  margin: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.flipbook-carousel-page-inner canvas {
  width: 100%;
  height: 100%;
  /*transform: translateZ(0);*/
}

.flipbook-carousel-zoom-page {
  height: 100%;
  position: relative;
}

.flipbook-carousel-zoom-page img {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.flipbook-carousel-page img {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  pointer-events: none;
}

.flipbook-carousel-page .page-carousel-img {
  height: 100%;
  /* width: 100%; */
  /*transform: translateZ(0);*/
}

.flipbook-carousel-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flipbook-carousel-zoom-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flipbook-carousel-zoom {
  position: relative;
  width: 100%;
  height: 100%;
}

.flipbook-overflow-hidden {
  overflow: hidden !important;
}

/*share*/
.flipbook-share .social.bottom,
.flipbook-share .social.top {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}

.flipbook-share {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipbook-share [class*=entypo-]:before {
  font-family: entypo, sans-serif;
}

.flipbook-share label {
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  border-radius: 5px;
  background: #a29baa;
  color: #333;
  transition: all 0.3s ease;
}

.flipbook-share label:hover {
  opacity: 0.8;
}

.flipbook-share label span {
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: Lato, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding-left: 6px;
}

.flipbook-share ul {
  position: relative;
  left: 0;
  right: 0;
  height: 46px;
  color: #fff;
  margin: auto;
  padding: 0;
  list-style: none;
}

.flipbook-share ul li {
  font-size: 16px;
  cursor: pointer;
  width: 40px;
  margin: 0;
  padding: 9px 0;
  text-align: center;
  float: left;
  /* display: none; */
  height: 22px;
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  transition: all 0.3s ease;
}

.flipbook-page-preloader {
  width: auto !important;
  height: auto !important;
}

.flipbook-page-preloader-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/** preloader*/
.cssload-container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 2147483647 !important;
  pointer-events: none;
}

.cssload-speeding-wheel {
  width: 24px;
  height: 24px;
  /* margin: 0 auto; */
  border: 3px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
  top: 45%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 3;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**new preloader end*/
.flipbook-lightbox-preloader {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.flipbook-loading-text {
  position: absolute;
  top: 45%;
  margin-top: 20px;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px;
  color: #AAA !important;
}

.flipbook-loading-bg {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  top: 45%;
  left: 50%;
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  margin: -20px;
  display: none;
}

.flipbook-fillPreloader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}

.flipbook-fillPreloader img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.1s ease-out;
}

.thumb-btn-close {
  right: -15px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.flipbook-noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

.flipbook-btn-active {
  background: rgba(128, 128, 128, 0.5);
  border: 2px solid rgba(128, 128, 128, 0.5) inset;
}

.flipbook-move {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

.flipbook-page-item {
  bottom: auto;
  right: auto;
  position: absolute;
  transition: all 0.2s ease-out;
}

.flipbook-page-item iframe {
  width: 100%;
  height: 100%;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.flipbook-textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: var(--flipbook-link-opacity);
  line-height: 1;
  color: #000;
}

.flipbook-page-htmlContent * {
  max-width: initial;
}

.flipbook-textLayer mark {
  background: #ff0;
  color: transparent;
}

.flipbook-textLayer > span {
  color: transparent !important;
  /*     color: #f00; */
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.flipbook-textLayer > div {
  color: transparent !important;
  /*     color: #f00; */
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.flipbook-textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.flipbook-textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.flipbook-textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.flipbook-textLayer .highlight.middle {
  border-radius: 0px;
}

.flipbook-textLayer .highlight.selected {
  background-color: rgb(0, 100, 0);
}

.flipbook-textLayer ::selection {
  background: rgb(0, 0, 255);
}

.flipbook-textLayer ::-moz-selection {
  background: rgb(0, 0, 255);
}

.flipbook-textLayer .endOfContent {
  background: initial; /*fix for overriding bacckground color with class .active*/
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.flipbook-textLayer .endOfContent.active {
  top: 0px;
}

.flipbook-page-simple {
  /* position:absolute; */
  display: inline-block;
}

.flipbook-page-simple-inner {
  position: absolute;
}

/*.flipbook-page-simple-inner img{
    transform:translateZ(0);
}

.flipbook-page-simple-inner canvas{
    transform:translateZ(0);
}*/
.flipbook-book-simple {
  text-align: center;
}

.flipbook-disable-text-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.annotationLayer section {
  position: absolute;
  padding: 0;
  margin: 0;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a,
.flipbook-page-item-link {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--flipbook-link-color);
  animation-duration: 2000ms;
  animation-delay: 500ms;
  animation-name: flashLinks;
}

.flipbook-page-auto-link {
  background: var(--flipbook-link-color);
  color: transparent;
  animation-duration: 2000ms;
  animation-delay: 500ms;
  animation-name: flashLinks;
  pointer-events: auto;
}

@keyframes flashLinks {
  0% {
    background: var(--flipbook-link-color);
  }
  20% {
    background: var(--flipbook-link-color-hover);
  }
  100% {
    background: var(--flipbook-link-color);
  }
}
.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover,
.flipbook-page-item-link:hover {
  background: var(--flipbook-link-color-hover) !important;
  color: transparent !important;
}

.flipbook-page-auto-link:hover {
  background: var(--flipbook-link-color-hover) !important;
  color: transparent !important;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  word-wrap: break-word;
}

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-bottom: 0.2em;
}

.annotationLayer .popup p {
  margin: 0;
  padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

/* print.js https://github.com/crabbly/Print.js/releases/tag/v1.5.0 */
.printModal {
  font-family: sans-serif;
  display: flex;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  left: 0;
  top: 0;
  position: absolute;
  color: #045fb4;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.printClose {
  position: absolute;
  right: 10px;
  top: 10px;
}

.printClose:before {
  content: "×";
  font-family: Helvetica Neue, sans-serif;
  font-weight: 100;
  line-height: 1px;
  padding-top: 0.5em;
  display: block;
  font-size: 2em;
  text-indent: 1px;
  overflow: hidden;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  cursor: pointer;
}

.printSpinner {
  margin-top: 3px;
  margin-left: -40px;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #045fb4;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

.printSpinner:after, .printSpinner:before {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

.printSpinner, .printSpinner:after, .printSpinner:before {
  display: inline-block;
  border-color: #045fb4 transparent transparent;
  animation-duration: 1.2s;
}

.printSpinner:before {
  transform: rotate(120deg);
}

.printSpinner:after {
  transform: rotate(240deg);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.glightbox-container .gcontainer {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .glightbox-container .gcontainer {
    width: calc(100% - 1.5rem);
  }
}
.glightbox-container .gcontainer .gslide-inner-content {
  border-radius: 10px;
  overflow: hidden;
}

.glightbox-mobile .glightbox-clean:not(.video) .goverlay {
  background: #fff;
}
.glightbox-mobile .glightbox-clean.team .goverlay {
  background: #18BAE5;
}
.glightbox-mobile .glightbox-clean.team .gslide-description .gslide-desc * {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-description {
  max-height: 100vh;
  padding: 0;
  background: transparent;
}

.glightbox-clean .gslide-desc {
  font-family: inherit;
}
.glightbox-clean .gdesc-inner {
  padding: calc(2.6470588235vw + 15.5294117647px);
}
@media (max-width: 320px) {
  .glightbox-clean .gdesc-inner {
    padding: 24px;
  }
}
@media (min-width: 1680px) {
  .glightbox-clean .gdesc-inner {
    padding: 60px;
  }
}
.glightbox-clean.team .gslide-description {
  background: #18BAE5;
  top: 0;
}
.glightbox-clean.video .gslide-video {
  max-width: 100% !important;
}

.gbtn-nav {
  display: flex;
  position: absolute;
  top: 30%;
  left: 0.75rem;
  bottom: auto;
  width: calc(100% - 1.5rem);
}
@media (min-width: 1024px) {
  .gbtn-nav {
    top: auto;
    bottom: 60px;
    left: 60px;
    width: auto;
  }
}
.gbtn-nav .gbtn {
  position: relative;
  left: auto;
  right: auto;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background-color: #E0E0E0;
  color: #fff;
}
.gbtn-nav .gbtn:hover {
  background-color: #CBCBCB;
}
.gbtn-nav .gbtn.gprev, .gbtn-nav .gbtn.gnext {
  top: auto;
  position: relative;
  right: auto;
}
.gbtn-nav .gbtn.gprev svg, .gbtn-nav .gbtn.gnext svg {
  height: 28px;
  width: 17px;
  transform: translate(15%, 35%);
}
.gbtn-nav .gbtn.gprev {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .gbtn-nav .gbtn.gprev {
    margin-right: 40px;
  }
}
.gbtn-nav .gbtn.gprev svg {
  transform: translate(-15%, 35%);
}
.glightbox-clean.video .gbtn-nav, .glightbox-clean.team .gbtn-nav, .gbtn-nav.gbtn-nav--hidden {
  display: none !important;
}

.glightbox-clean.team .gclose {
  background-color: rgba(255, 255, 255, 0.5);
}
.glightbox-clean.team .gclose:hover {
  background-color: rgba(224, 224, 224, 0.2);
}
.glightbox-clean .gclose {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  width: calc(1.9117647059vw + 17.8823529412px);
  height: calc(1.9117647059vw + 17.8823529412px);
  right: calc(2.6470588235vw + 15.5294117647px);
  background-color: #E0E0E0;
  color: #fff;
}
@media (min-width: 1024px) {
  .glightbox-clean .gclose {
    top: calc(2.6470588235vw + 15.5294117647px);
  }
}
@media (min-width: 1024px) and (max-width: 320px) {
  .glightbox-clean .gclose {
    top: 24px;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .glightbox-clean .gclose {
    top: 60px;
  }
}
@media (max-width: 320px) {
  .glightbox-clean .gclose {
    width: 24px;
  }
}
@media (min-width: 1680px) {
  .glightbox-clean .gclose {
    width: 50px;
  }
}
@media (max-width: 320px) {
  .glightbox-clean .gclose {
    height: 24px;
  }
}
@media (min-width: 1680px) {
  .glightbox-clean .gclose {
    height: 50px;
  }
}
@media (max-width: 320px) {
  .glightbox-clean .gclose {
    right: 24px;
  }
}
@media (min-width: 1680px) {
  .glightbox-clean .gclose {
    right: 60px;
  }
}
.glightbox-clean .gclose:hover {
  background-color: #CBCBCB;
}
.glightbox-clean .gclose svg {
  width: calc(0.8823529412vw + 10.1764705882px);
  height: calc(0.8823529412vw + 10.1764705882px);
}
@media (max-width: 320px) {
  .glightbox-clean .gclose svg {
    width: 13px;
  }
}
@media (min-width: 1680px) {
  .glightbox-clean .gclose svg {
    width: 25px;
  }
}
@media (max-width: 320px) {
  .glightbox-clean .gclose svg {
    height: 13px;
  }
}
@media (min-width: 1680px) {
  .glightbox-clean .gclose svg {
    height: 25px;
  }
}

.c-location__map {
  height: 400px;
  margin-bottom: 40px;
  position: relative;
  width: calc(100% + 3.5rem);
  left: -1.75rem;
}
@media (min-width: 1024px) {
  .c-location__map {
    margin-bottom: 50px;
    height: 600px;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .leaflet-bottom.leaflet-left,
  .leaflet-top.leaflet-left {
    left: -0.75rem;
  }
}

@media (max-width: 1023.98px) {
  .leaflet-top.leaflet-right,
  .leaflet-bottom.leaflet-right {
    right: 0.75rem;
  }
}

.leaflet-tile-pane {
  filter: grayscale(100%);
}

.leaflet-control-attribution {
  max-width: 15px;
  height: 15px;
  overflow: hidden;
  position: relative;
  color: transparent !important;
}
.leaflet-control-attribution a {
  color: inherit;
}
.leaflet-control-attribution:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "©";
  display: block;
  color: #000;
  width: 15px;
  text-align: center;
}
.leaflet-control-attribution:hover {
  max-width: 100%;
  color: inherit !important;
}
.leaflet-control-attribution:hover:after {
  display: none;
}

.leaflet-touch .leaflet-control-zoom {
  margin-left: 35px;
  margin-bottom: 30px;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: none;
}
.leaflet-touch .leaflet-control-layers a,
.leaflet-touch .leaflet-bar a {
  border-radius: 50% !important;
  background: #fff;
  border: 1px solid #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  margin: 5px 0;
  font-size: 0;
  position: relative;
  transition: border-color 0.1s linear;
}
.leaflet-touch .leaflet-control-layers a:before,
.leaflet-touch .leaflet-bar a:before {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #808080;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.1s linear;
}
.leaflet-touch .leaflet-control-layers a.leaflet-control-zoom-in:after,
.leaflet-touch .leaflet-bar a.leaflet-control-zoom-in:after {
  position: absolute;
  width: 1px;
  height: 15px;
  background: #808080;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.1s linear;
}
.leaflet-touch .leaflet-control-layers a:hover,
.leaflet-touch .leaflet-bar a:hover {
  border-color: #000;
}
.leaflet-touch .leaflet-control-layers a:hover:after, .leaflet-touch .leaflet-control-layers a:hover:before,
.leaflet-touch .leaflet-bar a:hover:after,
.leaflet-touch .leaflet-bar a:hover:before {
  background: #000;
}

.leaflet-container {
  font: inherit;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: #808080;
}

.c-map__marker {
  position: relative;
}

.c-map__marker-dot {
  width: 12px;
  height: 12px;
  background: #18BAE5;
  border-radius: 50%;
}

.marker-cluster-small div,
.marker-cluster-small {
  background-color: rgba(24, 186, 229, 0.6);
  color: #fff;
}

.marker-cluster-medium div,
.marker-cluster-medium {
  background-color: rgba(24, 186, 229, 0.6);
  color: #fff;
}

.marker-cluster div {
  font-family: "Sofia Pro Soft", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1;
}

body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button.start_button {
  margin-top: calc(1.1029411765vw + 11.4705882353px);
  margin-bottom: calc(1.1029411765vw + 11.4705882353px);
}
@media (max-width: 320px) {
  body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button.start_button {
    margin-top: 15px;
  }
}
@media (min-width: 1680px) {
  body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button.start_button {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button.start_button {
    margin-bottom: 15px;
  }
}
@media (min-width: 1680px) {
  body #ays-quiz-container-2 #ays_finish_quiz_2 input.action-button.start_button {
    margin-bottom: 30px;
  }
}
body .ays-question-counter {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.2205882353vw + 12.2941176471px);
  text-transform: none;
}
@media (max-width: 320px) {
  body .ays-question-counter {
    font-size: 13px;
  }
}
@media (min-width: 1680px) {
  body .ays-question-counter {
    font-size: 16px;
  }
}

body #ays-quiz-container-2 .ays-start-page *:not(input),
body #ays-quiz-container-2 .ays_question_hint,
body #ays-quiz-container-2 label[for^=ays-answer-],
body #ays-quiz-container-2 #ays_finish_quiz_2 p,
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-fs-title,
body #ays-quiz-container-2 .ays-fs-subtitle,
body #ays-quiz-container-2 .logged_in_message,
body #ays-quiz-container-2 .ays_score_message,
body #ays-quiz-container-2 .ays_message {
  color: #808080;
}

body div.ays-quiz-container[id^=ays-quiz-container-] {
  background: linear-gradient(90deg, #18BAE5 0%, #78C08B 50%, #AFCA0B 100%);
  padding: 15px !important;
  border-radius: 9px;
}
body div.ays-quiz-container[id^=ays-quiz-container-] .ays-questions-container {
  background: #fff;
  border-radius: 9px;
  padding: 10px;
}
body div.ays-quiz-container[id^=ays-quiz-container-] .ays-questions-container p {
  margin-bottom: 16px !important;
}

body div.ays-quiz-container[id^=ays-quiz-container-],
body #ays-quiz-container-2 .ays_message {
  text-align: unset;
}
body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range],
body #ays-quiz-container-2 .ays_message [data-score-range] {
  margin-top: calc(1.1029411765vw + 11.4705882353px);
  margin-bottom: calc(1.1029411765vw + 11.4705882353px);
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.0294117647vw + 14.7058823529px);
  text-transform: none;
}
@media (max-width: 320px) {
  body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range],
  body #ays-quiz-container-2 .ays_message [data-score-range] {
    margin-top: 15px;
  }
}
@media (min-width: 1680px) {
  body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range],
  body #ays-quiz-container-2 .ays_message [data-score-range] {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range],
  body #ays-quiz-container-2 .ays_message [data-score-range] {
    margin-bottom: 15px;
  }
}
@media (min-width: 1680px) {
  body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range],
  body #ays-quiz-container-2 .ays_message [data-score-range] {
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range],
  body #ays-quiz-container-2 .ays_message [data-score-range] {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range],
  body #ays-quiz-container-2 .ays_message [data-score-range] {
    font-size: 32px;
  }
}
body div.ays-quiz-container[id^=ays-quiz-container-] [data-score-range]::before,
body #ays-quiz-container-2 .ays_message [data-score-range]::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

body #ays-quiz-container-2 .ays_quiz_question {
  text-align: left;
  margin-bottom: calc(0.7352941176vw + 7.6470588235px);
}
@media (max-width: 320px) {
  body #ays-quiz-container-2 .ays_quiz_question {
    margin-bottom: 10px;
  }
}
@media (min-width: 1680px) {
  body #ays-quiz-container-2 .ays_quiz_question {
    margin-bottom: 20px;
  }
}
body #ays-quiz-container-2 .ays_quiz_question,
body #ays-quiz-container-2 .ays_quiz_question *,
body #ays-quiz-container-2 .ays_quiz_question p {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.4411764706vw + 12.5882352941px);
  text-transform: none;
  color: #808080;
  font-weight: 600;
  padding: 0;
}
@media (max-width: 320px) {
  body #ays-quiz-container-2 .ays_quiz_question,
  body #ays-quiz-container-2 .ays_quiz_question *,
  body #ays-quiz-container-2 .ays_quiz_question p {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  body #ays-quiz-container-2 .ays_quiz_question,
  body #ays-quiz-container-2 .ays_quiz_question *,
  body #ays-quiz-container-2 .ays_quiz_question p {
    font-size: 20px;
  }
}

body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field,
body #ays-quiz-container-2 .ays-field {
  border-radius: 9px;
  overflow: hidden;
  border-color: #dddddd !important;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field label,
body #ays-quiz-container-2 .ays-field label {
  font-weight: 100;
  line-height: 1.3;
  font-size: calc(0.2205882353vw + 12.2941176471px);
  text-transform: none;
  font-weight: 600 !important;
}
@media (max-width: 320px) {
  body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field label,
  body #ays-quiz-container-2 .ays-field label {
    font-size: 13px;
  }
}
@media (min-width: 1680px) {
  body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field label,
  body #ays-quiz-container-2 .ays-field label {
    font-size: 16px;
  }
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field input + label:after,
body #ays-quiz-container-2 .ays-field input + label:after {
  display: none;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field:hover,
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field:hover label,
body #ays-quiz-container-2 .ays-field:hover,
body #ays-quiz-container-2 .ays-field:hover label {
  background: #18BAE5;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field:hover input + label:before,
body #ays-quiz-container-2 .ays-field:hover input + label:before {
  border-color: #fff;
  background-color: #fff;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field.checked_answer_div,
body #ays-quiz-container-2 .ays-field.checked_answer_div {
  background: transparent !important;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field.checked_answer_div,
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field.checked_answer_div label,
body #ays-quiz-container-2 .ays-field.checked_answer_div,
body #ays-quiz-container-2 .ays-field.checked_answer_div label {
  background: #18BAE5;
  color: #fff;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field.checked_answer_div.wrong_div.answered,
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field.checked_answer_div label.wrong_div.answered,
body #ays-quiz-container-2 .ays-field.checked_answer_div.wrong_div.answered,
body #ays-quiz-container-2 .ays-field.checked_answer_div label.wrong_div.answered {
  background: rgba(243, 134, 129, 0.4) !important;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field.checked_answer_div input + label:before,
body #ays-quiz-container-2 .ays-field.checked_answer_div input + label:before {
  border-color: #fff;
  background-color: #fff;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field .correct.answered,
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field label .correct.answered,
body #ays-quiz-container-2 .ays-field .correct.answered,
body #ays-quiz-container-2 .ays-field label .correct.answered {
  background: rgba(39, 174, 96, 0.4) !important;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field .wrong_div.answered,
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field label .wrong_div.answered,
body #ays-quiz-container-2 .ays-field .wrong_div.answered,
body #ays-quiz-container-2 .ays-field label .wrong_div.answered {
  background: rgba(243, 134, 129, 0.4) !important;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field input + label.answered.correct,
body #ays-quiz-container-2 .ays-field input + label.answered.correct {
  color: #fff;
}
body #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field input + label.answered.correct:before,
body #ays-quiz-container-2 .ays-field input + label.answered.correct:before {
  border-color: green !important;
  background-color: green !important;
}

#ays-quiz-container-2 .ays_restart_button_p,
#ays-quiz-container-2 .ays_buttons_div {
  margin-top: calc(1.4705882353vw + 15.2941176471px);
  grid-gap: calc(0.5882352941vw + 6.1176470588px);
}
@media (max-width: 320px) {
  #ays-quiz-container-2 .ays_restart_button_p,
  #ays-quiz-container-2 .ays_buttons_div {
    margin-top: 20px;
  }
}
@media (min-width: 1680px) {
  #ays-quiz-container-2 .ays_restart_button_p,
  #ays-quiz-container-2 .ays_buttons_div {
    margin-top: 40px;
  }
}
@media (max-width: 320px) {
  #ays-quiz-container-2 .ays_restart_button_p,
  #ays-quiz-container-2 .ays_buttons_div {
    grid-gap: 8px;
  }
}
@media (min-width: 1680px) {
  #ays-quiz-container-2 .ays_restart_button_p,
  #ays-quiz-container-2 .ays_buttons_div {
    grid-gap: 16px;
  }
}
#ays-quiz-container-2 .ays_restart_button_p:empty,
#ays-quiz-container-2 .ays_buttons_div:empty {
  margin-top: 0 !important;
  grid-gap: 0 !important;
}

#ays-quiz-container-2 #ays_finish_quiz_2 div.step.ays_thank_you_fs {
  min-height: unset;
}

body .lds-ellipsis div {
  background-color: #18BAE5;
}

body .searchwp-live-search-results {
  left: -10px !important;
  top: -10px !important;
  z-index: 1;
  width: calc(100% + 20px);
  max-height: none;
  padding: 1.5rem;
  padding-top: 90px;
}
body .searchwp-live-search-results.searchwp-live-search-results-showing {
  overflow: visible;
}

.searchwp-live-search-results__inner {
  overflow: auto;
  max-height: 300px;
}

body .searchwp-live-search-no-results {
  padding-top: 0;
}

body .searchwp-live-search-results {
  min-height: 0;
}

.c-header__search:focus-within:after {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

body .searchwp-live-search-results {
  left: -10px !important;
  top: -10px !important;
  z-index: 1;
  width: calc(100% + 20px);
  max-height: none;
  padding: 1.5rem;
  padding-top: 90px;
}
body .searchwp-live-search-results.searchwp-live-search-results-showing {
  overflow: visible;
}

.searchwp-live-search-results__inner {
  overflow: auto;
  max-height: 300px;
}

body .searchwp-live-search-no-results {
  padding-top: 0;
}

body .searchwp-live-search-results {
  min-height: 0;
}

.c-header__search:focus-within:after {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

body .evoFC_nextto.evoFC .eventon_fc_days .evo_fc_day {
  padding: 30px 0;
}

body .eventon_fc_days .evo_fc_day.has_events {
  background-color: #fff;
  color: #18BAE5;
}

body .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus {
  color: #fff;
  background-color: #18BAE5;
}

body #eventon_loadbar:before {
  background: #18BAE5;
}

body .eventon_fc_days .evo_fc_day.today:before {
  background-color: #18BAE5;
}

body .ajde_evcal_calendar .eventon_events_list p, body .eventon_events_list .eventon_list_event .evcal_desc span, body .evo_pop_body .evcal_desc span, body .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, body .evo_pop_body .evcal_desc span.evcal_event_subtitle, body .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, body .evo_pop_body .evcal_btn, body .evcal_btn, body .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, body .evo_pop_body .evo_event_headers.canceled, body .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, body .evo_pop_body .evcal_list_a .evo_above_title span, body .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, body #evcal_list .eventon_list_event .evoInput, body .evo_pop_body .evoInput, body .evcal_evdata_row .evcal_evdata_cell p, body #evcal_list .eventon_list_event p.no_events, body .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, body .evoGuideCall em, body .evo_cal_above span, body .ajde_evcal_calendar .calendar_header .evo_j_dates .legend, body .eventon_sort_line p, body .eventon_filter_line p,
body .ajde_evcal_calendar .calendar_header p, body .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, body .evo_lightbox_content h3.evo_h3, body body .ajde_evcal_calendar h4.evo_h4, body .evo_content_in h4.evo_h4, body .evo_metarow_ICS .evcal_evdata_cell p a, body .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, body .eventon_list_event .evcal_desc span.evcal_event_title, body .evcal_desc span.evcal_desc2, body .evo_metarow_ICS .evcal_evdata_cell p a, body .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, body .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, body .evo_clik_row .evo_h3, body .evotax_term_card .evotax_term_details h2, body .evotax_term_card h3.evotax_term_subtitle, body .ajde_evcal_calendar .evo_sort_btn, body .eventon_main_section #evcal_cur, body .ajde_evcal_calendar .calendar_header p.evo_month_title, body .ajde_evcal_calendar .eventon_events_list .evcal_month_line p, body .eventon_events_list .eventon_list_event .evcal_cblock, body .ajde_evcal_calendar .evcal_month_line, body .eventon_event .event_excerpt_in h3 {
  font-family: "Sofia Pro Soft", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
}

@media screen and (min-width: 768px) {
  .columns.is-column-reverse-order {
    flex-direction: column-reverse;
  }
  .columns.is-row-reverse-order {
    flex-direction: row-reverse;
  }
}
.is-paddingless {
  padding: 0;
}

html body #chatbot-wrapper {
  right: auto;
  left: 0;
}
html body #chatbot-wrapper > .chatvusyon-items-end {
  align-items: flex-start !important;
}
html body #chatbot-wrapper > .chatvusyon-p-3 {
  padding: 0.75rem !important;
}
@media (min-width: 1024px) {
  html body #chatbot-wrapper > .chatvusyon-p-3 {
    padding: 2.5rem !important;
  }
}

/*
body {

  #chatbot-wrapper {
    right: 50px;
    bottom: -5px;
    z-index: 19;

    > div > div {
      right: -50px;

      @include bp($mobile-breakpoint) {
        right: -100px;
      }
    }

    &[data-open=true] {
      //bottom: 0;
    }

    @include bp($mobile-breakpoint) {
      right: 0;
      bottom: 30px;
    }
  }
}
*/
:root {
  --swiper-navigation-size: 20px;
}
@media (min-width: 1024px) {
  :root {
    --swiper-navigation-size: 40px;
  }
}

/*# sourceMappingURL=main.css.map*/