@charset "UTF-8";
/*!
 * mercando WPBS Theme - Ultra Minimal Build
 * Only Grid, Utilities, Offcanvas, Navbar - Nothing else!
 */
/*-----------------------------------------------------------------------------
  mercando WPBS Theme - Custom Variables
-----------------------------------------------------------------------------*/
/* inter-300 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Avenir Next LT Pro - Demi */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}
/* Avenir Next LT Pro - Bold */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "ccsaar";
  src: url("../fonts/ccsaar.eot?52173195");
  src: url("../fonts/ccsaar.eot?52173195#iefix") format("embedded-opentype"), url("../fonts/ccsaar.woff2?52173195") format("woff2"), url("../fonts/ccsaar.woff?52173195") format("woff"), url("../fonts/ccsaar.ttf?52173195") format("truetype"), url("../fonts/ccsaar.svg?52173195#ccsaar") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ccsaar';
    src: url('../font/ccsaar.svg?52173195#ccsaar') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "ccsaar";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-alert-circle-01:before {
  content: "\e800";
} /* '' */
.icon-archive-01:before {
  content: "\e801";
} /* '' */
.icon-arrow-down-01:before {
  content: "\e802";
} /* '' */
.icon-arrow-down-circle-01:before {
  content: "\e803";
} /* '' */
.icon-arrow-down-right-01:before {
  content: "\e804";
} /* '' */
.icon-arrow-down-left-01:before {
  content: "\e805";
} /* '' */
.icon-arrow-right-circle-01:before {
  content: "\e806";
} /* '' */
.icon-arrow-right-01:before {
  content: "\e807";
} /* '' */
.icon-arrow-left-01:before {
  content: "\e808";
} /* '' */
.icon-arrow-up-right-01:before {
  content: "\e809";
} /* '' */
.icon-arrow-up-left-01:before {
  content: "\e80a";
} /* '' */
.icon-arrow-up-01:before {
  content: "\e80b";
} /* '' */
.icon-at-sign-01:before {
  content: "\e80c";
} /* '' */
.icon-arrow-left-circle-01:before {
  content: "\e80d";
} /* '' */
.icon-arrow-up-circle-01:before {
  content: "\e80e";
} /* '' */
.icon-bar-chart-01:before {
  content: "\e80f";
} /* '' */
.icon-award-01:before {
  content: "\e810";
} /* '' */
.icon-book-open-01:before {
  content: "\e811";
} /* '' */
.icon-box-01:before {
  content: "\e812";
} /* '' */
.icon-book-01:before {
  content: "\e813";
} /* '' */
.icon-camera-01:before {
  content: "\e814";
} /* '' */
.icon-calendar-01:before {
  content: "\e815";
} /* '' */
.icon-check-square-01:before {
  content: "\e816";
} /* '' */
.icon-briefcase-01:before {
  content: "\e817";
} /* '' */
.icon-bookmark-01:before {
  content: "\e818";
} /* '' */
.icon-chevron-down-01:before {
  content: "\e819";
} /* '' */
.icon-bell-01:before {
  content: "\e81a";
} /* '' */
.icon-check-circle-01:before {
  content: "\e81b";
} /* '' */
.icon-check-01:before {
  content: "\e81c";
} /* '' */
.icon-chevron-right-01:before {
  content: "\e81d";
} /* '' */
.icon-chevron-up-01:before {
  content: "\e81e";
} /* '' */
.icon-chevron-left-01:before {
  content: "\e81f";
} /* '' */
.icon-clipboard-01:before {
  content: "\e820";
} /* '' */
.icon-clock-01:before {
  content: "\e821";
} /* '' */
.icon-coffee-01:before {
  content: "\e822";
} /* '' */
.icon-columns-01:before {
  content: "\e823";
} /* '' */
.icon-compass-01:before {
  content: "\e824";
} /* '' */
.icon-download-01:before {
  content: "\e825";
} /* '' */
.icon-edit-2-01:before {
  content: "\e826";
} /* '' */
.icon-filter-01:before {
  content: "\e827";
} /* '' */
.icon-flag-01:before {
  content: "\e828";
} /* '' */
.icon-film-01:before {
  content: "\e829";
} /* '' */
.icon-globe-01:before {
  content: "\e82a";
} /* '' */
.icon-grid-01:before {
  content: "\e82b";
} /* '' */
.icon-heart-01:before {
  content: "\e82c";
} /* '' */
.icon-map-pin-01:before {
  content: "\e82d";
} /* '' */
.icon-home-01:before {
  content: "\e82e";
} /* '' */
.icon-link-01:before {
  content: "\e82f";
} /* '' */
.icon-map-01:before {
  content: "\e830";
} /* '' */
.icon-layers-01:before {
  content: "\e831";
} /* '' */
.icon-printer-01:before {
  content: "\e832";
} /* '' */
.icon-message-square-01:before {
  content: "\e833";
} /* '' */
.icon-more-horizontal-01:before {
  content: "\e834";
} /* '' */
.icon-send:before {
  content: "\e835";
} /* '' */
.icon-phone-01:before {
  content: "\e836";
} /* '' */
.icon-more-vertical-01:before {
  content: "\e837";
} /* '' */
.icon-smile-01:before {
  content: "\e838";
} /* '' */
.icon-info-filled:before {
  content: "\e839";
} /* '' */
.icon-users-01:before {
  content: "\e83a";
} /* '' */
.icon-info:before {
  content: "\e83b";
} /* '' */
.icon-trash-2-01:before {
  content: "\e83c";
} /* '' */
.icon-zoom-in-01:before {
  content: "\e83d";
} /* '' */
.icon-user-01:before {
  content: "\e83e";
} /* '' */
.icon-zoom-out-01:before {
  content: "\e83f";
} /* '' */
.icon-x-circle-01:before {
  content: "\e840";
} /* '' */
.icon-mail:before {
  content: "\e841";
} /* '' */
.icon-quote:before {
  content: "\e842";
} /* '' */
.icon-facebook-square:before {
  content: "\e843";
} /* '' */
.icon-facebook-round:before {
  content: "\e844";
} /* '' */
.icon-instagram:before {
  content: "\e845";
} /* '' */
.icon-linkedin:before {
  content: "\e846";
} /* '' */
.icon-threads:before {
  content: "\e847";
} /* '' */
.icon-tiktok:before {
  content: "\e848";
} /* '' */
.icon-whatsapp:before {
  content: "\e849";
} /* '' */
.icon-xicon:before {
  content: "\e84a";
} /* '' */
.icon-youtube:before {
  content: "\e84b";
} /* '' */
.icon-cross-thin:before {
  content: "\e84d";
} /* '' */
.icon-cross:before {
  content: "\e84e";
} /* '' */
.icon-ticket:before {
  content: "\e84f";
} /* '' */
.icon-vimeo-rect:before {
  content: "\f30e";
} /* '' */
/*!
 * Minimal Bootstrap Build
 * Only Grid, Utilities, Offcanvas, Navbar - nothing else!
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  color: #0a58ca;
}

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

.container,
.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.col {
  flex: 1 0 0%;
  min-width: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 8.3333333333%;
  max-width: 100%;
}

.col-2 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 16.6666666667%;
  max-width: 100%;
}

.col-3 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.col-4 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 33.3333333333%;
  max-width: 100%;
}

.col-5 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 41.6666666667%;
  max-width: 100%;
}

.col-6 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.col-7 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 58.3333333333%;
  max-width: 100%;
}

.col-8 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 66.6666666667%;
  max-width: 100%;
}

.col-9 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 75%;
  max-width: 100%;
}

.col-10 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.3333333333%;
  max-width: 100%;
}

.col-11 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 91.6666666667%;
  max-width: 100%;
}

.col-12 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 100%;
  }
  .col-sm-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 100%;
  }
  .col-sm-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
  }
  .col-sm-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 100%;
  }
  .col-sm-5 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 100%;
  }
  .col-sm-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
  .col-sm-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 100%;
  }
  .col-sm-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 100%;
  }
  .col-sm-9 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 75%;
    max-width: 100%;
  }
  .col-sm-10 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 100%;
  }
  .col-sm-11 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 100%;
  }
  .col-sm-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 100%;
  }
  .col-md-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 100%;
  }
  .col-md-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
  }
  .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 100%;
  }
  .col-md-5 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 100%;
  }
  .col-md-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
  .col-md-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 100%;
  }
  .col-md-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 100%;
  }
  .col-md-9 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 75%;
    max-width: 100%;
  }
  .col-md-10 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 100%;
  }
  .col-md-11 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 100%;
  }
  .col-md-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 100%;
  }
  .col-lg-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 100%;
  }
  .col-lg-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
  }
  .col-lg-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 100%;
  }
  .col-lg-5 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 100%;
  }
  .col-lg-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
  .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 100%;
  }
  .col-lg-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 100%;
  }
  .col-lg-9 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 75%;
    max-width: 100%;
  }
  .col-lg-10 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 100%;
  }
  .col-lg-11 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 100%;
  }
  .col-lg-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 100%;
  }
  .col-xl-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 100%;
  }
  .col-xl-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
  }
  .col-xl-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 100%;
  }
  .col-xl-5 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 100%;
  }
  .col-xl-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
  .col-xl-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 100%;
  }
  .col-xl-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 100%;
  }
  .col-xl-9 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 75%;
    max-width: 100%;
  }
  .col-xl-10 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 100%;
  }
  .col-xl-11 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 100%;
  }
  .col-xl-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 100%;
  }
  .col-xxl-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 100%;
  }
  .col-xxl-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
  }
  .col-xxl-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 100%;
  }
  .col-xxl-5 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 100%;
  }
  .col-xxl-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
  .col-xxl-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 100%;
  }
  .col-xxl-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 100%;
  }
  .col-xxl-9 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 75%;
    max-width: 100%;
  }
  .col-xxl-10 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 100%;
  }
  .col-xxl-11 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 100%;
  }
  .col-xxl-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas.show {
  transform: none;
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 1;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
  display: block;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  text-decoration: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.dropdown,
.dropup,
.dropend,
.dropstart {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.text-start, .text-left {
  text-align: left !important;
}

.text-end, .text-right {
  text-align: right !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:focus,
.visually-hidden-focusable:focus-within {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

body .swiper-wrapper {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  background: #ffeb00;
  border-radius: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  top: calc(50% - 28px);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "ccsaar";
  font-size: 1rem;
  font-weight: bold;
  color: #212529;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #ffeb00;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

body .swiper-button-disabled {
  display: none;
}

body .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  font-family: "ccsaar";
  content: "\e807";
  font-size: 1.1rem;
}

body .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  font-family: "ccsaar";
  content: "\e808";
  font-size: 1.1rem;
}

.swiper-button-prev {
  right: 75px;
  bottom: 10px;
  left: auto;
  top: auto;
}

.swiper-button-next {
  right: 10px;
  bottom: 10px;
  left: auto;
  top: auto;
}

.swiper-pagination {
  position: relative;
  margin-top: 2rem;
  bottom: 0;
  text-align: left;
  width: calc(100% - 120px);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #151515;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffeb00;
  width: 32px;
  border-radius: 6px;
}

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

.goverlay {
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 769px) {
  .goverlay {
    background: rgba(255, 255, 255, 0.92);
  }
}

@media (min-width: 769px) {
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  overflow: hidden;
  color: #fff; /* Icon-Farbe */
  background: #000; /* Button-Farbe */
}

.glightbox-clean .gclose {
  background: transparent;
  color: #212529;
  width: 2rem;
  height: 2rem;
  opacity: 1;
}
.glightbox-clean .gclose:after {
  content: "\e840";
  font-family: "ccsaar";
  color: #000;
  font-size: 1.25rem;
}
.glightbox-clean .gclose svg {
  display: none;
}
.glightbox-clean .gclose:hover, .glightbox-clean .gclose:focus {
  background: transparent;
  color: #212529;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.glightbox-container .gslide-description {
  color: #eee;
}

.glightbox-container figcaption,
.gslide-description figcaption {
  display: block;
}

.glightbox-clean .gnext svg, .glightbox-clean .gprev svg {
  display: none;
}
.glightbox-clean .gnext:after {
  content: "\e807";
  font-family: "ccsaar";
}
.glightbox-clean .gprev:after {
  content: "\e808";
  font-family: "ccsaar";
}
.glightbox-clean .gnext, .glightbox-clean .gprev {
  font-size: 1.25rem;
  color: #ffffff;
}
.glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
  background: #ffeb00;
  color: #212529;
}

/*!
 * mercando basic styles
 */
figcaption {
  display: none;
}

.animate {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(30px);
}
.animate.fade-up {
  transform: translateY(50px);
}
.animate.fade-down {
  transform: translateY(-50px);
}
.animate.fade-left {
  transform: translateX(50px);
}
.animate.fade-right {
  transform: translateX(-50px);
}
.animate.fade-in {
  transform: none;
}
.animate.zoom-in {
  transform: scale(0.8);
}
.animate.duration-400 {
  transition-duration: 0.4s;
}
.animate.duration-600 {
  transition-duration: 0.6s;
}
.animate.duration-1000 {
  transition-duration: 1s;
}
.animate.duration-1200 {
  transition-duration: 1.2s;
}
.animate.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

a, *:before, *:after, .arrow-link, .trans400, .gnext, .gprev, .gclose {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.trans800, .btn, a.btn {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #212529;
  background: #ffffff;
  font-smooth: auto;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  width: 100%;
  overflow-x: clip;
  -webkit-transition: all 1400ms ease-in-out;
  -moz-transition: all 1400ms ease-in-out;
  -ms-transition: all 1400ms ease-in-out;
  -o-transition: all 1400ms ease-in-out;
  transition: all 1400ms ease-in-out;
}

body {
  padding-top: 120px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 160px;
  }
}

strong, bold {
  font-weight: 700;
}

.fw500, .demi {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  h1, h2, .section-headline {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal; /* oder break-word, falls sehr lange Strings sonst layout sprengen */
    hyphens: none;
  }
}
h1, h2, h3, h4 {
  position: relative;
  z-index: 2;
}
h1 strong, h2 strong, h3 strong, h4 strong {
  position: relative;
  font-weight: inherit;
  white-space: nowrap;
}
h1 strong:before, h2 strong:before, h3 strong:before, h4 strong:before {
  content: "";
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  bottom: 0;
  height: 0.5em;
  background-color: #ffeb00;
  transition: transform 0.3s ease;
  z-index: -1;
}

.subheadline {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
}

.subheadline + h2,
.subheadline + h3 {
  margin-top: 0.25em;
}

h1 {
  font-size: 2.275rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: calc(1.6rem + 1.45vw);
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: calc(1.5rem + 1.2vw);
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: calc(1rem + 1.25vw);
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: calc(1rem + 1vw);
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 1.6rem;
  }
}

h4, .h4 {
  font-weight: 600;
  font-size: 1.2rem;
}

h5, .h5 {
  font-weight: 600;
  font-size: 1.1rem;
}

h6, .h6 {
  font-weight: 600;
  font-size: 1rem;
}

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

figure {
  margin: 0;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  border-radius: 2rem;
}
figure img {
  overflow: hidden;
  border-radius: 2rem;
}

.supporter-logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .supporter-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.supporter-logo-wrapper .supporter-claim {
  font-size: 0.75rem;
  font-weight: 500;
}
.supporter-logo-wrapper .supporter-logos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.supporter-logo-wrapper .supporter-logos img {
  max-width: 120px;
  max-height: 40px;
}
@media screen and (min-width: 768px) {
  .supporter-logo-wrapper .supporter-logos img {
    max-width: 120px;
    max-height: 50px;
  }
}

.home .supporter-logo-wrapper {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .home .supporter-logo-wrapper {
    margin-top: 0;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

p {
  margin-bottom: 0.5em;
}

a {
  color: #212529;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}
a.backline {
  position: relative;
  z-index: 2;
  display: inline-block;
}
a.backline:after {
  content: "";
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  bottom: -0.2rem;
  width: 100%;
  height: 0.7rem;
  background-color: #ffeb00;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
a.backline:hover, a.backline:focus {
  color: inherit;
  text-decoration: none;
}
a.backline:hover:after, a.backline:focus:after {
  transform: scaleX(1);
  transform-origin: left;
}

.arrow-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  font-weight: 500;
  text-decoration: none;
}

a.arrow-link {
  padding-left: 0;
  padding-right: 1rem;
  text-decoration: none;
}
a.arrow-link:hover, a.arrow-link:focus {
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 0;
}

.linkwrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.btn, a.btn {
  padding: 0.875em 3em;
  border-radius: 4em;
  min-width: 10rem;
  background: transparent;
  border: 1px solid #212529;
  color: #212529;
  position: relative;
  text-transform: uppercase;
  overflow: visible;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btn:hover, .btn:focus, a.btn:hover, a.btn:focus {
  background-color: #212529;
  color: #ffeb00;
  border: 1px solid #212529;
}
.btn.btn-primary, a.btn.btn-primary {
  background-color: #ffeb00;
  color: #000000;
  border: 1px solid #ffeb00;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:focus {
  background-color: #212529;
  color: #ffeb00;
  border: 1px solid #212529;
}

.two-columns {
  column-count: 2;
  column-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .two-columns {
    column-count: 1;
  }
}

.txt-wrap a,
.wysiwyg-wrap a {
  text-decoration: underline;
  font-weight: 600;
}
.txt-wrap h1,
.wysiwyg-wrap h1 {
  color: red;
}
.txt-wrap h2, .txt-wrap h3, .txt-wrap h4, .txt-wrap h5,
.wysiwyg-wrap h2,
.wysiwyg-wrap h3,
.wysiwyg-wrap h4,
.wysiwyg-wrap h5 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.txt-wrap h2:first-child, .txt-wrap h3:first-child, .txt-wrap h4:first-child, .txt-wrap h5:first-child,
.wysiwyg-wrap h2:first-child,
.wysiwyg-wrap h3:first-child,
.wysiwyg-wrap h4:first-child,
.wysiwyg-wrap h5:first-child {
  margin-top: 0;
}
.txt-wrap p:last-child,
.wysiwyg-wrap p:last-child {
  margin-bottom: 0;
}
.txt-wrap ul,
.wysiwyg-wrap ul {
  margin: 1rem 0 2rem 0;
  padding: 0;
}
.txt-wrap ul li,
.wysiwyg-wrap ul li {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.txt-wrap ul li:before,
.wysiwyg-wrap ul li:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0.4em;
  background: #ffeb00;
  display: block;
}
.txt-wrap table,
.wysiwyg-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem 0;
}
.txt-wrap table tbody tr,
.wysiwyg-wrap table tbody tr {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.txt-wrap table tbody tr td,
.wysiwyg-wrap table tbody tr td {
  border: none;
  padding: 0.75rem 0.5rem;
  text-align: left;
}
.txt-wrap table tbody tr td:last-child,
.wysiwyg-wrap table tbody tr td:last-child {
  text-align: right;
}
.txt-wrap table thead tr,
.wysiwyg-wrap table thead tr {
  border: none;
  border-bottom: 3px solid #ffeb00;
}
.txt-wrap table thead th,
.wysiwyg-wrap table thead th {
  border: none;
  padding: 0.75rem 0.5rem;
  text-align: left;
  font-weight: 600;
}
.txt-wrap table thead th:last-child,
.wysiwyg-wrap table thead th:last-child {
  text-align: right;
}
.txt-wrap table.table-striped tbody tr:nth-child(odd) td,
.wysiwyg-wrap table.table-striped tbody tr:nth-child(odd) td {
  background: rgba(125, 125, 125, 0.1);
}
.txt-wrap table.table-striped tbody tr td:last-child,
.wysiwyg-wrap table.table-striped tbody tr td:last-child {
  text-align: left;
}
.txt-wrap table.table-striped thead th:last-child,
.wysiwyg-wrap table.table-striped thead th:last-child {
  text-align: left;
}
.txt-wrap .tablewrapper,
.wysiwyg-wrap .tablewrapper {
  overflow-x: auto;
}
.txt-wrap .tablewrapper table td,
.wysiwyg-wrap .tablewrapper table td {
  min-width: 100px;
  max-width: 35%;
  text-align: left;
  vertical-align: top;
}

.bgprimary .txt-wrap table tbody tr,
.bgprimary .wysiwyg-wrap table tbody tr {
  border-bottom: 1px solid #ffffff;
}
.bgprimary .txt-wrap table thead tr,
.bgprimary .wysiwyg-wrap table thead tr {
  border-bottom: 3px solid #ffffff;
}
.bgprimary .txt-wrap table.table-striped tbody tr:nth-child(odd) td,
.bgprimary .wysiwyg-wrap table.table-striped tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.1);
}

.bglightgrey .txt-wrap table tbody tr,
.bglightgrey .wysiwyg-wrap table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bgdark .txt-wrap table tbody tr,
.bgdark .wysiwyg-wrap table tbody tr {
  border-bottom: 1px solid #ffffff;
}
.bgdark .txt-wrap table thead tr,
.bgdark .wysiwyg-wrap table thead tr {
  border-bottom: 3px solid #ffffff;
}
.bgdark .txt-wrap table.table-striped tbody tr:nth-child(odd) td,
.bgdark .wysiwyg-wrap table.table-striped tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.1);
}

.google-embed iframe {
  width: 100%;
  height: auto;
  min-height: 320px;
  border: none;
  border-radius: 1rem;
  aspect-ratio: 16/9;
}

ul.price-list {
  list-style: none;
  margin: 0.875rem 0;
  padding: 0;
}
ul.price-list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75rem 0;
  margin: 0;
  font-weight: 600;
  gap: 3rem;
}
ul.price-list li .price-description {
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
}
ul.price-list li .price-amount {
  white-space: nowrap;
  word-break: keep-all;
}

.site-header, .navbar, .navbar-logo {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
  background-color: transparent;
  opacity: 0;
  transform: translateY(-20px);
}
.site-header.header-loaded {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (min-width: 992px) {
  .site-header {
    padding-top: 0.5rem;
  }
}

.navbar {
  padding: 1rem 0;
  position: relative;
  justify-content: space-between;
  height: auto;
  min-height: auto;
}
.navbar .navbar-brand .navbar-logo {
  max-height: 90px;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .navbar .navbar-brand .navbar-logo {
    max-height: 105px;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-brand .navbar-logo {
    max-height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand .navbar-logo {
    max-height: 140px;
  }
}
.navbar .navbar-brand .navbar-brand-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  text-decoration: none;
}
.navbar .offcanvas .navbar-nav a.nav-link {
  color: #151515;
  font-weight: 500;
  transition: color 0.2s ease;
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding: 0.2em;
  display: inline-block;
}
.navbar .offcanvas .navbar-nav a.nav-link span {
  position: relative;
}
.navbar .offcanvas .navbar-nav a.nav-link span:after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: 0rem;
  bottom: -0.1rem;
  height: 0.875rem;
  background-color: #ffeb00;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
.navbar .offcanvas .navbar-nav a.nav-link.active {
  color: #151515;
}
.navbar .offcanvas .navbar-nav a.nav-link.active span:after {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar .offcanvas .navbar-nav a.nav-link.dropdown-toggle {
  padding-right: 24px;
}
.navbar .offcanvas .navbar-nav a.nav-link.dropdown-toggle:before {
  font-family: "ccsaar";
  content: "\e819";
  position: absolute;
  right: 0;
  top: 0em;
}
@media screen and (max-width: 992px) {
  .navbar .offcanvas .navbar-nav a.nav-link.dropdown-toggle:before {
    top: 0.15em;
  }
}
.navbar .offcanvas .navbar-nav a.nav-link.dropdown-toggle.show:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {
  .navbar.navbar-expand-xl > .container-fluid {
    align-items: flex-start;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body {
    justify-content: flex-end;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav {
    margin: 1.5rem 0 0 0;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav > .nav-item {
    margin: 0 0 0 1rem;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .nav-item > .nav-link {
    position: relative;
    padding: 0 22px 0 3px;
    font-weight: 500;
    font-size: 1.16rem;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .nav-item > .nav-link:hover, .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .nav-item > .nav-link:focus {
    color: #151515;
    text-decoration: none;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .nav-item > .nav-link:hover span:after, .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .nav-item > .nav-link:focus span:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .nav-item > .nav-link.active {
    color: #151515;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .nav-item > .nav-link.active:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    display: inline-flex;
    gap: 0.25em;
    padding: 0.5rem 0.75rem 0.5rem 0;
    font-weight: 500;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:before {
    font-family: "ccsaar";
    content: "\e807";
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #151515;
    text-decoration: none;
    padding: 0.5rem 0 0.5rem 0.75rem;
  }
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    font-weight: 600;
  }
}
@media screen and (max-width: 1200px) {
  .offcanvas {
    height: 100vh;
  }
  .offcanvas .offcanvas-header {
    padding: 1rem 1.5rem 0.5rem;
  }
  .offcanvas .offcanvas-header .h5 {
    font-size: 1.25rem;
  }
  .offcanvas .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .offcanvas .navbar-nav .nav-item {
    margin: 1rem;
    font-size: 1.25rem;
  }
  .offcanvas .navbar-nav .nav-item .nav-link {
    padding: 0 3px;
  }
  .offcanvas .navbar-nav .nav-item.current_page_ancestor > .dropdown-menu {
    display: block;
  }
  .offcanvas .navbar-nav .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  .offcanvas .navbar-nav .dropdown-menu .nav-item {
    margin: 1rem 0 0 0;
  }
  .offcanvas .navbar-nav .dropdown-menu .nav-item .dropdown-item {
    font-size: 0.875em;
    padding: 0.25rem 0;
    border-bottom: none;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .offcanvas .navbar-nav .dropdown-menu .nav-item .dropdown-item:before {
    font-family: "ccsaar";
    content: "\e807";
  }
  .offcanvas .navbar-nav .dropdown-menu .nav-item .dropdown-item:hover {
    text-decoration: none;
    padding-left: 1rem;
  }
  .offcanvas .navbar-nav .dropdown-menu .nav-item .dropdown-item.active {
    font-weight: 600;
  }
}
.menu-toggler button {
  width: auto;
  height: 50px;
  font-size: 1rem;
  overflow: hidden;
  background: transparent;
  position: relative;
  border: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-toggler button .menutxt {
  padding-right: 0.7em;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media Screen and (max-width: 768px) {
  .menu-toggler button .menutxt {
    display: none;
  }
}
.menu-toggler button .toggle-bar-wrapper {
  height: 30px;
  width: 30px;
  position: relative;
}
.menu-toggler button .toggle-bar-wrapper .toggle-bar {
  width: 26px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #151515;
  height: 3px;
  right: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  position: absolute;
  overflow: hidden;
}
.menu-toggler button .toggle-bar-wrapper .toggle-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  top: 4px;
}
.menu-toggler button .toggle-bar-wrapper .toggle-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  top: 13px;
}
.menu-toggler button .toggle-bar-wrapper .toggle-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  top: 22px;
}
.menu-toggler button:hover, .menu-toggler button:focus {
  background: transparent;
}
.menu-toggler button:hover .toggle-bar-wrapper, .menu-toggler button:focus .toggle-bar-wrapper {
  border: none !important;
  box-shadow: none;
}
.menu-toggler button:hover .toggle-bar-wrapper .toggle-bar:nth-of-type(1), .menu-toggler button:focus .toggle-bar-wrapper .toggle-bar:nth-of-type(1) {
  width: 14px;
}
.menu-toggler button:hover .toggle-bar-wrapper .toggle-bar:nth-of-type(2), .menu-toggler button:focus .toggle-bar-wrapper .toggle-bar:nth-of-type(2) {
  width: 20px;
}
.menu-toggler button:hover .toggle-bar-wrapper .toggle-bar:nth-of-type(3), .menu-toggler button:focus .toggle-bar-wrapper .toggle-bar:nth-of-type(3) {
  width: 26px;
}

.btn-close-custom {
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.btn-close-custom:hover {
  transform: rotate(90deg);
}
.btn-close-custom .toggle-close-wrapper {
  height: 30px;
  width: 30px;
  position: relative;
}
.btn-close-custom .toggle-close-wrapper .toggle-bar {
  width: 30px;
  height: 4px;
  background-color: #151515;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.2s ease;
  top: 50%;
  left: 50%;
}
.btn-close-custom .toggle-close-wrapper .toggle-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close-custom .toggle-close-wrapper .toggle-bar:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-close-custom:hover .toggle-close-wrapper .toggle-bar {
  background-color: #ffeb00;
}

.headerblur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 989;
  background-color: transparent;
  transition: all 400ms ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .headerblur {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .headerblur {
    height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .headerblur {
    height: 180px;
  }
}

body.scrolled .headerblur {
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: saturate(180%) blur(20px);
  height: 90px;
}
@media screen and (min-width: 768px) {
  body.scrolled .headerblur {
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  body.scrolled .headerblur {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  body.scrolled .headerblur {
    height: 110px;
  }
}
body.scrolled .site-header {
  padding-top: 0.1rem;
}
@media screen and (min-width: 992px) {
  body.scrolled .site-header {
    padding-top: 0rem;
  }
}
body.scrolled .navbar {
  padding: 0.75rem 0 0.75rem 0;
  background-color: transparent;
}
body.scrolled .navbar .navbar-nav {
  margin: 1.5rem 0 0 0;
}
body.scrolled .navbar .navbar-brand .navbar-logo {
  max-height: 60px;
}
@media screen and (min-width: 768px) {
  body.scrolled .navbar .navbar-brand .navbar-logo {
    max-height: 60px;
  }
}
@media screen and (min-width: 992px) {
  body.scrolled .navbar .navbar-brand .navbar-logo {
    max-height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  body.scrolled .navbar .navbar-brand .navbar-logo {
    max-height: 80px;
  }
}

.fixed-links-wrapper {
  position: fixed;
  font-size: 1.5rem;
  bottom: 1rem;
  right: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  gap: 0.4em;
  background: #ffffff;
  padding: 0.5em 0.15em 0.5em 0.4rem;
  border-radius: 0.875rem 0 0 0.875rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}
.fixed-links-wrapper .info-toggler {
  color: #151515;
  cursor: pointer;
  font-size: 1.2em;
  background: transparent;
  border: 0;
  padding: 0;
}
.fixed-links-wrapper .info-toggler:hover, .fixed-links-wrapper .info-toggler:focus {
  color: #151515;
  text-decoration: none;
}
.fixed-links-wrapper .info-toggler:hover > span:before, .fixed-links-wrapper .info-toggler:focus > span:before {
  -moz-transform: scale(0.875);
  -webkit-transform: scale(0.875);
  -o-transform: scale(0.875);
  -ms-transform: scale(0.875);
  transform: scale(0.875);
}
.fixed-links-wrapper .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  gap: 0.4em;
}
.fixed-links-wrapper .social-links a {
  color: #151515;
}
.fixed-links-wrapper .social-links a:hover, .fixed-links-wrapper .social-links a:focus {
  text-decoration: none;
  color: #151515;
}
.fixed-links-wrapper .social-links a:hover > i:before, .fixed-links-wrapper .social-links a:focus > i:before {
  -moz-transform: scale(0.875);
  -webkit-transform: scale(0.875);
  -o-transform: scale(0.875);
  -ms-transform: scale(0.875);
  transform: scale(0.875);
}

body.scrolled-far .fixed-links-wrapper {
  bottom: 5rem;
}

.fixed-info-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  z-index: 993;
  background: #ffffff;
  padding: 1rem;
  padding-top: calc(1rem + env(safe-area-inset-top));
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.fixed-info-wrapper.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .fixed-info-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 700px;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
  }
  .fixed-info-wrapper.is-active {
    pointer-events: auto;
  }
}
.fixed-info-wrapper .fixed-info-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .fixed-info-wrapper .fixed-info-header {
    padding: 0 0 2rem 1rem;
  }
}
.fixed-info-wrapper .fixed-info-header .info-header-headline {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
}
.fixed-info-wrapper .fixed-info-header .info-header-headline .icon {
  font-size: 1.25rem;
}
.fixed-info-wrapper .fixed-info-header .fixed-info-close {
  cursor: pointer;
  font-size: 1.375rem;
  color: #151515;
  opacity: 0.5;
  background: transparent !important;
  border: none !important;
}
.fixed-info-wrapper .fixed-info-header .fixed-info-close:hover, .fixed-info-wrapper .fixed-info-header .fixed-info-close:focus {
  color: #151515;
  text-decoration: none;
  opacity: 1;
}
.fixed-info-wrapper .fixed-info-header .fixed-info-close:hover > span:before, .fixed-info-wrapper .fixed-info-header .fixed-info-close:focus > span:before {
  -moz-transform: scale(0.875);
  -webkit-transform: scale(0.875);
  -o-transform: scale(0.875);
  -ms-transform: scale(0.875);
  transform: scale(0.875);
}
.fixed-info-wrapper .fixed-info-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem calc(2rem + env(safe-area-inset-bottom)) 0;
}
@media screen and (min-width: 768px) {
  .fixed-info-wrapper .fixed-info-content {
    padding: 0 1rem 3rem 1rem;
  }
}
.fixed-info-wrapper .fixed-info-content .eventtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2em;
}
.fixed-info-wrapper .fixed-info-content .eventtitle span {
  display: block;
  font-size: 0.8em;
}
@media screen and (min-width: 992px) {
  .fixed-info-wrapper .fixed-info-content .eventtitle {
    font-size: 2rem;
  }
}
.fixed-info-wrapper .fixed-info-content .wrapper {
  margin-bottom: 2rem;
}
.fixed-info-wrapper .fixed-info-content .headline {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.fixed-info-wrapper .fixed-info-content .headline [class^=icon-]::before, .fixed-info-wrapper .fixed-info-content .headline [class*=" icon-"]::before {
  margin-left: 0;
  margin-right: 0.4rem;
}
.fixed-info-wrapper .fixed-info-content .price-description {
  hyphens: none;
}
.fixed-info-wrapper .fixed-info-content .icon-spacer {
  margin-left: 1.875rem;
  position: relative;
}
.fixed-info-wrapper .fixed-info-content .icon-spacer > .icon {
  position: absolute;
  left: -1.875rem;
  font-weight: 700;
}
.fixed-info-wrapper .fixed-info-content .icon-spacer ul.price-list {
  margin-top: 0;
}
.fixed-info-wrapper .fixed-info-content .icon-link-backline {
  font-weight: 500;
}
.fixed-info-wrapper .fixed-info-content .contact-info {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.fixed-info-wrapper .fixed-info-content .btn-primary {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  text-transform: none;
}
.fixed-info-wrapper .fixed-info-content ul.price-list {
  margin-left: 2rem;
}

.fullwidth-curtain {
  position: fixed;
  z-index: 992;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  border-radius: 1500px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: saturate(180%) blur(20px);
}
.fullwidth-curtain.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  pointer-events: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0px;
}

.siteimage-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  padding-top: 8vh;
  padding-bottom: 7vh;
}
.siteimage-text .lead {
  font-size: 1.275rem;
  font-weight: 300;
}

.siteimage-slider {
  padding-bottom: 6vh;
}
@media screen and (min-width: 768px) {
  .siteimage-slider .container-fluid {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .siteimage-slider .row {
    align-items: center;
  }
}
.siteimage-slider .row .siteimage-txtbox {
  padding: 7rem 1rem 5rem 0;
}
@media screen and (min-width: 768px) {
  .siteimage-slider .row .siteimage-txtbox {
    padding-right: 2rem;
    padding: 3rem 0;
  }
}
.siteimage-slider .row .siteimage-txtbox .headline-switcher {
  display: flex;
  flex-direction: column-reverse;
}
.siteimage-slider .row .siteimage-txtbox h2.subheadline {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .siteimage-slider .row .siteimage-txtbox h2.subheadline {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .siteimage-slider .row .siteimage-txtbox h2.subheadline {
    font-size: 1.6rem;
  }
}
.siteimage-slider .row .siteimagecol {
  position: relative;
  z-index: 8;
}
.siteimage-slider .row .siteimagecol .siteimage-swiper {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .siteimage-slider .row .siteimagecol .siteimage-swiper {
    border-radius: 2rem 0 0 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .siteimage-slider .row .siteimagecol .siteimage-swiper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .siteimage-slider .row .siteimagecol .siteimage-swiper {
    border-radius: 2rem;
  }
}
.siteimage-slider .row .siteimagecol figure {
  margin: 0;
  line-height: 0;
  display: block;
}
.siteimage-slider .row .siteimagecol .imgwrap {
  line-height: 0;
}
.siteimage-slider .row .siteimagecol .imgwrap img {
  width: 100%;
  border-radius: 0;
  display: block;
  vertical-align: bottom;
}
.siteimage-slider .row .siteimagecol .teaserimage-wrapper {
  position: absolute;
  z-index: 10;
  top: 0%;
  transform: translatex(50%) translateY(-20%);
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .siteimage-slider .row .siteimagecol .teaserimage-wrapper {
    top: auto;
    bottom: 0%;
    transform: translatex(-50%) translateY(20%);
    left: 50%;
    right: auto;
  }
  .siteimage-slider .row .siteimagecol .teaserimage-wrapper img {
    max-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .siteimage-slider .row .siteimagecol .teaserimage-wrapper {
    top: 50%;
    bottom: auto;
    transform: translatex(-30%) translateY(-50%);
    left: 0;
    right: auto;
  }
  .siteimage-slider .row .siteimagecol .teaserimage-wrapper img {
    max-height: 100%;
    max-width: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .siteimage-slider .row .siteimagecol .teaserimage-wrapper {
    transform: translatex(-50%) translateY(-50%);
  }
}
.siteimage-slider .row .siteimagecol .teaserimage-wrapper img {
  border: 4px solid white;
}
@media screen and (min-width: 992px) {
  .siteimage-slider .row .siteimagecol .teaserimage-wrapper img {
    border-width: 6px;
  }
}

.siteimage-text .buttonwrapper, .siteimage-slider .buttonwrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.siteimage-text .buttonwrapper a:first-child, .siteimage-slider .buttonwrapper a:first-child {
  padding: 0.875em 3em;
  border-radius: 4em;
  position: relative;
  text-transform: uppercase;
  overflow: visible;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffeb00;
  color: #000000;
  border: 1px solid #ffeb00;
}
.siteimage-text .buttonwrapper a:first-child:before, .siteimage-slider .buttonwrapper a:first-child:before {
  display: none;
}
.siteimage-text .buttonwrapper a:first-child:hover, .siteimage-text .buttonwrapper a:first-child:focus, .siteimage-slider .buttonwrapper a:first-child:hover, .siteimage-slider .buttonwrapper a:first-child:focus {
  background-color: #212529;
  color: #ffeb00;
  border: 1px solid #212529;
}
.siteimage-text .buttonwrapper a:not(:first-child), .siteimage-slider .buttonwrapper a:not(:first-child) {
  position: relative;
  font-weight: 500;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #212529;
  padding: 0 1rem 0 0;
  gap: 0.26rem;
}
.siteimage-text .buttonwrapper a:not(:first-child):before, .siteimage-slider .buttonwrapper a:not(:first-child):before {
  font-family: "ccsaar";
  content: "\e807";
}
.siteimage-text .buttonwrapper a:not(:first-child):hover, .siteimage-text .buttonwrapper a:not(:first-child):focus, .siteimage-slider .buttonwrapper a:not(:first-child):hover, .siteimage-slider .buttonwrapper a:not(:first-child):focus {
  padding: 0 0 0 1rem;
  text-decoration: none;
  gap: 0.05rem;
}

footer {
  font-weight: 400;
  padding-top: calc(2rem + 4vh);
}
footer .footer-row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 576px) {
  footer .footer-row {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
footer .footer-row .footer-col {
  display: flex;
  flex: 0 1 100%;
}
@media screen and (min-width: 576px) {
  footer .footer-row .footer-col {
    flex: 1 1 46%;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-row .footer-col {
    flex: 1 1 46%;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-row .footer-col {
    flex: 1 1 auto;
  }
}
footer .footer-logo {
  max-width: 170px;
}
footer .footer-contact-info .contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
footer .footer-contact-info .contact-links a {
  position: relative;
  z-index: 2;
  font-weight: 500;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.375rem;
  margin-left: -4px;
  align-self: flex-start;
}
footer .footer-contact-info .contact-links a:hover, footer .footer-contact-info .contact-links a:focus {
  color: #151515;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer-contact-info .contact-links {
    display: flex;
    flex-direction: row;
    gap: 1.3rem;
    margin: 1rem 0;
  }
  footer .footer-contact-info .contact-links a {
    width: 50px;
    height: 50px;
    background: #ffeb00;
    color: #000000;
    text-decoration: none;
    border-radius: 40px;
    overflow: hidden;
    font-size: 1.475rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  footer .footer-contact-info .contact-links a:after {
    display: none;
  }
  footer .footer-contact-info .contact-links a:hover, footer .footer-contact-info .contact-links a:focus {
    background: #212529;
    color: #ffeb00;
  }
  footer .footer-contact-info .contact-links a span.txt {
    display: none;
  }
}
footer .footer-contact-info .icon:before {
  font-size: 1.15em;
}
footer .footer-contact-info .footer-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.375rem;
  margin-left: -4px;
}
footer .menu {
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
footer .menu li {
  margin: 0 0 1.25em 0;
}
footer .menu li a {
  color: #151515;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
footer .menu li a:after {
  content: "";
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  bottom: -0.2rem;
  width: 100%;
  height: 0.7rem;
  background-color: #ffeb00;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
footer .menu li a:hover, footer .menu li a:focus {
  color: #151515;
  text-decoration: none;
}
footer .menu li a:hover:after, footer .menu li a:focus:after {
  transform: scaleX(1);
  transform-origin: left;
}
footer .supporter-logo-wrapper {
  padding-top: 1rem;
  border-top: 1px solid #e6e6e6;
}
footer .footer-endline {
  font-size: 0.875em;
  color: #151515;
  margin-top: 1rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  border-top: 1px solid #e6e6e6;
}
footer .footer-endline #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-endline #footer-menu li {
  display: inline-block;
  margin: 0 0.5rem;
}
footer .footer-endline #footer-menu li a:hover, footer .footer-endline #footer-menu li a:focus {
  text-decoration: underline;
}
footer .footer-endline .social-links {
  font-size: 1.75rem;
}
footer .footer-endline .social-links a:hover, footer .footer-endline .social-links a:focus {
  color: #ffeb00;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  footer .footer-endline {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  footer .footer-endline .social-links {
    font-size: 1.75rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.to-top-button {
  position: fixed;
  background-color: #ffeb00;
  color: #000000;
  width: 3rem;
  height: 3rem;
  right: 0;
  bottom: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.75rem;
  padding: 0.5em 0.25em 0.5em 0.5rem;
  border-radius: 0.875rem 0 0 0.875rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, background-color 0.4s ease;
  z-index: 1000;
}
.to-top-button:hover, .to-top-button:focus {
  background-color: #ccbc00;
  text-decoration: none;
}

body.scrolled-far .to-top-button {
  opacity: 1;
  pointer-events: auto;
}
body.scrolled-far .to-top-button:hover, body.scrolled-far .to-top-button:focus {
  opacity: 1;
}

/*!
 * mercando WPBS Theme - Components
 * ACF Elements & Custom Components
 */
@media screen and (min-width: 992px) {
  .standard-section .standard-row {
    align-items: center;
  }
  .standard-section .standard-row.flex-row > div:last-child {
    padding-left: 2rem;
  }
  .standard-section .standard-row.flex-row > div:first-child {
    padding-right: 2rem;
  }
  .standard-section .standard-row.flex-lg-row-reverse > div:first-child {
    padding-left: 2rem;
  }
  .standard-section .standard-row.flex-lg-row-reverse > div:last-child {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .standard-section .standard-row.flex-row > div:last-child {
    padding-left: 3rem;
  }
  .standard-section .standard-row.flex-row > div:first-child {
    padding-right: 3rem;
  }
  .standard-section .standard-row.flex-lg-row-reverse > div:first-child {
    padding-left: 3rem;
  }
  .standard-section .standard-row.flex-lg-row-reverse > div:last-child {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .standard-section .img-wrap {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .ansprechpartner-section .row {
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
  }
}
.ansprechpartner-section .txt-wrap {
  font-size: 1.175rem;
}
.ansprechpartner-section .team-info .team-name {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.ansprechpartner-section .team-info .team-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  margin-top: 0.375rem;
}
.ansprechpartner-section .team-portrait {
  position: relative;
  max-width: 590px;
}
.ansprechpartner-section .team-portrait figure {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .ansprechpartner-section .team-portrait figure {
    margin-bottom: 20px;
  }
}
.ansprechpartner-section .team-portrait .contact-wrapper {
  position: absolute;
  bottom: -1.45em;
  right: 45px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.ansprechpartner-section .team-portrait .contact-wrapper a {
  width: 50px;
  height: 50px;
  background: #ffeb00;
  color: #000000;
  text-decoration: none;
  border-radius: 40px;
  overflow: hidden;
  font-size: 1.475rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .ansprechpartner-section .team-portrait .contact-wrapper a:hover, .ansprechpartner-section .team-portrait .contact-wrapper a:focus {
    background: #212529;
    color: #ffeb00;
  }
}
@media screen and (min-width: 1200px) {
  .ansprechpartner-section .col-lg-4 {
    padding-right: 2rem;
  }
  .ansprechpartner-section .col-lg-8 {
    padding-left: 2rem;
  }
}
.ansprechpartner-section.bgprimary .team-portrait {
  position: relative;
}
.ansprechpartner-section.bgprimary .team-portrait figure {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .ansprechpartner-section.bgprimary .team-portrait figure {
    margin-bottom: 20px;
  }
}
.ansprechpartner-section.bgprimary .team-portrait .contact-wrapper a {
  background: #ffffff;
  color: #212529;
}
@media screen and (min-width: 992px) {
  .ansprechpartner-section.bgprimary .team-portrait .contact-wrapper a:hover, .ansprechpartner-section.bgprimary .team-portrait .contact-wrapper a:focus {
    background: #212529;
    color: #ffeb00;
  }
}

section.section-element.teamlist-section.has-background:not(.bgwhite) {
  padding-bottom: calc(5rem + 5vh - 60px);
}
@media screen and (min-width: 992px) {
  section.section-element.teamlist-section.has-background:not(.bgwhite) {
    padding-bottom: calc(5rem + 5vh - 40px);
  }
}
section.section-element.teamlist-section .team-card {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  section.section-element.teamlist-section .team-card {
    margin-bottom: 40px;
  }
}
section.section-element.teamlist-section .txt-wrap {
  font-size: 1.175rem;
}
section.section-element.teamlist-section .team-info .team-name {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
}
section.section-element.teamlist-section .team-info .team-position {
  margin-bottom: 0.5rem;
}
section.section-element.teamlist-section .team-info .team-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  margin-top: 0.375rem;
  font-weight: 500;
}
section.section-element.teamlist-section .team-info .team-contact a:hover, section.section-element.teamlist-section .team-info .team-contact a:focus {
  text-decoration: none;
  color: inherit;
}
section.section-element.teamlist-section .team-portrait {
  position: relative;
}
section.section-element.teamlist-section .team-portrait figure {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.cta-section .linkwrapper {
  justify-content: center;
}

.linkkachel-section .linkkachel-swiper {
  position: relative;
  padding-bottom: 1rem;
}
.linkkachel-section .linkkachel-swiper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 4rem;
  width: 2rem;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 45;
}
.linkkachel-section .linkkachel-swiper .swiper-pagination,
.linkkachel-section .linkkachel-wrapper .swiper-pagination {
  margin-left: 1rem;
}
@media screen and (max-width: 1440px) {
  .linkkachel-section .linkkachel-swiper,
  .linkkachel-section .linkkachel-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item,
.linkkachel-section .linkkachel-swiper .linkkachel-item,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item,
.linkkachel-section .linkkachel-wrapper .linkkachel-item {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 2rem;
  margin-left: 1rem;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake,
.linkkachel-section .linkkachel-swiper .linkkachel-item a,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake {
  position: relative;
  background: transparent;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a img, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake img,
.linkkachel-section .linkkachel-swiper .linkkachel-item a img,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake img,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a img,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake img,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a img,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake img {
  position: relative;
  height: auto;
  max-width: 100%;
  z-index: 5;
  opacity: 0.9;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a .decker, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .decker,
.linkkachel-section .linkkachel-swiper .linkkachel-item a .decker,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .decker {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 7;
  height: 100%;
  right: 0;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap,
.linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap {
  position: absolute;
  left: 5%;
  bottom: 6%;
  right: 5%;
  z-index: 10;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap h3, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap h3,
.linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap h3,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap h3 {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 992px) {
  .linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap h3, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap h3,
  .linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap h3,
  .linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap h3,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap h3,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap h3,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap h3,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap h3 {
    font-size: 1.8rem;
  }
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap .txt, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap .txt,
.linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap .txt,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap .txt {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 22px;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  width: 100%;
  padding-left: 5px;
  font-weight: 400;
  letter-spacing: 0.05;
}
@media Screen and (min-width: 1200px) {
  .linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap .txt, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap .txt,
  .linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap .txt,
  .linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap .txt {
    font-size: 1.1em;
  }
}
@media Screen and (min-width: 1500px) {
  .linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap .txt, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap .txt,
  .linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap .txt,
  .linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap .txt,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap .txt {
    font-size: 1.2em;
  }
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap .arrow-link, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap .arrow-link,
.linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap .arrow-link,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap .arrow-link,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap .arrow-link,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap .arrow-link,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap .arrow-link,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap .arrow-link {
  margin-top: 0.875rem;
  margin-left: 0;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap .arrow-link .arrow-link-text, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap .arrow-link .arrow-link-text,
.linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap .arrow-link .arrow-link-text,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap .arrow-link .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap .arrow-link .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap .arrow-link .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap .arrow-link .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap .arrow-link .arrow-link-text {
  color: #ffffff;
  font-weight: 500;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item a .txtwrap .arrow-link .icon, .linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .txtwrap .arrow-link .icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item a .txtwrap .arrow-link .icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .txtwrap .arrow-link .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item a .txtwrap .arrow-link .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .txtwrap .arrow-link .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item a .txtwrap .arrow-link .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .txtwrap .arrow-link .icon {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .linkkachel-section .linkkachel-swiper .linkkachel-card-item a:hover img, .linkkachel-section .linkkachel-swiper .linkkachel-card-item a:focus img,
  .linkkachel-section .linkkachel-swiper .linkkachel-item a:hover img,
  .linkkachel-section .linkkachel-swiper .linkkachel-item a:focus img,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item a:hover img,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item a:focus img,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item a:hover img,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item a:focus img {
    opacity: 1;
    scale: 1.1;
  }
  .linkkachel-section .linkkachel-swiper .linkkachel-card-item a:hover .arrow-link, .linkkachel-section .linkkachel-swiper .linkkachel-card-item a:focus .arrow-link,
  .linkkachel-section .linkkachel-swiper .linkkachel-item a:hover .arrow-link,
  .linkkachel-section .linkkachel-swiper .linkkachel-item a:focus .arrow-link,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item a:hover .arrow-link,
  .linkkachel-section .linkkachel-wrapper .linkkachel-card-item a:focus .arrow-link,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item a:hover .arrow-link,
  .linkkachel-section .linkkachel-wrapper .linkkachel-item a:focus .arrow-link {
    margin-left: 1rem;
  }
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item .afake .arrow-link,
.linkkachel-section .linkkachel-swiper .linkkachel-item .afake .arrow-link,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item .afake .arrow-link,
.linkkachel-section .linkkachel-wrapper .linkkachel-item .afake .arrow-link {
  display: none;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item.has-image a .decker, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.has-image .afake .decker,
.linkkachel-section .linkkachel-swiper .linkkachel-item.has-image a .decker,
.linkkachel-section .linkkachel-swiper .linkkachel-item.has-image .afake .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.has-image a .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.has-image .afake .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.has-image a .decker,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.has-image .afake .decker {
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.85) 0%, rgba(21, 21, 21, 0.6) 40%, rgba(21, 21, 21, 0) 70%);
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image),
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image),
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image),
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) {
  background: #f2f2f2;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap {
  color: #212529;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap h3, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .txt, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-text, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .icon, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-icon, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap h3, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .txt, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-text, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .icon, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap h3,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .txt,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap h3,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .txt,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) a .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bglightgrey:not(.has-image) .afake .txtwrap .arrow-link-icon {
  color: #212529;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image),
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image),
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image),
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) {
  background: #ffeb00;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap {
  color: #000000;
}
.linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap h3, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .txt, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-text, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .icon, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-icon, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap h3, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .txt, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-text, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .icon, .linkkachel-section .linkkachel-swiper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap h3,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .txt,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap h3,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .txt,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .icon,
.linkkachel-section .linkkachel-swiper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-card-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) a .txtwrap .arrow-link-icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap h3,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .txt,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-text,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .icon,
.linkkachel-section .linkkachel-wrapper .linkkachel-item.bgprimary:not(.has-image) .afake .txtwrap .arrow-link-icon {
  color: #000000;
}

.linkkachel-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.linkkachel-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .linkkachel-wrapper[data-cards="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .linkkachel-wrapper[data-cards="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .linkkachel-wrapper[data-cards="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .linkkachel-wrapper[data-cards="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .linkkachel-wrapper[data-cards="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}

.related-page-card {
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  overflow: hidden;
  border-radius: 2rem;
  background-color: #ffeb00;
  position: relative;
}
.related-page-card .relatedpage-txt {
  padding: 4rem 2rem 2rem 2rem;
  position: relative;
  z-index: 10;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.related-page-card .relatedpage-txt .subheadline {
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  line-height: 1.2em;
  max-width: 80%;
}
.related-page-card .relatedpage-txt .headline {
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
}
.related-page-card .relatedpage-txt a {
  color: #ffffff;
  font-weight: 600;
}
.related-page-card .relatedpage-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.related-page-card .relatedpage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.related-page-card .relatedpage-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.2);
}
.related-page-card.no-image .relatedpage-txt {
  background: none;
  padding: 2rem;
}
.related-page-card.no-image .relatedpage-txt .subheadline, .related-page-card.no-image .relatedpage-txt .headline, .related-page-card.no-image .relatedpage-txt a {
  color: #151515;
}

.bgprimary .related-page-card.no-image {
  background-color: #151515;
}
.bgprimary .related-page-card.no-image .relatedpage-txt .subheadline, .bgprimary .related-page-card.no-image .relatedpage-txt .headline, .bgprimary .related-page-card.no-image .relatedpage-txt a {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .relatedpages-wrapper > div .related-page-card {
    margin-bottom: 2rem;
  }
  .relatedpages-wrapper > div:last-child .related-page-card {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
Gallery Elemente
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}
.gallery .gallink-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
.gallery .gallink-wrapper a.gal-img-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  background: #212529;
}
.gallery .gallink-wrapper a.gal-img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  position: relative;
  z-index: 20;
  transition: opacity 0.3s ease;
}
.gallery .gallink-wrapper a.gal-img-link .img-desc {
  display: block;
  text-align: center;
  font-size: 0.875em;
  font-weight: 500;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #212529;
}
.gallery .gallink-wrapper a.gal-img-link .zoomer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  z-index: 22;
  margin: -1rem 0 0 -1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery .gallink-wrapper a.gal-img-link .zoomer:before {
  content: "\e83d";
  font-family: "ccsaar";
  font-style: normal;
  font-weight: normal;
  font-size: 1.875rem;
  speak: never;
}
.gallery .gallink-wrapper a.gal-img-link:hover, .gallery .gallink-wrapper a.gal-img-link:focus {
  transform: scale(1.05);
}
.gallery .gallink-wrapper a.gal-img-link:hover img, .gallery .gallink-wrapper a.gal-img-link:focus img {
  opacity: 0.27;
}
.gallery .gallink-wrapper a.gal-img-link:hover .zoomer, .gallery .gallink-wrapper a.gal-img-link:focus .zoomer {
  opacity: 1;
}
.gallery.gallery-square .gallink-wrapper {
  flex: 0 1 46%;
}
@media Screen and (min-width: 768px) {
  .gallery.gallery-square .gallink-wrapper {
    flex: 0 0 31%;
    max-width: 32%;
  }
}
@media Screen and (min-width: 992px) {
  .gallery.gallery-square .gallink-wrapper {
    flex: 0 0 47%;
    max-width: 50%;
  }
}
@media Screen and (min-width: 1400px) {
  .gallery.gallery-square .gallink-wrapper {
    flex: 0 0 23%;
    max-width: 33%;
  }
}
.gallery.gallery-square .gallink-wrapper a.gal-img-link {
  aspect-ratio: 1/1;
}
.gallery.gallery-original.masonry-layout {
  display: block;
}
.gallery.gallery-original.masonry-layout .gallink-wrapper {
  width: calc(50% - 8px);
  margin-bottom: 15px;
}
@media Screen and (min-width: 768px) {
  .gallery.gallery-original.masonry-layout .gallink-wrapper {
    width: calc(33.333% - 10px);
  }
}
@media Screen and (min-width: 992px) {
  .gallery.gallery-original.masonry-layout .gallink-wrapper {
    width: calc(25% - 12px);
  }
}
@media Screen and (min-width: 1400px) {
  .gallery.gallery-original.masonry-layout .gallink-wrapper {
    width: calc(20% - 12px);
  }
}
.gallery.gallery-original.masonry-layout .gallink-wrapper a.gal-img-link img {
  height: auto;
  object-fit: contain;
}

.parallax-section {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  min-height: 400px;
  max-width: 1660px;
}
@media screen and (min-width: 1660px) {
  .parallax-section {
    border-radius: 2rem;
  }
}

.has-background + .parallax-section,
.parallax-section:has(+ .has-background) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.parallax-bg {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1660px;
  height: 200%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  will-change: transform;
}
@media screen and (min-width: 1660px) {
  .parallax-bg {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .parallax-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.6);
  z-index: 2;
}

.parallax-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: 12vh 0;
}
@media screen and (min-width: 768px) {
  .parallax-content {
    padding: 12vh 0;
  }
}
.parallax-content .txt-wrap {
  padding: 2rem;
  text-align: center;
  color: #ffffff;
}
.parallax-content .txt-wrap h2, .parallax-content .txt-wrap h3 {
  margin-bottom: 1rem;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.parallax-content .txt-wrap .shorttext {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.parallax-content .txt-wrap .btn {
  margin-top: 1.5rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 992px) {
  .accordeon-section .accordeon-row .text-right {
    text-align: left !important;
  }
}
.accordeon-section .accordeon .accordeon-item {
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  background: #ffffff;
  margin-bottom: 0.875rem;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header {
  font-size: 1.25rem;
  padding: 0.75em 0;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-title {
  width: calc(100% - 2rem);
  font-weight: 600;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-toggler {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #212529;
  font-family: "Inter", sans-serif;
  font-size: inherit;
  cursor: pointer;
  transition: color 0.3s ease;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-toggler .accordeon-arrow {
  width: 1.6em;
  height: 0.8em;
  position: relative;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-toggler .accordeon-arrow:before {
  content: "";
  position: absolute;
  left: auto;
  right: 1.15em;
  top: 0;
  width: 2px;
  height: 0.75em;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #212529;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-toggler .accordeon-arrow:after {
  content: "";
  position: absolute;
  right: 0.65em;
  top: 0;
  width: 2px;
  height: 0.75em;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #212529;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-toggler.collapsed {
  color: #212529;
  font-family: "Inter", sans-serif;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-toggler.collapsed .accordeon-arrow:before {
  content: "";
  left: auto;
  right: 1.15em;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #212529;
}
.accordeon-section .accordeon .accordeon-item .accordeon-header .accordeon-toggler.collapsed .accordeon-arrow:after {
  content: "";
  right: 0.65em;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #212529;
}
.accordeon-section .accordeon .accordeon-item .accordeon-body {
  padding: 0 3rem 1rem 0;
  color: #212529;
}
.accordeon-section .accordeon .accordeon-item .collapse {
  display: none;
}
.accordeon-section .accordeon .accordeon-item .collapse.show {
  display: block;
}
.accordeon-section .accordeon .accordeon-item:hover, .accordeon-section .accordeon .accordeon-item:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1200px) {
  .accordeon-section .col-lg-4 {
    padding-right: 2rem;
  }
  .accordeon-section .col-lg-8 {
    padding-left: 2rem;
  }
}
.accordeon-section.bgwhite .accordeon .accordeon-item {
  background: #f2f2f2;
}

.linklist-section ul.linklist {
  padding: 0;
  margin: 2rem 0;
  border-top: 1px solid #e6e6e6;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
.linklist-section ul.linklist li {
  margin: 0;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.1rem;
  width: 100%;
}
.linklist-section ul.linklist li .link-item {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  gap: 0.5em;
  row-gap: 0.15em;
  padding: 0 1rem 0 0;
}
.linklist-section ul.linklist li .link-item .link-meta {
  font-weight: 400;
}
.linklist-section ul.linklist li .link-item .icon {
  font-size: 1.3rem;
}
.linklist-section ul.linklist li .link-item .link-meta {
  font-size: 0.9rem;
  color: rgba(33, 37, 41, 0.6);
  width: 100%;
}
.linklist-section ul.linklist li .link-item:hover, .linklist-section ul.linklist li .link-item:focus {
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 1200px) {
  .linklist-section .col-lg-4 {
    padding-right: 2rem;
  }
  .linklist-section .col-lg-8 {
    padding-left: 2rem;
  }
}

.downloadlist-section ul.downloadlist {
  padding: 0;
  margin: 1rem 0 2rem 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
.downloadlist-section ul.downloadlist li {
  margin: 0;
  padding: 1rem 0;
  width: 100%;
  display: block;
}
.downloadlist-section ul.downloadlist li.divider-headline {
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 2px solid #ffeb00;
}
.downloadlist-section ul.downloadlist li.divider-headline h3 {
  margin: 0;
  font-weight: 700;
}
.downloadlist-section ul.downloadlist li .download-link {
  border-radius: 1rem;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  gap: 0.5em;
  row-gap: 0.25em;
}
@media screen and (min-width: 767px) {
  .downloadlist-section ul.downloadlist li .download-link {
    flex-direction: row;
    align-items: center;
  }
}
.downloadlist-section ul.downloadlist li .download-link .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .downloadlist-section ul.downloadlist li .download-link .img-wrap img {
    max-width: 300px;
  }
}
.downloadlist-section ul.downloadlist li .download-link .img-wrap .download-placeholder-img {
  width: 100%;
  height: auto;
  min-height: 3em;
  display: block;
  padding: 0.5em;
  text-align: center;
  background: rgba(21, 21, 21, 0.1);
  font-size: 1.675rem;
}
@media screen and (min-width: 767px) {
  .downloadlist-section ul.downloadlist li .download-link .img-wrap .download-placeholder-img {
    width: 300px;
  }
}
.downloadlist-section ul.downloadlist li .download-link .txt-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  padding: 0 3rem 0 1rem;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .downloadlist-section ul.downloadlist li .download-link .txt-wrap {
    padding: 1rem 3rem 1rem 2rem;
  }
}
.downloadlist-section ul.downloadlist li .download-link .txt-wrap:after {
  position: absolute;
  pointer-events: none;
  content: "\e803";
  font-family: "ccsaar";
  font-size: 2rem;
  color: #151515;
  opacity: 1;
  right: 0.6em;
  width: 2rem;
  color: #212529;
}
.downloadlist-section ul.downloadlist li .download-link .txt-wrap .download-description {
  display: block;
  width: 100%;
  font-weight: 400;
}
.downloadlist-section ul.downloadlist li .download-link .txt-wrap .link-meta {
  font-weight: 400;
}
.downloadlist-section ul.downloadlist li .download-link .txt-wrap .link-meta {
  font-size: 0.9rem;
  color: rgba(33, 37, 41, 0.6);
  width: 100%;
}
.downloadlist-section ul.downloadlist li .download-link:hover, .downloadlist-section ul.downloadlist li .download-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.downloadlist-section ul.downloadlist li .download-link:hover .txt-wrap:after, .downloadlist-section ul.downloadlist li .download-link:focus .txt-wrap:after {
  opacity: 1;
  color: #ffeb00;
}
@media screen and (min-width: 1200px) {
  .downloadlist-section .col-lg-4 {
    padding-right: 2rem;
  }
  .downloadlist-section .col-lg-8 {
    padding-left: 2rem;
  }
}

.zahlen-fakten-section .fakten-grid .row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .zahlen-fakten-section .fakten-grid .row > div {
    margin-bottom: 2rem;
  }
}
.zahlen-fakten-section .fakt-item {
  border-radius: 2rem;
  break-inside: avoid;
  overflow: hidden;
  width: 100%;
  align-self: stretch;
}
.zahlen-fakten-section .fakt-item.number-type {
  background: #f2f2f2;
  padding: 3rem;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .zahlen-fakten-section .fakt-item.number-type {
    flex: 2 1 55%;
  }
}
.zahlen-fakten-section .fakt-item.image-type {
  padding: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .zahlen-fakten-section .fakt-item.image-type {
    flex: 1 1 43%;
  }
}
.zahlen-fakten-section .fakt-item .fakt-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #212529;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .zahlen-fakten-section .fakt-item .fakt-number {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .zahlen-fakten-section .fakt-item .fakt-number {
    font-size: 4.5rem;
  }
}
.zahlen-fakten-section .fakt-item .fakt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  display: block;
}
.zahlen-fakten-section .fakt-item .fakt-description {
  font-size: 1.2rem;
  font-weight: 500;
  color: #212529;
  line-height: 1.3;
}
.zahlen-fakten-section.bg-lightgrey .fakt-item.number-type {
  background: #ffffff;
}
.zahlen-fakten-section.bg-primary .fakt-item.number-type {
  background: rgba(255, 255, 255, 0.95);
}

.timetable-section .timetable-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.timetable-section .timetable-header .date-wrapper {
  font-weight: 600;
  font-size: 1.475rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.25rem;
  line-height: 1.375em;
}
.timetable-section .timetable-header .location-wrapper {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.25rem;
}
.timetable-section .timetable-wrapper .timetable-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e6e6e6;
}
.timetable-section .timetable-wrapper .timetable-list .timetable-item {
  margin: 0;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 1px solid #e6e6e6;
}
.timetable-section .timetable-wrapper .timetable-list .timetable-item .time {
  font-weight: 700;
  color: #6c757d;
  font-size: 1.15em;
}
@media screen and (min-width: 768px) {
  .timetable-section .timetable-wrapper .timetable-list .timetable-item {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0.5rem 0.5rem;
    gap: 0.675rem;
  }
  .timetable-section .timetable-wrapper .timetable-list .timetable-item .time {
    font-weight: 600;
    flex: 0 0 130px;
    font-size: 1em;
  }
}
.timetable-section .timetable-wrapper .timetable-list .timetable-item .content .title {
  font-weight: 600;
}
.timetable-section .timetable-wrapper .timetable-list .timetable-item .content .speaker-info {
  font-weight: 400;
}
.timetable-section .timetable-wrapper .timetable-list .timetable-item.tableheader {
  font-weight: 600;
  border-bottom: 2px solid #ffeb00;
}
@media screen and (min-width: 992px) {
  .timetable-section .timetable-header {
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: right;
    gap: 0.5rem;
    margin-top: -0.375rem;
  }
  .timetable-section .timetable-header .date-wrapper {
    font-weight: 600;
    font-size: 1.475rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0;
  }
  .timetable-section .timetable-header .location-wrapper {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.25rem;
  }
  .timetable-section .timetable-header .timetable-wrapper .timetable-list .timetable-item {
    padding: 0.75rem 0.5rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .timetable-section {
    gap: 4rem;
  }
  .timetable-section .timetable-header .date-wrapper {
    font-size: 1.75rem;
  }
  .timetable-section .timetable-header .location-wrapper {
    font-size: 1.275rem;
  }
}
@media screen and (min-width: 1200px) {
  .timetable-section .col-lg-4 {
    padding-right: 2rem;
  }
  .timetable-section .col-lg-8 {
    padding-left: 2rem;
  }
}

.speaker-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 994;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.speaker-modal-wrapper.is-active {
  opacity: 1;
  pointer-events: auto;
}
.speaker-modal-wrapper .speaker-modal {
  background: #ffffff;
  width: 100%;
  max-width: 720px;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.speaker-modal-wrapper .speaker-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
}
.speaker-modal-wrapper .speaker-modal-header .speaker-modal-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.speaker-modal-wrapper .speaker-modal-header .speaker-modal-title .icon {
  font-size: 1.25rem;
}
.speaker-modal-wrapper .speaker-modal-header .speaker-modal-close {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #151515;
  font-size: 1.375rem;
  opacity: 0.5;
}
.speaker-modal-wrapper .speaker-modal-header .speaker-modal-close:hover, .speaker-modal-wrapper .speaker-modal-header .speaker-modal-close:focus {
  opacity: 1;
}
.speaker-modal-wrapper .speaker-modal-body {
  padding: 0 1.5rem 2.5rem 1.5rem;
  overflow-y: auto;
}
.speaker-modal-wrapper .speaker-modal-body .speaker-position {
  font-weight: 500;
  color: #6c757d;
}
.speaker-modal-wrapper .speaker-modal-body .speaker-modal-loading {
  text-align: center;
  padding: 2rem 0;
}

section.section-element.testimonials-section .testimonials-wrapper {
  position: relative;
}
section.section-element.testimonials-section.has-background:not(.bgwhite) {
  padding-top: calc(2rem + 5vh);
  padding-bottom: calc(2rem + 5vh);
}
section.section-element.testimonials-section .testimonials-swiper {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
section.section-element.testimonials-section .testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
}
section.section-element.testimonials-section .testimonials-swiper .swiper-button-prev {
  right: 75px;
  bottom: 10px;
  left: auto;
  top: auto;
}
section.section-element.testimonials-section .testimonials-swiper .swiper-button-next {
  right: 10px;
  bottom: 10px;
  left: auto;
  top: auto;
}
section.section-element.testimonials-section .testimonials-swiper .swiper-pagination {
  bottom: 0;
  text-align: left;
  width: calc(100% - 120px);
}
section.section-element.testimonials-section .testimonial-card {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.section-element.testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
section.section-element.testimonials-section .testimonial-card .stars {
  margin-bottom: 1.5rem;
}
section.section-element.testimonials-section .testimonial-card .stars .star {
  font-size: 1.5rem;
  color: #ddd;
}
section.section-element.testimonials-section .testimonial-card .stars .star.filled {
  color: #ffc107;
}
section.section-element.testimonials-section .testimonial-card .testimonial-content {
  flex: 1;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
section.section-element.testimonials-section .testimonial-card .testimonial-content p {
  margin: 0;
}
section.section-element.testimonials-section .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
section.section-element.testimonials-section .testimonial-card .testimonial-author .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section-element.testimonials-section .testimonial-card .testimonial-author .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section-element.testimonials-section .testimonial-card .testimonial-author .author-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
section.section-element.testimonials-section .testimonial-card .testimonial-author .author-avatar .avatar-placeholder svg {
  width: 30px;
  height: 30px;
}
section.section-element.testimonials-section .testimonial-card .testimonial-author .author-info .author-name {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #000;
}
section.section-element.testimonials-section .testimonial-card .testimonial-author .author-info .author-meta {
  font-size: 0.875rem;
  color: #666;
}

section.section-element.pricing-section .admission-prices .hint {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
}
section.section-element.pricing-section.bgprimary ul.price-list li, section.section-element.pricing-section.bglightgrey ul.price-list li {
  border-bottom-color: #151515;
}

section.press-release-section .flex-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.press-release-section .flex-wrapper {
    flex-direction: row;
    gap: 4rem;
  }
  section.press-release-section .flex-wrapper .press-release-header {
    flex: 1 1 33.3333333333%;
  }
  section.press-release-section .flex-wrapper .press-release-wrapper {
    flex: 1 1 60%;
  }
}
section.press-release-section .no-press-releases {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
}
section.press-release-section .press-release-list {
  margin: 0 0 2rem 0;
}
section.press-release-section .press-release-list .press-release-item {
  margin: 2rem 0 0 0;
  border-radius: 1rem;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  padding: 1.875rem;
  position: relative;
}
section.press-release-section .press-release-list .press-release-item .presse-release-new-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ffeb00;
  color: #212529;
  padding: 0.25rem 0.75rem;
  font-size: 1.275rem;
  font-weight: 600;
  border-radius: 1rem;
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
section.press-release-section .press-release-list .press-release-item-header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
section.press-release-section .press-release-list .press-release-item-header .press-release-title {
  font-weight: 600;
  color: #151515;
  font-size: 1.25rem;
}
section.press-release-section .press-release-list .press-release-item-header .press-release-date {
  color: #6c757d;
}
section.press-release-section .press-release-list .press-release-text {
  margin: 0.5rem 0 0 0;
  color: #151515;
  font-size: 1rem;
}
section.press-release-section .press-release-list .release-download {
  margin: 1em 0 0.5rem -0.5rem;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  padding: 0 1rem 0 0;
  gap: 0.5em;
  font-size: 1.125rem;
  row-gap: 0.25em;
}
section.press-release-section .press-release-list .release-download .press-release-meta {
  color: #6c757d;
}
section.press-release-section .press-release-list .release-download .download-icon-wrapper {
  font-size: 1rem;
  background: #ffeb00;
  width: 2em;
  height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3rem;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
}
section.press-release-section .press-release-list .release-download .download-text-wrapper {
  position: relative;
  z-index: 2;
  display: inline-block;
}
section.press-release-section .press-release-list .release-download .download-text-wrapper:after {
  content: "";
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  bottom: 0;
  width: 100%;
  height: 0.5em;
  background-color: #ffeb00;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
section.press-release-section .press-release-list .release-download .download-text-wrapper:hover, section.press-release-section .press-release-list .release-download .download-text-wrapper:focus {
  color: inherit;
  text-decoration: none;
}
section.press-release-section .press-release-list .release-download .download-text-wrapper:hover:after, section.press-release-section .press-release-list .release-download .download-text-wrapper:focus:after {
  transform: scaleX(1);
  transform-origin: left;
}
section.press-release-section .press-release-list .release-download:hover .download-text-wrapper:after, section.press-release-section .press-release-list .release-download:focus .download-text-wrapper:after {
  transform: scaleX(1);
}

.press-image-wrapper .gallery .gallink-wrapper a.gal-img-link {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.press-image-wrapper .gallery .gallink-wrapper a.gal-img-link .zoomer {
  color: #212529;
}

body .glightbox-clean .gslide-description {
  background: transparent;
}
body .glightbox-clean .gslide-description .gdesc-inner {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding-right: 3rem;
  position: relative;
}
body .glightbox-clean .gslide-description .gdesc-inner .gslide-title, body .glightbox-clean .gslide-description .gdesc-inner .gslide-desc {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
}
body .glightbox-clean .gslide-description .gdesc-inner .gslide-title .press-lightbox-download, body .glightbox-clean .gslide-description .gdesc-inner .gslide-desc .press-lightbox-download {
  background: #ffeb00;
  width: 3rem;
  height: 3rem;
  display: block;
  text-align: center;
  border-radius: 3rem;
  line-height: 3rem;
  position: absolute;
  right: 1rem;
  top: -3.75rem;
  font-size: 1.5rem;
  color: black;
  text-decoration: none;
}
body .glightbox-clean .gslide-description .gdesc-inner .gslide-title .press-lightbox-download:hover, body .glightbox-clean .gslide-description .gdesc-inner .gslide-desc .press-lightbox-download:hover {
  text-decoration: none;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

section.section-element {
  position: relative;
  padding-top: calc(2rem + 4vh);
  padding-bottom: calc(2rem + 4vh);
}
section.section-element.has-background:not(.bgwhite) {
  padding-top: calc(3rem + 5vh);
  padding-bottom: calc(3rem + 5vh);
}
@media screen and (min-width: 1200px) {
  section.section-element {
    padding-top: calc(3rem + 4vh);
    padding-bottom: calc(3rem + 4vh);
  }
  section.section-element.has-background:not(.bgwhite) {
    padding-top: calc(4rem + 5vh);
    padding-bottom: calc(4rem + 5vh);
  }
}
section.section-element .sectionhint {
  position: absolute;
  top: 0rem;
  right: 0;
  font-size: 0.75rem;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  background: #5ec127;
  padding: 0.35rem 0.75rem;
  border-radius: 0 0 0 0.5rem;
  font-weight: 500;
  display: none;
}
section .anchor-wrapper {
  position: absolute;
  top: -80px;
}
@media screen and (min-width: 1200px) {
  section .anchor-wrapper {
    top: -100px;
  }
}

body.logged-in section {
  border-top: 1px dotted #5ec127;
  border-bottom: 1px dotted #5ec127;
}
body.logged-in section .sectionhint {
  display: block;
}

.intro-wrapper {
  font-weight: 500;
}

.bgwhite {
  background-color: #ffffff;
}

.bgprimary {
  background-color: #ffeb00;
}
.bgprimary .btn.btn-primary, .bgprimary a.btn.btn-primary {
  background-color: #151515;
  color: #ffeb00;
  border-color: #151515;
}
.bgprimary .btn.btn-primary:hover, .bgprimary .btn.btn-primary:focus, .bgprimary .btn.btn-primary:active, .bgprimary a.btn.btn-primary:hover, .bgprimary a.btn.btn-primary:focus, .bgprimary a.btn.btn-primary:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #151515;
}
.bgprimary a.backline:after {
  background-color: #ffffff;
}
.bgprimary h1 strong:before, .bgprimary h2 strong:before, .bgprimary h3 strong:before, .bgprimary h4 strong:before {
  background-color: #ffffff;
}

.bgdark {
  background-color: #151515;
  color: white;
}
.bgdark .btn.btn-primary:hover, .bgdark .btn.btn-primary:focus, .bgdark .btn.btn-primary:active, .bgdark a.btn.btn-primary:hover, .bgdark a.btn.btn-primary:focus, .bgdark a.btn.btn-primary:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #151515;
}
.bgdark a {
  color: #ffffff;
}
.bgdark a:hover, .bgdark a:focus {
  color: #ffeb00;
}
.bgdark h1 strong, .bgdark h2 strong, .bgdark h3 strong, .bgdark h4 strong {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.bglightgrey {
  background-color: #f2f2f2;
  color: #151515;
}
.bglightgrey .btn.btn-primary, .bglightgrey a.btn.btn-primary {
  background-color: #151515;
  color: #ffeb00;
  border-color: #151515;
}
.bglightgrey .btn.btn-primary:hover, .bglightgrey .btn.btn-primary:focus, .bglightgrey .btn.btn-primary:active, .bglightgrey a.btn.btn-primary:hover, .bglightgrey a.btn.btn-primary:focus, .bglightgrey a.btn.btn-primary:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #151515;
}

/*!
 * mercando custom styles
 */
/*-----------------------------------------------------------------------------

  ATTENTION! This is the parent-theme's file. Your work will be lost by the
  next update!

  Wouldn't you prefer to use one of our child themes and be update-safe?

  mercando Child:
  https://github.com/mercando/mercando-child/releases/latest/download/mercando-child.zip

-----------------------------------------------------------------------------*/
.max-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-wide {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.besucher-info-wrapper .icon, .section-contact-info .icon {
  width: 2.75rem;
  display: inline-block;
}
.besucher-info-wrapper .icon.inline, .section-contact-info .icon.inline {
  width: auto;
}
.besucher-info-wrapper .icon-spacer, .section-contact-info .icon-spacer {
  margin-left: 2.75rem;
}

.icon-link-backline:after {
  display: none;
}
.icon-link-backline .txt {
  position: relative;
  z-index: 1;
}
.icon-link-backline .txt:after {
  content: "";
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  height: 0.7rem;
  background-color: #ffeb00;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
.icon-link-backline:hover, .icon-link-backline:focus {
  text-decoration: none;
}
.icon-link-backline:hover .txt:after, .icon-link-backline:focus .txt:after {
  transform: scaleX(1);
  transform-origin: left;
}

.bgprimary .icon-link-backline .txt:after {
  background-color: #ffffff;
}

.bgdark .icon-link-backline .txt:after {
  background-color: #6c757d;
}

.icon-link-big {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.icon-link-big .icon {
  font-size: 1.25rem;
}

.icon-facebook-rect {
  font-size: 0.875em;
  position: relative;
  transform: translateY(-0.5em);
}

.ticket-notice {
  padding: 0.65rem 1rem;
  border-radius: 1rem;
  background: #ffeb00;
  color: #212529;
}
.ticket-notice p:last-child {
  margin-bottom: 0;
}

body.locked {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
body.locked .site-header {
  opacity: 0;
  transform: translateY(-220px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
