@charset "UTF-8";
/*
 * Import Bootstrap Compass integration
 */
/*
 * Konfiguration
 */
:root {
  --filter-primary: invert(42%) sepia(8%) saturate(3423%) hue-rotate(164deg) brightness(107%) contrast(80%);
}
.primary-gradient, .content-button-wrap .content-button {
  background: transparent linear-gradient(180deg, #006AB4 0%, #003457 100%) 0% 0% no-repeat padding-box;
}
.primary-gradient-diagonal {
  background: transparent linear-gradient(151deg, #006AB4 0%, #003457 100%) 0% 0% no-repeat padding-box;
}
.primary-gradient-hover, .content-button-wrap .content-button::before {
  background: transparent linear-gradient(180deg, #006AB3 0%, #003457 200%) 0% 0% no-repeat padding-box;
}
/*
 * Import Bootstrap for Sass
 */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFFFFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #202223;
  --bs-primary: #006AB4;
  --bs-secondary: #B7CC06;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F7F8FA;
  --bs-dark: #353535;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #006AB4;
  text-decoration: underline;
}
a:hover {
  color: #005590;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #FFFFFF;
  background-color: #707070;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #C7CBD2;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container, .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 576px;
}
@media (min-width: 810px) {
  .container, .container-sm {
    max-width: 768px;
  }
}
@media (min-width: 1160px) {
  .container, .container-sm, .container-md {
    max-width: 1024px;
  }
}
@media (min-width: 1380px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1240px;
  }
}
@media (min-width: 1580px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}
@media (min-width: 1910px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1740px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 810px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1380px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1580px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1910px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 810px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1160px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1380px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1580px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1910px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #707070;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #707070;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #707070;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #707070;
  vertical-align: top;
  border-color: #C7CBD2;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cce1f0;
  --bs-table-striped-bg: #c2d6e4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8cbd8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdd0de;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8cbd8;
}
.table-secondary {
  --bs-table-bg: #f1f5cd;
  --bs-table-striped-bg: #e5e9c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d9ddb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dfe3be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #d9ddb9;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #F7F8FA;
  --bs-table-striped-bg: #ebecee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dedfe1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4e5e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dedfe1;
}
.table-dark {
  --bs-table-bg: #353535;
  --bs-table-striped-bg: #3f3f3f;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #494949;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #444;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #494949;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 809.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1159.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1379.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1579.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1909.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ccc;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #707070;
  background-color: #FFFFFF;
  border-color: #80b5da;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F0F0F0;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #707070;
  background-color: #F0F0F0;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e4e4e4;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #707070;
  background-color: #F0F0F0;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e4e4e4;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #707070;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23202223' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #80b5da;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #F0F0F0;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #707070;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80b5da;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.form-check-input:checked {
  background-color: #006AB4;
  border-color: #006AB4;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #006AB4;
  border-color: #006AB4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380b5da'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #006AB4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d2e9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #C7CBD2;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #006AB4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3d2e9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #C7CBD2;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #999;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #999;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  background-color: #F0F0F0;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23202223' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23202223' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #707070;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #006AB4;
  border-color: #006AB4;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #005a99;
  border-color: #005590;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #005a99;
  border-color: #005590;
  box-shadow: 0 0 0 0.25rem rgba(38, 128, 191, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #005590;
  border-color: #005087;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 128, 191, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFFFFF;
  background-color: #006AB4;
  border-color: #006AB4;
}
.btn-secondary {
  color: #000000;
  background-color: #B7CC06;
  border-color: #B7CC06;
}
.btn-secondary:hover {
  color: #000000;
  background-color: #c2d42b;
  border-color: #bed11f;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #c2d42b;
  border-color: #bed11f;
  box-shadow: 0 0 0 0.25rem rgba(156, 173, 5, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #c5d638;
  border-color: #bed11f;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(156, 173, 5, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #B7CC06;
  border-color: #B7CC06;
}
.btn-success {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000000;
  background-color: #F7F8FA;
  border-color: #F7F8FA;
}
.btn-light:hover {
  color: #000000;
  background-color: #f8f9fb;
  border-color: #f8f9fb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f8f9fb;
  border-color: #f8f9fb;
  box-shadow: 0 0 0 0.25rem rgba(210, 211, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f9f9fb;
  border-color: #f8f9fb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 211, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #F7F8FA;
  border-color: #F7F8FA;
}
.btn-dark {
  color: #FFFFFF;
  background-color: #353535;
  border-color: #353535;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #2d2d2d;
  border-color: #2a2a2a;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: #2d2d2d;
  border-color: #2a2a2a;
  box-shadow: 0 0 0 0.25rem rgba(83, 83, 83, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2a2a2a;
  border-color: #282828;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(83, 83, 83, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #353535;
  border-color: #353535;
}
.btn-outline-primary {
  color: #006AB4;
  border-color: #006AB4;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #006AB4;
  border-color: #006AB4;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #006AB4;
  border-color: #006AB4;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #006AB4;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #B7CC06;
  border-color: #B7CC06;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #B7CC06;
  border-color: #B7CC06;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(183, 204, 6, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000000;
  background-color: #B7CC06;
  border-color: #B7CC06;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(183, 204, 6, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #B7CC06;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #F7F8FA;
  border-color: #F7F8FA;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #F7F8FA;
  border-color: #F7F8FA;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 248, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #F7F8FA;
  border-color: #F7F8FA;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 248, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F7F8FA;
  background-color: transparent;
}
.btn-outline-dark {
  color: #353535;
  border-color: #353535;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #353535;
  border-color: #353535;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 53, 53, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #353535;
  border-color: #353535;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 53, 53, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #353535;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #006AB4;
  text-decoration: underline;
}
.btn-link:hover {
  color: #005590;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #707070;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 810px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1160px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1380px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1580px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1910px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #707070;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #656565;
  background-color: #F0F0F0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #006AB4;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #999;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #707070;
}
.dropdown-menu-dark {
  color: #C7CBD2;
  background-color: #202223;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #C7CBD2;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFFFFF;
  background-color: #006AB4;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #999;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #C7CBD2;
}
.dropdown-menu-dark .dropdown-header {
  color: #999;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #006AB4;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #005590;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #C7CBD2;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #F0F0F0 #F0F0F0 #C7CBD2;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #8B8F97;
  background-color: #FFFFFF;
  border-color: #C7CBD2 #C7CBD2 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #006AB4;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-xs, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 810px) {
  .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-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1160px) {
  .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-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1380px) {
  .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-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1580px) {
  .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-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1910px) {
  .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-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 810px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #707070;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #005fa2;
  background-color: #e6f0f8;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005fa2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23707070'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80b5da;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #006AB4;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #C7CBD2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #005590;
  background-color: #F0F0F0;
  border-color: #C7CBD2;
}
.page-link:focus {
  z-index: 3;
  color: #005590;
  background-color: #F0F0F0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #006AB4;
  border-color: #006AB4;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #C7CBD2;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #00406c;
  background-color: #cce1f0;
  border-color: #b3d2e9;
}
.alert-primary .alert-link {
  color: #003356;
}
.alert-secondary {
  color: #495202;
  background-color: #f1f5cd;
  border-color: #e9f0b4;
}
.alert-secondary .alert-link {
  color: #3a4202;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636364;
  background-color: #fdfefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f4f50;
}
.alert-dark {
  color: #202020;
  background-color: #d7d7d7;
  border-color: #c2c2c2;
}
.alert-dark .alert-link {
  color: #1a1a1a;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #F0F0F0;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #006AB4;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #8B8F97;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #8B8F97;
  text-decoration: none;
  background-color: #F7F8FA;
}
.list-group-item-action:active {
  color: #707070;
  background-color: #F0F0F0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #707070;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #006AB4;
  border-color: #006AB4;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 810px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1160px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1380px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1580px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1910px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #00406c;
  background-color: #cce1f0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00406c;
  background-color: #b8cbd8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #00406c;
  border-color: #00406c;
}
.list-group-item-secondary {
  color: #495202;
  background-color: #f1f5cd;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #495202;
  background-color: #d9ddb9;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #495202;
  border-color: #495202;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636364;
  background-color: #fdfefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636364;
  background-color: #e4e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #636364;
  border-color: #636364;
}
.list-group-item-dark {
  color: #202020;
  background-color: #d7d7d7;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #202020;
  background-color: #c2c2c2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #202020;
  border-color: #202020;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 180, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 15px;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #C7CBD2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #C7CBD2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 810px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1380px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1580px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 809.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1159.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1379.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1579.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1909.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #707070;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #006AB4;
}
.link-primary:hover, .link-primary:focus {
  color: #005590;
}
.link-secondary {
  color: #B7CC06;
}
.link-secondary:hover, .link-secondary:focus {
  color: #c5d638;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #F7F8FA;
}
.link-light:hover, .link-light:focus {
  color: #f9f9fb;
}
.link-dark {
  color: #353535;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2a2a;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 810px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1160px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1380px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1580px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1910px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !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-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !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;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #C7CBD2 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #C7CBD2 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #C7CBD2 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #C7CBD2 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #C7CBD2 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #006AB4 !important;
}
.border-secondary {
  border-color: #B7CC06 !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #F7F8FA !important;
}
.border-dark {
  border-color: #353535 !important;
}
.border-white {
  border-color: #FFFFFF !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !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;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !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-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}
.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-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: 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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #006AB4 !important;
}
.text-secondary {
  color: #B7CC06 !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #F7F8FA !important;
}
.text-dark {
  color: #353535 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-body {
  color: #707070 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #006AB4 !important;
}
.bg-secondary {
  background-color: #B7CC06 !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #F7F8FA !important;
}
.bg-dark {
  background-color: #353535 !important;
}
.bg-body {
  background-color: #FFFFFF !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 810px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .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-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: 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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1160px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: 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-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .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-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: 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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1380px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: 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-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .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-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: 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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1580px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: 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-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .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-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: 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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1910px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: 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-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .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-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: 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;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*
 * Funktionen + Mixins
 */
:root {
  --bs-gutter-x: 60px;
  --font-size-default:      24px;
  --font-size-1:            calc(16 / 24 * var(--font-size-default));
  --font-size-2:            calc(20 / 24 * var(--font-size-default));
  --font-size-3:            calc(24 / 24 * var(--font-size-default));
  --font-size-4:            calc(26 / 24 * var(--font-size-default));
  --font-size-5:            calc(30 / 24 * var(--font-size-default));
  --font-size-6:            calc(32 / 24 * var(--font-size-default));
  --font-size-bigger:       calc(96 / 24 * var(--font-size-default));
  --font-size-h1:           calc(73 / 24 * var(--font-size-default));
  --font-size-h2:           calc(48 / 24 * var(--font-size-default));
  --font-size-h3:           calc(32 / 24 * var(--font-size-default));
  --font-size-h4:           calc(26 / 24 * var(--font-size-default));
  --font-size-h5:           calc(24 / 24 * var(--font-size-default));
  --font-size-h6:           calc(22 / 24 * var(--font-size-default));
  --line-height-1:          calc(77 / 24 * var(--font-size-default));
  --line-height-2:          calc(56 / 24 * var(--font-size-default));
  --line-height-3:          calc(44 / 24 * var(--font-size-default));
  --line-height-4:          calc(30 / 24 * var(--font-size-default));
  --line-height-4-5:        calc(28.5 / 24 * var(--font-size-default));
  --line-height-5:          calc(26 / 24 * var(--font-size-default));
  --font-size-btn:          calc(24 / 24 * var(--font-size-default));
  --font-size-navi-main:    calc(20 / 24 * var(--font-size-default));
  --font-size-navi-footer:  calc(20 / 24 * var(--font-size-default));
  --font-size-small:        calc(16 / 24 * var(--font-size-default));
  --line-height-p:          150%;
  /*--font-size-tiny:         calc(15 / 21 * var(--font-size-default));*/
  /* --font-size-label:        calc(22 / 21 * var(--font-size-default));*/
  /* --downloads-icon:         calc(30 / 21 * var(--font-size-default)); */
  /* --arrow-right-icon:       url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');*/
  /*--arrow-left-icon:        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/></svg>');*/
  /*--carret-down-icon:       url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');*/
  /*--icon-x:                 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>');*/
  /*--teaser-title-height:    calc(var(--space-default) * 5); */
  --arrow-left:url("data:image/svg+xml,%3Csvg viewBox='0 0 54 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_536_2219)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.875 49.6875C47.7535 49.6875 48.5961 49.3385 49.2173 48.7173C49.8385 48.0961 50.1875 47.2535 50.1875 46.375L50.1875 6.625C50.1875 5.74647 49.8385 4.90392 49.2173 4.28271C48.5961 3.66149 47.7535 3.3125 46.875 3.3125L7.125 3.3125C6.24647 3.3125 5.40392 3.6615 4.78271 4.28271C4.16149 4.90392 3.8125 5.74647 3.8125 6.625L3.8125 46.375C3.8125 47.2535 4.16149 48.0961 4.78271 48.7173C5.40392 49.3385 6.24647 49.6875 7.125 49.6875L46.875 49.6875ZM46.875 7.90024e-08C48.6321 5.80496e-08 50.3172 0.697989 51.5596 1.94042C52.802 3.18285 53.5 4.86794 53.5 6.625L53.5 46.375C53.5 48.1321 52.802 49.8172 51.5596 51.0596C50.3172 52.302 48.6321 53 46.875 53L7.125 53C5.36794 53 3.68284 52.302 2.44042 51.0596C1.19799 49.8172 0.499997 48.1321 0.499997 46.375L0.499996 6.625C0.499996 4.86794 1.19799 3.18285 2.44042 1.94042C3.68284 0.69799 5.36794 5.73969e-07 7.125 5.53016e-07L46.875 7.90024e-08ZM38.5937 28.1563C39.033 28.1563 39.4543 27.9818 39.7649 27.6711C40.0755 27.3605 40.25 26.9393 40.25 26.5C40.25 26.0607 40.0755 25.6395 39.7649 25.3289C39.4543 25.0182 39.033 24.8438 38.5937 24.8438L19.4044 24.8438L26.5164 17.7351C26.8274 17.4241 27.0021 17.0023 27.0021 16.5625C27.0021 16.1227 26.8274 15.7009 26.5164 15.3899C26.2054 15.0789 25.7836 14.9042 25.3437 14.9042C24.9039 14.9042 24.4821 15.0789 24.1711 15.3899L14.2336 25.3274C14.0794 25.4812 13.957 25.664 13.8735 25.8652C13.79 26.0664 13.747 26.2821 13.747 26.5C13.747 26.7179 13.79 26.9336 13.8735 27.1348C13.957 27.336 14.0794 27.5188 14.2336 27.6726L24.1711 37.6101C24.4821 37.9211 24.9039 38.0958 25.3437 38.0958C25.7836 38.0958 26.2054 37.9211 26.5164 37.6101C26.8274 37.2991 27.0021 36.8773 27.0021 36.4375C27.0021 35.9977 26.8274 35.5759 26.5164 35.2649L19.4044 28.1563L38.5937 28.1563Z' fill='%23353535'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_536_2219'%3E%3Crect width='53' height='53' fill='white' transform='translate(53.5) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --arrow-right: url("data:image/svg+xml,%3Csvg viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_532_611)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.625 3.3125C5.74647 3.3125 4.90392 3.66149 4.2827 4.28271C3.66149 4.90392 3.3125 5.74647 3.3125 6.625L3.3125 46.375C3.3125 47.2535 3.66149 48.0961 4.28271 48.7173C4.90392 49.3385 5.74647 49.6875 6.625 49.6875L46.375 49.6875C47.2535 49.6875 48.0961 49.3385 48.7173 48.7173C49.3385 48.0961 49.6875 47.2535 49.6875 46.375L49.6875 6.625C49.6875 5.74647 49.3385 4.90392 48.7173 4.28271C48.0961 3.66149 47.2535 3.3125 46.375 3.3125L6.625 3.3125ZM6.625 53C4.86794 53 3.18285 52.302 1.94042 51.0596C0.697989 49.8172 -4.83619e-07 48.1321 -6.58178e-07 46.375L-4.60725e-06 6.625C-4.78181e-06 4.86794 0.697984 3.18285 1.94041 1.94042C3.18284 0.69799 4.86794 -4.83619e-07 6.62499 -6.58178e-07L46.375 -4.60725e-06C48.1321 -4.78181e-06 49.8171 0.697985 51.0596 1.94041C52.302 3.18284 53 4.86793 53 6.62499L53 46.375C53 48.1321 52.302 49.8171 51.0596 51.0596C49.8172 52.302 48.1321 53 46.375 53L6.625 53ZM14.9062 24.8437C14.467 24.8437 14.0457 25.0182 13.7351 25.3289C13.4245 25.6395 13.25 26.0607 13.25 26.5C13.25 26.9393 13.4245 27.3605 13.7351 27.6711C14.0457 27.9818 14.467 28.1562 14.9062 28.1562L34.0956 28.1562L26.9836 35.2649C26.6726 35.5759 26.4979 35.9977 26.4979 36.4375C26.4979 36.8773 26.6726 37.2991 26.9836 37.6101C27.2946 37.9211 27.7164 38.0958 28.1562 38.0958C28.5961 38.0958 29.0179 37.9211 29.3289 37.6101L39.2664 27.6726C39.4206 27.5188 39.543 27.336 39.6265 27.1348C39.71 26.9336 39.753 26.7178 39.753 26.5C39.753 26.2821 39.71 26.0664 39.6265 25.8652C39.543 25.664 39.4206 25.4812 39.2664 25.3274L29.3289 15.3899C29.0179 15.0789 28.5961 14.9042 28.1562 14.9042C27.7164 14.9042 27.2946 15.0789 26.9836 15.3899C26.6726 15.7009 26.4979 16.1227 26.4979 16.5625C26.4979 17.0023 26.6726 17.4241 26.9836 17.7351L34.0956 24.8437L14.9062 24.8437Z' fill='%23353535'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_532_611'%3E%3Crect width='53' height='53' fill='white' transform='translate(0 53) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --arrow-left-white:url("data:image/svg+xml,%3Csvg viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6_585)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.375 52.6875C50.2535 52.6875 51.0961 52.3385 51.7173 51.7173C52.3385 51.0961 52.6875 50.2535 52.6875 49.375L52.6875 9.625C52.6875 8.74647 52.3385 7.90392 51.7173 7.28271C51.0961 6.66149 50.2535 6.3125 49.375 6.3125L9.625 6.3125C8.74647 6.3125 7.90392 6.66149 7.28271 7.28271C6.6615 7.90392 6.3125 8.74647 6.3125 9.625L6.3125 49.375C6.3125 50.2535 6.6615 51.0961 7.28271 51.7173C7.90392 52.3385 8.74647 52.6875 9.625 52.6875L49.375 52.6875ZM49.375 3C51.1321 3 52.8172 3.69799 54.0596 4.94042C55.302 6.18285 56 7.86794 56 9.625L56 49.375C56 51.1321 55.302 52.8172 54.0596 54.0596C52.8172 55.302 51.1321 56 49.375 56L9.625 56C7.86794 56 6.18285 55.302 4.94042 54.0596C3.69799 52.8172 3 51.1321 3 49.375L3 9.625C3 7.86794 3.69799 6.18285 4.94042 4.94042C6.18285 3.69799 7.86794 3 9.625 3L49.375 3ZM41.0938 31.1563C41.533 31.1563 41.9543 30.9818 42.2649 30.6711C42.5755 30.3605 42.75 29.9393 42.75 29.5C42.75 29.0607 42.5755 28.6395 42.2649 28.3289C41.9543 28.0182 41.533 27.8438 41.0938 27.8438L21.9044 27.8438L29.0164 20.7351C29.3274 20.4241 29.5021 20.0023 29.5021 19.5625C29.5021 19.1227 29.3274 18.7009 29.0164 18.3899C28.7054 18.0789 28.2836 17.9042 27.8438 17.9042C27.4039 17.9042 26.9821 18.0789 26.6711 18.3899L16.7336 28.3274C16.5794 28.4812 16.457 28.664 16.3735 28.8652C16.29 29.0664 16.247 29.2821 16.247 29.5C16.247 29.7179 16.29 29.9336 16.3735 30.1348C16.457 30.336 16.5794 30.5188 16.7336 30.6726L26.6711 40.6101C26.9821 40.9211 27.4039 41.0958 27.8438 41.0958C28.2836 41.0958 28.7054 40.9211 29.0164 40.6101C29.3274 40.2991 29.5021 39.8773 29.5021 39.4375C29.5021 38.9977 29.3274 38.5759 29.0164 38.2649L21.9044 31.1563L41.0938 31.1563Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6_585' x='0' y='0' width='59' height='59' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6_585'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6_585' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  --arrow-right-white: url("data:image/svg+xml,%3Csvg viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6_583)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.625 6.3125C8.74647 6.3125 7.90392 6.66149 7.2827 7.28271C6.66149 7.90392 6.3125 8.74647 6.3125 9.625L6.3125 49.375C6.3125 50.2535 6.66149 51.0961 7.28271 51.7173C7.90392 52.3385 8.74647 52.6875 9.625 52.6875L49.375 52.6875C50.2535 52.6875 51.0961 52.3385 51.7173 51.7173C52.3385 51.0961 52.6875 50.2535 52.6875 49.375L52.6875 9.625C52.6875 8.74647 52.3385 7.90392 51.7173 7.28271C51.0961 6.66149 50.2535 6.3125 49.375 6.3125L9.625 6.3125ZM9.625 56C7.86794 56 6.18285 55.302 4.94042 54.0596C3.69799 52.8172 3 51.1321 3 49.375L3 9.625C3 7.86794 3.69798 6.18285 4.94041 4.94042C6.18284 3.69799 7.86794 3 9.62499 3L49.375 3C51.1321 3 52.8171 3.69799 54.0596 4.94041C55.302 6.18284 56 7.86793 56 9.62499L56 49.375C56 51.1321 55.302 52.8171 54.0596 54.0596C52.8172 55.302 51.1321 56 49.375 56L9.625 56ZM17.9062 27.8437C17.467 27.8437 17.0457 28.0182 16.7351 28.3289C16.4245 28.6395 16.25 29.0607 16.25 29.5C16.25 29.9393 16.4245 30.3605 16.7351 30.6711C17.0457 30.9818 17.467 31.1562 17.9062 31.1562L37.0956 31.1562L29.9836 38.2649C29.6726 38.5759 29.4979 38.9977 29.4979 39.4375C29.4979 39.8773 29.6726 40.2991 29.9836 40.6101C30.2946 40.9211 30.7164 41.0958 31.1562 41.0958C31.5961 41.0958 32.0179 40.9211 32.3289 40.6101L42.2664 30.6726C42.4206 30.5188 42.543 30.336 42.6265 30.1348C42.71 29.9336 42.753 29.7178 42.753 29.5C42.753 29.2821 42.71 29.0664 42.6265 28.8652C42.543 28.664 42.4206 28.4812 42.2664 28.3274L32.3289 18.3899C32.0179 18.0789 31.5961 17.9042 31.1562 17.9042C30.7164 17.9042 30.2946 18.0789 29.9836 18.3899C29.6726 18.7009 29.4979 19.1227 29.4979 19.5625C29.4979 20.0023 29.6726 20.4241 29.9836 20.7351L37.0956 27.8437L17.9062 27.8437Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6_583' x='0' y='0' width='59' height='59' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6_583'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6_583' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  --arrow-breadcrumbs: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 5C3 4.84848 3.06584 4.70316 3.18304 4.59601C3.30024 4.48887 3.45919 4.42867 3.62493 4.42867H10.8654L8.18192 1.97655C8.06458 1.86927 7.99865 1.72376 7.99865 1.57205C7.99865 1.42033 8.06458 1.27483 8.18192 1.16755C8.29927 1.06027 8.45842 1 8.62437 1C8.79032 1 8.94948 1.06027 9.06682 1.16755L12.8164 4.5955C12.8746 4.64857 12.9208 4.71162 12.9523 4.78103C12.9838 4.85044 13 4.92485 13 5C13 5.07515 12.9838 5.14956 12.9523 5.21897C12.9208 5.28838 12.8746 5.35143 12.8164 5.4045L9.06682 8.83245C8.94948 8.93973 8.79032 9 8.62437 9C8.45842 9 8.29927 8.93973 8.18192 8.83245C8.06458 8.72517 7.99865 8.57967 7.99865 8.42795C7.99865 8.27624 8.06458 8.13073 8.18192 8.02345L10.8654 5.57133H3.62493C3.45919 5.57133 3.30024 5.51113 3.18304 5.40399C3.06584 5.29684 3 5.15153 3 5Z' fill='%23353535' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
  --arrow-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cpath d='M0.402682 9.03272C0.660516 8.77825 1.01021 8.63529 1.37485 8.63529L17.3038 8.63529L11.4002 2.81148C11.1421 2.55669 10.997 2.21113 10.997 1.8508C10.997 1.49047 11.1421 1.1449 11.4002 0.890115C11.6584 0.635325 12.0085 0.492188 12.3736 0.492188C12.7387 0.492188 13.0888 0.635325 13.347 0.890114L21.5961 9.0315C21.7241 9.15755 21.8257 9.30728 21.895 9.47213C21.9643 9.63698 22 9.81371 22 9.99219C22 10.1707 21.9643 10.3474 21.895 10.5122C21.8257 10.6771 21.7241 10.8268 21.5961 10.9529L13.347 19.0943C13.0889 19.349 12.7387 19.4922 12.3736 19.4922C12.0085 19.4922 11.6584 19.349 11.4002 19.0943C11.1421 18.8395 10.997 18.4939 10.997 18.1336C10.997 17.7732 11.1421 17.4277 11.4002 17.1729L17.3038 11.3491L1.37485 11.3491C1.01021 11.3491 0.660516 11.2061 0.402682 10.9517C0.144849 10.6972 -9.0805e-07 10.3521 -9.43803e-07 9.99219C-9.79555e-07 9.63232 0.144849 9.28718 0.402682 9.03272Z' fill='white'/%3E%3C/svg%3E");
  --icon-search-white:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='search'%3E%3Cpath fill='%23ffffff' d='M21.71,20.29,18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Z'%3E%3C/path%3E%3C/svg%3E");
  --icon-cart: url("data:image/svg+xml,%3Csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.28125C0 2.99117 0.115234 2.71297 0.320352 2.50785C0.52547 2.30273 0.803669 2.1875 1.0937--line-height-25 2.1875H4.375C4.61897 2.18757 4.85592 2.2692 5.04816 2.41943C5.2404 2.56965 5.37689 2.77984 5.43594 3.01656L6.32187 6.5625H31.7187C31.8805 6.5626 32.0402 6.59857 32.1864 6.66783C32.3326 6.73709 32.4616 6.83791 32.5641 6.96303C32.6666 7.08815 32.7401 7.23445 32.7793 7.39139C32.8185 7.54833 32.8223 7.71201 32.7906 7.87063L30.6031 18.8081C30.5553 19.0466 30.4293 19.2624 30.245 19.4213C30.0608 19.5801 29.8289 19.673 29.5859 19.6853L9.03 20.7178L9.65781 24.0625H28.4375C28.7276 24.0625 29.0058 24.1777 29.2109 24.3829C29.416 24.588 29.5312 24.8662 29.5312 25.1562C29.5312 25.4463 29.416 25.7245 29.2109 25.9296C29.0058 26.1348 28.7276 26.25 28.4375 26.25H8.75C8.49501 26.2498 8.24811 26.1604 8.05199 25.9975C7.85587 25.8345 7.72286 25.6081 7.67594 25.3575L4.39687 7.89031L3.52187 4.375H1.09375C0.803669 4.375 0.52547 4.25977 0.320352 4.05465C0.115234 3.84953 0 3.57133 0 3.28125ZM6.78562 8.75L8.62312 18.5478L28.6256 17.5438L30.3844 8.75H6.78562ZM10.9375 26.25C9.77718 26.25 8.66438 26.7109 7.84391 27.5314C7.02344 28.3519 6.5625 29.4647 6.5625 30.625C6.5625 31.7853 7.02344 32.8981 7.84391 33.7186C8.66438 34.5391 9.77718 35 10.9375 35C12.0978 35 13.2106 34.5391 14.0311 33.7186C14.8516 32.8981 15.3125 31.7853 15.3125 30.625C15.3125 29.4647 14.8516 28.3519 14.0311 27.5314C13.2106 26.7109 12.0978 26.25 10.9375 26.25ZM26.25 26.25C25.0897 26.25 23.9769 26.7109 23.1564 27.5314C22.3359 28.3519 21.875 29.4647 21.875 30.625C21.875 31.7853 22.3359 32.8981 23.1564 33.7186C23.9769 34.5391 25.0897 35 26.25 35C27.4103 35 28.5231 34.5391 29.3436 33.7186C30.1641 32.8981 30.625 31.7853 30.625 30.625C30.625 29.4647 30.1641 28.3519 29.3436 27.5314C28.5231 26.7109 27.4103 26.25 26.25 26.25ZM10.9375 28.4375C11.5177 28.4375 12.0741 28.668 12.4843 29.0782C12.8945 29.4884 13.125 30.0448 13.125 30.625C13.125 31.2052 12.8945 31.7616 12.4843 32.1718C12.0741 32.582 11.5177 32.8125 10.9375 32.8125C10.3573 32.8125 9.80094 32.582 9.3907 32.1718C8.98047 31.7616 8.75 31.2052 8.75 30.625C8.75 30.0448 8.98047 29.4884 9.3907 29.0782C9.80094 28.668 10.3573 28.4375 10.9375 28.4375ZM26.25 28.4375C26.8302 28.4375 27.3866 28.668 27.7968 29.0782C28.207 29.4884 28.4375 30.0448 28.4375 30.625C28.4375 31.2052 28.207 31.7616 27.7968 32.1718C27.3866 32.582 26.8302 32.8125 26.25 32.8125C25.6698 32.8125 25.1134 32.582 24.7032 32.1718C24.293 31.7616 24.0625 31.2052 24.0625 30.625C24.0625 30.0448 24.293 29.4884 24.7032 29.0782C25.1134 28.668 25.6698 28.4375 26.25 28.4375Z' fill='%23353535'/%3E%3C/svg%3E%0A");
  --icon-check-white: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.6173 2.78062C30.6096 2.04443 30.3135 1.34061 29.7927 0.820287H29.7964C29.5285 0.553358 29.2096 0.343189 28.8586 0.202347C28.5077 0.0615041 28.1319 -0.00711822 27.7539 0.000583387C27.3758 0.00828499 27.0031 0.0921515 26.6582 0.247169C26.3133 0.402187 26.0032 0.625173 25.7464 0.90279L12.7227 17.4965L4.87016 9.64779C4.61267 9.37146 4.30217 9.14983 3.95717 8.99611C3.61218 8.84239 3.23975 8.75973 2.86212 8.75307C2.48448 8.74641 2.10937 8.81588 1.75917 8.95733C1.40896 9.09878 1.09083 9.30932 0.823763 9.5764C0.556692 9.84347 0.346151 10.1616 0.204698 10.5118C0.0632438 10.862 -0.00622525 11.2371 0.000437695 11.6147C0.00710064 11.9924 0.089757 12.3648 0.243477 12.7098C0.397197 13.0548 0.618831 13.3653 0.895157 13.6228L10.8139 23.5453C11.0813 23.8127 11.3998 24.0234 11.7505 24.1649C12.1012 24.3064 12.4768 24.3757 12.8548 24.3687C13.2329 24.3617 13.6057 24.2785 13.9509 24.1242C14.2961 23.9698 14.6066 23.7474 14.8639 23.4703L29.8339 4.75779C30.3438 4.22667 30.625 3.51681 30.6173 2.78062Z' fill='white'/%3E%3C/svg%3E%0A");
  --icon-select-arrow: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_674_4422)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0009 20C17.2164 20 17.4231 20.0856 17.5755 20.238C17.7278 20.3903 17.8134 20.597 17.8134 20.8125L17.8134 30.2261L21.3007 26.7373C21.4532 26.5847 21.6602 26.499 21.8759 26.499C22.0917 26.499 22.2986 26.5847 22.4512 26.7373C22.6037 26.8898 22.6895 27.0967 22.6895 27.3125C22.6895 27.5283 22.6037 27.7352 22.4512 27.8878L17.5762 32.7628C17.5007 32.8384 17.411 32.8984 17.3123 32.9394C17.2136 32.9804 17.1078 33.0015 17.0009 33.0015C16.8941 33.0015 16.7882 32.9804 16.6895 32.9394C16.5908 32.8984 16.5012 32.8384 16.4257 32.7628L11.5507 27.8878C11.3981 27.7352 11.3124 27.5283 11.3124 27.3125C11.3124 27.0967 11.3981 26.8898 11.5507 26.7372C11.7032 26.5847 11.9102 26.499 12.1259 26.499C12.3417 26.499 12.5486 26.5847 12.7012 26.7372L16.1884 30.2261L16.1884 20.8125C16.1884 20.597 16.274 20.3903 16.4264 20.238C16.5788 20.0856 16.7854 20 17.0009 20Z' fill='%23353535'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_674_4422'%3E%3Crect width='54' height='33' fill='black' transform='translate(33) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --icon-select-arrow-white: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_674_4422)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0009 20C17.2164 20 17.4231 20.0856 17.5755 20.238C17.7278 20.3903 17.8134 20.597 17.8134 20.8125L17.8134 30.2261L21.3007 26.7373C21.4532 26.5847 21.6602 26.499 21.8759 26.499C22.0917 26.499 22.2986 26.5847 22.4512 26.7373C22.6037 26.8898 22.6895 27.0967 22.6895 27.3125C22.6895 27.5283 22.6037 27.7352 22.4512 27.8878L17.5762 32.7628C17.5007 32.8384 17.411 32.8984 17.3123 32.9394C17.2136 32.9804 17.1078 33.0015 17.0009 33.0015C16.8941 33.0015 16.7882 32.9804 16.6895 32.9394C16.5908 32.8984 16.5012 32.8384 16.4257 32.7628L11.5507 27.8878C11.3981 27.7352 11.3124 27.5283 11.3124 27.3125C11.3124 27.0967 11.3981 26.8898 11.5507 26.7372C11.7032 26.5847 11.9102 26.499 12.1259 26.499C12.3417 26.499 12.5486 26.5847 12.7012 26.7372L16.1884 30.2261L16.1884 20.8125C16.1884 20.597 16.274 20.3903 16.4264 20.238C16.5788 20.0856 16.7854 20 17.0009 20Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_674_4422'%3E%3Crect width='54' height='33' fill='white' transform='translate(33) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --icon-paypal: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_67_5190)'%3E%3Cpath d='M13.5718 1.97934C12.7011 0.980139 11.1271 0.551758 9.11355 0.551758H3.26959C3.07036 0.551765 2.87768 0.623325 2.72617 0.753571C2.57466 0.883818 2.47427 1.06421 2.44305 1.26231L0.00973246 16.8C-0.0386339 17.1064 0.197012 17.3838 0.505457 17.3838H4.11331L5.0194 11.5976L4.99128 11.7787C5.05583 11.3697 5.40327 11.0681 5.8147 11.0681H7.52914C10.8972 11.0681 13.5344 9.69076 14.3047 5.70648C14.3276 5.58865 14.3474 5.47395 14.3645 5.3619C14.2673 5.31006 14.2673 5.31006 14.3645 5.3619C14.5939 3.88928 14.363 2.88687 13.5718 1.97934Z' fill='%2327346A'/%3E%3Cpath d='M6.71566 4.75969H11.2972C12.331 4.75969 13.4386 4.86581 14.3646 5.3619C14.5939 3.88871 14.363 2.88687 13.5718 1.97934C12.7006 0.980139 11.1271 0.551758 9.11355 0.551758H3.26909C2.8576 0.551758 2.50754 0.853367 2.44305 1.26231L0.00973281 16.7994C-0.0386336 17.1063 0.197012 17.3834 0.504957 17.3834H4.11331L5.99317 5.38128C6.04716 5.0367 6.36917 4.75948 6.71566 4.75969Z' fill='%23243A91'/%3E%3Cpath d='M14.305 5.70591C13.5346 9.68962 10.8975 11.0675 7.5294 11.0675H5.81446C5.40303 11.0675 5.05553 11.3692 4.9916 11.7782L3.86437 18.9727C3.82225 19.2408 4.02821 19.4838 4.29767 19.4838H7.339C7.79986 19.4837 8.01434 19.111 8.09118 18.7062L8.66439 15.0486C8.79531 14.332 9.20157 14.2249 9.87898 14.2249C12.8251 14.2249 15.132 13.0198 15.8062 9.53466C16.1103 7.96033 15.8931 6.17734 14.3648 5.36133C14.3471 5.47394 14.3279 5.58807 14.305 5.70591Z' fill='%2329A4E0'/%3E%3Cpath d='M13.5587 5.03744C13.4386 5.00212 13.3174 4.97086 13.1952 4.9437C13.0672 4.91537 12.9385 4.89074 12.8092 4.86983C12.3463 4.7944 11.8406 4.75879 11.2976 4.75879H6.71657C6.60724 4.75854 6.49928 4.78326 6.40081 4.83108C6.29372 4.88255 6.20071 4.95952 6.12983 5.05533C6.05894 5.15114 6.01232 5.26291 5.99401 5.38095L5.02031 11.5967L4.99219 11.7779C5.05624 11.3689 5.40368 11.0672 5.81517 11.0672H7.53011C10.8981 11.0672 13.5353 9.68992 14.3057 5.70565C14.3286 5.58781 14.3478 5.47362 14.3655 5.36107C14.1704 5.25738 13.9593 5.16779 13.7319 5.09186C13.6745 5.07271 13.6167 5.05456 13.5587 5.03744Z' fill='%231F264F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_67_5190'%3E%3Crect width='16' height='19' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --icon-phone-left:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.66451 2.45752C4.7254 1.37835 6.47232 1.57011 7.36059 2.78484L8.46068 4.28676C9.18425 5.27496 9.1197 6.65556 8.26109 7.52872L8.05361 7.741C8.03018 7.8301 8.02782 7.92364 8.04665 8.01392C8.10157 8.3778 8.39881 9.14838 9.64363 10.4148C10.8884 11.6813 11.6468 11.9845 12.0077 12.0416C12.0986 12.0614 12.1927 12.0586 12.2823 12.0336L12.638 11.6715C13.4016 10.8956 14.5732 10.7502 15.5182 11.2755L17.1831 12.203C18.6101 12.995 18.9702 14.9786 17.802 16.1674L16.5633 17.4268C16.1728 17.8236 15.648 18.1545 15.0082 18.2161C13.4304 18.3668 9.75435 18.1741 5.88998 14.2436C2.2837 10.5745 1.59155 7.37444 1.50351 5.7976C1.45993 5.00026 1.82779 4.326 2.29678 3.84974L3.66451 2.45752ZM6.31453 3.58664C5.87256 2.98284 5.04968 2.93468 4.58591 3.40648L3.21731 4.7978C2.92965 5.09034 2.79191 5.41319 2.80935 5.72178C2.87908 6.97487 3.43699 9.86187 6.8123 13.2956C10.3532 16.897 13.623 17.0049 14.887 16.8836C15.145 16.8595 15.4013 16.7222 15.6411 16.4787L16.8789 15.2185C17.3828 14.7065 17.272 13.7736 16.559 13.3776L14.894 12.451C14.4337 12.1959 13.895 12.2797 13.5602 12.6204L13.1636 13.0245L12.7016 12.55C13.1636 13.0245 13.1619 13.0254 13.1619 13.0254L13.161 13.0271L13.1584 13.0298L13.1523 13.0352L13.1392 13.0476C13.1022 13.0822 13.0625 13.1139 13.0207 13.1422C12.9509 13.1894 12.8585 13.2421 12.7426 13.2858C12.5072 13.3759 12.1951 13.424 11.8099 13.3633C11.0541 13.2448 10.0525 12.7177 8.72136 11.3638C7.39108 10.0099 6.87156 8.99138 6.75476 8.21903C6.69461 7.82481 6.74252 7.50555 6.83144 7.26474C6.88076 7.12941 6.95079 7.00296 7.03893 6.89016L7.0668 6.8589L7.07904 6.84553L7.08427 6.84018L7.08689 6.8375L7.08861 6.83573L7.33967 6.58064C7.71275 6.19984 7.76505 5.56927 7.41378 5.08856L6.31453 3.58664Z' fill='white'/%3E%3C/svg%3E%0A");
  --icon-phone-mobile:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.66451 2.45752C4.7254 1.37835 6.47232 1.57011 7.36059 2.78484L8.46068 4.28676C9.18425 5.27496 9.1197 6.65556 8.26109 7.52872L8.05361 7.741C8.03018 7.8301 8.02782 7.92364 8.04665 8.01392C8.10157 8.3778 8.39881 9.14838 9.64363 10.4148C10.8884 11.6813 11.6468 11.9845 12.0077 12.0416C12.0986 12.0614 12.1927 12.0586 12.2823 12.0336L12.638 11.6715C13.4016 10.8956 14.5732 10.7502 15.5182 11.2755L17.1831 12.203C18.6101 12.995 18.9702 14.9786 17.802 16.1674L16.5633 17.4268C16.1728 17.8236 15.648 18.1545 15.0082 18.2161C13.4304 18.3668 9.75435 18.1741 5.88998 14.2436C2.2837 10.5745 1.59155 7.37444 1.50351 5.7976C1.45993 5.00026 1.82779 4.326 2.29678 3.84974L3.66451 2.45752ZM6.31453 3.58664C5.87256 2.98284 5.04968 2.93468 4.58591 3.40648L3.21731 4.7978C2.92965 5.09034 2.79191 5.41319 2.80935 5.72178C2.87908 6.97487 3.43699 9.86187 6.8123 13.2956C10.3532 16.897 13.623 17.0049 14.887 16.8836C15.145 16.8595 15.4013 16.7222 15.6411 16.4787L16.8789 15.2185C17.3828 14.7065 17.272 13.7736 16.559 13.3776L14.894 12.451C14.4337 12.1959 13.895 12.2797 13.5602 12.6204L13.1636 13.0245L12.7016 12.55C13.1636 13.0245 13.1619 13.0254 13.1619 13.0254L13.161 13.0271L13.1584 13.0298L13.1523 13.0352L13.1392 13.0476C13.1022 13.0822 13.0625 13.1139 13.0207 13.1422C12.9509 13.1894 12.8585 13.2421 12.7426 13.2858C12.5072 13.3759 12.1951 13.424 11.8099 13.3633C11.0541 13.2448 10.0525 12.7177 8.72136 11.3638C7.39108 10.0099 6.87156 8.99138 6.75476 8.21903C6.69461 7.82481 6.74252 7.50555 6.83144 7.26474C6.88076 7.12941 6.95079 7.00296 7.03893 6.89016L7.0668 6.8589L7.07904 6.84553L7.08427 6.84018L7.08689 6.8375L7.08861 6.83573L7.33967 6.58064C7.71275 6.19984 7.76505 5.56927 7.41378 5.08856L6.31453 3.58664Z' fill='%23006AB4'/%3E%3C/svg%3E%0A");
  --arrow-in: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.875 5.09375C7.875 4.9197 7.94414 4.75278 8.06721 4.62971C8.19028 4.50664 8.3572 4.4375 8.53125 4.4375H19.0312C19.2053 4.4375 19.3722 4.50664 19.4953 4.62971C19.6184 4.75278 19.6875 4.9197 19.6875 5.09375V16.9062C19.6875 17.0803 19.6184 17.2472 19.4953 17.3703C19.3722 17.4934 19.2053 17.5625 19.0312 17.5625H8.53125C8.3572 17.5625 8.19028 17.4934 8.06721 17.3703C7.94414 17.2472 7.875 17.0803 7.875 16.9062V14.2812C7.875 14.1072 7.80586 13.9403 7.68279 13.8172C7.55972 13.6941 7.3928 13.625 7.21875 13.625C7.0447 13.625 6.87778 13.6941 6.75471 13.8172C6.63164 13.9403 6.5625 14.1072 6.5625 14.2812V16.9062C6.5625 17.4284 6.76992 17.9292 7.13913 18.2984C7.50835 18.6676 8.00911 18.875 8.53125 18.875H19.0312C19.5534 18.875 20.0542 18.6676 20.4234 18.2984C20.7926 17.9292 21 17.4284 21 16.9062V5.09375C21 4.57161 20.7926 4.07085 20.4234 3.70163C20.0542 3.33242 19.5534 3.125 19.0312 3.125H8.53125C8.00911 3.125 7.50835 3.33242 7.13913 3.70163C6.76992 4.07085 6.5625 4.57161 6.5625 5.09375V7.71875C6.5625 7.8928 6.63164 8.05972 6.75471 8.18279C6.87778 8.30586 7.0447 8.375 7.21875 8.375C7.3928 8.375 7.55972 8.30586 7.68279 8.18279C7.80586 8.05972 7.875 7.8928 7.875 7.71875V5.09375Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5584 11.4645C15.6195 11.4035 15.668 11.3311 15.7011 11.2514C15.7341 11.1716 15.7512 11.0862 15.7512 10.9999C15.7512 10.9135 15.7341 10.8281 15.7011 10.7483C15.668 10.6686 15.6195 10.5962 15.5584 10.5352L11.6209 6.59773C11.5599 6.53671 11.4874 6.48831 11.4077 6.45529C11.328 6.42227 11.2425 6.40527 11.1562 6.40527C11.07 6.40527 10.9845 6.42227 10.9048 6.45529C10.8251 6.48831 10.7526 6.53671 10.6916 6.59773C10.6306 6.65874 10.5822 6.73118 10.5492 6.8109C10.5162 6.89062 10.4992 6.97606 10.4992 7.06235C10.4992 7.14864 10.5162 7.23409 10.5492 7.31381C10.5822 7.39353 10.6306 7.46596 10.6916 7.52698L13.5096 10.3436H1.96875C1.7947 10.3436 1.62778 10.4127 1.50471 10.5358C1.38164 10.6589 1.3125 10.8258 1.3125 10.9999C1.3125 11.1739 1.38164 11.3408 1.50471 11.4639C1.62778 11.587 1.7947 11.6561 1.96875 11.6561H13.5096L10.6916 14.4727C10.6306 14.5337 10.5822 14.6062 10.5492 14.6859C10.5162 14.7656 10.4992 14.8511 10.4992 14.9374C10.4992 15.0236 10.5162 15.1091 10.5492 15.1888C10.5822 15.2685 10.6306 15.341 10.6916 15.402C10.7526 15.463 10.8251 15.5114 10.9048 15.5444C10.9845 15.5774 11.07 15.5944 11.1562 15.5944C11.2425 15.5944 11.328 15.5774 11.4077 15.5444C11.4874 15.5114 11.5599 15.463 11.6209 15.402L15.5584 11.4645Z' fill='white'/%3E%3C/svg%3E%0A");
  --icon-cart-white: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.6C0 0.44087 0.0632154 0.288258 0.175739 0.175736C0.288264 0.0632141 0.440879 0 0.600012 0H2.40005C2.53389 3.69738e-05 2.66387 0.0448208 2.76933 0.12723C2.87479 0.209639 2.94967 0.324941 2.98206 0.4548L3.46807 2.4H17.4004C17.4891 2.40005 17.5767 2.41979 17.6569 2.45778C17.7371 2.49578 17.8079 2.55108 17.8641 2.61972C17.9203 2.68836 17.9607 2.76861 17.9821 2.8547C18.0036 2.9408 18.0058 3.03059 17.9884 3.1176L16.7883 9.1176C16.7621 9.24844 16.693 9.36679 16.5919 9.45394C16.4908 9.54109 16.3636 9.59207 16.2303 9.5988L4.9537 10.1652L5.29811 12H15.6003C15.7594 12 15.9121 12.0632 16.0246 12.1757C16.1371 12.2883 16.2003 12.4409 16.2003 12.6C16.2003 12.7591 16.1371 12.9117 16.0246 13.0243C15.9121 13.1368 15.7594 13.2 15.6003 13.2H4.8001C4.66021 13.1999 4.52477 13.1509 4.41718 13.0615C4.30959 12.9721 4.23662 12.8479 4.21088 12.7104L2.41205 3.1284L1.93204 1.2H0.600012C0.440879 1.2 0.288264 1.13679 0.175739 1.02426C0.0632154 0.911742 0 0.75913 0 0.6ZM3.72247 3.6L4.73049 8.9748L15.7035 8.424L16.6683 3.6H3.72247ZM6.00012 13.2C5.36359 13.2 4.75313 13.4529 4.30303 13.9029C3.85293 14.353 3.60007 14.9635 3.60007 15.6C3.60007 16.2365 3.85293 16.847 4.30303 17.2971C4.75313 17.7471 5.36359 18 6.00012 18C6.63665 18 7.24711 17.7471 7.69721 17.2971C8.14731 16.847 8.40017 16.2365 8.40017 15.6C8.40017 14.9635 8.14731 14.353 7.69721 13.9029C7.24711 13.4529 6.63665 13.2 6.00012 13.2ZM14.4003 13.2C13.7638 13.2 13.1533 13.4529 12.7032 13.9029C12.2531 14.353 12.0002 14.9635 12.0002 15.6C12.0002 16.2365 12.2531 16.847 12.7032 17.2971C13.1533 17.7471 13.7638 18 14.4003 18C15.0368 18 15.6473 17.7471 16.0974 17.2971C16.5475 16.847 16.8003 16.2365 16.8003 15.6C16.8003 14.9635 16.5475 14.353 16.0974 13.9029C15.6473 13.4529 15.0368 13.2 14.4003 13.2ZM6.00012 14.4C6.31839 14.4 6.62362 14.5264 6.84867 14.7515C7.07371 14.9765 7.20014 15.2817 7.20014 15.6C7.20014 15.9183 7.07371 16.2235 6.84867 16.4485C6.62362 16.6736 6.31839 16.8 6.00012 16.8C5.68185 16.8 5.37662 16.6736 5.15158 16.4485C4.92653 16.2235 4.8001 15.9183 4.8001 15.6C4.8001 15.2817 4.92653 14.9765 5.15158 14.7515C5.37662 14.5264 5.68185 14.4 6.00012 14.4ZM14.4003 14.4C14.7186 14.4 15.0238 14.5264 15.2488 14.7515C15.4739 14.9765 15.6003 15.2817 15.6003 15.6C15.6003 15.9183 15.4739 16.2235 15.2488 16.4485C15.0238 16.6736 14.7186 16.8 14.4003 16.8C14.082 16.8 13.7768 16.6736 13.5517 16.4485C13.3267 16.2235 13.2003 15.9183 13.2003 15.6C13.2003 15.2817 13.3267 14.9765 13.5517 14.7515C13.7768 14.5264 14.082 14.4 14.4003 14.4Z' fill='white'/%3E%3C/svg%3E%0A");
  --icon-trash:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-trash3' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5ZM11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H2.506a.58.58 0 0 0-.01 0H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1h-.995a.59.59 0 0 0-.01 0H11Zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5h9.916Zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47ZM8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z'/%3E%3C/svg%3E");
  --icon-close-white:url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 37.5L37.5 2.5M37.5 37.5L2.5 2.5' stroke='%23cecece' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  --arrow-down-white: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8028 0.366439L10.2855 5.73189L9 7.05361L7.71452 5.73189L2.19723 0.366439C1.95585 0.131812 1.62847 -7.15622e-07 1.28711 -7.30544e-07C0.945744 -7.45465e-07 0.618362 0.131812 0.376984 0.366439C0.135605 0.601066 -4.01834e-08 0.919289 -5.46874e-08 1.2511C-6.91914e-08 1.58291 0.135605 1.90114 0.376984 2.13576L8.08988 9.63291C8.20929 9.74927 8.35114 9.84159 8.50732 9.90458C8.66349 9.96758 8.83091 10 9 10C9.16908 10 9.33651 9.96758 9.49268 9.90458C9.64886 9.84159 9.79071 9.74927 9.91012 9.63291L17.623 2.13577C17.8644 1.90114 18 1.58292 18 1.2511C18 0.919289 17.8644 0.601067 17.623 0.366439C17.3816 0.131812 17.0543 -4.13398e-08 16.7129 -5.62612e-08C16.3715 -7.11826e-08 16.0442 0.131812 15.8028 0.366439Z' fill='white'/%3E%3C/svg%3E%0A");
  --space-default: 25px;
  --space-1: calc(var(--space-default));
  --space-2: calc(var(--space-default) * 2);
  --space-3: calc(var(--space-default) * 3);
  --space-4: calc(var(--space-default) * 4);
  --space-5: calc(var(--space-default) * 5);
  --space-6: calc(var(--space-default) * 6);
  --space-7: calc(var(--space-default) * 7);
  --space-8: calc(var(--space-default) * 8);
  --header-top-height: 130px;
  --header-scroled-height: 100px;
  --icon-size: 53px;
  --icon-backtop-size: 53px;
  --logo-width: 100%;
  --logo-margin-top: 20px;
  --small-inside-padding: calc(var(--space-default) * 1.5);
  --header-last-item-width: 100px;
  --border-radius:10px;
  --border-radius-circle:100%;
  --filter-white: invert(100%) sepia(0%) saturate(7500%) hue-rotate(155deg) brightness(100%) contrast(103%);
  --filter-primary-color: invert(29%) sepia(46%) saturate(4386%) hue-rotate(209deg) brightness(101%) contrast(98%);
  --filter-secondary-color: invert(49%) sepia(10%) saturate(419%) hue-rotate(167deg) brightness(88%) contrast(86%);
}
.scrolled {
  --logo-width: 140px;
}
@media (min-width: 1160px) {
  .scrolled {
    --logo-margin-top: 0;
  }
}
@media (max-width: 1909px) {
  :root {
    --font-size-h1-gallery:   calc(90 / 26 * var(--font-size-default));
  }
}
@media (max-width: 1579px) {
  :root {
    --font-size-default: 20px;
    --header-last-item-width: 10px;
    --header-top-height: 115px;
    --header-scroled-height:75px;
  }
}
@media (max-width: 1379px) {
  :root {
    --space-default: 20px;
    --icon-size:42px;
    --font-size-default: 18px;
    --header-top-height:77px;
    --header-scroled-height:66px;
    --header-last-item-width: 0px;
    --small-inside-padding: 20px;
    --font-size-h1: calc(70 / 23 * var(--font-size-default));
    --font-size-h2: calc(57 / 23 * var(--font-size-default));
    --font-size-h3: calc(36 / 23 * var(--font-size-default));
    --font-size-h4: calc(28 / 23 * var(--font-size-default));
    --font-size-h5: calc(24 / 23 * var(--font-size-default));
    --font-size-h6: calc(22 / 23 * var(--font-size-default));
    --line-height-1:          calc(73 / 24 * var(--font-size-default));
    --line-height-2:          calc(68 / 24 * var(--font-size-default));
    --font-size-btn:          calc(20 / 23 * var(--font-size-default));
    --font-size-navi-main:    calc(18 / 23 * var(--font-size-default));
    --font-size-navi-footer:  calc(18 / 23 * var(--font-size-default));
  }
}
@media (max-width: 1159px) {
  :root {
    --header-top-height:75px;
    --header-scroled-height:64px;
    --font-size-default: 16px;
    --font-size-h1: calc(60 / 23 * var(--font-size-default));
    --font-size-h2: calc(40 / 23 * var(--font-size-default));
    --font-size-h3: calc(26 / 23 * var(--font-size-default));
    --font-size-h4: calc(22 / 23 * var(--font-size-default));
    --font-size-h5: calc(20 / 23 * var(--font-size-default));
    --font-size-h6: calc(18 / 23 * var(--font-size-default));
    --line-height-1:          calc(66 / 24 * var(--font-size-default));
    --font-size-navi-main:    calc(16 / 23 * var(--font-size-default));
    --font-size-navi-footer:  calc(16 / 23 * var(--font-size-default));
    --logo-width: 140px;
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 809px) {
  :root {
    --icon-size: 30px;
    --icon-backtop-size:46px;
    --font-size-default: 17px;
    --font-size-bigger: calc(76 / 23 * var(--font-size-default));
    --font-size-h1: calc(50 / 23 * var(--font-size-default));
    --font-size-h2: calc(34 / 23 * var(--font-size-default));
    --font-size-h3: calc(24 / 23 * var(--font-size-default));
    --font-size-h4: calc(20 / 23 * var(--font-size-default));
    --font-size-h5: calc(18 / 23 * var(--font-size-default));
    --font-size-h6: calc(16 / 23 * var(--font-size-default));
    --line-height-1:          calc(55 / 24 * var(--font-size-default));
    --line-height-2:          calc(46 / 24 * var(--font-size-default));
    --line-height-3:          calc(34 / 24 * var(--font-size-default));
    --line-height-4:          calc(22 / 24 * var(--font-size-default));
    --font-size-navi-main:    calc(15 / 23 * var(--font-size-default));
    --font-size-navi-footer:  calc(15 / 23 * var(--font-size-default));
    --font-size-1:            calc(15 / 23 * var(--font-size-default));
    --font-size-2:            calc(18 / 23 * var(--font-size-default));
    --font-size-3:            calc(20 / 23 * var(--font-size-default));
    --font-size-4:            calc(22 / 23 * var(--font-size-default));
    --font-size-5:            calc(26 / 23 * var(--font-size-default));
    --font-size-6:            calc(28 / 23 * var(--font-size-default));
    --bs-gutter-x: 20px;
  }
}
:root {
  --q-color-primary: #1976d2;
  --q-color-secondary: #26a69a;
  --q-color-accent: #9c27b0;
  --q-color-positive: #21ba45;
  --q-color-negative: #c10015;
  --q-color-info: #31ccec;
  --q-color-warning: #f2c037;
  --q-color-dark: #1d1d1d;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
/*
 * Import Font Awesome
 */
/*
 * Generelles
 */
/* outfit-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/outfit-v11-latin-100.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-100.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/outfit-v11-latin-200.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-200.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/outfit-v11-latin-300.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/outfit-v11-latin-regular.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/outfit-v11-latin-500.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/outfit-v11-latin-600.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/outfit-v11-latin-700.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/outfit-v11-latin-800.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-800.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/outfit-v11-latin-900.woff2") format("woff2"), url("../Fonts/outfit-v11-latin-900.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/open-sans-v35-latin-300.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/open-sans-v35-latin-300italic.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-300italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/open-sans-v35-latin-regular.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/open-sans-v35-latin-italic.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/open-sans-v35-latin-500.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/open-sans-v35-latin-500italic.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-500italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/open-sans-v35-latin-600.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/open-sans-v35-latin-600italic.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-600italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/open-sans-v35-latin-700.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/open-sans-v35-latin-700italic.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-700italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/open-sans-v35-latin-800.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-800.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/open-sans-v35-latin-800italic.woff2") format("woff2"), url("../Fonts/open-sans-v35-latin-800italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../Fonts/HelveticaNeueLTStd-Lt.eot");
  src: url("../Fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("../Fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../Fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../Fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../Fonts/HelveticaNeueLTStd-Roman.eot");
  src: url("../Fonts/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("../Fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../Fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("../Fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../Fonts/HelveticaNeueLTStd-Bd.eot");
  src: url("../Fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../Fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../Fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../Fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Neo Tech Pro";
  src: url("../Fonts/NeoTechPro-Regular.eot");
  src: url("../Fonts/NeoTechPro-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/NeoTechPro-Regular.woff2") format("woff2"), url("../Fonts/NeoTechPro-Regular.woff") format("woff"), url("../Fonts/NeoTechPro-Regular.ttf") format("truetype"), url("../Fonts/NeoTechPro-Regular.svg#NeoTechPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neo Tech Pro";
  src: url("../Fonts/NeoTechPro-Medium.eot");
  src: url("../Fonts/NeoTechPro-Medium.eot?#iefix") format("embedded-opentype"), url("../Fonts/NeoTechPro-Medium.woff2") format("woff2"), url("../Fonts/NeoTechPro-Medium.woff") format("woff"), url("../Fonts/NeoTechPro-Medium.ttf") format("truetype"), url("../Fonts/NeoTechPro-Medium.svg#NeoTechPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
html {
  font-size: var(--font-size-1);
}
body {
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-default);
  color: #353535;
  position: relative;
}
html, body {
  height: 100%;
}
header.headline {
  position: relative;
}
h1, .h1, h2, .h2 {
  font-family: "Neo Tech Pro", sans-serif;
  margin-top: 0;
  margin-bottom: var(--space-2);
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Neo Tech Pro", sans-serif;
  margin-top: 0;
  margin-bottom: var(--space-1);
}
h1.blue, .blue.h1, h2.blue, .blue.h2, h3.blue, .blue.h3, h4.blue, .blue.h4, h5.blue, .blue.h5, h6.blue, .blue.h6, .span-view.blue {
  color: #006AB4;
}
h1.white, .white.h1, h2.white, .white.h2, h3.white, .white.h3, h4.white, .white.h4, h5.white, .white.h5, h6.white, .white.h6, .span-view.white {
  color: #FFFFFF;
}
h1.black, .black.h1, h2.black, .black.h2, h3.black, .black.h3, h4.black, .black.h4, h5.black, .black.h5, h6.black, .black.h6, .span-view.black {
  color: #000000;
}
h1.violet, .violet.h1, h2.violet, .violet.h2, h3.violet, .violet.h3, h4.violet, .violet.h4, h5.violet, .violet.h5, h6.violet, .violet.h6, .span-view.violet {
  color: #50009F;
}
h1.xl, .xl.h1, h2.xl, .xl.h2, h3.xl, .xl.h3, h4.xl, .xl.h4, h5.xl, .xl.h5, h6.xl, .xl.h6, .span-view.xl {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-1);
}
h1.l, .l.h1, h2.l, .l.h2, h3.l, .l.h3, h4.l, .l.h4, h5.l, .l.h5, h6.l, .l.h6, .span-view.l {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-2);
}
h1.m, .m.h1, h2.m, .m.h2, h3.m, .m.h3, h4.m, .m.h4, h5.m, .m.h5, h6.m, .m.h6, .span-view.m {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-3);
}
h1.s, .s.h1, h2.s, .s.h2, h3.s, .s.h3, h4.s, .s.h4, h5.s, .s.h5, h6.s, .s.h6, .span-view.s {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-4);
}
h1.xs, .xs.h1, h2.xs, .xs.h2, h3.xs, .xs.h3, h4.xs, .xs.h4, h5.xs, .xs.h5, h6.xs, .xs.h6, .span-view.xs {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-4-5);
}
h1.xxs, .xxs.h1, h2.xxs, .xxs.h2, h3.xxs, .xxs.h3, h4.xxs, .xxs.h4, h5.xxs, .xxs.h5, h6.xxs, .xxs.h6, .span-view.xxs {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-5);
}
h1.span, .span.h1, h2.span, .span.h2, h3.span, .span.h3, h4.span, .span.h4, h5.span, .span.h5, h6.span, .span.h6, .span-view.span {
  font-size: var(--font-size-default);
  line-height: var(--line-height-p);
}
.headline-line {
  content: "";
  display: block;
  width: 55px;
  height: 7px;
  background-color: #B7CC06;
  margin: 35px auto;
}
.headline-line-white {
  background-color: #FFF;
}
.h1-format, h1, .h1, .h2-format, h2, .h2, header h2, header .h2 {
  display: block;
  position: relative;
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-h1);
  font-weight: 500;
  color: #000000;
}
.h1-format .subheader, h1 .subheader, .h1 .subheader, .h2-format .subheader, h2 .subheader, .h2 .subheader, header h2 .subheader, header .h2 .subheader {
  display: block;
  color: #000000;
  opacity: 0.8;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: 500;
  font-size: var(--font-size-4);
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 1379px) {
  .h1-format .subheader, h1 .subheader, .h1 .subheader, .h2-format .subheader, h2 .subheader, .h2 .subheader, header h2 .subheader, header .h2 .subheader {
    font-size: var(--font-size-5);
  }
}
.h1-format, h1, .h1 {
  color: #006AB4;
}
.h2-format, h2, .h2, header h2, header .h2 {
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 500;
  font-size: var(--font-size-h2);
  color: #006AB4;
  line-height: 120%;
}
.h2-format.paragraph, h2.paragraph, .paragraph.h2, header h2.paragraph, header .paragraph.h2 {
  margin-bottom: var(--space-1) !important;
}
.headline h1.blue, .headline .blue.h1, .headline h2.blue, .headline .blue.h2, .headline h3.blue, .headline .blue.h3, .headline h4.blue, .headline .blue.h4, .headline h5.blue, .headline .blue.h5, .headline h6.blue, .headline .blue.h6, .headline .span-view.blue {
  color: #006AB4;
}
.headline h1.white, .headline .white.h1, .headline h2.white, .headline .white.h2, .headline h3.white, .headline .white.h3, .headline h4.white, .headline .white.h4, .headline h5.white, .headline .white.h5, .headline h6.white, .headline .white.h6, .headline .span-view.white {
  color: #FFFFFF;
}
.headline h1.black, .headline .black.h1, .headline h2.black, .headline .black.h2, .headline h3.black, .headline .black.h3, .headline h4.black, .headline .black.h4, .headline h5.black, .headline .black.h5, .headline h6.black, .headline .black.h6, .headline .span-view.black {
  color: #000000;
}
.headline h1.violet, .headline .violet.h1, .headline h2.violet, .headline .violet.h2, .headline h3.violet, .headline .violet.h3, .headline h4.violet, .headline .violet.h4, .headline h5.violet, .headline .violet.h5, .headline h6.violet, .headline .violet.h6, .headline .span-view.violet {
  color: #50009F;
}
.headline h1.xl, .headline .xl.h1, .headline h2.xl, .headline .xl.h2, .headline h3.xl, .headline .xl.h3, .headline h4.xl, .headline .xl.h4, .headline h5.xl, .headline .xl.h5, .headline h6.xl, .headline .xl.h6, .headline .span-view.xl {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-1);
}
.headline h1.l, .headline .l.h1, .headline h2.l, .headline .l.h2, .headline h3.l, .headline .l.h3, .headline h4.l, .headline .l.h4, .headline h5.l, .headline .l.h5, .headline h6.l, .headline .l.h6, .headline .span-view.l {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-2);
}
.headline h1.m, .headline .m.h1, .headline h2.m, .headline .m.h2, .headline h3.m, .headline .m.h3, .headline h4.m, .headline .m.h4, .headline h5.m, .headline .m.h5, .headline h6.m, .headline .m.h6, .headline .span-view.m {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-3);
}
.headline h1.s, .headline .s.h1, .headline h2.s, .headline .s.h2, .headline h3.s, .headline .s.h3, .headline h4.s, .headline .s.h4, .headline h5.s, .headline .s.h5, .headline h6.s, .headline .s.h6, .headline .span-view.s {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-4);
}
.headline h1.xs, .headline .xs.h1, .headline h2.xs, .headline .xs.h2, .headline h3.xs, .headline .xs.h3, .headline h4.xs, .headline .xs.h4, .headline h5.xs, .headline .xs.h5, .headline h6.xs, .headline .xs.h6, .headline .span-view.xs {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-4-5);
}
.headline h1.xxs, .headline .xxs.h1, .headline h2.xxs, .headline .xxs.h2, .headline h3.xxs, .headline .xxs.h3, .headline h4.xxs, .headline .xxs.h4, .headline h5.xxs, .headline .xxs.h5, .headline h6.xxs, .headline .xxs.h6, .headline .span-view.xxs {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-5);
}
.headline h1.span, .headline .span.h1, .headline h2.span, .headline .span.h2, .headline h3.span, .headline .span.h3, .headline h4.span, .headline .span.h4, .headline h5.span, .headline .span.h5, .headline h6.span, .headline .span.h6, .headline .span-view.span {
  font-size: var(--font-size-default);
  line-height: var(--line-height-p);
}
.headline h1.paragraph.blue, .headline .paragraph.blue.h1, .headline h2.paragraph.blue, .headline .paragraph.blue.h2, .headline h3.paragraph.blue, .headline .paragraph.blue.h3, .headline h4.paragraph.blue, .headline .paragraph.blue.h4, .headline h5.paragraph.blue, .headline .paragraph.blue.h5, .headline h6.paragraph.blue, .headline .paragraph.blue.h6, .headline .span-view.paragraph.blue {
  color: #006AB4;
}
.headline h1.paragraph.white, .headline .paragraph.white.h1, .headline h2.paragraph.white, .headline .paragraph.white.h2, .headline h3.paragraph.white, .headline .paragraph.white.h3, .headline h4.paragraph.white, .headline .paragraph.white.h4, .headline h5.paragraph.white, .headline .paragraph.white.h5, .headline h6.paragraph.white, .headline .paragraph.white.h6, .headline .span-view.paragraph.white {
  color: #FFFFFF;
}
.headline h1.paragraph.black, .headline .paragraph.black.h1, .headline h2.paragraph.black, .headline .paragraph.black.h2, .headline h3.paragraph.black, .headline .paragraph.black.h3, .headline h4.paragraph.black, .headline .paragraph.black.h4, .headline h5.paragraph.black, .headline .paragraph.black.h5, .headline h6.paragraph.black, .headline .paragraph.black.h6, .headline .span-view.paragraph.black {
  color: #000000;
}
.headline h1.paragraph.violet, .headline .paragraph.violet.h1, .headline h2.paragraph.violet, .headline .paragraph.violet.h2, .headline h3.paragraph.violet, .headline .paragraph.violet.h3, .headline h4.paragraph.violet, .headline .paragraph.violet.h4, .headline h5.paragraph.violet, .headline .paragraph.violet.h5, .headline h6.paragraph.violet, .headline .paragraph.violet.h6, .headline .span-view.paragraph.violet {
  color: #50009F;
}
.ce-col .headline.has-subheader h2, .ce-col .headline.has-subheader .h2, .ce-col .headline.has-subheader h1, .ce-col .headline.has-subheader .h1 {
  max-width: 100%;
}
.headline h2, .headline .h2, .headline .h2-format, .headline header h2, .headline header .h2, header .headline h2, .headline h2.paragraph, .headline .paragraph.h2 {
  color: #000000;
}
.headline.has-subheader h1.blue, .headline.has-subheader .blue.h1, .headline.has-subheader h2.blue, .headline.has-subheader .blue.h2, .headline.has-subheader h3.blue, .headline.has-subheader .blue.h3, .headline.has-subheader h4.blue, .headline.has-subheader .blue.h4, .headline.has-subheader h5.blue, .headline.has-subheader .blue.h5, .headline.has-subheader h6.blue, .headline.has-subheader .blue.h6, .headline.has-subheader .span-view.blue {
  color: #006AB4;
}
.headline.has-subheader h1.white, .headline.has-subheader .white.h1, .headline.has-subheader h2.white, .headline.has-subheader .white.h2, .headline.has-subheader h3.white, .headline.has-subheader .white.h3, .headline.has-subheader h4.white, .headline.has-subheader .white.h4, .headline.has-subheader h5.white, .headline.has-subheader .white.h5, .headline.has-subheader h6.white, .headline.has-subheader .white.h6, .headline.has-subheader .span-view.white {
  color: #FFFFFF;
}
.headline.has-subheader h1.black, .headline.has-subheader .black.h1, .headline.has-subheader h2.black, .headline.has-subheader .black.h2, .headline.has-subheader h3.black, .headline.has-subheader .black.h3, .headline.has-subheader h4.black, .headline.has-subheader .black.h4, .headline.has-subheader h5.black, .headline.has-subheader .black.h5, .headline.has-subheader h6.black, .headline.has-subheader .black.h6, .headline.has-subheader .span-view.black {
  color: #000000;
}
.headline.has-subheader h1.violet, .headline.has-subheader .violet.h1, .headline.has-subheader h2.violet, .headline.has-subheader .violet.h2, .headline.has-subheader h3.violet, .headline.has-subheader .violet.h3, .headline.has-subheader h4.violet, .headline.has-subheader .violet.h4, .headline.has-subheader h5.violet, .headline.has-subheader .violet.h5, .headline.has-subheader h6.violet, .headline.has-subheader .violet.h6, .headline.has-subheader .span-view.violet {
  color: #50009F;
}
.headline.has-subheader h1.xl, .headline.has-subheader .xl.h1, .headline.has-subheader h2.xl, .headline.has-subheader .xl.h2, .headline.has-subheader h3.xl, .headline.has-subheader .xl.h3, .headline.has-subheader h4.xl, .headline.has-subheader .xl.h4, .headline.has-subheader h5.xl, .headline.has-subheader .xl.h5, .headline.has-subheader h6.xl, .headline.has-subheader .xl.h6, .headline.has-subheader .span-view.xl {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-1);
}
.headline.has-subheader h1.l, .headline.has-subheader .l.h1, .headline.has-subheader h2.l, .headline.has-subheader .l.h2, .headline.has-subheader h3.l, .headline.has-subheader .l.h3, .headline.has-subheader h4.l, .headline.has-subheader .l.h4, .headline.has-subheader h5.l, .headline.has-subheader .l.h5, .headline.has-subheader h6.l, .headline.has-subheader .l.h6, .headline.has-subheader .span-view.l {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-2);
}
.headline.has-subheader h1.m, .headline.has-subheader .m.h1, .headline.has-subheader h2.m, .headline.has-subheader .m.h2, .headline.has-subheader h3.m, .headline.has-subheader .m.h3, .headline.has-subheader h4.m, .headline.has-subheader .m.h4, .headline.has-subheader h5.m, .headline.has-subheader .m.h5, .headline.has-subheader h6.m, .headline.has-subheader .m.h6, .headline.has-subheader .span-view.m {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-3);
}
.headline.has-subheader h1.s, .headline.has-subheader .s.h1, .headline.has-subheader h2.s, .headline.has-subheader .s.h2, .headline.has-subheader h3.s, .headline.has-subheader .s.h3, .headline.has-subheader h4.s, .headline.has-subheader .s.h4, .headline.has-subheader h5.s, .headline.has-subheader .s.h5, .headline.has-subheader h6.s, .headline.has-subheader .s.h6, .headline.has-subheader .span-view.s {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-4);
}
.headline.has-subheader h1.xs, .headline.has-subheader .xs.h1, .headline.has-subheader h2.xs, .headline.has-subheader .xs.h2, .headline.has-subheader h3.xs, .headline.has-subheader .xs.h3, .headline.has-subheader h4.xs, .headline.has-subheader .xs.h4, .headline.has-subheader h5.xs, .headline.has-subheader .xs.h5, .headline.has-subheader h6.xs, .headline.has-subheader .xs.h6, .headline.has-subheader .span-view.xs {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-4-5);
}
.headline.has-subheader h1.xxs, .headline.has-subheader .xxs.h1, .headline.has-subheader h2.xxs, .headline.has-subheader .xxs.h2, .headline.has-subheader h3.xxs, .headline.has-subheader .xxs.h3, .headline.has-subheader h4.xxs, .headline.has-subheader .xxs.h4, .headline.has-subheader h5.xxs, .headline.has-subheader .xxs.h5, .headline.has-subheader h6.xxs, .headline.has-subheader .xxs.h6, .headline.has-subheader .span-view.xxs {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-5);
}
.headline.has-subheader h1.span, .headline.has-subheader .span.h1, .headline.has-subheader h2.span, .headline.has-subheader .span.h2, .headline.has-subheader h3.span, .headline.has-subheader .span.h3, .headline.has-subheader h4.span, .headline.has-subheader .span.h4, .headline.has-subheader h5.span, .headline.has-subheader .span.h5, .headline.has-subheader h6.span, .headline.has-subheader .span.h6, .headline.has-subheader .span-view.span {
  font-size: var(--font-size-default);
  line-height: var(--line-height-p);
}
.headline.has-subheader h2, .headline.has-subheader .h2, .headline.has-subheader h1, .headline.has-subheader .h1 {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  margin-bottom: var(--space-2);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-2);
  color: #000000;
  margin-bottom: var(--space-2);
  max-width: 66.66666667%;
}
@media (max-width: 1579px) {
  .headline.has-subheader h2, .headline.has-subheader .h2, .headline.has-subheader h1, .headline.has-subheader .h1 {
    line-height: 100%;
  }
}
@media (max-width: 809px) {
  .headline.has-subheader h2, .headline.has-subheader .h2, .headline.has-subheader h1, .headline.has-subheader .h1 {
    max-width: 100%;
    margin-bottom: var(--space-1);
  }
}
.headline.has-subheader h1, .headline.has-subheader .h1 {
  color: #006AB4;
  margin-bottom: var(--space-1);
}
.headline.has-subheader .subheader {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  position: absolute;
  right: 100%;
  margin-right: var(--space-2);
  white-space: nowrap;
  z-index: 11;
  opacity: 0.8;
  font-size: var(--font-size-4);
  color: #000000;
  font-weight: 500;
  font-family: "Helvetica Neue LT Std", sans-serif;
  transition: transform 0.5s ease;
  line-height: 1;
}
@media (max-width: 809px) {
  .headline.has-subheader .subheader {
    margin-top: var(--space-1);
  }
}
.headline.has-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-2);
}
@media (max-width: 809px) {
  .headline.has-dropdown {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.headline.has-dropdown h2, .headline.has-dropdown .h2 {
  margin-bottom: 0;
  margin-top: 6px;
}
@media (max-width: 809px) {
  .headline.has-dropdown h2, .headline.has-dropdown .h2 {
    margin-top: 5px;
  }
}
h2.blue-color, .blue-color.h2, h3.blue-color, .blue-color.h3 {
  color: #006AB4 !important;
}
h1, .h1 {
  color: #006AB4;
}
.arrow-right {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23999" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.h3-format, h3, .h3, .timeline .item .content-wrapper .headline, .tx-cinjobs.show .wrapper .box-contact h2, .tx-cinjobs.show .wrapper .box-contact .h2 {
  color: #000000;
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 500;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-3);
}
.h4-format, h4, .h4 {
  font-size: var(--font-size-h4);
  line-height: 100%;
  font-weight: 500;
  line-height: var(--line-height-4);
}
h1, .h1 {
  line-height: var(--line-height-1);
}
h1.has-teaser, .has-teaser.h1 {
  margin-bottom: var(--space-1);
}
h5, .h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-4-5);
}
h6, .h6 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-5);
}
p {
  font-size: var(--font-size-default);
  line-height: 1.55;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: 300;
  color: #353535;
  margin-bottom: var(--space-1);
}
p.blue {
  color: #006AB4;
}
@media (min-width: 1160px) {
  .col-md-9 p {
    padding-right: var(--space-3);
  }
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: var(--font-size-5);
  font-style: italic;
}
legend {
  font-size: var(--font-size-3);
}
table th {
  font-weight: 700;
}
.ce-headline-center {
  text-align: center;
}
a {
  text-decoration: none;
  font-size: var(--font-size-default);
  transition: all 0.25s ease;
}
a:not(.btn) {
  color: #006AB4;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.frame-type-textmedia a {
  text-decoration: underline;
}
.frame-type-textmedia a:hover {
  text-decoration: none;
}
.frame-type-textmedia .btn {
  text-decoration: none;
}
.footnote {
  font-size: 0.8rem;
}
ul:not(.nav) {
  list-style: none;
  padding: 0;
}
ul:not(.nav).pagination {
  padding: 0;
}
ul:not([class]) {
  list-style-type: none;
  margin-bottom: 30px;
  width: auto;
}
ul:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) li {
  position: relative;
  padding-left: 34px;
  font-size: var(--font-size-default);
  font-weight: 300;
  margin-bottom: 1em;
  width: auto;
  text-align: left;
}
@media (max-width: 809px) {
  ul:not([class]) li {
    padding-left: 24px;
  }
}
#header-content ul:not([class]) li {
  padding-left: 0;
}
ul:not([class]) li:last-child {
  margin-bottom: 0;
}
.frame-type-cinteaser_custom ul:not([class]) li {
  font-weight: 400;
}
ul:not([class]) li a {
  transition: color 0.25s ease;
}
ul:not([class]) li a:hover {
  color: #006AB4;
}
ul:not([class]) li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background-color: #B7CC06;
  margin-top: 8px;
}
@media (max-width: 1579px) {
  ul:not([class]) li:before {
    margin-top: 5px;
  }
}
@media (max-width: 1379px) {
  ul:not([class]) li:before {
    margin-top: 3px;
  }
}
@media (max-width: 809px) {
  ul:not([class]) li:before {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    margin-top: 4px;
  }
}
.frame-layout-50 ul:not([class]) li:before {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FFFFFF" class="bi bi-circle-fill" viewBox="0 0 16 16"> <circle cx="8" cy="8" r="8"/> </svg>');
}
.frame-type-cinteaser_custom ul:not([class]) li:before {
  background-color: #FFFFFF;
}
ul:not([class]) li a {
  color: #006AB4;
}
.spinning-counter h4 p, .spinning-counter .h4 p {
  color: var(--H-Dark, var(--Button-text-click, #000));
  text-align: center;
  font-family: Outfit;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.subtitle {
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: var(--font-size-6);
  text-transform: uppercase;
}
b, strong {
  font-weight: 700;
}
html {
  font-family: xs;
}
@media (min-width: 810px) and (max-width: 1159px) {
  html {
    font-family: sm;
  }
}
@media (min-width: 1160px) and (max-width: 1379px) {
  html {
    font-family: md;
  }
}
@media (min-width: 1380px) and (max-width: 1579px) {
  html {
    font-family: lg;
  }
}
@media (min-width: 1580px) {
  html {
    font-family: xl;
  }
}
@media (min-width: 1910px) {
  html {
    font-family: xxl;
  }
}
@media (max-width: 809px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 810px) and (max-width: 1159px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 1160px) and (max-width: 1379px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1380px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}
.table-row {
  display: table;
  table-layout: fixed;
}
.table-row [class^="col-"] {
  display: table-cell;
  float: none;
}
.row.gutter-big {
  --bs-gutter-x: 50px;
}
@media (min-width: 1580px) {
  .row.gutter-big {
    --bs-gutter-x: 150px;
  }
}
@media (max-width: 809px) {
  .row.gutter-big {
    --bs-gutter-x: 16px;
  }
}
.grid-margin-list > .col-2:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-2:nth-child(n+7) {
  margin-top: var(--space-1);
}
.grid-margin-list > .col-3:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-3:nth-child(n+5) {
  margin-top: var(--space-1);
}
.grid-margin-list > .col-4:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-4:nth-child(n+4) {
  margin-top: var(--space-1) -width;
}
.grid-margin-list > .col-6:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-6:nth-child(n+3) {
  margin-top: var(--space-1);
}
.grid-margin-list > .col-7:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-8:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-9:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-10:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-11:nth-child(n) {
  margin-top: 0;
}
@media (min-width: 810px) {
  .grid-margin-list > .col-sm-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-2:nth-child(n+7) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-sm-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-3:nth-child(n+5) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-sm-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-4:nth-child(n+4) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-sm-5:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-6:nth-child(n+3) {
    margin-top: var(--bs-gutter-x);
  }
  .grid-margin-list > .col-sm-7:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-11:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1160px) {
  .grid-margin-list > .col-md-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-5:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-7:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-11:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1380px) {
  .grid-margin-list > .col-lg-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-2:nth-child(n+7) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-lg-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-3:nth-child(n+5) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-lg-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-4:nth-child(n+4) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-lg-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-6:nth-child(n+3) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-lg-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-11:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-12:nth-child(n) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-lg-12:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1580px) {
  .grid-margin-list > .col-xl-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-2:nth-child(n+7) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-xl-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-3:nth-child(n+5) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-xl-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-4:nth-child(n+4) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-xl-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-6:nth-child(n+3) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-xl-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-11:nth-child(n) {
    margin-top: 0;
  }
}
[class^="col-"].center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-fluid-width {
  width: 100%;
  height: auto;
}
.img-responsive-width, picture.img-responsive-width img {
  max-width: 100%;
  height: auto;
}
picture.img-responsive img {
  max-width: 100%;
  height: auto;
}
.visible-mobile {
  display: none !important;
}
@media (max-width: 1159px) {
  .visible-mobile {
    display: block !important;
  }
}
@media (-ms-high-contrast: none) {
  .img-responsive {
    width: 100%;
  }
  .news-teaser-image-wrap .img-responsive {
    width: auto;
    height: auto;
  }
}
.clearfix {
  display: block !important;
  clear: both !important;
  float: none !important;
}
.grid-row-5 {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
@media (min-width: 810px) {
  .grid-row-5 {
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1380px) {
  .grid-row-5 {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
@media (min-width: 1580px) {
  .grid-row-5 {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
.grid-row-5 img {
  width: 100%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.ce-textpic .ce-border img {
  border: 1px solid #999;
}
.frame-layout-20 .ce-textpic .ce-border img {
  border: var(--space-2) solid #FFF;
  background-color: #FFF;
}
.ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery .img-responsive-width, .ce-textpic .ce-gallery picture.img-responsive-width img {
  width: 100%;
  max-width: none;
  height: auto;
}
.frame-layout-20 .ce-textpic .ce-gallery img {
  background-color: #FFF;
}
.ce-textpic .ce-gallery .row {
  margin-bottom: 30px;
}
.ce-textpic .ce-gallery .row:last-child {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery picture {
  vertical-align: text-top;
}
.ce-textpic .ce-gallery img {
  width: 100%;
  height: auto;
}
.ce-textpic .ce-gallery .image {
  position: relative;
  display: inline-block;
}
.ce-textpic .ce-gallery .image .image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.ce-textpic .ce-gallery .image .image-caption span {
  display: inline-block;
  color: #fff;
  font-size: var(--font-size-1);
  padding: 6px 20px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5);
}
.ce-textpic .ce-gallery .ce-media {
  width: 100%;
  overflow: visible;
}
.ce-textpic .ce-gallery .ce-media .row {
  margin: 0;
  margin-bottom: 30px;
}
.ce-textpic .ce-gallery .ce-media .row:last-child {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery figcaption {
  display: block;
  margin-top: 5px;
  font-size: 0.75rem;
}
.ce-textpic.ce-above .ce-gallery figure {
  margin: 0 0 var(--space-1) 0;
}
.ce-textpic.ce-below .ce-gallery {
  margin-top: 30px;
}
.ce-textpic.ce-center .ce-gallery {
  text-align: center;
}
.ce-textpic.ce-center .ce-gallery .ce-outer {
  display: inline-block;
}
@media (max-width: 1159px) {
  .frame-layout-box-image-rounded .ce-textpic.ce-center .ce-gallery .ce-outer {
    max-width: 70%;
  }
}
.ce-textpic.ce-above.ce-right .ce-gallery, .ce-textpic.ce-below.ce-right .ce-gallery {
  text-align: right;
}
.ce-textpic.ce-above.ce-right .ce-gallery .ce-column, .ce-textpic.ce-below.ce-right .ce-gallery .ce-column {
  display: inline-block;
}
.ce-textpic.ce-intext.ce-nowrap > .row {
  margin: 0 calc(var(--bs-gutter-x) / 2 * -1);
}
.ce-textpic.ce-intext .ce-gallery figure {
  margin: 0;
}
.ce-textpic.ce-intext .ce-gallery figure figcaption {
  width: 0px;
  min-width: 100%;
}
.ce-textpic.ce-intext .ce-gallery .ce-column {
  margin: 0 0 15px 0;
}
.ce-textpic.ce-intext .ce-gallery .ce-column:last-child {
  margin-bottom: 0;
}
@media (max-width: 809px) {
  .ce-textpic.ce-intext .ce-gallery {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }
  .ce-textpic.ce-intext .ce-gallery .col-sm-12 {
    padding: 0;
  }
}
@media (min-width: 810px) {
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    margin: 0 0 30px 30px;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery figure {
    width: 100%;
    aspect-ratio: 1.3;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin: 0 30px 30px 0;
  }
  .ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1380px) {
  [class*="col-"] .ce-above .ce-bodytext {
    width: 100%;
  }
}
.frame-space-before-medium {
  margin-top: 0;
}
@media (min-width: 1160px) {
  .frame-space-before-medium {
    margin-top: 60px;
  }
}
/*.frame-slideshow {
    .ce-column {
        width: 100% !important;

        figure {
            width: 100%;
        }

        a {
            display: block;
        }

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

    }
}*/
main .frame-space-before-biggerpadding {
  padding-top: var(--space-8);
}
main .frame-row-6-6 p, main .frame-row-6-6 li {
  padding-right: 3%;
}
main .frame {
  margin-bottom: var(--space-3);
}
@media (min-width: 1380px) {
  main .frame {
    margin-bottom: var(--space-4);
  }
}
main .frame .container .grid-margin-list .frame:last-child {
  margin-bottom: 0;
}
main .frame:last-child {
  margin: 0;
}
main .frame.frame-type-cinteaser_custom {
  margin-bottom: 45px;
}
@media (min-width: 1380px) {
  main .frame.frame-type-cinteaser_custom {
    margin-bottom: 100px;
  }
}
@media (min-width: 1910px) {
  main .frame.frame-type-cinteaser_custom {
    margin-bottom: 110px;
  }
}
main .frame.frame-type-header {
  margin-bottom: 90px;
}
@media (max-width: 809px) {
  main .frame.frame-type-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) {
  main .frame.frame-space-before-buendig {
    margin-top: var(--space-5);
  }
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-buendig {
    margin-top: var(--space-5);
  }
}
@media (min-width: 1380px) {
  main .frame.frame-space-before-buendig {
    margin-top: var(--space-5);
  }
}
@media (min-width: 1580px) {
  main .frame.frame-space-before-buendig {
    margin-top: var(--space-4);
  }
}
@media (min-width: 1380px) {
  main .frame.frame-space-before-extra-small {
    margin-top: 30px;
  }
}
main .frame.frame-space-before-small {
  margin-top: 56.25px;
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-small {
    margin-top: 112.5px;
  }
}
main .frame.frame-space-before-medium {
  margin-top: 93.75px;
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-medium {
    margin-top: 187.5px;
  }
}
@media (min-width: 810px) {
  main .frame.frame-space-before-large {
    margin-top: var(--space-6);
  }
}
@media (min-width: 810px) {
  main .frame.frame-space-before-extra-large {
    margin-top: 120px;
  }
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-topmarginxs {
    margin-top: calc(var(--space-1) - 13px) !important;
  }
}
@media (min-width: 1160px) {
  main .frame.frame-space-after-extra-small {
    margin-bottom: calc(var(--space-1) - 13px);
  }
}
main .frame.frame-space-before-topmarginsm {
  margin-top: var(--space-2) !important;
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-topmarginsm {
    margin-top: var(--space-2) !important;
  }
}
main .frame.frame-space-after-small {
  margin-bottom: var(--space-2);
}
@media (min-width: 1160px) {
  main .frame.frame-space-after-small {
    margin-bottom: var(--space-2);
  }
}
main .frame.frame-space-before-topmarginmd {
  margin-top: var(--space-4) !important;
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-topmarginmd {
    margin-top: var(--space-5) !important;
  }
}
main .frame.frame-space-after-medium {
  margin-bottom: var(--space-4);
}
@media (min-width: 1160px) {
  main .frame.frame-space-after-medium {
    margin-bottom: var(--space-5);
  }
}
main .frame.frame-space-before-topmarginlg {
  margin-top: var(--space-7) !important;
}
@media (max-width: 1159px) {
  main .frame.frame-space-before-topmarginlg {
    margin-top: var(--space-3) !important;
  }
}
main .frame.frame-space-after-large {
  margin-bottom: var(--space-7);
}
@media (max-width: 1159px) {
  main .frame.frame-space-after-large {
    margin-bottom: var(--space-3);
  }
}
main .frame.frame-space-before-topmarginxl {
  margin-top: var(--space-8) !important;
}
main .frame.frame-space-after-extra-large {
  margin-bottom: var(--space-8);
}
main .frame.frame-space-before-topmarginno {
  margin-top: 0 !important;
}
main .frame.frame-space-after-no-space {
  margin-bottom: 0;
}
main > .frame {
  margin-bottom: 150px;
}
@media (max-width: 809px) {
  main > .frame {
    margin-bottom: 45px;
  }
}
main > .frame.frame-space-before-topmarginno {
  margin-top: 0 !important;
}
main > .frame.frame-space-after-no-space {
  margin-bottom: 0;
}
.frame {
  position: relative;
}
.row.grid-margin-list {
  row-gap: var(--space-2);
}
@media (max-width: 809px) {
  .row.grid-margin-list {
    row-gap: var(--space-1);
  }
}
@media (max-width: 809px) {
  .row.grid-margin-list h2, .row.grid-margin-list .h2, .row.grid-margin-list h1, .row.grid-margin-list .h1 {
    margin-bottom: 0;
  }
}
.ce-column figure {
  margin: 0;
}
.grid-margin-list:has(.image) {
  gap: 0;
}
@media (max-width: 809px) {
  .frame-space-after-extra-small {
    margin-bottom: var(--space-1) !important;
  }
}
@media (max-width: 809px) {
  .frame-space-before-topmarginxs {
    margin-top: var(--space-1) !important;
  }
}
.deselect ::selection {
  background: transparent;
  color: inherit;
}
.deselect ::-moz-selection {
  background: transparent;
  color: inherit;
}
.deselect {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
							 supported by Chrome and Opera */
}
.text-crop {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.text-cols-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.page-navigation {
  margin: 90px 0;
  line-height: 0;
}
.page-navigation .pagination-info {
  line-height: 42px;
}
.page-navigation .pagination {
  margin: 0;
}
.page-navigation .pagination > li {
  text-transform: uppercase;
}
.page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
  padding: 4px 15px;
  min-width: 42px;
  text-align: center;
  border-width: 2px;
  margin: 0 5px 5px 0;
}
@media (min-width: 810px) {
  .page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
    min-width: 35px;
  }
}
@media (min-width: 1160px) {
  .page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
    min-width: 39px;
  }
}
@media (min-width: 1380px) {
  .page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
    min-width: 42px;
  }
}
.page-navigation .pagination > li > a {
  transition: color 300ms, background 300ms;
}
@media (prefers-reduced-motion: reduce) {
  .page-navigation .pagination > li > a {
    transition: none;
  }
}
.box-blue {
  background-color: rgba(183, 204, 6, 0.75);
}
.row {
  /*--bs-gutter-x: 16px;*/
  --bs-gutter-x: 60px;
}
@media (max-width: 768px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
.g-0 {
  --bs-gutter-x: 0;
}
:root {
  --coin-size: 350px;
  --coin-turn-around-time: 10s;
  --coin-shine-width: 60px;
}
.btn {
  font-family: "Helvetica Neue LT Std", sans-serif;
  padding: 11px var(--space-1) 5px;
  font-size: var(--font-size-btn);
  margin: 0;
  color: #FFF;
  border-radius: 0;
  line-height: 100%;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1379px) {
  .btn {
    min-height: 42px;
  }
}
.btn.btn-primary {
  color: #FFFFFF;
  transition: background-color 0.4s ease;
  border: none;
  text-transform: none;
  background: #006AB4;
  border-radius: var(--border-radius);
}
.no-touchevents .btn.btn-primary:hover {
  background-color: #004c81;
}
@media (max-width: 1159px) {
  .btn {
    min-height: 42px;
    padding: 8px var(--space-1) 4px;
  }
}
.btn.btn-default {
  background-color: #C7CBD2;
  color: #000000;
  transition: background-color 0.4s ease;
  border: none;
}
.btn.btn-default:hover {
  background-color: #999;
}
.btn.btn-secondary {
  position: relative;
  transition: background-color 0.4s ease;
  background-color: #B7CC06;
  border: none;
  color: #FFFFFF;
  border-radius: var(--border-radius);
  font-style: var(--font-size-btn);
  z-index: 1;
}
.no-touchevents .btn.btn-secondary:hover {
  background-color: #a8ba07;
}
.btn.btn-medium-small {
  background: #F0F0F0;
  border-radius: var(--border-radius);
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border-radius: 0;
}
@media (max-width: 1159px) {
  .btn.btn-medium-small {
    min-height: 42px;
    min-width: 42px;
    width: 42px;
    height: 42px;
  }
}
.btn.btn-medium-small.delete:after {
  content: "";
  background: var(--icon-trash);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.btn.btn-medium-small:hover {
  background: #b3b3b3;
}
.btn.btn-outline {
  color: #006AB4;
  padding: var(--space-1) var(--space-2);
  background-color: transparent;
  font-weight: 600;
  border: 1px solid #006AB4;
}
.no-touchevents .btn.btn-outline:hover {
  color: #B7CC06;
  border-color: #B7CC06;
}
.btn.btn-inverse {
  color: white;
  border: 2px solid white;
  transition: color 0.3s ease, border-color 0.3s ease 0.12s;
}
.btn.btn-inverse:hover {
  color: #B7CC06;
  border-color: #B7CC06;
}
.btn.btn-block {
  display: block;
  /*background-color: $gray-700;*/
  text-align: center;
}
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: var(--font-size-h3);
}
.btn.btn-small {
  font-size: var(--font-size-4);
  color: #006AB4;
  padding: 0;
}
.btn.btn-small:hover {
  color: #B7CC06;
}
.custome-badge {
  padding: 8px 10px;
  background: #F7F8FA;
  font-size: var(--font-size-1);
}
.custome-start-date {
  padding: 10px;
  border: 1px solid #C7CBD2;
  display: flex;
  gap: var(--space-2);
}
.frame-centered {
  text-align: center;
}
.frame-centered .headline {
  width: 100%;
}
.frame-centered .headline h1, .frame-centered .headline .h1, .frame-centered .headline h2, .frame-centered .headline .h2, .frame-centered .headline h3, .frame-centered .headline .h3, .frame-centered .headline h4, .frame-centered .headline .h4 {
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  position: static;
}
@media (max-width: 1379px) {
  .frame-centered .headline h1, .frame-centered .headline .h1, .frame-centered .headline h2, .frame-centered .headline .h2, .frame-centered .headline h3, .frame-centered .headline .h3, .frame-centered .headline h4, .frame-centered .headline .h4 {
    max-width: 100%;
  }
}
.frame-centered .ce-bodytext {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}
@media (max-width: 1379px) {
  .frame-centered .ce-bodytext {
    max-width: 100%;
  }
}
.frame-centered .tx-kmavideo {
  margin: 0 auto;
  max-width: 80%;
  text-align: left;
}
@media (max-width: 1379px) {
  .frame-centered .tx-kmavideo {
    max-width: 100%;
  }
}
/* grauer Block */
.frame-layout-20 {
  background-color: #F7F8FA;
  padding: var(--space-4) 0;
  overflow: hidden;
  box-shadow: -1300px 0px 0px 0px #F7F8FA, 1300px 0px 0px 0px #F7F8FA;
}
@media (max-width: 1379px) {
  .frame-layout-20 {
    padding: var(--space-4) 0;
  }
}
@media (max-width: 1579px) {
  .frame-layout-20 {
    box-shadow: -700px 0px 0px 0px #F7F8FA, 700px 0px 0px 0px #F7F8FA;
  }
}
@media (max-width: 809px) {
  .frame-layout-20 {
    box-shadow: -200px 0px 0px 0px #F7F8FA, 200px 0px 0px 0px #F7F8FA;
    padding: var(--space-3) 0;
  }
}
/* gelber Block */
.frame-layout-30 {
  background-color: #006AB4;
  padding: var(--space-4) 0;
  position: relative;
  color: #FFFFFF;
  box-shadow: -1300px 0px 0px 0px #006AB4, 1300px 0px 0px 0px #006AB4;
}
@media (max-width: 1579px) {
  .frame-layout-30 {
    box-shadow: -700px 0px 0px 0px #006AB4, 700px 0px 0px 0px #006AB4;
  }
}
@media (max-width: 1379px) {
  .frame-layout-30 {
    padding: var(--space-4) 0;
  }
}
@media (max-width: 809px) {
  .frame-layout-30 {
    box-shadow: -200px 0px 0px 0px #006AB4, 200px 0px 0px 0px #006AB4;
    padding: var(--space-3) 0;
  }
}
.frame-layout-30 p {
  color: #FFFFFF;
}
.frame-layout-30 a {
  color: #B7CC06;
}
.frame-layout-30 .headline h2, .frame-layout-30 .headline .h2 {
  color: #FFFFFF;
}
.frame-layout-30 .headline h2 .subheader, .frame-layout-30 .headline .h2 .subheader {
  color: #FFFFFF;
  opacity: 1;
}
.frame-layout-30 .headline h1, .frame-layout-30 .headline .h1 {
  color: #FFFFFF;
}
.frame-layout-30 .headline h1 .subheader, .frame-layout-30 .headline .h1 .subheader {
  color: #FFFFFF;
  opacity: 1;
}
.frame-layout-30 .kmaslider_slider .slider-benifit-prev {
  background-image: var(--arrow-left-white);
  width: calc(var(--icon-size) + 4px);
  height: calc(var(--icon-size) + 4px);
}
.frame-layout-30 .kmaslider_slider .slider-benifit-next {
  background-image: var(--arrow-right-white);
  width: calc(var(--icon-size) + 4px);
  height: calc(var(--icon-size) + 4px);
}
.frame-layout-30 .tx-kmacontacts .contacts-item.contacts-blue .contact-entry {
  background: #FFFFFF;
}
.frame-layout-30 .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .name, .frame-layout-30 .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .sub-title, .frame-layout-30 .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .phone, .frame-layout-30 .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .email {
  color: #000000;
}
@media (max-width: 1379px) {
  .frame-layout-30 .frame-layout-0 p a {
    margin-bottom: var(--space-1);
  }
}
.product-page .frame-layout-30 {
  box-shadow: -960px 0px 0px 0px #006AB4;
  padding: var(--space-3) 0;
  padding-right: var(--space-2);
}
@media (max-width: 1579px) {
  .product-page .frame-layout-30 {
    box-shadow: -700px 0px 0px 0px #006AB4;
  }
}
@media (max-width: 1379px) {
  .product-page .frame-layout-30 {
    padding: var(--space-4) 0;
    box-shadow: -700px 0px 0px 0px #006AB4, 700px 0px 0px 0px #006AB4;
  }
}
@media (max-width: 809px) {
  .product-page .frame-layout-30 {
    box-shadow: -200px 0px 0px 0px #006AB4, 200px 0px 0px 0px #006AB4;
    padding: var(--space-3) 0;
  }
}
/* gelber Block */
.frame-layout-32 {
  background-color: #EDF5FA;
  padding: var(--space-4) 0;
  position: relative;
  box-shadow: -1300px 0px 0px 0px #EDF5FA, 1300px 0px 0px 0px #EDF5FA;
  /*  
  .headline {
    h2 {
      .subheader {
        color: $black;
      }
    }
  }
  .frame-type-textmedia {
    padding-bottom: 0;
    .headline {
      &.has-subheader {
        h2 {
          margin-bottom: var(--space-3);
        }
      }
    }
  }
  .frame-type-form_formframework {
    padding-top: 0;
  }
  */
}
@media (max-width: 1579px) {
  .frame-layout-32 {
    box-shadow: -700px 0px 0px 0px #EDF5FA, 700px 0px 0px 0px #EDF5FA;
  }
}
@media (max-width: 1379px) {
  .frame-layout-32 {
    padding: var(--space-4) 0;
  }
}
@media (max-width: 809px) {
  .frame-layout-32 {
    box-shadow: -200px 0px 0px 0px #EDF5FA, 200px 0px 0px 0px #EDF5FA;
    padding: var(--space-3) 0;
  }
}
.frame-layout-35 {
  padding: var(--space-4) 0;
  z-index: 12;
}
@media (max-width: 1159px) {
  .frame-layout-35 {
    padding: var(--space-3) 0;
  }
}
.frame-layout-35 .row.grid-margin-list .order-image.col-index-3 .frame-layout-0 {
  height: 100%;
  display: flex;
  align-items: center;
}
.frame-layout-35 .row.grid-margin-list .order-image.col-index-3 .frame-layout-0 .tx-kmavideo {
  height: 100%;
}
@media (max-width: 1159px) {
  .frame-layout-35 .row.grid-margin-list .frame-layout-0 p a {
    margin-bottom: var(--space-1);
  }
}
.frame-layout-40 h2, .frame-layout-40 .h2, .frame-layout-40 h3, .frame-layout-40 .h3 {
  color: #FFFFFF;
}
.frame-layout-99 {
  display: flex;
  gap: var(--space-1);
  position: static;
}
.frame-layout-99 .frame {
  width: 100%;
}
@media (max-width: 809px) {
  .frame-layout-99 {
    flex-direction: column;
  }
}
.frame-layout-99 .news .frame-layout-20 {
  padding: 0;
  background: none;
  border: 0;
}
.frame-layout-10 {
  position: relative;
}
.frame-layout-10 .headline {
  position: absolute;
  top: 100px;
  left: var(--space-2);
  z-index: 11;
}
.frame-layout-10 .headline h2, .frame-layout-10 .headline .h2 {
  font-size: var(--font-size-6);
  font-weight: 600;
  font-family: "Helvetica Neue LT Std", sans-serif;
  color: #FFFFFF;
}
.frame-layout-19 {
  background-size: cover;
  position: relative;
  padding: var(--space-4) 0;
}
@media (max-width: 1379px) {
  .frame-layout-19 {
    padding: var(--space-4) 0;
  }
}
@media (max-width: 809px) {
  .frame-layout-19 {
    padding: var(--space-3) 0;
  }
}
.frame-layout-19 > * {
  position: relative;
  z-index: 2;
}
.frame-layout-19 .container {
  position: static;
}
.frame-layout-19 .container .frame-layout-0 {
  z-index: 111;
}
.frame-layout-19 header.headline {
  z-index: 111;
}
.frame-layout-19:after {
  background: rgba(0, 0, 0, 0.57);
  backdrop-filter: blur(10px);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.frame-layout-19 .subheader {
  color: #FFFFFF;
  opacity: 1;
}
.frame-layout-19 .headline h2, .frame-layout-19 .headline .h2 {
  color: #FFFFFF;
}
.frame-layout-19 .headline h2 span.subheader, .frame-layout-19 .headline .h2 span.subheader {
  color: #FFFFFF;
  opacity: 1;
}
.frame-layout-19 .h3-format, .frame-layout-19 h3, .frame-layout-19 .h3, .frame-layout-19 .timeline .item .content-wrapper .headline, .timeline .item .content-wrapper .frame-layout-19 .headline, .frame-layout-19 .tx-cinjobs.show .wrapper .box-contact h2, .frame-layout-19 .tx-cinjobs.show .wrapper .box-contact .h2, .tx-cinjobs.show .wrapper .box-contact .frame-layout-19 h2, .frame-layout-19 p {
  color: #FFFFFF;
}
.frame-layout-101 {
  border: 1px solid #C7CBD2;
  padding: var(--space-1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-layout-101 .image {
  margin-bottom: 0;
}
.frame-layout-100 .frame {
  position: relative;
  padding-left: calc(131px + var(--space-3));
}
@media (max-width: 1379px) {
  .frame-layout-100 .frame {
    padding-left: calc(100px + var(--space-3));
  }
}
@media (max-width: 809px) {
  .frame-layout-100 .frame {
    padding-left: calc(80px + var(--space-3));
  }
}
.frame-layout-100 .frame::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 131 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='131' height='131' rx='65.5' fill='%23151515'/%3E%3Cpath d='M87.1654 50.75L60.1237 77.7917L47.832 65.5' stroke='%23FEC531' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 131px;
  height: 131px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1379px) {
  .frame-layout-100 .frame::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 809px) {
  .frame-layout-100 .frame::before {
    width: 80px;
    height: 80px;
  }
}
.frame-layout-36 {
  padding: var(--space-4) 0;
}
@media (max-width: 809px) {
  .frame-layout-36 {
    padding: var(--space-3) 0;
  }
}
.frame-layout-36 .row.grid-margin-list {
  --bs-gutter-x: 0px;
  box-shadow: 0px 0px 50px 0px #00000066;
}
.frame-layout-36 .row.grid-margin-list .col-index-1 .frame.frame-type-image, .frame-layout-36 .row.grid-margin-list .col-index-1 .ce-image, .frame-layout-36 .row.grid-margin-list .col-index-1 .ce-gallery, .frame-layout-36 .row.grid-margin-list .col-index-1 .ce-outer, .frame-layout-36 .row.grid-margin-list .col-index-1 .ce-inner, .frame-layout-36 .row.grid-margin-list .col-index-1 .ce-column, .frame-layout-36 .row.grid-margin-list .col-index-1 figure.image, .frame-layout-36 .row.grid-margin-list .col-index-1 img {
  height: 100%;
}
.frame-layout-36 .row.grid-margin-list .col-index-1 img {
  object-fit: cover;
}
.frame-layout-36 .row.grid-margin-list .col-index-2 {
  padding: var(--space-1);
  background: #B7CC06;
  margin-top: 0;
}
.frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-textmedia {
  display: flex;
  flex-flow: column;
  gap: var(--space-1);
}
.frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-textmedia h3, .frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-textmedia .h3 {
  color: #FFFFFF;
}
.frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-textmedia p {
  font-weight: 300;
  color: #FFFFFF;
}
.frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-html {
  margin-top: auto;
}
.frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-html .btn.btn-primary {
  background-color: #006AB4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius);
}
.frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-html .btn.btn-primary svg {
  width: 21px;
  height: 21px;
  fill: #FFFFFF;
}
@media (min-width: 810px) {
  .frame-layout-36 .row.grid-margin-list .col-index-2 {
    padding: var(--space-2);
  }
}
@media (min-width: 1580px) {
  .frame-layout-36 .row.grid-margin-list .col-index-2 .frame.frame-type-textmedia {
    gap: var(--space-1);
  }
}
.frame-type-news_pi1 .headline.has-subheader {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.frame-type-news_pi1 .headline.has-subheader .arrows, .frame-type-news_pi1 .headline.has-subheader .arrows-effect {
  display: grid;
  grid-auto-flow: column;
  place-content: start end;
  gap: 17px;
}
.frame-type-news_pi1 .headline.has-subheader .arrows > *, .frame-type-news_pi1 .headline.has-subheader .arrows-effect > * {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size);
  height: var(--icon-size);
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.frame-type-news_pi1 .headline.has-subheader .arrows > *:hover, .frame-type-news_pi1 .headline.has-subheader .arrows-effect > *:hover {
  opacity: 0.8;
}
.frame-type-news_pi1 .headline.has-subheader .arrows.hide, .frame-type-news_pi1 .headline.has-subheader .arrows-effect.hide {
  display: none;
}
.frame-type-news_pi1 .headline.has-subheader .arrows .slider-news-prev, .frame-type-news_pi1 .headline.has-subheader .arrows-effect .slider-news-prev {
  background-image: var(--arrow-left);
}
.frame-type-news_pi1 .headline.has-subheader .arrows .slider-news-next, .frame-type-news_pi1 .headline.has-subheader .arrows-effect .slider-news-next {
  background-image: var(--arrow-right);
}
@media (max-width: 809px) {
  .frame-type-news_pi1 .headline.has-subheader .arrows {
    display: none;
  }
}
.frame-type-kmaslider_slider {
  overflow: hidden;
}
.frame-layout-102-wrp {
  position: sticky;
  top: 125px;
  height: fit-content;
}
.frame-layout-102-wrp .frame-type-textmedia.frame-layout-0 {
  margin-bottom: calc(var(--space-1) - 13px);
}
.product-page .frame-layout-102-wrp {
  height: 100%;
  top: 250px;
}
.frame-layout-102-wrp > .frame-layout-0 strong {
  font-weight: 700;
}
.frame-layout-104 .gallery.gallery-headerslider {
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
}
.frame-layout-104 .gallery.gallery-headerslider .gallery-control {
  display: flex !important;
}
.frame-layout-104 .gallery.gallery-headerslider .gallery-control.next {
  margin-right: 0 !important;
}
@media (max-width: 1159px) {
  .frame-layout-104 .gallery.gallery-headerslider {
    aspect-ratio: 1;
  }
}
.frame-type-ce_columns3 p {
  hyphens: auto;
}
.frame-type-ce_columns3 .col-md-3 p {
  hyphens: none;
}
@media (max-width: 809px) {
  .text-left-xs {
    text-align: left !important;
  }
}
.frame-layout-105 {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.frame-layout-105 .headline {
  order: inherit !important;
}
.frame-layout-105 .frame {
  margin-bottom: 0 !important;
}
.frame-layout-105 .frame .headline {
  position: relative;
  background: #006AB4;
  padding: 29px 40px var(--space-1);
  border-radius: var(--border-radius);
  cursor: pointer;
}
@media (max-width: 1379px) {
  .frame-layout-105 .frame .headline {
    padding-top: 23px;
  }
}
@media (max-width: 809px) {
  .frame-layout-105 .frame .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px var(--space-1) 11px;
  }
}
.frame-layout-105 .frame .headline::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5 53C41.1355 53 53 41.1355 53 26.5C53 11.8645 41.1355 0 26.5 0C11.8645 0 0 11.8645 0 26.5C0 41.1355 11.8645 53 26.5 53ZM27.671 13.7351C27.3604 13.4245 26.9392 13.25 26.4999 13.25C26.0606 13.25 25.6394 13.4245 25.3288 13.7351C25.0181 14.0457 24.8436 14.467 24.8436 14.9062V34.0956L17.735 26.9836C17.581 26.8296 17.3982 26.7075 17.197 26.6241C16.9958 26.5408 16.7802 26.4979 16.5624 26.4979C16.1226 26.4979 15.7008 26.6726 15.3898 26.9836C15.2358 27.1376 15.1136 27.3204 15.0303 27.5216C14.9469 27.7228 14.9041 27.9385 14.9041 28.1562C14.9041 28.374 14.9469 28.5897 15.0303 28.7909C15.1136 28.9921 15.2358 29.1749 15.3898 29.3289L25.3273 39.2664C25.4811 39.4206 25.6639 39.543 25.8651 39.6265C26.0663 39.71 26.282 39.753 26.4999 39.753C26.7177 39.753 26.9335 39.71 27.1347 39.6265C27.3359 39.543 27.5187 39.4206 27.6725 39.2664L37.61 29.3289C37.764 29.1749 37.8862 28.9921 37.9695 28.7909C38.0528 28.5897 38.0957 28.374 38.0957 28.1562C38.0957 27.9385 38.0528 27.7228 37.9695 27.5216C37.8862 27.3204 37.764 27.1376 37.61 26.9836C37.456 26.8296 37.2732 26.7075 37.072 26.6241C36.8708 26.5408 36.6552 26.4979 36.4374 26.4979C36.2196 26.4979 36.004 26.5408 35.8028 26.6241C35.6016 26.7075 35.4188 26.8296 35.2648 26.9836L28.1561 34.0956V14.9062C28.1561 14.467 27.9816 14.0457 27.671 13.7351Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 53px;
  height: 53px;
  position: absolute;
  right: calc(var(--space-2)/1.2);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1379px) {
  .frame-layout-105 .frame .headline::after {
    width: 43px;
    height: 43px;
  }
}
@media (max-width: 1159px) {
  .frame-layout-105 .frame .headline::after {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 809px) {
  .frame-layout-105 .frame .headline::after {
    position: static;
    transform: none;
  }
}
.frame-layout-105 .frame .headline.active {
  background: #B7CC06;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.frame-layout-105 .frame .headline h3, .frame-layout-105 .frame .headline .h3 {
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
}
@media (max-width: 1379px) {
  .frame-layout-105 .frame .headline h3, .frame-layout-105 .frame .headline .h3 {
    font-size: var(--font-size-h4);
  }
}
.frame-layout-105 .frame .headline ~ div {
  background: #FFFFFF;
  padding: var(--space-2) calc(var(--space-2)/1.2);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
@media (max-width: 809px) {
  .frame-layout-105 .frame .headline ~ div {
    padding: 20px 30px;
  }
}
.frame-layout-106 {
  margin-top: -150px;
  background: #006AB4;
  position: relative;
  padding: calc(220px + var(--space-2)) 0 var(--space-5) 0;
}
@media (max-width: 1379px) {
  .frame-layout-106 {
    margin-top: -80px;
    padding: calc(160px + var(--space-2)) 0 var(--space-5) 0;
  }
}
@media (max-width: 1159px) {
  .frame-layout-106 {
    padding: calc(140px + var(--space-2)) 0 var(--space-5) 0;
  }
}
@media (max-width: 809px) {
  .frame-layout-106 {
    margin-top: -50px;
    padding: calc(100px + var(--space-2)) 0 var(--space-5) 0;
  }
}
@media only screen and (min-width: 2501px) {
  .frame-layout-106 {
    padding-top: var(--space-5);
    margin-top: var(--space-2);
  }
}
.frame-layout-106:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media only screen and (max-width: 2500px) {
  .frame-layout-106:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1287.8 65.367C1157.79 78.5692 1036.19 90.9174 916.3 90.9174C662.575 90.9174 252.148 55.4178 79.0598 40.4467L79.0595 40.4467L72.3642 39.8676C33.0385 36.467 7.19536 34.2486 0 33.9469L0 99.8739H1920L1920 0.193359C1895.18 34.881 1829.1 34.3127 1789.46 33.9718C1785.82 33.9405 1782.4 33.9111 1779.26 33.9111C1597.58 33.9107 1437.14 50.2023 1287.8 65.367Z' fill='%23EDF5FA'/%3E%3C/svg%3E%0A");
  }
}
.frame-layout-106::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 11;
}
@media only screen and (max-width: 2500px) {
  .frame-layout-106::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 223' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1543 103.536C1309.26 250.882 761.256 131.838 280.5 173.649C183.191 182.112 88.636 197.166 0 222.352V0H1920V106C1847.11 14.7951 1725.44 -11.471 1543 103.536Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
.frame-layout-106 .frame-type-html {
  position: static;
}
.frame-layout-106 .frame-type-ce_columns3 {
  position: relative;
  z-index: 12;
}
.frame-layout-106 .video-background {
  opacity: 0.2;
}
.frame-layout-106 h2, .frame-layout-106 .h2, .frame-layout-106 h3, .frame-layout-106 .h3, .frame-layout-106 h4, .frame-layout-106 .h4, .frame-layout-106 h1, .frame-layout-106 .h1, .frame-layout-106 p, .frame-layout-106 .headline h2.paragraph, .frame-layout-106 .headline .paragraph.h2, .frame-layout-106 .headline h2, .frame-layout-106 .headline .h2 {
  color: #FFFFFF;
  text-shadow: 4px 0 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 809px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 1160px) {
  .frame-layout-109 {
    display: none;
  }
}
@media (max-width: 1159px) {
  .frame-layout-109 a.btn {
    width: 100%;
    justify-content: center;
  }
}
.frame-layout-110 .headline .paragraph {
  margin-bottom: var(--space-3) !important;
}
.frame-layout-110 .image {
  margin-bottom: var(--space-1);
}
.frame-layout-110 .ce-textpic .ce-gallery .img-responsive-width {
  max-height: 80px;
}
.frame-layout-111 {
  background: #006AB4;
  color: #FFFFFF;
  border-radius: var(--border-radius);
  padding: var(--space-1);
}
.frame-layout-111 h3, .frame-layout-111 .h3 {
  margin-bottom: 0;
  font-size: var(--font-size-2);
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.frame-layout-111 p {
  color: #FFFFFF;
}
.frame-layout-111 .ce-textpic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.frame-layout-111 .ce-textpic svg path {
  fill: #FFFFFF;
}
.frame-layout-111 .headline {
  display: flex;
  justify-content: center;
}
.frame-layout-111 .headline h2, .frame-layout-111 .headline .h2, .frame-layout-111 .headline h3, .frame-layout-111 .headline .h3, .frame-layout-111 .headline h4, .frame-layout-111 .headline .h4 {
  color: #FFFFFF;
}
.frame-space-after-extra-small {
  margin-bottom: var(--space-1) !important;
}
#top .row {
  height: 100%;
}
#top .row .navi {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
@media (max-width: 1579px) {
  #top .row .navi {
    gap: calc(var(--space-1) / 2);
  }
}
@media (max-width: 1159px) {
  #top .row .navi {
    justify-content: flex-end;
  }
}
#top .row #top-navigation {
  display: none;
}
@media (min-width: 1160px) {
  #top .row #top-navigation {
    display: flex;
    justify-content: flex-end;
    transition: all 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    margin-top: 10px;
    visibility: visible;
  }
}
@media (min-width: 1380px) {
  #top .row #top-navigation {
    margin-top: 30px;
  }
}
.scrolled #top .row #top-navigation {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}
#top .row #top-navigation .language-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
}
#top .row #top-navigation .language-menu .nav-item .nav-link {
  background-color: #C7CBD2;
  font-size: var(--font-size-tiny);
  padding: 5px 10px;
  color: #000000;
  text-transform: uppercase;
}
#top .row #top-navigation .language-menu .nav-item .nav-link:hover {
  background-color: #999;
}
#top .row #top-navigation .language-menu .nav-item.active .nav-link {
  background-color: #006AB4;
  color: white;
}
#top .row #top-navigation .language-menu .nav-item.text-muted {
  display: none;
}
.navigation-wrapper {
  width: 100%;
}
.language-mobile {
  display: none;
  background: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 1159px) {
  .language-mobile {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1160px) {
  .navbar-toggler {
    display: none !important;
  }
  #navbarResponsive {
    width: 100%;
  }
  #navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-family: "Helvetica Neue LT Std", sans-serif;
  }
  .scrolled #navigation {
    height: 100%;
  }
  .scrolled #navigation #navbarResponsive {
    border: none;
  }
  #navigation .navbar {
    position: static;
  }
  #navigation .nav {
    flex-wrap: nowrap;
  }
  #navigation .nav .nav-item.dropdown > .dropdown-menu {
    pointer-events: none;
  }
  #navigation .nav .nav-item.dropdown .dropdown-menu {
    height: max-content;
    transition: all 0.4s ease;
  }
  #navigation .nav .nav-item.dropdown.visible > .dropdown-menu {
    pointer-events: all;
    visibility: visible;
    transition-delay: 0s;
    opacity: 1;
    transform: translateX(0);
  }
  #navigation .nav .nav-item.dropdown.visible .dropdown:hover > .dropdown-menu {
    pointer-events: all;
    visibility: visible;
    transition-delay: 0s;
    opacity: 1;
    transform: translateX(0);
  }
  #navigation .nav.nav-level-1 {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  #navigation .nav.nav-level-1 > .nav-item {
    transition: all 0.4s ease;
    /*
          &:nth-child(3) {
            position: relative;
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            padding-right: var(--space-1);
            @include screen-lg-max() {
              padding-right: calc(var(--space-1) / 2);
            }
            &::before {
              content: "";
              display: block;
              height: 27px;
              width: 1px;
              background: $black;
              margin-left: var(--space-1);
              @include screen-lg-max() {
                margin-left: calc(var(--space-1) / 2);
              }
              @include screen-md-max() {
                height: 17px;
              }
            }
            &::after {
              right: var(--space-2);
              @include screen-lg-max() {
                right: var(--space-1);
              }
            }
          }
          */
  }
  #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    position: relative;
    font-family: "Neo Tech Pro", sans-serif;
    font-size: var(--font-size-4);
    font-weight: 600;
    padding: calc(var(--space-1) + 17px) var(--space-1);
    color: #000000;
    transition: all 0.4s ease;
  }
  #navigation .nav.nav-level-1 > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 15px;
    border-left-width: 15px;
    border-bottom: 18px solid #006AB4;
    transition: all 0.3s ease 0s;
    background: none;
    opacity: 0.7;
    margin: auto;
    opacity: 0;
    visibility: hidden;
  }
  .scrolled #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    padding: calc(var(--space-1) + 2px) var(--space-1);
  }
  #navigation .nav.nav-level-1 > .nav-item:hover > .nav-link, #navigation .nav.nav-level-1 > .nav-item.active > .nav-link {
    color: #006AB4;
  }
  #navigation .nav.nav-level-1 > .nav-item.dropdown {
    position: relative;
  }
  #navigation .nav.nav-level-1 > .nav-item.dropdown:hover .nav-link::after {
    transition: all 0.3s ease 0.3s;
    opacity: 1;
    visibility: visible;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateX(-10px);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: calc(var(--header-top-height) + 60px);
    width: 35vw;
    border-radius: 0;
    border: none;
    color: #FFFFFF;
    background: none;
    padding: var(--space-2) 0;
    /*&#anchormenu {
              .nav-link {
                &.active {
                  color: $primary;
                  position: relative;

                  &:before {
                    position: absolute;
                    bottom: -12px;
                    left: 50%;
                    margin-left: -14px;
                    content:'';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 12px 14px 0 14px;
                    border-color: $gray-300 transparent transparent transparent;
                  }
                }
              }
            }*/
  }
  .scrolled #navigation .nav.nav-level-1 > .nav-item .dropdown-menu {
    margin-top: var(--header-scroled-height);
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 42px;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu::after {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #006AB4;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 {
    width: 100%;
    bottom: 10vh;
    padding-right: 65vw;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2::after {
    width: 35vw;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-3 {
    left: 34vw;
    padding-left: var(--space-2);
    width: 30vw;
    margin-top: 0;
    z-index: 99;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-3::after {
    background: rgba(0, 106, 180, 0.4);
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-3::before {
    content: "";
    position: absolute;
    width: 40px;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    height: 100%;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-4 {
    left: 0;
    margin-top: 0;
    margin-left: 30vw;
    padding-left: 0;
    padding-right: var(--space-6);
    z-index: 98;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-4::before {
    content: "";
    position: absolute;
    width: 40px;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    height: 100%;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-4::after {
    background: none;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu > .nav-item {
    padding: 0 var(--space-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu > .nav-item.nav-item__title {
    opacity: 1;
    font-family: "Neo Tech Pro", sans-serif;
    font-size: var(--font-size-6);
    font-weight: 600;
    margin-bottom: calc(var(--space-1));
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu > .nav-item.dropdown::after {
    content: var(--arrow-white);
    width: 22px;
    height: 26px;
    display: block;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu > .nav-item > .nav-link {
    padding: 12px 0;
    font-size: var(--font-size-3);
    color: #FFFFFF;
    flex: 1;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu > .nav-item:hover {
    opacity: 1;
  }
  #navigation .nav.nav-level-1 > .nav-item.open .dropdown-menu.nav-level-2 {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
  }
  #navigation .collapse {
    display: block;
  }
}
@media (min-width: 1160px) and (min-width: 1160px) {
  #navigation {
    margin-top: 0;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  #navigation {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (min-width: 1160px) and (max-width: 1379px) {
  #navigation .nav.nav-level-1 .btn-secondary {
    min-height: 45px;
  }
}
@media (min-width: 1160px) and (min-width: 1910px) {
  #navigation .nav.nav-level-1 > .nav-item > .nav-link::after {
    bottom: -4px;
  }
}
@media (min-width: 1160px) and (max-width: 1909px) {
  #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    font-size: var(--font-size-4);
    padding: calc(var(--space-1) + 20px) calc(var(--space-1) - 8px);
  }
  .scrolled #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    padding: calc(var(--space-1) + 5px) calc(var(--space-1) - 8px);
  }
}
@media (min-width: 1160px) and (max-width: 1579px) {
  #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    padding: calc(var(--space-1) + 16px) calc(var(--space-1) / 2);
  }
  .scrolled #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    padding: calc(var(--space-1) - 4px) calc(var(--space-1) / 2);
  }
}
@media (min-width: 1160px) and (max-width: 1379px) {
  #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    padding: calc(var(--space-1) + 4px) calc(var(--space-1) / 2);
  }
  .scrolled #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    padding: calc(var(--space-1) - 2px) calc(var(--space-1) / 2);
  }
}
@media (min-width: 1160px) and (min-width: 1160px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu {
    padding-left: calc((100vw - 990px) / 2);
  }
}
@media (min-width: 1160px) and (min-width: 1380px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu {
    padding-left: calc((100vw - 1240px) / 2);
  }
}
@media (min-width: 1160px) and (min-width: 1580px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1160px) and (min-width: 1910px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu {
    padding-left: calc((100vw - 1740px) / 2);
  }
}
@media (min-width: 1160px) and (max-width: 1579px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu:before {
    height: 32px;
  }
}
@media (min-width: 1160px) and (max-width: 1379px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu:before {
    height: 27px;
  }
}
.backlink-wrap {
  text-align: right;
  margin-top: -30px;
}
.backlink-wrap .backlink {
  display: inline-block;
  font-weight: 700;
}
.backlink-wrap .backlink i {
  margin: 0 10px 0 0;
}
#content .frame-type-menu_subpages {
  text-align: center;
}
#content .frame-type-menu_subpages ul, #content .frame-type-menu_subpages li {
  width: 100%;
}
@keyframes resize {
  from {
    transform: scale(5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.backlink-wrap {
  text-align: right;
  margin-top: -30px;
}
.backlink-wrap .backlink {
  display: inline-block;
  font-weight: 700;
}
.backlink-wrap .backlink i {
  margin: 0 10px 0 0;
}
#content .frame-type-menu_subpages {
  text-align: center;
}
#content .frame-type-menu_subpages ul, #content .frame-type-menu_subpages li {
  width: 100%;
}
@keyframes resize {
  from {
    transform: scale(5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#top > .container > .row {
  position: relative;
}
#navigation_2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: "Helvetica Neue LT Std", sans-serif;
}
@media (min-width: 1160px) {
  #navigation_2 {
    margin-top: 0;
  }
}
@media (max-width: 1159px) {
  #navigation_2 {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-top-height);
    background: #fff;
    display: block;
    padding: var(--space-1);
    height: calc(100vh - var(--header-top-height));
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(-100%);
    pointer-events: none;
    transition: all 0.5s ease;
  }
  #navigation_2.show_menu {
    visibility: visible;
    transform: translateX(0%);
    pointer-events: all;
  }
}
.scrolled #navigation_2 {
  height: 100%;
}
@media (max-width: 1159px) {
  .scrolled #navigation_2 {
    top: var(--header-scroled-height);
  }
}
.scrolled #navigation_2 .nav-item-level-1 > .nav-link {
  padding: calc(var(--space-1) + 6px) var(--space-1);
}
@media (max-width: 1579px) {
  .scrolled #navigation_2 .nav-item-level-1 > .nav-link {
    padding: 22px;
  }
}
@media (max-width: 1579px) {
  .scrolled #navigation_2 .nav-item-level-1 > .nav-link {
    padding: 22px 12px;
  }
}
@media (max-width: 1159px) {
  .scrolled #navigation_2 .nav-item-level-1 > .nav-link {
    padding: 16px var(--space-1);
  }
}
#navigation_2 .nav-item-level-1.dropdown > .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1159px) {
  #navigation_2 .nav-item-level-1.dropdown > .nav-link {
    justify-content: space-between;
  }
}
#navigation_2 .nav-item-level-1.dropdown > .nav-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  display: block;
}
@media (max-width: 1159px) {
  #navigation_2 .nav-item-level-1.dropdown.visible_dropdown > .nav-link {
    color: #006AB4;
  }
}
#navigation_2 .nav-item-level-1.dropdown.visible_dropdown > .nav-link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%23006AB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#navigation_2 .nav-item-level-1 > .nav-link {
  position: relative;
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-4);
  font-weight: 600;
  padding: calc(var(--space-1) + 17px) var(--space-1);
  color: #000000;
  transition: all 0.4s ease;
}
@media (max-width: 1579px) {
  #navigation_2 .nav-item-level-1 > .nav-link {
    padding: 22px;
  }
}
@media (max-width: 1579px) {
  #navigation_2 .nav-item-level-1 > .nav-link {
    padding: 22px 12px;
  }
}
@media (max-width: 1159px) {
  #navigation_2 .nav-item-level-1 > .nav-link {
    padding: 16px var(--space-1);
  }
}
#navigation_2 .nav-item-level-1 > .nav-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 15px;
  border-left-width: 15px;
  border-bottom: 18px solid #006AB4;
  transition: all 0.3s ease 0s;
  background: none;
  opacity: 0.7;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (min-width: 1910px) {
  #navigation_2 .nav-item-level-1 > .nav-link::before {
    bottom: -4px;
  }
}
#navigation_2 .nav-item-level-1.dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #006AB4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  opacity: 0;
}
#navigation_2 .nav-item-level-1.dropdown.visible_dropdown:before {
  opacity: 1;
}
@media (max-width: 1159px) {
  #navigation_2 .nav-item-level-1.dropdown.visible_dropdown:before {
    content: none;
  }
}
#navigation_2 .dropdown-element {
  position: fixed;
  top: cacl(var(--header-top-height)59px);
  left: 0;
  right: 0;
  background: #EDF5FA;
  padding: var(--space-1) 0;
  border-top: 5px solid #006AB4;
  box-shadow: 0 19px 27px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1159px) {
  #navigation_2 .dropdown-element {
    position: absolute;
    visibility: hidden;
    height: 0;
    box-shadow: none;
  }
  #navigation_2 .dropdown-element.active {
    position: static;
    visibility: visible;
    padding: var(--space-1);
    height: auto;
  }
  #navigation_2 .dropdown-element.active .dropdown-element__inside {
    display: flex;
  }
}
#navigation_2 .dropdown-element.active {
  pointer-events: all;
  opacity: 1;
}
#navigation_2 .dropdown-element__title {
  font-size: var(--font-size-h3);
  color: #000000;
  font-weight: 600;
}
#navigation_2 .dropdown-element__inside {
  display: flex;
  align-items: stretch !important;
}
@media (max-width: 1159px) {
  #navigation_2 .dropdown-element__inside {
    flex-direction: column;
    gap: var(--space-1);
    display: none;
  }
}
#navigation_2 .dropdown-element__text {
  width: 100%;
  max-width: 33%;
}
@media (max-width: 1159px) {
  #navigation_2 .dropdown-element__text {
    display: none;
  }
}
#navigation_2 .dropdown-element__img {
  width: 100%;
  max-width: 33%;
  padding-right: 0;
  position: relative;
}
@media (max-width: 1159px) {
  #navigation_2 .dropdown-element__img {
    display: none;
  }
}
#navigation_2 .dropdown-element__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (max-width: 1159px) {
  #navigation_2 .dropdown-element__img img {
    max-height: 200px;
  }
}
.scrolled #navigation_2 .dropdown-element {
  top: var(--header-scroled-height);
}
#navigation_2 .dropdown-element ul {
  background: #FFFFFF;
  padding: var(--space-1);
  border-radius: 10px;
  width: 100%;
  max-width: 33%;
}
@media (max-width: 1159px) {
  #navigation_2 .dropdown-element ul {
    max-width: 100%;
  }
}
#navigation_2 .dropdown-element ul li.nav-item-level-2 {
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 600;
}
#navigation_2 .dropdown-element ul li.nav-item-level-2 a {
  color: #000000;
  font-size: var(--font-size-3);
}
@media (max-width: 1159px) {
  .navigation__wrapper__inside {
    max-width: 768px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .navigation__wrapper__inside > ul.nav {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 809px) {
  .navigation__wrapper__inside {
    max-width: 576px;
  }
}
@media (max-width: 575px) {
  .navigation__wrapper__inside {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar {
  padding: 0;
}
.navbar-toggler {
  position: fixed;
  bottom: 20px;
  right: 0px;
  width: 70px;
  height: 70px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
  border-radius: var(--border-radius-circle);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  outline: 0 !important;
  color: #FFF;
  padding-right: 0;
}
.navbar-toggler:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.icon-bar {
  width: 35px;
  height: 4px;
  background-color: #353535;
  display: block;
  transition: all 0.2s;
}
@media (max-width: 480px) {
  .icon-bar {
    width: 20px;
    height: 3px;
  }
}
.navbar-toggler .top-bar {
  opacity: 1;
  transition: top 0.3s ease 0.3s, transform 0.3s ease;
}
.navbar-toggler .middle-bar {
  opacity: 1;
  transition: all 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar-toggler .bottom-bar {
  transition: top 0.3s ease 0.3s, transform 0.3s ease;
}
.navbar-toggler.opened .top-bar {
  transform: rotate(-45deg) translate(-7px, 8px);
  transition: top 0.3s ease, transform 0.3s ease 0.3s;
}
.navbar-toggler.opened .middle-bar {
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
}
.navbar-toggler.opened .bottom-bar {
  transform: rotate(45deg) translate(-4px, -5px);
  transition: top 0.3s ease, transform 0.3s ease 0.3s;
}
@media (max-width: 1159px) {
  .navbar {
    padding: 0;
    display: block;
  }
  .navbar .nav-wrapper {
    display: flex !important;
    position: fixed;
    top: 91px;
    left: 0;
    right: 0;
    height: calc(100vh - 91px);
    background: #FFFFFF;
    pointer-events: none;
    transform: translateX(-100%);
    justify-content: center;
    transition: all 0.4s ease;
  }
  .navbar .nav-wrapper.show {
    pointer-events: all;
    transform: translateX(0);
    transition: transform 0.4s ease;
  }
  .navbar .nav-wrapper .nav-level-1 {
    overflow: hidden;
    overflow-y: auto;
  }
  .navbar .nav-wrapper .nav {
    max-width: calc(850px - calc(var(--bs-gutter-x, 15px) * 2));
  }
  .scrolled .navbar .nav-wrapper {
    top: 64px;
    height: calc(100vh - 64px);
  }
  #navigation .tx-cinproducts {
    display: none;
  }
  #navigation li + a {
    display: none;
  }
  #navbarResponsive .nav {
    display: block;
    width: calc(850px - var(--space-6));
  }
  #navbarResponsive .nav-item.nav-item-search {
    padding: var(--space-1);
  }
  #navbarResponsive > .nav-level-1 .nav-item.topmenu-lang {
    background: yellow;
  }
  #navbarResponsive > .nav-level-1 .topmenu-item.delimiter {
    background: #FFFFFF;
    color: #006AB4;
    padding: 0 20px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }
  #navbarResponsive .nav-item.nav-item__title {
    display: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item {
    position: relative;
    overflow: hidden;
    transition: color 0.2s ease, background 0.2s ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item:last-child {
    transform: translateY(-10px);
  }
  #navbarResponsive > .nav-level-1 > .nav-item.last ~ li {
    margin-top: var(--space-1);
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.last ~ li a {
    margin-left: auto;
    margin-right: auto;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.active > .more::before, #navbarResponsive > .nav-level-1 > .nav-item.opened > .more::before {
    background: var(--icon-select-arrow-white) no-repeat center;
    background-size: 100%;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.active > .nav-link, #navbarResponsive > .nav-level-1 > .nav-item.opened > .nav-link {
    background: #006AB4;
    color: #FFFFFF;
  }
  #navbarResponsive > .nav-level-1 > .nav-item:last-child {
    border-bottom: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.meta-item {
    background-color: rgba(0, 106, 180, 0.5);
  }
  #navbarResponsive > .nav-level-1 > .nav-item.dropdown .dropdown-menu.opened {
    display: block;
  }
  #navbarResponsive > .nav-level-1 > .nav-item a {
    padding: var(--space-1) var(--space-2) calc(var(--space-1) - 5px);
    transition: background 0.3s ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item a:hover {
    background: #006AB4;
    color: white;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.text-muted span {
    font-size: 18px;
    padding: 0 20px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.language {
    border-top: 1px #FFF solid;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.language .nav-link {
    color: #666;
    background-color: #C7CBD2;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 7px;
    bottom: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    transition: all 300ms ease;
    transform-origin: center 18px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more.open::before {
    background: var(--icon-select-arrow-white) no-repeat center;
    background-size: 100%;
    transform: scale(1, -1);
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more::before {
    content: "";
    transition: all 0.4s ease;
    display: block;
    background: var(--icon-select-arrow) no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 30px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .dropdown-menu {
    position: relative;
    width: 100%;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 {
    position: relative;
    top: auto;
    float: none;
    background: #bee4ff;
    border-radius: 0;
    border: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 .more.open::before {
    background: var(--icon-select-arrow) no-repeat center;
    background-size: 100%;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 .dropdown-menu {
    background: none;
    border: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item {
    border-bottom: 1px solid #F0F0F0;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item a {
    line-height: 1.5em;
    color: #006AB4;
    transition: all 0.3s ease;
    padding: var(--space-1) var(--space-2) calc(var(--space-1) - 5px);
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item a:hover {
    color: white;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item.active > .nav-link {
    color: #FFFFFF;
    background-color: #006AB4;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item:last-child {
    border-bottom: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 .nav-level-3 {
    background: #e5f3fc;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 .nav-level-4 {
    background: white;
    border-left: 1px solid #e5f3fc;
    border-right: 1px solid #e5f3fc;
  }
  .header-basket-icon {
    font-size: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: var(--space-1) var(--space-2);
    padding-right: var(--space-1);
  }
  .header-basket-icon span {
    right: calc(var(--space-1) + -9px);
  }
}
@media (max-width: 1159px) and (max-width: 809px) {
  .navbar .nav-wrapper {
    height: calc(100vh - 80px);
    top: 80px;
  }
}
@media screen and (max-width: 1159px) and (max-width: 690px) {
  .navbar .nav-wrapper {
    padding-bottom: 90px;
    height: calc(var(--vh, 1vh) * 100);
  }
  .navbar .nav-wrapper > ul {
    padding-bottom: 90px;
  }
}
@media (max-width: 1159px) and (prefers-reduced-motion: reduce) {
  #navbarResponsive > .nav-level-1 > .nav-item {
    transition: none;
  }
}
@media (max-width: 1159px) and (prefers-reduced-motion: reduce) {
  #navbarResponsive > .nav-level-1 > .nav-item a {
    transition: none;
  }
}
@media (max-width: 1159px) and (max-width: 809px) {
  #navbarResponsive > .nav-level-1 > .nav-item a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1159px) and (max-width: 1159px) {
  #navbarResponsive > .nav-level-1 > .nav-item .more {
    justify-content: flex-end;
    right: 15px;
  }
}
@media (max-width: 1159px) and (max-width: 809px) {
  #navbarResponsive > .nav-level-1 > .nav-item .more {
    justify-content: flex-start;
  }
}
@media (max-width: 1159px) and (max-width: 809px) {
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1159px) {
  #navigation-right {
    margin: 0 -15px;
  }
}
@media (max-width: 809px) {
  #navbarResponsive .nav {
    width: calc(576px - var(--space-3));
  }
}
.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper.no-image {
  margin: var(--space-7) 0 0 0;
}
@media (max-width: 1159px) {
  .breadcrumb-wrapper.no-image {
    margin: var(--space-5) 0 0 0;
  }
}
#product-details .breadcrumb-wrapper.no-image {
  margin: 0;
}
.breadcrumb-wrapper .container {
  height: 100%;
}
.breadcrumb-wrapper #breadcrumb {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  z-index: 11;
  top: var(--space-2);
  overflow-x: auto;
  height: 18px;
  overflow-y: hidden;
  max-width: 83vw;
  width: auto;
}
.breadcrumb-wrapper #breadcrumb * {
  line-height: 1;
  font-size: var(--font-size-1);
}
@media (max-width: 1159px) {
  .breadcrumb-wrapper #breadcrumb {
    top: var(--space-1);
  }
}
.breadcrumb-wrapper #breadcrumb.blue-bg {
  background: #006AB4;
}
.breadcrumb-wrapper #breadcrumb.blue-bg .breadcrumb-item a {
  color: #FFFFFF;
}
.breadcrumb-wrapper .breadcrumb-item {
  font-size: var(--font-size-1);
  font-weight: 500;
  color: #C7CBD2;
  font-size: inherit;
  display: flex;
  align-items: center;
}
.breadcrumb-wrapper .breadcrumb-item .breadcrumb-current {
  height: 15px;
  align-items: center;
  display: flex;
}
.breadcrumb-wrapper .breadcrumb-item a {
  color: #292929;
  line-height: var(--line-height-2);
  font-size: var(--font-size-1);
  display: block;
}
.breadcrumb-wrapper .breadcrumb-item span {
  white-space: nowrap;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: var(--arrow-breadcrumbs);
  padding-right: 3px;
  height: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1379px) {
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    height: var(--font-size-5);
  }
}
/*
 * Haupt SCSS
 */
body.locked {
  overflow: hidden;
}
@media (min-width: 1160px) {
  body.locked {
    padding-right: 17px;
  }
}
.header-phone__mobile {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
  border-radius: var(--border-radius-circle);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  outline: 0 !important;
  color: #FFF;
}
.header-phone__mobile a {
  background: var(--icon-phone-mobile) no-repeat center center;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -1111111px;
}
@media (max-width: 1159px) {
  .header-phone__mobile {
    display: flex;
  }
}
@media (min-width: 1160px) {
  .header-btn__mobile {
    display: none;
  }
}
#top {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 60px;
  left: 0;
  width: 100%;
  height: var(--header-top-height);
  transition: all 0.4s ease;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1159px) {
  #top {
    top: 0;
    height: 91px;
  }
  #top .container {
    height: 100%;
  }
  #top .container .logo {
    height: 100%;
  }
}
#top .header-btn__mobile .btn.btn-secondary {
  display: none !important;
}
#top.hide {
  transform: translateY(-100%);
}
.scrolled #top {
  top: 0;
  border-bottom: 1px solid #C7CBD2;
  height: var(--header-scroled-height);
}
#top .btn.btn-secondary {
  padding: calc(var(--space-1) - 10px) calc(var(--space-1) - 5px);
  padding-bottom: calc(var(--space-1) - 14px);
}
@media (min-width: 1160px) {
  #top .container {
    height: inherit;
  }
}
@media (max-width: 1159px) {
  #top .container .row {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 1160px) {
  #top .container .row {
    align-items: center;
  }
}
#top .container .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logo {
  /*margin: 12px 0 0 0;*/
  margin: 0;
  width: 77px;
  transition: all 0.25s linear;
}
.scrolled #logo {
  width: 67px;
}
#logo div {
  width: 100%;
}
@media (min-width: 1160px) {
  #logo {
    width: 78px;
  }
  .scrolled #logo {
    width: 70px;
  }
}
@media (min-width: 1380px) {
  #logo {
    width: 110px;
  }
  .scrolled #logo {
    width: 95px;
  }
}
@media (min-width: 1580px) {
  #logo {
    width: 133px;
  }
  .scrolled #logo {
    width: 100px;
  }
}
@media (max-width: 1159px) {
  #logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 809px) {
  #logo {
    width: 90px;
  }
}
#logo img {
  width: 100%;
  height: auto;
  transition: all 0.8s ease;
}
#logo figure {
  margin: 0;
  display: block;
}
#jumbotron .stage-wrapper.gallery {
  top: 0;
  left: 0;
}
@media (min-width: 1160px) {
  #jumbotron .stage-wrapper.gallery {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
#jumbotron .stage-wrapper.gallery .container {
  height: 100%;
}
#jumbotron .stage-wrapper.gallery #stageOverlay {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
}
#jumbotron .stage-wrapper.gallery #stageOverlay .frame {
  height: auto;
}
@media (min-width: 1160px) {
  #jumbotron .stage-wrapper.gallery #stageOverlay .frame {
    width: 45%;
    margin: 0 0 160px 0;
  }
}
#jumbotron .stage-wrapper.gallery #stageOverlay h1, #jumbotron .stage-wrapper.gallery #stageOverlay .h1 {
  font-size: var(--font-size-h1-gallery);
  margin-bottom: 0.35em;
  line-height: 1;
}
@media (min-width: 1160px) {
  #jumbotron .stage-wrapper.gallery #stageOverlay h1, #jumbotron .stage-wrapper.gallery #stageOverlay .h1 {
    color: white;
  }
}
#jumbotron .stage-wrapper.gallery #stageOverlay p {
  font-size: var(--font-size-h3);
  font-weight: 400;
  line-height: 1.3;
  padding-right: 25%;
}
@media (min-width: 1160px) {
  #jumbotron .stage-wrapper.gallery #stageOverlay p {
    color: white;
  }
}
#jumbotron .stage-wrapper.company-group {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 1159px) {
  #jumbotron .stage-wrapper.company-group {
    display: none;
  }
}
.scrolled #jumbotron .stage-wrapper.company-group {
  top: 75px;
  height: auto;
  position: fixed;
  background-color: rgba(183, 204, 6, 0.9);
  z-index: 500;
}
@media (max-width: 1379px) {
  .scrolled #jumbotron .stage-wrapper.company-group {
    top: 55px;
  }
}
#jumbotron .stage-wrapper.company-group .frame {
  margin-bottom: 0;
  height: auto;
}
#jumbotron .stage-wrapper.company-group .frame-layout-10 {
  margin-bottom: var(--space-1);
  padding: var(--space-2) var(--space-1);
}
.scrolled #jumbotron .stage-wrapper.company-group .frame-layout-10 {
  margin: 0;
  padding: var(--space-1) var(--space-1);
}
#jumbotron .stage-wrapper.company-group .container {
  display: flex;
  justify-content: flex-end;
}
#jumbotron .stage-wrapper.company-group .box-blue {
  margin-top: var(--space-2);
  background-color: rgba(183, 204, 6, 0.8);
  padding: var(--space-2);
  width: 20%;
  transition: all 0.2s ease;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue {
  margin-top: 0;
  background-color: transparent;
  left: 0;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: var(--space-2) 0;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue .frame {
  width: 100%;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue .logo-header {
  flex-basis: 25%;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue.logo-menu {
  padding: var(--space-1) 0;
}
#jumbotron .stage-wrapper.company-group .box-blue.logo-menu .teaser-list.logosHeader {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue.logo-menu .teaser-list.logosHeader {
  flex-direction: row;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue.logo-menu .teaser-list.logosHeader .logo-header {
  padding: calc(var(--space-1) / 2);
}
#jumbotron .stage-wrapper.company-group .box-blue.logo-menu .teaser-list.logosHeader .logo-header {
  padding: var(--space-1);
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
#jumbotron .stage-wrapper.company-group .box-blue.logo-menu .teaser-list.logosHeader .logo-header:hover {
  background-color: #C7CBD2;
}
#jumbotron .stage-wrapper.company-group .box-blue.logo-menu .teaser-list.logosHeader .logo-header .teaser-image img {
  width: 100%;
  height: 36px;
  object-fit: contain;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue.sub-menu {
  padding: var(--space-1) 0;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue.sub-menu .frame-layout-10 {
  width: auto;
  padding: 6px var(--space-1);
  margin-right: var(--space-1);
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue.sub-menu .section-nav .section-element {
  margin: 0;
}
.scrolled #jumbotron .stage-wrapper.company-group .box-blue.sub-menu .section-nav .section-element a {
  padding: var(--space-1) var(--space-2) var(--space-1) var(--space-1);
}
.scrolled #jumbotron .stage-wrapper.company-group .section-nav {
  display: grid;
  grid-gap: var(--space-1);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}
.scrolled #jumbotron .stage-wrapper.company-group .section-nav .section-element a {
  padding-right: 30px;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element {
  margin-bottom: 7px;
  text-align: center;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element:last-child {
  margin-top: var(--space-1);
  margin-bottom: 0;
}
.scrolled #jumbotron .stage-wrapper.company-group .section-nav .section-element:last-child {
  margin: 0;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element a {
  height: inherit;
  background-color: #FFFFFF;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23999" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: #000000;
  font-size: var(--font-size-small);
  line-height: 1;
  display: block;
  padding: 10px 12px;
  transition: all 0.3s ease;
  text-align: left;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
  background-color: #006AB4;
  color: #FFFFFF;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element a.btn.btn-primary {
  /*font-size: var(--font-size-small);
                        line-height: 1;
                        display: block;*/
  text-align: left;
  padding: 10px 12px;
  background-color: #006AB4;
  color: #FFFFFF;
  background-image: none;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element a.btn.btn-primary:hover {
  background-color: #FFFFFF;
  color: #000000;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element.logo {
  background: #FFF;
  padding: var(--space-2) 20%;
}
#jumbotron .stage-wrapper.company-group .section-nav .section-element.logo img {
  width: 100%;
  height: 36px;
  object-fit: contain;
}
.scrolled #jumbotron .stage-wrapper.company-group .section-nav .section-element {
  height: var(--space-3);
}
.scrolled #jumbotron .stage-wrapper.company-group .section-nav .section-element.logo {
  padding: 5px 0;
}
.scrolled #jumbotron .stage-wrapper.company-group .section-nav .section-element a {
  height: inherit;
  padding: 0;
}
.scrolled #jumbotron .stage-wrapper.company-group .section-nav .section-element a.btn.btn-primary {
  text-align: center;
}
body.scrolled .top-line #c776 .nav-item:last-child .dropdown-search {
  opacity: 0;
  visibility: hidden;
}
body .top-line #c776 .nav-item:last-child:hover .dropdown-search {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
body .top-line #c776 .nav-item:last-child .dropdown-search {
  background: #FFFFFF;
  transform: translateX(5%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  top: 100%;
  right: 0;
  transition: 0.4s ease;
  border: 1px solid #C7CBD2;
  width: 320px;
}
body .top-line #c776 .nav-item:last-child .dropdown-search button {
  background: var(--icon-search-white) no-repeat center center;
  background-color: #006AB4;
  color: #FFF;
  border: unset;
  width: 42px;
  height: 42px;
  background-size: 24px;
}
body .top-line #c776 .nav-item:last-child .dropdown-search input {
  border: unset;
  outline: none;
  padding: 6px 15px 0px;
  font-size: var(--fon-size-2);
}
.dropdown-search {
  background: #FFFFFF;
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #C7CBD2;
  border-radius: var(--border-radius);
}
@media (max-width: 1159px) {
  .dropdown-search {
    padding: 0;
  }
}
.dropdown-search button {
  background: var(--icon-search-white) no-repeat center center;
  background-color: #006AB4;
  color: #FFF;
  border: unset;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: var(--border-radius);
}
.dropdown-search input {
  width: 100%;
  border: unset;
  outline: none;
  padding: 6px 15px 0px;
  font-size: var(--fon-size-2);
  border-radius: var(--border-radius);
}
#c3033 {
  height: 100vh !important;
}
#c3033 .content {
  top: var(--space-8);
}
#c3033 .content .gallery-content {
  text-align: center !important;
}
#c3690 .container, #c3559 .container {
  text-align: center;
}
#c3559 .content {
  position: absolute;
  top: 22vh;
}
#c3691 {
  position: absolute;
  top: 32vh;
  width: 100%;
}
body.stop-scroll {
  overflow: hidden;
}
.contact-data {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
@media (max-width: 1159px) {
  .contact-data {
    margin-top: var(--space-3);
  }
}
.contact-data h3, .contact-data .h3 {
  margin-bottom: var(--space-1);
}
.contact-data_item .icon {
  font-weight: 600;
  font-family: "Neo Tech Pro", sans-serif;
  color: #000000;
}
.contact-data_item .phone {
  font-size: var(--font-size-6);
  font-family: "Helvetica Neue LT Std", sans-serif;
}
#c286 img, #c188, #c581 img {
  display: none !important;
}
.about-us__numerics-description {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 1160px) {
  .about-us__numerics-description {
    max-width: 75%;
  }
}
@media (min-width: 1580px) {
  .about-us__numerics-description {
    max-width: 65%;
  }
}
.about-us__numerics-wrp {
  display: flex;
  gap: var(--space-2);
}
@media (max-width: 809px) {
  .about-us__numerics-wrp {
    gap: var(--space-1);
  }
}
@media (max-width: 1159px) {
  .about-us__numerics-wrp {
    flex-wrap: wrap;
  }
}
.about-us__numerics-wrp .about-us__numerics-item {
  border-radius: 10px;
  background: #FFFFFF;
  width: 100%;
  padding: var(--space-1);
  padding-top: calc(var(--space-1) + 9px);
}
@media (min-width: 810px) {
  .about-us__numerics-wrp .about-us__numerics-item {
    padding: var(--space-2) var(--space-2) calc(var(--space-2) - 9px);
    min-width: calc((100% / 2) - var(--space-2)/2);
    max-width: calc((100% / 2) - var(--space-2)/2);
  }
}
@media (min-width: 1160px) {
  .about-us__numerics-wrp .about-us__numerics-item {
    padding: var(--space-1) var(--space-1) calc(var(--space-1) - 9px);
    min-width: calc((100% / 4) - var(--space-2));
    max-width: calc((100% / 4) - (var(--space-2)/2));
  }
}
@media (min-width: 1580px) {
  .about-us__numerics-wrp .about-us__numerics-item {
    padding: var(--space-2) var(--space-2) calc(var(--space-2) - 18px);
  }
}
.about-us__numerics-wrp .about-us__numerics-item .about-us__numerics-item-title {
  color: #006AB4;
  text-align: center;
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(var(--space-default) / 2);
}
.about-us__numerics-wrp .about-us__numerics-item .animation-text {
  color: #006AB4;
  text-align: center;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: var(--font-size-6);
  font-weight: 500;
}
@media (min-width: 1160px) {
  .about-us__numerics-wrp .about-us__numerics-item .animation-text {
    font-size: var(--font-size-4);
  }
}
@media (min-width: 1380px) {
  .about-us__numerics-wrp .about-us__numerics-item .animation-text {
    font-size: var(--font-size-6);
  }
}
.styled-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 809px) {
  .styled-list {
    display: block;
  }
}
.styled-list li {
  background: #FFF;
  border-radius: var(--border-radius);
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: var(--font-size-3);
  font-weight: 500;
  margin-top: var(--space-1);
  overflow: hidden;
  padding: 12px var(--space-1) 8px var(--space-3);
  position: relative;
}
.styled-list li:first-child {
  margin-top: 0;
}
.styled-list li:after {
  background: #B7CC06;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: var(--space-2);
}
.styled-list li:before {
  background: var(--icon-check-white) no-repeat center;
  background-size: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: var(--space-2);
  z-index: 2;
}
.ce-div {
  color: transparent;
}
.dropdown-select {
  display: flex;
  font-size: var(--font-size-2);
}
@media (max-width: 575px) {
  .dropdown-select {
    width: 100%;
  }
}
.dropdown-select label {
  align-items: center;
  background: #006AB4;
  color: #FFFFFF;
  display: flex;
  font-weight: 500;
  padding: 10px var(--space-1) 3px;
}
.dropdown-select select {
  background-color: #FFFFFF;
  border: 2px solid #ccc;
  border-left: 0;
  color: #000000;
  font-weight: 300;
  height: 55px;
  padding: 10px var(--space-2) 3px var(--space-1);
}
@media (max-width: 1159px) {
  .dropdown-select select {
    height: 47px;
  }
}
@media (max-width: 575px) {
  .dropdown-select select {
    width: 100%;
  }
}
.frame-layout-36 h3, .frame-layout-36 .h3 {
  margin-bottom: 0;
}
.btn--icon-arrow-right:after {
  background: var(--arrow-in) no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  width: 21px;
  height: 27px;
}
.btn--icon-phone-left {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.btn--icon-phone-left:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: var(--icon-phone-left) no-repeat;
  margin-bottom: 8px;
}
#c981 {
  display: none;
}
@media (min-width: 1580px) {
  .d-xl-none {
    display: block !important;
  }
}
@media (min-width: 1380px) {
  .d-lg-none {
    display: block !important;
  }
}
@media (min-width: 1160px) {
  .d-md-none {
    display: block !important;
  }
}
@media (min-width: 810px) {
  .d-sm-none {
    display: block !important;
  }
}
@media (max-width: 1909px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 1579px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 1379px) {
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 1159px) {
  .d-sm-none {
    display: none !important;
  }
}
.video-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-background video {
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}
.video-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.video-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
#seekBar {
  width: 60%;
}
.download-list.has-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.download-list.has-row .teaser-box {
  display: flex;
  gap: var(--space-1);
  align-items: center;
}
.download-list.has-row .teaser-box .teaser-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: calc(var(--icon-size) - 10px);
}
.download-list.has-row .teaser-box .teaser-icon svg {
  width: calc(var(--icon-size) - 10px);
  height: calc(var(--icon-size) - 10px);
}
.download-list.has-row .teaser-box .teaser-content {
  width: 100%;
}
.download-list.has-row .teaser-box .teaser-content h4, .download-list.has-row .teaser-box .teaser-content .h4 {
  margin-bottom: 0;
}
.markers .headline.center {
  text-align: center;
}
.markers .headline h2, .markers .headline .h2 {
  color: #000000;
}
.markers__image {
  position: relative;
}
.markers__point {
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
  transition: all 0.4s linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765, 1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785, 0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953, 0.973, 1, 0.988, 0.984, 0.988, 1);
}
.markers__point .point {
  position: relative;
  cursor: pointer;
  display: block;
}
.markers__point .point span {
  position: relative;
  width: 21px;
  height: 21px;
  background: #006AB4;
  border-radius: 100%;
  z-index: 1;
  display: block;
  transition: all 0.4s linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765, 1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785, 0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953, 0.973, 1, 0.988, 0.984, 0.988, 1);
}
.markers__point .point:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: rgba(183, 204, 6, 0.51);
  transition: all 0.3s linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765, 1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785, 0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953, 0.973, 1, 0.988, 0.984, 0.988, 1);
}
.markers__point .point:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: rgba(183, 204, 6, 0.5);
  transition: all 0.5s linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765, 1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785, 0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953, 0.973, 1, 0.988, 0.984, 0.988, 1);
}
.markers__point .tooltip {
  width: 500px;
  pointer-events: none;
}
@media (max-width: 1579px) {
  .markers__point .tooltip {
    width: 450px;
  }
}
@media (max-width: 1379px) {
  .markers__point .tooltip {
    width: 400px;
  }
}
@media (max-width: 1159px) {
  .markers__point .tooltip {
    display: none;
  }
}
.markers__point .tooltip__content {
  width: 100%;
  padding: calc(var(--space-2) - 8px);
  background: rgba(0, 106, 180, 0.95);
  color: #FFFFFF;
  max-height: 700px;
  overflow-y: auto;
}
.markers__point .tooltip__content::-webkit-scrollbar {
  width: 4px;
}
.markers__point .tooltip__content::-webkit-scrollbar-thumb {
  background: #B7CC06;
}
.markers__point .tooltip__content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1379px) {
  .markers__point .tooltip__content {
    padding: var(--space-1);
  }
}
.markers__point .tooltip:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 6px;
  background: #006AB4;
  right: 100%;
  top: calc(40% - 22px);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1159px) {
  .markers__point .tooltip:before {
    content: none;
  }
}
.markers__point .tooltip::after {
  content: "";
  position: absolute;
  right: 100%;
  width: 40%;
  top: 0;
  bottom: 0;
}
@media (max-width: 1159px) {
  .markers__point .tooltip::after {
    content: none;
  }
}
.markers__point .tooltip.bottom:before {
  top: auto;
  bottom: calc(40% - 22px);
}
.markers__point .tooltip.bottom.right:before {
  top: auto;
  bottom: calc(40% - 22px);
  right: auto;
  left: 100%;
}
.markers__point .tooltip.bottom.right::after {
  right: auto;
  left: 100%;
}
.markers__point .tooltip.right:before {
  right: auto;
  left: 100%;
}
.markers__point .tooltip.right::after {
  right: auto;
  left: 100%;
}
@media (max-width: 1159px) {
  .markers__point .tooltip.show {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1159px) {
  .markers__point .tooltip.show:before {
    width: 20%;
    transition: all 0.2s ease-in-out 0.4s;
  }
}
.markers__point .tooltip .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19L19 5M5 5L19 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 1160px) {
  .markers__point .tooltip .close {
    display: none;
  }
}
.markers__point .tooltip p {
  color: #FFFFFF;
}
@media (min-width: 1160px) {
  .markers__point:hover {
    margin-left: -20px;
    margin-top: -20px;
  }
}
@media (min-width: 1160px) {
  .markers__point:hover .point span {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1160px) {
  .markers__point:hover .point:before {
    width: 63px;
    height: 63px;
  }
}
@media (min-width: 1160px) {
  .markers__point:hover .point::after {
    width: 111px;
    height: 111px;
  }
}
@media (min-width: 1160px) {
  .markers__point:hover .tooltip {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1160px) {
  .markers__point:hover .tooltip:before {
    width: 20%;
    transition: all 0.2s ease-in-out 0.4s;
  }
}
.markers img {
  width: 100%;
  height: auto;
}
.markdescript {
  background: #006AB4;
  color: #FFFFFF;
  padding: var(--space-1);
  margin-bottom: var(--space-1);
}
.markdescript.active {
  background: #004c81;
}
.markdescript__wrapper {
  margin-top: var(--space-1);
}
@media (min-width: 1160px) {
  .markdescript__wrapper {
    display: none;
  }
}
.markdescript:last-child {
  margin-bottom: 0;
}
.markdescript p {
  color: #FFFFFF;
}
.text-right {
  text-align: right;
}
.title-nomargin h1, .title-nomargin .h1, .title-nomargin h2, .title-nomargin .h2, .title-nomargin h3, .title-nomargin .h3, .title-nomargin h4, .title-nomargin .h4 {
  margin: 0;
}
.frame_api_die-app {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 300px 0 var(--space-4) 0;
  position: relative;
}
@media (max-width: 1379px) {
  .frame_api_die-app {
    padding: 240px 0 var(--space-4) 0;
  }
}
@media (max-width: 1159px) {
  .frame_api_die-app {
    padding: 180px 0 var(--space-4) 0;
  }
}
@media (max-width: 809px) {
  .frame_api_die-app {
    padding: 120px 0 var(--space-3) 0;
  }
}
@media (max-width: 480px) {
  .frame_api_die-app {
    padding-bottom: 0;
    background: none !important;
  }
}
.frame_api_die-app video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 480px) {
  .frame_api_die-app video {
    display: none;
  }
}
.frame_api_die-app::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1a1a1a;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.55) 0%, rgba(128, 128, 128, 0) 100%);
}
@media (max-width: 480px) {
  .frame_api_die-app::after {
    content: none;
  }
}
.frame_api_die-app p {
  position: relative;
  z-index: 11;
  max-width: 1150px;
  margin: 0 auto var(--space-1);
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1579px) {
  .frame_api_die-app p {
    max-width: 1120px;
  }
}
@media (max-width: 1379px) {
  .frame_api_die-app p {
    max-width: 904px;
  }
}
@media (max-width: 1159px) {
  .frame_api_die-app p {
    max-width: 708px;
  }
}
@media (max-width: 809px) {
  .frame_api_die-app p {
    max-width: 536px;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
  }
}
@media (max-width: 480px) {
  .frame_api_die-app p {
    color: #000000;
  }
}
.frame_api_die-app h2, .frame_api_die-app .h2 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 11;
  padding-left: var(--bs-gutter-x, 15px);
  padding-right: var(--bs-gutter-x, 15px);
}
@media (max-width: 480px) {
  .frame_api_die-app h2, .frame_api_die-app .h2 {
    color: #006AB4;
    margin-bottom: var(--space-1);
  }
}
.frame_api_die-app .container {
  position: relative;
  z-index: 11;
}
@media (max-width: 480px) {
  .frame_api_die-app .container {
    padding: 0;
  }
}
iframe.leadstrecke {
  max-width: 100%;
  width: 1150px;
  min-height: 380px;
  transition: all 0.3s ease;
}
iframe.leadstrecke.step-1 {
  min-height: 350px;
}
iframe.leadstrecke.step-7 {
  min-height: 430px;
}
@media (max-width: 1379px) {
  iframe.leadstrecke {
    min-height: 500px;
  }
  iframe.leadstrecke.step-7 {
    min-height: 420px;
  }
  iframe.leadstrecke.step-6, iframe.leadstrecke.step-2 {
    min-height: 350px;
  }
  iframe.leadstrecke.step-3, iframe.leadstrecke.step-4 {
    min-height: 450px;
  }
}
@media (max-width: 1159px) {
  iframe.leadstrecke {
    min-height: 540px;
  }
  iframe.leadstrecke.step-1, iframe.leadstrecke.step-2 {
    min-height: 330px;
  }
  iframe.leadstrecke.step-7, iframe.leadstrecke.step-5 {
    min-height: 450px;
  }
  iframe.leadstrecke.step-3 {
    min-height: 440px;
  }
  iframe.leadstrecke.step-6 {
    min-height: 350px;
  }
}
@media (max-width: 809px) {
  iframe.leadstrecke.step-1, iframe.leadstrecke.step-2 {
    min-height: 300px;
  }
  iframe.leadstrecke.step-7 {
    min-height: 385px;
  }
  iframe.leadstrecke.step-3, iframe.leadstrecke.step-4, iframe.leadstrecke.step-5 {
    min-height: 440px;
  }
}
@media (max-width: 575px) {
  iframe.leadstrecke {
    min-height: 575px;
  }
  iframe.leadstrecke.step-1, iframe.leadstrecke.step-2 {
    min-height: 335px;
  }
  iframe.leadstrecke.step-3, iframe.leadstrecke.step-4, iframe.leadstrecke.step-5 {
    min-height: 435px;
  }
  iframe.leadstrecke.step-6 {
    min-height: 385px;
  }
  iframe.leadstrecke.step-7 {
    min-height: 415px;
  }
}
@media (max-width: 480px) {
  iframe.leadstrecke.step-1, iframe.leadstrecke.step-2 {
    min-height: 295px;
  }
  iframe.leadstrecke.step-6 {
    min-height: 310px;
  }
  iframe.leadstrecke.step-7 {
    min-height: 390px;
  }
}
@media (max-width: 360px) {
  iframe.leadstrecke.step-1, iframe.leadstrecke.step-2 {
    min-height: 280px;
  }
  iframe.leadstrecke.step-3, iframe.leadstrecke.step-4, iframe.leadstrecke.step-5 {
    min-height: 360px;
  }
  iframe.leadstrecke.step-6 {
    min-height: 315px;
  }
  iframe.leadstrecke.step-7 {
    min-height: 395px;
  }
}
.product-cards__items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-2);
}
.product-cards__items > a {
  color: #000000;
}
.product-cards__card {
  position: relative;
  width: calc(33% - 30px);
  background: #FFFFFF;
  padding: var(--space-2);
  border-radius: var(--border-radius);
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.4s ease;
}
.product-cards__card:hover {
  background: #F7F8FA;
}
.product-cards__card:hover img {
  animation: transformImg 1s ease;
}
@media (max-width: 1579px) {
  .product-cards__card {
    gap: var(--space-1);
  }
}
@media (max-width: 1379px) {
  .product-cards__card {
    padding: var(--space-1);
    width: calc(33% - 25px);
  }
}
@media (max-width: 1159px) {
  .product-cards__card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 809px) {
  .product-cards__card {
    width: 100%;
  }
}
.product-cards__card .price {
  position: absolute;
  top: var(--space-2);
  right: var(--space-2);
  background: #006AB4;
  padding: 10px 20px 4px;
  border-radius: var(--border-radius);
  color: #FFFFFF;
  font-size: var(--font-size-5);
}
@media (max-width: 1909px) {
  .product-cards__card .price {
    font-size: var(--font-size-3);
  }
}
@media (max-width: 1579px) {
  .product-cards__card .price {
    top: var(--space-1);
    right: var(--space-1);
    font-size: var(--font-size-2);
  }
}
.product-cards__card .name {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-3);
  text-align: center;
}
@media (max-width: 1909px) {
  .product-cards__card .name {
    font-size: var(--font-size-5);
  }
}
@media (max-width: 1579px) {
  .product-cards__card .name {
    font-size: var(--font-size-4);
  }
}
.product-cards__card img {
  max-height: 130px;
}
@media (max-width: 1379px) {
  .product-cards__card img {
    max-height: 60px;
  }
}
@media (max-width: 1159px) {
  .product-cards__card img {
    max-height: 100px;
  }
}
@media (max-width: 809px) {
  .product-cards__card img {
    max-height: 120px;
    height: 120px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .product-cards__card img {
    max-height: 100px;
    height: auto;
    width: auto;
  }
}
@media (max-width: 375px) {
  .product-cards__card img {
    max-height: 60px;
    height: auto;
    width: auto;
  }
}
@keyframes transformImg {
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 1159px) {
  .nav-basket {
    display: none !important;
  }
}
.navbar-toggler {
  position: absolute;
  bottom: auto;
  box-shadow: none;
  width: auto;
  background: none;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  box-shadow: none;
}
.header-phone__mobile, .header-email__mobile {
  position: absolute;
  left: auto;
  right: 90px;
  bottom: auto;
  box-shadow: none;
  width: auto;
  background: none;
}
@media (max-width: 480px) {
  .header-phone__mobile, .header-email__mobile {
    right: 70px;
  }
}
.header-email__mobile {
  right: 270px;
}
@media (min-width: 1160px) {
  .header-email__mobile {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .header-email__mobile {
    right: 240px;
  }
}
@media (max-width: 390px) {
  .header-email__mobile {
    right: 130px;
  }
}
@media (max-width: 360px) {
  .header-email__mobile {
    right: 110px;
  }
}
.header-email__mobile a {
  background-image: url(/fileadmin/user_upload/icon/icon-envelope-outline.svg) !important;
  background-size: 26px !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 575px) {
  .header-email__mobile a {
    text-indent: -1111111px !important;
  }
}
.header-phone__mobile a, .header-email__mobile a {
  background: var(--icon-phone-mobile) no-repeat left center;
  width: auto;
  white-space: nowrap;
  padding: 2px 0 0 30px;
  text-indent: 0;
}
@media (max-width: 390px) {
  .header-phone__mobile a, .header-email__mobile a {
    text-indent: -111111111px;
  }
}
@media (max-width: 810px) {
  .navbar-toggler {
    right: 10px;
  }
}
@media (max-width: 360px) {
  .header-phone__mobile {
    right: 60px;
  }
}
.basket-icon-nav {
  display: none;
}
tariff-calculator-5 {
  font-size: var(--font-size-1);
}
.tabs_calculator {
  height: 100%;
  position: relative;
  border-radius: 10px;
  padding: 40px 0 0 0;
}
@media (max-width: 1579px) {
  .tabs_calculator {
    padding: 34px 0 0 0;
  }
}
@media (max-width: 1379px) {
  .tabs_calculator {
    padding: 33px 0 0 0;
  }
}
@media (max-width: 1159px) {
  .tabs_calculator {
    padding: 10px 0 0 0;
    height: auto;
  }
}
.tabs_calculator .tabs {
  display: flex;
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1579px) {
  .tabs_calculator .tabs {
    height: 40px;
  }
}
@media (max-width: 1379px) {
  .tabs_calculator .tabs {
    height: 33px;
  }
}
.tabs_calculator .tabs__item {
  background: #b3e0ff;
  padding: 0 1.5rem;
  font-size: var(--font-size-1);
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  --tw-shadow: 0px -5px 10px -5px #0000001a, -5px 0px 10px -10px #0000001a, 5px 0px 10px -10px #0000001a;
  --tw-shadow-colored: 0px -5px 10px -5px var(--tw-shadow-color), -5px 0px 10px -10px var(--tw-shadow-color), 5px 0px 10px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tabs_calculator .tabs__item:hover {
  background: #F7F8FA;
}
.tabs_calculator .tabs__item.active {
  background: #FFFFFF;
  color: #000000;
  cursor: default;
}
.tabs_calculator .tabs-content {
  position: relative;
  height: calc(100% - 60px);
}
@media (max-width: 1579px) {
  .tabs_calculator .tabs-content {
    height: calc(100% - 43px);
  }
}
@media (max-width: 1379px) {
  .tabs_calculator .tabs-content {
    height: calc(100% - 34px);
  }
}
@media (max-width: 1159px) {
  .tabs_calculator .tabs-content {
    height: auto;
  }
}
.tabs_calculator .tabs-content__item {
  display: none;
}
.tabs_calculator .tabs-content__item.active {
  display: block;
  height: 100%;
}
@media (max-width: 1159px) {
  .tabs_calculator .tabs-content__item.active {
    height: auto;
  }
}
img[src*="/fileadmin/user_upload/seo/ihr-starker-partner-fuer-solaranlagen-"] {
  margin-bottom: 50px;
}
.faq-button-responsive {
  text-align: right;
}
@media (max-width: 1159px) {
  .faq-button-responsive {
    display: none;
  }
}
#c1538 {
  padding-bottom: 0;
}
.blue__box .container {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
@media (max-width: 1159px) {
  .blue__box .container .headline {
    order: 1;
  }
  .blue__box .container > .frame:nth-of-type(2) {
    order: 4;
  }
  .blue__box .container > .frame:nth-of-type(3) {
    order: 3;
  }
  .blue__box .container > .frame:nth-of-type(4) {
    order: 3;
  }
  .blue__box .container .frame-space-after-small {
    margin-bottom: 0;
  }
}
main .breadcrumb-wrapper:first-child + section > .frame:first-child {
  margin-top: var(--space-3);
  margin-bottom: var(--space-1);
}
@media (max-width: 1379px) {
  .different-pic-for-sizes > div:nth-of-type(1) {
    display: none;
  }
}
@media (min-width: 1380px) {
  .different-pic-for-sizes > div:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 809px) {
  .gap-on-mobile {
    gap: var(--space-2) !important;
  }
}
/*
	background: #f8fcff;
    border-radius: 1rem;
*/
.js-gmap.is-blocked {
  display: none;
}
.map-consent {
  position: relative;
}
.accept_map {
  background: #FFFFFF;
  padding: var(--space-2);
  border-radius: var(--space-1);
  margin: auto;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .accept_map {
    max-width: 90%;
    width: 100%;
  }
}
.grid-benifit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
}
.grid-benifit.four-column {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1379px) {
  .grid-benifit.four-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1159px) {
  .grid-benifit {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .grid-benifit {
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
  }
}
.grid-benifit__item {
  aspect-ratio: 1;
}
tariff-calculator-5 {
  font-size: var(--font-size-1);
}
html {
  font-size: var(--font-size-1);
}
#c737 a {
  text-decoration: none;
}
#c21340 {
  background: #000000;
}
#footer {
  font-size: var(--font-size-default);
  position: relative;
  z-index: 100;
  width: 100%;
}
#footer > .row {
  width: 100%;
  margin: 0;
}
#footer > .row .col-12 {
  padding: 0;
}
#footer #c737 {
  background-color: #FFFFFF;
  padding: var(--space-2) 0;
  border-top: 1px solid #C7CBD2;
}
#footer #c737 .row {
  gap: var(--space-2);
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 576px;
}
@media (max-width: 810px) {
  #footer #c737 .row {
    gap: var(--space-1);
  }
  #footer #c737 .row .ce-col {
    width: 180px;
  }
  #footer #c737 .row .ce-col img {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 810px) {
  #footer #c737 .row {
    max-width: 768px;
  }
}
@media (min-width: 1160px) {
  #footer #c737 .row {
    max-width: 1024px;
  }
}
@media (min-width: 1380px) {
  #footer #c737 .row {
    max-width: 1240px;
  }
}
@media (min-width: 1580px) {
  #footer #c737 .row {
    max-width: 1440px;
  }
}
@media (min-width: 1910px) {
  #footer #c737 .row {
    max-width: 1740px;
  }
}
#footer #c737 .col-md-3 {
  width: auto;
  padding: 0;
}
@media (max-width: 1159px) {
  #footer #c737 .col-md-3 {
    display: flex;
    justify-content: center;
  }
}
#footer #c737 .col-md-3 a:hover {
  color: #006AB4;
}
#footer #c737 .button-sidebar-area {
  display: flex;
  justify-content: center;
}
#footer #c737 .ce-bodytext {
  padding-top: 4px;
  text-decoration: none;
}
#footer #c737 .ce-textpic {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1579px) {
  #footer #c737 .ce-textpic {
    gap: 15px;
  }
}
#footer #c737 .ce-textpic a {
  color: #000000;
  white-space: nowrap;
}
#footer #c737 .ce-textpic a strong {
  font-weight: 300;
}
#footer #c736 {
  background-color: #005EA3;
  padding: var(--space-1) 0;
}
#footer #c736 #c740 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
#footer #c736 #c740 img {
  width: 386px;
  height: 46px;
}
#footer #c739 strong {
  font-weight: normal;
}
@media (max-width: 1379px) {
  #footer #c739 strong {
    display: none;
  }
}
#footer #c746 {
  max-width: 576px;
  padding: var(--space-1) var(--bs-gutter-x, 15px) var(--space-1) var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
@media (min-width: 810px) {
  #footer #c746 {
    max-width: 768px;
  }
}
@media (min-width: 1160px) {
  #footer #c746 {
    max-width: 1024px;
  }
}
@media (min-width: 1380px) {
  #footer #c746 {
    max-width: 1240px;
  }
}
@media (min-width: 1580px) {
  #footer #c746 {
    max-width: 1440px;
  }
}
@media (min-width: 1910px) {
  #footer #c746 {
    max-width: 1740px;
  }
}
#footer #c746 #c749 .ce-gallery {
  justify-content: flex-start;
}
#footer #c746 .col-index-2 {
  justify-content: flex-end;
}
#footer #c746 #c748 {
  flex: 1;
}
#footer #c746 #c749 img {
  width: 133px;
  height: 105px;
  object-fit: contain;
  object-position: center;
}
#footer #c746 .col-index-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer #c746 .col-index-2 img {
  width: auto;
  height: 82px;
}
#footer #c746 #c750 {
  padding-left: 36px;
}
#footer #c746 #c747 .ce-row {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
#footer #c746 #c747 .ce-row img {
  width: 46px;
  height: 46px;
}
#footer .row {
  align-items: center;
}
#footer .eingerueckt {
  padding-left: var(--space-2);
}
@media (max-width: 1909px) {
  #footer .eingerueckt {
    display: block;
  }
}
#footer .footer-left {
  overflow-x: hidden;
  background-color: #006AB4;
}
#footer .footer-left div {
  height: 100%;
}
#footer .footer-left .ce-gallery {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: var(--space-1);
}
#footer .footer-left .ce-gallery .ce-column {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: var(--space-1);
}
#footer .footer-left .ce-gallery .ce-column figure {
  margin: 0;
}
#footer .footer-left .ce-gallery .ce-column figure img {
  max-width: max-content;
  opacity: 1;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
#footer .footer-left .ce-gallery .ce-column figure a:hover {
  opacity: 0.6;
}
#footer .footer-left #c737 .ce-gallery {
  flex: 0;
}
#footer .footer-right {
  background-color: #B7CC06;
  line-height: var(--line-height-1);
  overflow: hidden;
}
#footer .footer-right .container {
  display: flex;
  justify-content: space-between;
  column-gap: var(--space-1);
  align-items: center;
}
@media (max-width: 809px) {
  #footer .footer-right .container {
    justify-content: flex-start;
  }
}
@media (max-width: 809px) {
  #footer .footer-right {
    border-top: 1px solid #0088e7;
    margin-top: var(--space-1);
    padding-top: var(--space-1);
  }
}
#footer .footer-right .ce-row {
  display: flex;
  column-gap: var(--space-1);
}
#footer .footer-right .ce-row figure {
  margin: 0;
}
#footer .footer-right .ce-row figure img {
  height: 30px;
  width: auto;
}
#footer .footer-right .frame-type-menu_subpages {
  height: 100%;
}
@media (max-width: 809px) {
  #footer .footer-right .frame-type-menu_subpages {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }
}
#footer .footer-right .frame-type-menu_subpages#c83 .nav .nav-item:last-child {
  display: none;
}
#footer .footer-right .frame-type-menu_subpages .nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-1);
}
@media (max-width: 809px) {
  #footer .footer-right .frame-type-menu_subpages .nav {
    justify-content: center;
    row-gap: calc(var(--space-1)/2);
    column-gap: var(--space-1);
  }
}
#footer .footer-right .frame-type-menu_subpages .nav .nav-item {
  border: none;
}
#footer .footer-right .frame-type-menu_subpages .nav .nav-item .nav-link {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  padding: 0;
  color: #FFF;
  font-weight: 300;
  font-family: "Helvetica Neue LT Std", sans-serif;
  text-transform: none;
  opacity: 1;
  transform: translateY(4px);
}
#footer .footer-right .frame-type-menu_subpages .nav .nav-item .nav-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
#footer .footer-right .frame-type-menu_subpages .nav .nav-item.active .nav-link {
  opacity: 0.7;
  text-decoration: underline;
}
@media (max-width: 1159px) {
  #footer .footer-right {
    margin-top: 0;
  }
  #footer .footer-right .container {
    justify-content: center;
    padding: var(--space-1);
  }
  #footer .footer-right .frame-type-menu_subpages .nav {
    line-height: normal;
  }
  #footer .grid-margin-list > [class*="col-"]:nth-child(n+2) {
    margin-top: 0;
  }
  #footer #c746 {
    flex-direction: column;
  }
  #footer #c746 .col-index-2 {
    flex-wrap: wrap;
    gap: var(--space-1) 0;
    justify-content: center;
    margin-top: var(--space-1);
  }
  #footer #c746 .col-index-2 img {
    height: 60px;
  }
  #footer #c746 #c750 {
    padding-left: 0;
  }
  #footer #c737 {
    padding: var(--space-1) 0;
  }
  #footer #c737 .row {
    flex-wrap: wrap;
  }
  #footer #c737 #c737 .ce-textpic {
    justify-content: center;
  }
}
@media (max-width: 809px) {
  #footer .footer-right .container {
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  #footer .footer-left .ce-gallery {
    justify-content: center;
  }
  #footer .footer-left .ce-gallery .ce-column figure img {
    width: 34px;
    height: 34px;
  }
  #footer #c748 .row {
    flex-direction: column;
    gap: var(--space-1);
  }
  #footer #c737 .row {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
  }
  #footer #c736 .col-index-2 {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer #c736 #c740 {
    text-align: center;
  }
  #footer #c736 #c740 img {
    width: 70%;
    height: auto;
    margin: auto;
  }
  #footer #c746 #c749 .ce-gallery {
    justify-content: center;
  }
  #footer #c746 #c749 img {
    width: 130px;
    height: 80px;
  }
}
.back2top {
  position: fixed;
  z-index: 800;
  bottom: 30px;
  right: 30px;
  display: none;
  height: var(--icon-backtop-size);
  width: var(--icon-backtop-size);
  text-align: center;
  border-radius: 10px;
  background: #b7cc06 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15L12 9L6 15' stroke='white' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 40px auto;
  background-position: center center;
  transition: all 0.3s ease;
  box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.33);
  /*box-shadow: 0 0 3px rgba(255, 255, 255, 1);*/
}
@media (max-width: 809px) {
  .back2top {
    background-size: 24px auto;
  }
}
.back2top.bottom {
  bottom: 110px;
}
.back2top .scrolled {
  display: block;
}
.no-touchevents .back2top:hover {
  background-color: #000000;
}
@media (min-width: 1160px) {
  .back2top {
    right: 30px;
    z-index: 1000;
  }
}
@media (max-width: 1159px) {
  .back2top {
    bottom: 20px;
    right: 10px;
    border-radius: 100%;
  }
}
/*
 * Patches for several minor issues. Also for code which might need refactoring
 */
li.nav-item.nav-item-level-2 > .nav-link[title="Mieterstrom"]:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  height: 1px;
  width: 50%;
  border-top: 2px solid #FFFFFFA0;
}
.limit-size-30 picture, .limit-size-30 img {
  width: 30% !important;
  height: auto;
  margin-bottom: 1em;
}
.footer-left .frame-layout-35 img:nth-child(1) {
  max-height: calc(40px - 2 * 2px);
  width: auto;
}
#homepage .full-aside-slider .swiper-slide .container {
  max-height: 750px;
}
.nav-item.nav-item-level-2 *:hover {
  color: #ccc;
}
#cartWidget span {
  pointer-events: none;
}
/*
 * Extensions
 */
/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: fit-content;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
/* Navigation font end */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.image-container {
  position: relative;
  padding: var(--space-2) 0;
}
.image-container .content > div div {
  margin-bottom: var(--space-1);
}
.image-container .content > div div:last-child {
  margin-bottom: 0;
}
.image-container .content .first-ticker, .image-container .content .second-ticker, .image-container .content .third-ticker {
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  overflow-x: hidden;
  white-space: nowrap;
  color: black;
}
.image-container .content .first-ticker hr, .image-container .content .second-ticker hr, .image-container .content .third-ticker hr {
  display: inline-block;
  background-color: black;
  width: 100px;
  height: 2px;
  margin: 0.3em var(--space-1);
  opacity: 1;
}
.image-container .content .first-ticker.outline, .image-container .content .second-ticker.outline, .image-container .content .third-ticker.outline {
  color: #B7CC06;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.frame-type-ce_imagecontainerbutton {
  overflow: hidden;
}
.content-button-wrap {
  position: relative;
}
.content-button-wrap.image-container {
  padding: var(--space-4) 0 0 0;
}
.content-button-wrap .image {
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% - var(--space-3));
  top: 0;
  left: -200px;
  z-index: 1;
}
.content-button-wrap .image * {
  width: 100%;
  height: 100%;
}
.content-button-wrap .image img {
  object-fit: cover;
  object-position: center;
}
.content-button-wrap .image::before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(90deg, #FFF 69%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.95;
  z-index: 1;
}
.content-button-wrap .content {
  z-index: 2;
  position: relative;
}
.content-button-wrap .content-button {
  position: relative;
}
@media (max-width: 1159px) {
  .content-button-wrap .content-button a {
    color: white;
    padding: var(--space-1) var(--space-2);
    display: block;
  }
  .content-button-wrap .content-button.only-arrow {
    display: none;
  }
}
@media (min-width: 1160px) {
  .content-button-wrap .content-button {
    position: absolute;
    top: 0;
    right: -125px;
    width: 109px;
    height: 100%;
    z-index: 2;
    background-size: 100% 100%;
    color: #FFF;
  }
  .content-button-wrap .content-button.only-arrow a svg {
    width: var(--only-arrow-icon);
    height: auto;
    object-fit: contain;
  }
  .content-button-wrap .content-button::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
  }
  .content-button-wrap .content-button:hover::before {
    opacity: 1;
  }
  .content-button-wrap .content-button * {
    width: 100%;
    height: 100%;
  }
  .content-button-wrap .content-button * a {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-button-wrap .content-button * a span {
    width: auto;
    height: auto;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    line-height: 1;
  }
  .content-button-wrap .content-button * a span::after {
    content: "";
    display: inline-block;
    aspect-ratio: 1;
    width: 0.75em;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg id="uuid-73ea6846-c9e0-41c0-9944-abbff2b9423e" xmlns="http://www.w3.org/2000/svg" width="361.24" height="566.43" viewBox="0 0 361.24 566.43"><path id="uuid-96444ebe-b12d-447f-a071-3708005f5747" d="m0,513.46h0l247.64-230.24L.15,52.96,56.98,0l304.26,283.23L56.98,566.43.06,513.49l-.06-.03Z" fill="%23FFFFFF"/></svg>');
    margin: 0 0 0 calc(var(--space-1));
    transform: translateY(0.0769em);
  }
}
@keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
#homepage .fancybox-bg {
  background-color: #FFF;
}
#homepage .fancybox-button--close {
  background-color: #707070;
  color: #FFF;
  border-radius: 50%;
  margin: 20px;
}
.teaser-list.portletOverlay .row .teaser-col:nth-child(1) .teaser-gray-layer, .teaser-list.portletOverlay .row .teaser-col:nth-child(3) .teaser-gray-layer {
  background-color: rgba(139, 143, 151, 0.85);
}
.teaser-list .teaser-box {
  height: 100%;
}
.teaser-list .teaser-box.portlet-two-images {
  height: 100%;
  width: 100%;
}
.teaser-list .teaser-box.portlet-two-images .teaser-link {
  height: 100%;
  display: block;
}
.teaser-list .teaser-box.portlet-two-images .teaser_inner {
  display: grid;
  grid-template-rows: auto;
  gap: var(--space-1);
  padding: 2.5rem 1rem;
  background: #FFF;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #a7a7a7;
}
.teaser-list .teaser-box.portlet-two-images .title {
  transition: opacity 0.5s ease;
}
.teaser-list .teaser-box.portlet-two-images .teaser-body {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.9);
  color: #FFF;
  transition: all 0.5s ease;
  opacity: 0;
  padding: var(--space-2);
  text-align: center;
}
.teaser-list .teaser-box.portlet-two-images .teaser-body p {
  color: #FFF;
  font-weight: bold;
  margin: 0 0 var(--space-1) 0;
}
.teaser-list .teaser-box.portlet-two-images p {
  color: #000;
}
.teaser-list .teaser-box.portlet-two-images img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: top center;
}
.teaser-list .teaser-box.portlet-two-images:hover .title {
  opacity: 0;
}
.teaser-list .teaser-box.portlet-two-images:hover .teaser-body {
  opacity: 1;
}
.teaser-list .teaser-box.portlet-two-images .teaser-two-images {
  position: relative;
  height: 100%;
}
.teaser-list .teaser-box.portlet-two-images .teaser-two-images .image:first-child {
  width: 55%;
  justify-self: center;
}
.teaser-list .teaser-box.portlet-two-images .teaser-two-images .image:nth-child(2) {
  position: absolute;
  /*width: 100px;
					height: auto;*/
  inset: var(--space-1) var(--space-1) auto auto;
}
.teaser-list .teaser-box.portlet-two-images .teaser-two-images .title {
  font-size: var(--font-size-2);
  font-weight: 700;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: var(--space-1);
  left: 0;
  padding: 0 var(--space-1);
}
.teaser-list .teaser-box.portlet-fairs-teaser-contact .teaser-content .title {
  font-size: var(--font-size-7);
  color: white;
}
.teaser-list .teaser-box.portlet-fairs-teaser-contact .teaser-content .description {
  font-size: var(--font-size-4);
  color: white;
}
@media (min-width: 1160px) {
  .teaser-list .teaser-box.portlet-fairs-teaser-contact .teaser-content .description {
    padding-right: 30%;
  }
}
.teaser-list .teaser-box.portlet-fairs-teaser-contact .teaser-content .linktitle {
  margin-top: var(--space-3);
}
.teaser-list .teaser-box.portlet {
  position: relative;
  padding: var(--space-2) var(--space-1) var(--space-1) var(--space-1);
  background: linear-gradient(45deg, rgba(57, 121, 169, 0.8) 0%, white 60%);
  height: 100%;
}
.teaser-list .teaser-box.portlet .teaser-icon {
  position: absolute;
  top: var(--space-1);
  right: var(--space-1);
  width: 24%;
}
.teaser-list .teaser-box.portlet .teaser-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.teaser-list .teaser-box.portlet .teaser-short {
  position: absolute;
  top: var(--space-1);
  transform: translateY(-3px);
  left: var(--space-1);
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #F0F0F0;
}
.teaser-list .teaser-box.portlet .teaser-image {
  aspect-ratio: 1.5;
  padding: 5%;
}
.teaser-list .teaser-box.portlet .teaser-image.white {
  background-color: #FFF;
}
.teaser-list .teaser-box.portlet .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.teaser-list .teaser-box.portlet abbr {
  position: absolute;
  top: var(--space-1);
  transform: translateY(-3px);
  left: var(--space-1);
  font-family: Arial;
  font-weight: 900;
  font-size: 33px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #a7a7a7;
}
.teaser-list .teaser-box.portlet .teaser-wrap .teaser-title {
  margin: var(--space-1) 0 0 0;
  text-align: center;
  padding: 0.3em;
  transition: opacity 0.5s ease;
  color: #353535;
  font-weight: 700;
}
.teaser-list .teaser-box.portlet .teaser-wrap .teaser-title p {
  line-height: 1.2;
  color: #000;
}
.teaser-list .teaser-box.portlet .teaser-wrap .teaser-body {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.9);
  color: #FFF;
  transition: all 0.5s ease;
  opacity: 0;
  padding: var(--space-2);
  text-align: center;
}
.teaser-list .teaser-box.portlet .teaser-wrap .teaser-body p {
  color: #FFF;
  font-weight: bold;
  margin: 0 0 var(--space-1) 0;
}
.teaser-list .teaser-box.portlet.hover .teaser-wrap:hover .teaser-title {
  opacity: 0;
}
.teaser-list .teaser-box.portlet.hover .teaser-wrap:hover .teaser-body {
  opacity: 1;
}
@media (min-width: 810px) {
  .teaser-list .teaser-box.portlet-overlay {
    aspect-ratio: 1;
  }
}
.teaser-list .teaser-box.portlet-overlay .teaser-image {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1159px) {
  .teaser-list .teaser-box.portlet-overlay .teaser-image .teaser-content {
    transform: translateY(40%);
  }
  .teaser-list .teaser-box.portlet-overlay .teaser-image .teaser-content .teaser-title {
    background-color: transparent;
  }
  .teaser-list .teaser-box.portlet-overlay .teaser-image picture.portlet-overlay-product {
    transform: translateY(-25%) scale(0.7);
  }
}
.teaser-list .teaser-box.portlet-overlay .teaser-image:hover .teaser-content {
  transform: translateY(40%);
}
.teaser-list .teaser-box.portlet-overlay .teaser-image:hover .teaser-content .teaser-title {
  background-color: transparent;
}
.teaser-list .teaser-box.portlet-overlay .teaser-image:hover picture.portlet-overlay-product {
  transform: translateY(-25%) scale(0.7);
}
.teaser-list .teaser-box.portlet-overlay picture.portlet-overlay-product {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}
.teaser-list .teaser-box.portlet-overlay picture.portlet-overlay-product img {
  width: 90%;
  height: auto;
  object-fit: contain;
}
.teaser-list .teaser-box.portlet-overlay .teaser-gray-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 143, 151, 0.9);
}
.teaser-list .teaser-box.portlet-overlay .teaser-content {
  position: absolute;
  height: 100%;
  transform: translateY(calc(100% - var(--teaser-title-height)));
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.teaser-list .teaser-box.portlet-overlay .teaser-content .teaser-title {
  color: white;
  height: var(--teaser-title-height);
  text-align: center;
  background-color: #394046;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser-list .teaser-box.portlet-overlay .teaser-content .description p {
  font-size: var(--font-size-2);
  color: white;
  text-align: center;
  padding: 0 1em;
}
.teaser-list .teaser-box.portlet-wide.even .row {
  flex-direction: row-reverse;
}
.teaser-list .teaser-box.portlet-wide .col-index-1 {
  background-color: #8B8F97;
}
@media (max-width: 1379px) {
  .teaser-list .teaser-box.portlet-wide .col-index-1 {
    order: 1;
  }
}
.teaser-list .teaser-box.portlet-wide .teaser-content {
  height: 100%;
  padding: var(--space-3);
}
.teaser-list .teaser-box.portlet-wide .teaser-content .teaser-title {
  color: white;
}
.teaser-list .teaser-box.portlet-wide .teaser-content .description p {
  color: white;
  line-height: 1.9;
}
.teaser-list .teaser-box.portlet-wide .teaser-content a {
  margin-top: var(--space-2);
  transition: all 0.3s ease;
}
.teaser-list .teaser-box.portlet-wide .teaser-content a:hover {
  border-color: transparent;
  background-color: #B7CC06;
  color: #FFF;
}
.teaser-list .teaser-box.portlet-wide .teaser-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.teaser-list .teaser-box.portlet-wide .teaser-image::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background-color: #394046;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.teaser-list .teaser-box.portlet-wide .teaser-image .teaser-gray-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 143, 151, 0.8);
}
.teaser-list .teaser-box.portlet-wide .teaser-image picture.portlet-wide-product {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.teaser-list .teaser-box.portlet-wide .teaser-image picture.portlet-wide-product img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.teaser-list .teaser-box.portlet-wide.even .teaser-image::after {
  position: absolute;
  left: auto;
  right: -1px;
  top: 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.teaser-list .teaser-box.portlet-branches .teaser-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2);
  background-color: #394046;
  transition: background-color 0.4s ease;
}
.teaser-list .teaser-box.portlet-branches .teaser-content:hover {
  background-color: #B7CC06;
}
.teaser-list .teaser-box.portlet-branches .teaser-title {
  font-size: var(--font-size-7);
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
.teaser-list .teaser-box.portlet-branches .icon {
  width: 77px;
  height: auto;
  object-fit: contain;
}
.teaser-list .teaser-box.portlet-image-overlay .teaser-image-overlay {
  position: relative;
}
.teaser-list .teaser-box.portlet-image-overlay .teaser-gray-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(255, 255, 255, 0) 42%);
}
.teaser-list .teaser-box.portlet-image-overlay .teaser-content {
  position: absolute;
  bottom: var(--space-1);
  left: 0;
  width: 100%;
}
.teaser-list .teaser-box.portlet-image-overlay .teaser-content h2, .teaser-list .teaser-box.portlet-image-overlay .teaser-content .h2, .teaser-list .teaser-box.portlet-image-overlay .teaser-content .subheader {
  color: white;
}
@keyframes rotating-color-changing {
  10% {
    transform: scale(1);
    rotate: 50deg;
    background-color: red;
  }
  40% {
    transform: scale(0.3);
  }
  80% {
    transform: scale(5);
  }
  100% {
    transform: scale(1);
    rotate: -50deg;
    background-color: blue;
  }
}
/**
PortletImageTextRight/Left rules
 */
.image-teaser {
  display: flex;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  width: 100%;
}
.image-teaser .image-container div {
  flex-shrink: 0;
}
.image-teaser .image-container div > picture > img {
  width: auto;
}
.image-teaser .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.image-teaser .text-container header {
  color: var(--Button-text-click, #000);
  /* H-Font-h3 */
  font-family: Outfit;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.image-teaser .text-container header h3, .image-teaser .text-container header .h3 {
  margin-bottom: 0;
}
.image-teaser .text-container div {
  color: var(--Button-text-click, #000);
  /* H-Font-p */
  font-family: Open Sans;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 34.5px */
}
.image-teaser .text-container footer > button {
  display: flex;
  padding: 20px 40px;
  align-items: flex-start;
  gap: 10px;
}
.slide.divider {
  /** Small dividers between slides */
  border-right: 1px solid var(--H-Gray, #C7CBD2);
}
.slide.divider:last-child {
  border-right: none;
}
.attributecard {
  position: relative;
  padding-bottom: var(--space-4);
}
.attributecard::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #C7CBD2;
}
.teaser-column-2 {
  display: flex;
  gap: var(--space-3);
}
@media (max-width: 809px) {
  .teaser-column-2 {
    flex-direction: column;
  }
  .teaser-column-2.right {
    flex-direction: column-reverse;
  }
}
.teaser-column-2 .half-item {
  width: calc(50% - calc(var(--space-3) / 2));
}
@media (max-width: 809px) {
  .teaser-column-2 .half-item {
    width: 100%;
  }
}
.circle-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  stroke: #B7CC06;
  stroke-width: 5px;
  stroke-dashoffset: 0px;
  stroke-dasharray: 1869px;
}
.circle-animation circle {
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.circle-light-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  stroke: #C7CBD2;
  stroke-width: 1px;
  stroke-dashoffset: 0px;
  stroke-dasharray: 2322px;
}
.circle-light-animation circle {
  transform-origin: 50% 50%;
  transform: rotate(90deg);
}
.img-decoration {
  position: relative;
}
.img-decoration img {
  position: relative;
  z-index: 11;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s ease 2s;
}
@keyframes circle {
  0% {
    stroke-dashoffset: -1869px;
  }
  100% {
    stroke-dashoffset: -3738px;
  }
}
@keyframes circleLight {
  0% {
    stroke-dashoffset: -2322px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.animated .circle-animation {
  animation: circle 3s ease-in-out;
}
.animated .circle-light-animation {
  animation: circleLight 3s ease-in-out;
}
.animated .img-decoration img {
  opacity: 1;
  transform: translateY(0px);
}
#jumbotron .gallery-headerpicture .slide.videoslide {
  transition: all 0.2s ease;
  margin-top: calc(var(--header-top-height) + 50px);
}
@media (max-width: 1159px) {
  #jumbotron .gallery-headerpicture .slide.videoslide {
    margin-top: var(--header-top-height);
  }
}
.scrolled #jumbotron .gallery-headerpicture .slide.videoslide {
  margin-top: var(--header-scroled-height);
}
@media (max-width: 1159px) {
  .scrolled #jumbotron .gallery-headerpicture .slide.videoslide {
    margin-top: 80px;
  }
}
.gallery-headerpicture {
  overflow: hidden;
  background: #000000;
}
.gallery-headerpicture .slide.imageslide {
  background: #000000;
}
.gallery-headerpicture .slide.imageslide picture {
  opacity: 0.8;
}
.gallery-headerpicture .video-embed-fullscreen {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-headerpicture video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
@media (min-width: 1160px) {
  .gallery-headerpicture video {
    object-fit: cover;
    object-position: center center;
    max-height: 710px;
    min-height: 680px;
  }
}
@media (max-width: 1379px) {
  .gallery-headerpicture video {
    object-fit: cover;
    object-position: center center;
    max-height: calc(100vh - 91px);
    min-height: calc(100vh - 91px);
  }
}
.gallery-headerpicture .description {
  max-width: 692px;
  width: 100%;
}
.gallery-headerpicture .description .subheader {
  display: block;
  color: #FFFFFF;
  font-size: var(--font-size-4);
  margin-top: var(--space-1);
}
@media (max-width: 809px) {
  .gallery-headerpicture .description .subheader {
    display: none;
  }
}
.gallery-headerpicture .description .btn {
  margin-top: var(--space-2);
}
@media (max-width: 809px) {
  .gallery-headerpicture .description .btn {
    margin-top: var(--space-1);
  }
}
.gallery-headerpicture .description .title {
  font-size: var(--font-size-h1);
  color: #FFFFFF;
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: var(--line-height-1);
}
.gallery-headerpicture h1, .gallery-headerpicture .h1 {
  color: #FFFFFF;
  margin: 0;
}
.gallery-headerpicture .slide {
  min-height: 50vh;
}
@media (min-width: 1160px) {
  .gallery-headerpicture .slide.videoslide {
    max-height: 710px;
    min-height: 680px;
  }
}
@media (max-width: 1379px) {
  .gallery-headerpicture .slide.videoslide {
    max-height: calc(100vh - 91px);
    min-height: calc(100vh - 91px);
  }
}
@media (min-width: 810px) {
  .gallery-headerpicture .slide {
    min-height: 75vh;
  }
}
@media (min-width: 1910px) {
  .gallery-headerpicture .slide {
    min-height: 790px;
  }
}
@media (min-width: 1380px) {
  .gallery-headerpicture .slide {
    min-height: 760px;
  }
}
.gallery-headerpicture .slide .img-fluid-width {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (min-width: 810px) {
  .gallery-headerpicture .slide .img-fluid-width {
    height: 75vh;
  }
}
@media (min-width: 1910px) {
  .gallery-headerpicture .slide .img-fluid-width {
    min-height: 790px;
  }
}
@media (min-width: 1380px) {
  .gallery-headerpicture .slide .img-fluid-width {
    min-height: 760px;
  }
}
.gallery-headerpicture .slide .content {
  position: absolute;
  bottom: var(--space-3);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 11;
}
.gallery-headerpicture .slide .content.fixed {
  position: fixed;
}
@media (max-width: 1159px) {
  .gallery-headerpicture .slide .content {
    bottom: var(--space-1);
  }
}
.gallery-headerpicture .slide .content .gallery-title {
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-h1);
  font-weight: 500;
  line-height: var(--line-height-1);
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.gallery-headerpicture .headerpicture-text-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 92vw;
  background: #006AB4;
  background: linear-gradient(-90deg, rgba(0, 106, 180, 0), #006ab4);
}
@media (max-width: 1159px) {
  .gallery-headerpicture .headerpicture-text-overlay {
    right: 0;
    top: auto;
    width: 100%;
    height: 50%;
    bottom: -1px;
    background: linear-gradient(-180deg, rgba(0, 106, 180, 0), #006ab4);
  }
}
/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: 0;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes type-blue {
  1%, 100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@keyframes type-blue {
  1%, 100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@-webkit-keyframes type-green {
  1%, 100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@keyframes type-green {
  1%, 100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@-webkit-keyframes type-red {
  1%, 100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@keyframes type-red {
  1%, 100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@-webkit-keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@-webkit-keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@-webkit-keyframes type-dark {
  1%, 100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
@keyframes type-dark {
  1%, 100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
  animation-name: type-blue;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
  animation-name: type-green;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
  animation-name: type-orange;
}
.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
  animation-name: type-purple;
}
.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
  animation-name: type-dark;
}
.jconfirm .jconfirm-box.loading {
  height: 120px;
}
.jconfirm .jconfirm-box.loading:before {
  content: "";
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: "";
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important;
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important;
}
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important;
}
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important;
}
.jconfirm .jconfirm-clear {
  clear: both;
}
.jconfirm.jconfirm-rtl {
  direction: rtl;
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: 0.2;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: 0.4;
}
.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: 0;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: 0;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666;
}
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}
@-webkit-keyframes glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 red;
    box-shadow: 0 0 0 red;
  }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red;
  }
}
@keyframes glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 red;
    box-shadow: 0 0 0 red;
  }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red;
  }
}
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
.jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}
.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: 0;
  color: white;
  padding: 10px;
  min-width: 100px;
}
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}
.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
}
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: 0.6;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  padding: 10px 20px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px;
}
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal {
  color: #353535;
}
.modal-header .modal-title {
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-h3);
  font-weight: 700;
}
.modal-header .close {
  border: none;
}
.modal-footer {
  justify-content: center;
}
.modal-footer .btn-primary {
  color: #FFF;
}
.modal-footer .btn {
  margin: 0 0 0 var(--space-1);
  display: inline-block !important;
}
.faq-list__item {
  transition: all 0.4s ease;
}
.faq-list__item-question {
  font-size: var(--font-size-h3);
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #C7CBD2;
  padding: var(--small-inside-padding) 0;
  cursor: pointer;
}
.faq-list__item-question:hover {
  color: #006AB4;
}
.faq-list__item-answer {
  border-bottom: 1px solid #C7CBD2;
  padding: var(--space-2) 0;
  display: none;
}
.faq-list__item-link {
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-default);
  font-weight: 600;
  display: flex;
  gap: 10px;
}
@media (max-width: 809px) {
  .faq-list__item-link {
    display: block;
  }
}
.faq-list__item-link .after-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-list__item-link .after-link::after {
  content: "";
  background-image: var(--arrow-right);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
@media (max-width: 809px) {
  .faq-list__item-link .after-link::after {
    width: 18px;
    height: 18px;
  }
}
.should-appear {
  opacity: 0;
  transition: opacity 500ms ease;
}
.should-appear.is-in-viewport {
  opacity: 1;
}
.should-appear.is-in-viewport:nth-child(1) {
  transition-delay: 500ms;
}
.should-appear.is-in-viewport:nth-child(2) {
  transition-delay: 1000ms;
}
.should-appear.is-in-viewport:nth-child(3) {
  transition-delay: 700ms;
}
.should-appear.is-in-viewport:nth-child(4) {
  transition-delay: 1200ms;
}
.ce-row .should-appear.is-in-viewport:nth-child(1) {
  transition-delay: 500ms;
}
.ce-row .should-appear.is-in-viewport:nth-child(2) {
  transition-delay: 1000ms;
}
.ce-row .should-appear.is-in-viewport:nth-child(3) {
  transition-delay: 1500ms;
}
.kmacookies-banner-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  display: none;
  overflow: auto;
}
.kmacookies-banner-wrap .kmacookies-banner {
  color: #000;
  width: 99%;
  text-align: left;
  margin: 0 auto 0 auto;
  background-color: #FFF;
  padding: 20px;
}
.kmacookies-banner-wrap .kmacookies-banner p, .kmacookies-banner-wrap .kmacookies-banner a {
  font-size: 0.8rem;
}
@media (min-width: 810px) {
  .kmacookies-banner-wrap .kmacookies-banner {
    width: 80%;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.3em;
}
.kmacookies-banner-wrap .kmacookies-banner .subtitle {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.3em;
}
.kmacookies-banner-wrap .kmacookies-banner .description {
  margin: 0 0 20px 0;
  line-height: 1.3em;
}
.kmacookies-banner-wrap .kmacookies-banner a {
  color: #006AB4;
}
@media (min-width: 1160px) {
  .kmacookies-banner-wrap .kmacookies-banner {
    margin: 100px auto 0 auto;
    background-color: #FFF;
    padding: 40px;
  }
  .kmacookies-banner-wrap .kmacookies-banner .title {
    font-size: 1.5rem;
  }
  .kmacookies-banner-wrap .kmacookies-banner .subtitle {
    font-size: 1.3rem;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] {
  display: none;
  vertical-align: middle;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label {
  margin: 0 0 20px 0;
  cursor: pointer;
  position: relative;
  padding-left: 58px;
  line-height: 1.3;
}
@media (max-width: 1159px) {
  .kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label {
    margin: 0 0 10px 0;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label span {
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #EAEAEA;
  border: none;
  float: left;
  text-align: center;
  vertical-align: middle;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label span:before {
  position: absolute;
  top: 8px;
  left: -1px;
  content: " ";
  display: inline-block;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label span {
  width: 32px;
  height: 32px;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"]:checked + label span {
  border-color: #EAEAEA;
  background-color: #EAEAEA;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"]:checked + label span:before {
  font-size: 20px;
  color: #006AB4;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-check2' viewBox='0 0 16 16'><path d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin: 0;
  top: 1px;
  left: 1px;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"].default + label span {
  opacity: 0.4;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"].default + label span:before {
  color: #999;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group .category-toggle {
  margin-top: 5px;
  cursor: pointer;
  margin-left: 10px;
  float: right;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group .category-toggle:after {
  display: block;
  content: "+";
  width: 20px;
  height: 20px;
  line-height: 16px;
  color: #999;
  border: 1px solid #CCC;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1160px) {
  .kmacookies-banner-wrap .kmacookies-banner .category-group .category-toggle {
    display: none;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group .category-description {
  display: none;
}
@media (min-width: 1160px) {
  .kmacookies-banner-wrap .kmacookies-banner .category-group .category-description {
    display: block;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group.more-info .category-description {
  display: block;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons {
  margin-top: 20px;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons button {
  height: 50px;
  padding: 0 30px;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons button.kmacookies-all {
  margin-right: 20px;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons button.kmacookies-save {
  background-color: #CCC;
  border: 1px solid #CCC;
  color: #FFF;
}
.kmacookies-banner-hide .kmacookies-banner-wrap {
  height: auto;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 0;
}
.kmacookies-banner-hide .kmacookies-banner-wrap .subtitle {
  display: none;
}
@media (min-width: 1160px) {
  .kmacookies-banner-hide .kmacookies-banner-wrap {
    font-size: 1rem;
    padding: 10px 10px;
  }
  .kmacookies-banner-hide .kmacookies-banner-wrap p, .kmacookies-banner-hide .kmacookies-banner-wrap a {
    font-size: 0.8rem;
  }
  .kmacookies-banner-hide .kmacookies-banner-wrap .title {
    font-size: 1rem;
  }
  .kmacookies-banner-hide .kmacookies-banner-wrap .subtitle {
    font-size: 0.8rem;
  }
}
.kmacookies-banner-hide .kmacookies-banner-wrap .kmacookies-banner {
  margin: 0px auto 0px auto;
  width: 100%;
  padding: 10px;
  line-height: 1.2em;
}
@media (min-width: 1160px) {
  .kmacookies-banner-hide .kmacookies-banner-wrap .kmacookies-banner {
    line-height: 1.4em;
  }
}
.kmacookies-banner-hide .kmacookies-banner-wrap .kmacookies-banner p {
  margin-bottom: 10px;
}
body.kmacookies-noscroll.kmacookies-banner-hide {
  overflow: auto;
}
.btn.kmacookies-open {
  background-color: #B7CC06;
  position: static;
  right: 0;
  bottom: 0;
  margin: 0 0 0 0;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
@media (max-width: 809px) {
  .btn.kmacookies-open {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 15px;
    width: 120px;
  }
}
.kmacookies-banner-hide.kmacookies-noscroll .wrapper-fluid {
  padding-bottom: 400px;
}
.table-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.table-grid li {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 1380px) {
  .table-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .table-grid li {
    font-size: 1rem;
  }
}
.sidebar-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 810px) {
  .sidebar-list {
    bottom: 5vh;
  }
}
.sidebar-list > :first-child {
  z-index: 100;
}
.sidebar-list .sidebar-item {
  position: relative;
  transition: all 500ms ease;
}
.sidebar-list .sidebar-item .sidebar-item-tab {
  display: inline-block;
  background-color: #B7CC06;
  color: #FFF;
  font-weight: 700;
  writing-mode: vertical-lr;
  width: 30px;
  line-height: 26px;
  transform: scale(-1);
  transition: all 0.25s ease;
  left: 0;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  padding: 15px 2px 15px 0;
  font-size: var(--font-size-1);
}
@media (min-width: 1380px) {
  .sidebar-list .sidebar-item .sidebar-item-tab {
    padding: var(--space-1) 4px var(--space-1) 0px;
    width: 60px;
    line-height: 50px;
    font-size: var(--font-size-3);
  }
}
.sidebar-list .sidebar-item .sidebar-item-content {
  position: absolute;
  top: 0;
  width: 420px;
  min-height: 100%;
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: var(--space-2);
  left: 60px;
}
@media (max-width: 809px) {
  .sidebar-list .sidebar-item .sidebar-item-content {
    left: 30px;
    width: 80vw;
  }
}
.sidebar-list .sidebar-item.has-content:hover {
  transform: translateX(-290px);
}
@media (min-width: 810px) {
  .sidebar-list .sidebar-item.has-content:hover {
    transform: translateX(-420px);
  }
}
.sidebar-list {
  max-height: 416px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  z-index: 998;
  display: none;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 1rem;
  --sidebaritem-tab-height: 60px;
  --sidebaritem-content-width: 400px;
}
@media (max-width: 1379px) {
  .sidebar-list {
    z-index: 100;
  }
}
@media (max-width: 1379px) {
  .sidebar-list {
    --sidebaritem-tab-height: 40px;
  }
}
.controls {
  display: flex;
  gap: var(--space-1);
}
.control-arrow {
  background-color: #FFF;
  border-radius: 50%;
  border-color: #8B8F97;
  color: #999;
  width: var(--arrow-right-icon);
  height: var(--arrow-right-icon);
  position: relative;
  /*padding: 15px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.control-arrow svg {
  /*position: absolute;
    left: 17px;
    top: 17px;*/
  width: calc(var(--arrow-right-icon) * .38);
  height: calc(var(--arrow-right-icon) * .38);
  object-fit: contain;
  object-position: center;
  margin: 0;
}
.control-arrow.prev svg {
  transform: scaleX(-1);
  margin-left: -2px;
}
.control-arrow:hover {
  color: #FFF;
  background-color: #006AB4;
  border-color: #006AB4;
}
/*********************
  Slider LEISTUNGEN
*********************/
.service-carousel-wrap {
  position: relative;
  overflow: hidden;
  background-color: #C7CBD2;
  padding: var(--space-4) 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-carousel-wrap header {
  margin-bottom: var(--space-3);
}
.service-carousel-wrap::after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(90deg, #656565 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.95;
  z-index: 1;
}
.service-carousel-wrap .container {
  position: relative;
  z-index: 2;
}
.service-carousel-wrap .container .service-carousel {
  position: relative;
}
.service-carousel-wrap .container .service-carousel .control-overlay-wrapper {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
  gap: var(--space-1);
}
.service-carousel-wrap header h2, .service-carousel-wrap header .h2, .service-carousel-wrap header h3, .service-carousel-wrap header .h3 {
  color: #FFF;
}
.service-carousel-wrap .slick-list {
  overflow: visible;
  margin: 0 -10px 0 -10px;
}
.service-carousel-wrap .slick-list .slide {
  padding: 0 10px;
}
.service-carousel-wrap .slick-list .slide .slide-inner {
  padding: 10px 20px;
  background-color: rgba(183, 204, 6, 0.8);
  transition: all 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  color: #FFF;
  text-align: center;
}
.service-carousel-wrap .slick-list .slide .slide-inner:hover {
  background-color: #b7cc06;
}
.service-carousel-wrap .slick-list .slide .slide-inner p {
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  hyphens: auto;
}
/*********************
  Slider VORTEILE
*********************/
.text-slider .item .title {
  display: block;
  font-style: italic;
  font-weight: 700;
  margin-top: calc(1em * 1.15);
}
/*********************
  Timeline
*********************/
.timeline .item {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 3fr;
  align-items: center;
  margin-bottom: var(--space-5);
}
@media (max-width: 809px) {
  .timeline .item.odd {
    grid-template-columns: 3fr 1fr 1fr 0 0;
  }
  .timeline .item.odd .col-year::before {
    display: none;
  }
  .timeline .item.even {
    grid-template-columns: 0 0 1fr 1fr 3fr;
  }
  .timeline .item.even .col-year::before {
    display: none;
  }
}
.timeline .item:first-child .col-year::before, .timeline .item:last-child .col-year::after {
  display: none;
}
.timeline .item .col-year {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.timeline .item .col-year .year {
  background-color: #006AB4;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: calc(var(--font-size-h3) + 7px);
  font-weight: 700;
  color: #FFFFFF;
}
.timeline .item .col-year::before {
  content: "";
  position: absolute;
  background-color: #006AB4;
  width: 6px;
  height: 0;
  bottom: 60%;
  left: calc(50% - 3px);
  z-index: 1;
  transition: height 0.75s ease;
}
.timeline .item .col-year::after {
  content: "";
  position: absolute;
  background-color: #006AB4;
  width: 6px;
  height: 0;
  top: 60%;
  left: calc(50% - 3px);
  z-index: 1;
  transition: height 0.75s ease;
}
.timeline .item .content-wrapper {
  background-color: #FFFFFF;
  padding: calc(var(--space-2) + 10px) var(--space-2);
  font-size: var(--font-size-h4);
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.75s ease;
}
.timeline .item .content-wrapper .headline {
  font-weight: 700;
}
.timeline .item .content-wrapper .description p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
}
.timeline .item .content-wrapper .description p:last-child {
  margin-bottom: 0;
}
.timeline .item .content-wrapper .img-responsive-width img {
  margin-top: var(--space-1);
}
.timeline .item .employees {
  font-size: var(--font-size-small);
  font-weight: 700;
  color: black;
  background-color: #EBF4FA;
  padding: var(--space-1) var(--space-2);
  opacity: 0;
}
.timeline .item .col-line {
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: relative;
}
.timeline .item.odd .col-line.left::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #006AB4;
  transition: all 0.75s ease-out;
}
.timeline .item.even .col-line.right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #006AB4;
  transition: all 0.75s ease-out;
}
.timeline .is-in-viewport.odd .col-line.left::after {
  width: 100%;
}
.timeline .is-in-viewport.even .col-line.right::after {
  width: 100%;
}
.timeline .is-in-viewport .content-wrapper {
  opacity: 1;
  transition-delay: 0.75s;
}
.timeline .is-in-viewport .employees {
  opacity: 1;
  transition-delay: 0.85s;
}
.timeline .is-in-viewport .col-year::before {
  height: 40%;
  transition-delay: 0.5s;
}
.timeline .is-in-viewport .col-year::after {
  height: calc(40% + var(--space-5));
  transition-delay: 0.5s;
}
#news-details .frame.frame-type-news_pi1.frame-space-after-no-space {
  margin-bottom: var(--space-6) !important;
}
.frame.frame-type-news_pi1.frame-space-after-no-space h1.has-categories, .frame.frame-type-news_pi1.frame-space-after-no-space .has-categories.h1 {
  margin-bottom: 0;
}
.frame.frame-type-news_pi1.frame-space-after-no-space .companies {
  margin: var(--space-1) 0 var(--space-3);
}
.news {
  --image-border-radius: 0px;
  --image-description-margin-top: 12px;
  /*--image-description-font-size: 0.69rem;*/
}
.news ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--space-2);
}
@media (max-width: 809px) {
  .news ul {
    flex-direction: column;
  }
}
.news ul li {
  padding: var(--space-1) var(--space-2);
  border: 1px solid #006AB4;
  color: #006AB4;
  font-size: var(--font-size-btn);
  font-weight: 600;
  margin-bottom: 0;
}
.news ul li:hover {
  background: #006AB4;
  color: #FFFFFF;
}
.news ul li::before {
  content: none;
}
.news .publish-time {
  display: inline-block;
  font-size: var(--font-size-h4);
  font-weight: 400;
  color: #000000;
}
.news .box-outline {
  border: 1px solid #C4C4C4;
  color: #000000;
  padding: var(--space-3) var(--space-2);
  height: 100%;
  font-size: var(--font-size-default);
}
.news .box-outline.prev-image {
  padding: 0;
}
.news .box-outline.article-text {
  border: none;
}
.news .image-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--space-3);
  height: max-content;
  position: sticky;
  top: 100px;
}
.news .image-box .image-box-inner {
  margin: -1px;
  height: max-content;
  position: relative;
  font-size: var(--font-size-default);
}
.news .image-box .image-box-inner picture img {
  position: relative;
}
.news .image-box .image-box-inner .image-caption {
  bottom: 0;
  width: 100%;
  text-align: left;
}
.news .image-box .image-box-inner .image-caption span {
  display: block;
  color: #fff;
  font-size: var(--font-size-1);
  padding: 0.5rem 1rem;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.1);
}
.news .news-list-view.default .article, .news .news-list-view.fairs .article {
  width: 100%;
  display: block;
  margin-bottom: var(--space-1);
}
.news .news-list-view.default .article .wrapper, .news .news-list-view.fairs .article .wrapper {
  height: 100%;
  background: #FFF;
  padding: var(--space-2);
}
@media (max-width: 1909px) {
  .news .news-list-view.default .article .wrapper, .news .news-list-view.fairs .article .wrapper {
    padding: var(--space-1) var(--space-2);
  }
}
.news .news-list-view.default .article:last-of-type, .news .news-list-view.fairs .article:last-of-type {
  border: none;
  margin: 0 0 var(--space-2) 0;
  padding: 0;
}
.news .news-list-view.default .article .card-image, .news .news-list-view.fairs .article .card-image {
  position: relative;
}
.news .news-list-view.default .article .card-image .companies, .news .news-list-view.fairs .article .card-image .companies {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: calc(var(--space-1) / 2);
  display: flex;
  justify-content: right;
  margin: 0;
}
.news .news-list-view.default .article .card-image .companies .company, .news .news-list-view.fairs .article .card-image .companies .company {
  width: 50px;
  height: 50px;
  margin-right: calc(var(--space-1) / 2);
}
.news .news-list-view.default .article .card-image .companies .company:last-child, .news .news-list-view.fairs .article .card-image .companies .company:last-child {
  margin-right: 0;
}
.news .news-list-view.default .article .image, .news .news-list-view.fairs .article .image {
  position: relative;
}
.news .news-list-view.default .article .image picture, .news .news-list-view.fairs .article .image picture {
  display: block;
  overflow: hidden;
}
.news .news-list-view.default .article .image picture img, .news .news-list-view.fairs .article .image picture img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.news .news-list-view.default .article a:hover .wrapper {
  /*background: linear-gradient(180deg, rgba(196,196,196,1) 0%, rgba(247,247,247,1) 40%, rgba(255,255,255,1) 100%);*/
}
.news .news-list-view.default .article a:hover .wrapper h2, .news .news-list-view.default .article a:hover .wrapper .h2 {
  color: #006AB4;
}
.news .news-list-view.fairs .publish-time {
  margin-bottom: var(--space-1);
  font-size: var(--font-size-4);
}
.news .news-list-view.fairs .publish-time svg {
  height: 0.8em;
  width: auto;
  vertical-align: baseline;
  margin-right: 0.2em;
}
.news .news-list-view.fairs .prev-image {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .news-list-view.fairs .teaser {
  font-weight: 700;
  margin-bottom: 0;
}
.news .news-list-view.fairs .teaser.no-date {
  margin-bottom: var(--space-1);
}
.news .news-list-view.fairs .bodytext p {
  margin-bottom: 0;
}
.news .news-list-view.fairs .make-appointment {
  text-align: right;
}
.news .news-list-view.fairs .card-image {
  width: 80%;
}
@media (max-width: 1159px) {
  .news .news-list-view.fairs .card-image {
    width: 50%;
    padding: 2rem;
  }
}
@media (max-width: 809px) {
  .news .news-list-view.fairs .card-image {
    width: 66%;
  }
}
.news .news-list-view.fairs .card-image img {
  width: 100%;
  height: auto;
}
.news .news-list-view h2, .news .news-list-view .h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-h3);
  color: #000000;
  margin-bottom: 0.5em;
  transition: color 0.25s ease;
}
.news .news-list-view p {
  color: #000000;
  font-size: var(--font-size-4);
}
@media (max-width: 1579px) {
  .news .news-list-view p {
    font-size: var(--font-size-3);
  }
}
.news .article .article-header {
  margin-bottom: var(--space-3);
}
.news .article a:not(.btn) {
  color: #006AB4;
}
.news .article .pub-date {
  color: #B7CC06;
}
.news .article .image-description {
  font-size: var(--image-description-font-size);
}
.news .article .downloads {
  bottom: var(--space-2);
  left: var(--space-2);
  background-color: transparent;
  padding: 10px 0;
}
.news .article .downloads a {
  display: inline-block;
  height: var(--downloads-icon);
  margin: 5px 10px 20px 10px;
  text-align: center;
  font-size: var(--font-size-2);
  color: white;
}
.news .article .downloads a:hover {
  color: #B7CC06;
}
.news .article .downloads a:first-child {
  margin-left: 0;
}
.news .article .downloads a svg {
  width: auto;
  height: 100%;
  margin: 0 0 5px 0;
}
.news .article .downloads a span {
  display: inline-block;
  margin-left: var(--space-1);
  white-space: nowrap;
}
.news .article .news-backlink-wrap {
  margin-top: var(--space-3);
}
.news .article .related-articles {
  margin-top: 1rem;
}
.news .article .list-btn {
  margin-top: var(--space-3);
}
.f3-widget-paginator {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-end;
  gap: var(--space-1);
}
.f3-widget-paginator li {
  font-size: var(--font-size-4);
  background-color: white;
  width: var(--space-4);
  height: var(--space-4);
  line-height: var(--space-4);
  text-align: center;
}
.f3-widget-paginator li.previous, .f3-widget-paginator li.next {
  width: auto;
}
.f3-widget-paginator li.previous a, .f3-widget-paginator li.next a {
  font-size: inherit;
  padding: 0 var(--space-1);
}
.f3-widget-paginator li.previous a svg, .f3-widget-paginator li.next a svg {
  height: var(--space-2);
  width: auto;
  object-fit: contain;
}
.f3-widget-paginator li.previous a svg {
  transform: scale(-1);
}
.f3-widget-paginator li.current {
  color: white;
  background-color: #EDF5FA;
}
.f3-widget-paginator li a {
  font-size: inherit;
  color: black;
  width: inherit;
  height: inherit;
  display: block;
  text-align: inherit;
  border-bottom: 2px solid transparent;
}
.f3-widget-paginator li a:hover {
  color: #006AB4;
  border-bottom-color: #006AB4;
}
.news.newsTeaser .news-list-view .col-title, .news.fairsTeaser .news-list-view .col-title {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.news.newsTeaser .news-list-view .col-title *, .news.fairsTeaser .news-list-view .col-title * {
  line-height: 100%;
}
.news.newsTeaser .news-list-view .col-title .title, .news.fairsTeaser .news-list-view .col-title .title {
  color: #000000;
  margin: 0 !important;
  line-height: 120%;
  height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1579px) {
  .news.newsTeaser .news-list-view .col-title .title, .news.fairsTeaser .news-list-view .col-title .title {
    height: 72px;
  }
}
@media (max-width: 1379px) {
  .news.newsTeaser .news-list-view .col-title .title, .news.fairsTeaser .news-list-view .col-title .title {
    height: 52px;
  }
}
@media (max-width: 1379px) {
  .news.newsTeaser .news-list-view .col-title .title, .news.fairsTeaser .news-list-view .col-title .title {
    height: auto;
  }
}
.news.newsTeaser .news-list-view .data, .news.fairsTeaser .news-list-view .data {
  font-size: var(--font-size-default);
  line-height: 100%;
  color: #8B8F97;
}
.news.newsTeaser .news-list-view .subheader, .news.fairsTeaser .news-list-view .subheader {
  font-style: normal;
  line-height: var(--line-height-p);
  margin: 0;
}
.news.newsTeaser .news-list-view article, .news.fairsTeaser .news-list-view article {
  background-color: transparent;
  transition: scale var(--transition-time) ease, background-color var(--transition-time) ease;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.news.newsTeaser .news-list-view article .card-image, .news.fairsTeaser .news-list-view article .card-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
}
@media (max-width: 1579px) {
  .news.newsTeaser .news-list-view article .card-image, .news.fairsTeaser .news-list-view article .card-image {
    padding-bottom: 50%;
  }
}
@media (max-width: 1159px) {
  .news.newsTeaser .news-list-view article .card-image, .news.fairsTeaser .news-list-view article .card-image {
    padding-bottom: 55%;
  }
}
@media (max-width: 809px) {
  .news.newsTeaser .news-list-view article .card-image, .news.fairsTeaser .news-list-view article .card-image {
    padding: 0;
  }
}
.news.newsTeaser .news-list-view article .card-image picture, .news.fairsTeaser .news-list-view article .card-image picture {
  position: absolute;
  display: block;
  transition: all 0.4s ease;
}
@media (max-width: 809px) {
  .news.newsTeaser .news-list-view article .card-image picture, .news.fairsTeaser .news-list-view article .card-image picture {
    position: relative;
    display: inline;
  }
}
.news.newsTeaser .more, .news.fairsTeaser .more {
  font-size: var(--font-size-btn);
  color: #006AB4;
  text-decoration: underline;
}
.news.newsTeaser a:hover .more, .news.fairsTeaser a:hover .more {
  text-decoration: none;
}
.news.newsTeaser a:hover .title, .news.fairsTeaser a:hover .title {
  color: #006AB4;
}
.news.newsTeaser a:hover .card-image picture, .news.fairsTeaser a:hover .card-image picture {
  transform: scale(1.2);
}
@media (max-width: 1159px) {
  .news.newsTeaser a:hover .card-image picture, .news.fairsTeaser a:hover .card-image picture {
    transform: none;
  }
}
.news.newsTeaser .news-list-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 1159px) {
  .news.newsTeaser .news-list-view {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news.newsTeaser .news-list-view article .card-image {
  margin-bottom: var(--space-2);
}
@media (max-width: 1159px) {
  .news.newsTeaser .news-list-view article .card-image {
    margin-bottom: 0;
  }
}
.news.newsTeaser .news-backlink-wrap {
  margin-top: 50px;
  display: none;
}
.news.newsTeaser .news-backlink-wrap a {
  color: inherit;
  font-weight: 800;
}
@media (max-width: 1159px) {
  .news.newsTeaser a {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr;
    gap: var(--space-3);
  }
}
@media (max-width: 809px) {
  .news.newsTeaser a {
    display: flex;
    align-items: start;
    gap: var(--space-2);
    flex-direction: column;
  }
}
.news.fairsTeaser .news-list-view article .prev-image {
  place-self: center;
  width: 100%;
  height: 100%;
}
.news.fairsTeaser .news-list-view article .col-title {
  width: 100%;
}
.news.fairsTeaser .news-list-view article a {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr;
  gap: var(--space-3);
}
@media (max-width: 809px) {
  .news.fairsTeaser .news-list-view article a {
    display: flex;
    align-items: start;
    gap: var(--space-2);
    flex-direction: column;
  }
}
.news-single {
  padding-top: var(--space-5);
}
.news-single .container {
  position: relative;
}
.news-single .has-teaser {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-2);
}
.news-single p.lead {
  font-size: var(--font-size-4);
  font-style: normal;
}
@media (min-width: 1380px) {
  .news-single .article-header {
    margin-bottom: var(--space-5) !important;
  }
}
.news-single .article-image {
  transition: transform 0.5s ease;
}
@media (max-width: 1379px) {
  .news-single .article-image {
    margin-bottom: var(--space-5);
    transform: unset !important;
    position: static !important;
  }
}
.news-single .headline.has-subheader h1, .news-single .headline.has-subheader .h1 {
  max-width: 100%;
}
#c3026 {
  padding-bottom: 0;
}
.select-variant {
  overflow: hidden;
  margin-bottom: var(--space-1);
}
@media (max-width: 360px) {
  .select-variant__title {
    font-size: var(--font-size-h5);
  }
}
.select-variant .arrow-variant {
  display: flex;
  gap: 20px;
  position: absolute;
  top: -5px;
  right: 0;
}
@media (max-width: 360px) {
  .select-variant .arrow-variant {
    gap: 10px;
    top: -6px;
  }
}
.select-variant__item {
  border: 1px solid #C7CBD2;
  padding: 10px;
  border-radius: var(--border-radius);
  cursor: pointer;
}
.select-variant__item:hover {
  background: #F7F8FA;
}
@media (max-width: 360px) {
  .select-variant__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.select-variant__item .kw {
  font-size: var(--font-size-default);
  font-weight: 600;
}
.select-variant__item .price {
  font-size: var(--font-size-2);
  font-weight: 300;
  white-space: nowrap;
}
.select-variant__item.checked {
  border: 1px solid #006AB4;
  color: #006AB4;
  cursor: default;
}
.select-variant__item.checked:hover {
  background: transparent;
  color: #006AB4;
}
.select-variant__prev {
  width: 30px;
  height: 30px;
  background: var(--arrow-left) no-repeat;
}
.select-variant__next {
  width: 30px;
  height: 30px;
  background: var(--arrow-right) no-repeat;
}
.btn-medium {
  background: #999;
  border-radius: var(--border-radius);
  transition: all 0.4s ease;
  color: #FFFFFF;
  gap: 0;
}
.btn-medium:hover {
  background: #707070;
  color: #FFFFFF;
}
.product-list {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: var(--space-2);
  grid-row-gap: var(--space-2);
}
.product-list .product-item {
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(53, 53, 53, 0.2);
  transition: all 0.4s ease;
  display: flex;
  height: 100%;
}
.product-list .product-item .product-image {
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--space-2);
  text-align: center;
}
@media (max-width: 809px) {
  .product-list .product-item .product-image {
    padding: 0;
    padding-bottom: var(--space-2);
    display: flex;
    justify-content: center;
  }
}
.product-list .product-item .product-image a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.product-list .product-item .product-image img {
  position: sticky;
  top: var(--header-top-height);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 1s ease;
}
.product-list .product-item .product-image.cover-image {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 809px) {
  .product-list .product-item .product-image.cover-image {
    padding: 0;
    padding-bottom: var(--space-2);
    display: flex;
    justify-content: center;
    overflow: visible;
  }
}
.product-list .product-item .product-image.cover-image img {
  position: relative;
  top: inherit;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-position: center;
  object-fit: cover;
  transition: transform 1s ease;
}
@media (max-width: 809px) {
  .product-list .product-item .product-image.cover-image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: transform 1s ease;
  }
}
.product-list .product-item .content {
  padding: var(--space-2);
  width: 60%;
  background: #F7F8FA;
}
.product-list .product-item .content .product-title {
  font-weight: 500;
  font-family: "Neo Tech Pro", sans-serif;
  color: #000000;
}
.product-list .product-item .content .product-title h3, .product-list .product-item .content .product-title .h3 {
  margin-bottom: 6px;
}
.product-list .product-item .content .product-title h3 a, .product-list .product-item .content .product-title .h3 a {
  color: #006AB4;
  font-size: var(--font-size-h2);
  margin: 0;
  pointer-events: none;
}
.product-list .product-item .content .product-title h4, .product-list .product-item .content .product-title .h4 {
  font-size: var(--font-size-h3);
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: "Helvetica Neue LT Std", sans-serif;
}
.product-list .product-item .content .item-top-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) calc(var(--space-2) - 14px);
  color: #000000;
  margin-top: var(--space-1);
}
.product-list .product-item .content .product-description {
  margin-bottom: var(--space-2);
  margin-top: var(--space-1);
}
.product-list .product-item .content .attribute-row-grid {
  position: relative;
}
.product-list .product-item .content .attribute-row-grid::after {
  content: "";
  position: absolute;
  display: block;
  background: #D9D9D9;
  top: 0;
  bottom: 0;
  right: calc(-1 * (var(--space-1) - 7px));
  width: 1px;
}
.product-list .product-item .content .attribute-row-grid:last-child::after {
  content: none;
}
.product-list .product-item .content .attribute-row-grid .attr-title {
  font-size: var(--font-size-1);
  font-weight: 300;
}
.product-list .product-item .content .attribute-row-grid .attr-value {
  color: #353535;
  font-weight: 500;
  font-size: var(--font-size-3);
}
@media (max-width: 1909px) {
  .product-list .product-item .content .attribute-row-grid .attr-value {
    max-width: 300px;
  }
}
.product-list .product-item .content .attribute-row-grid.attribute-grid-Preis, .product-list .product-item .content .attribute-row-grid.attribute-grid-MwSt {
  display: none;
}
.product-list .product-item .content .product-description p {
  font-size: var(--font-size-default);
  line-height: var(--line-height-4-5);
  margin: 10px 0 0 0;
}
@media (max-width: 1909px) {
  .product-list .product-item .content .product-description p {
    font-size: var(--font-size-2);
  }
}
.product-list .product-item .content .product-price {
  font-size: var(--font-size-h2);
  color: #353535;
  font-weight: 500;
}
.product-list .product-item .content .product-price .attribute-row {
  display: none;
}
.product-list .product-item .content .product-price .attribute-row.attribute-Preis {
  display: block;
  font-family: "Neo Tech Pro", sans-serif;
  line-height: 1;
  margin-bottom: -6px;
}
.product-list .product-item .content .product-price .attribute-row.attribute-MwSt {
  display: block;
  font-size: var(--font-size-1);
  font-weight: 300;
  margin-top: -3px;
}
@media (min-width: 1580px) {
  .product-list .product-item .content .product-price .attribute-row.attribute-MwSt {
    margin-left: auto;
    max-width: 155px;
  }
}
.product-list .product-item .content .product-footer {
  position: relative;
}
.product-list .product-item .content .product-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1579px) {
  .product-list .product-item .content .product-footer__bottom {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap: var(--space-1);
  }
}
.product-list .product-item .content .product-footer__bottom .product-price {
  text-align: right;
}
@media (max-width: 1909px) {
  .product-list .product-item .content .product-footer__bottom .product-price .attribute-Preis {
    font-size: var(--font-size-6);
    margin-bottom: 5px;
  }
  .product-list .product-item .content .product-footer__bottom .product-price .attribute-MwSt {
    font-size: var(--font-size-1);
    line-height: 1;
  }
}
@media (max-width: 1579px) {
  .product-list .product-item .content .product-footer__bottom .product-price {
    text-align: left;
  }
}
@media (max-width: 1579px) {
  .product-list .product-item .content .product-footer__bottom .product-buttons {
    width: 100%;
    flex-direction: row;
  }
}
.product-list .product-item .content .product-footer .select-variant__title {
  margin-bottom: calc(var(--space-1) / 2);
}
.product-list .product-item .content .product-buttons {
  display: flex;
  gap: var(--space-1);
}
.product-list .product-item .content .product-buttons .btn {
  white-space: nowrap;
}
@media (max-width: 1159px) {
  .product-list .product-item .content .product-buttons .btn span {
    display: none;
  }
}
.product-list .product-item .content .product-buttons .btn-secondary {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0;
}
.product-list .product-item .content .product-buttons .btn-secondary:not(.call-form)::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: var(--icon-cart-white) no-repeat center center;
}
.product-list .product-item .content .capacity-list {
  font-size: var(--font-size-1);
}
.product-list .product-item .content .capacity-list .capacity-item {
  display: inline-block;
  padding: 0 var(--space-1);
  background-color: #FFF;
}
.product-list .product-item .content .color-list {
  display: flex;
  margin-top: 20px;
  height: 21px;
  justify-content: center;
}
.product-list .product-item .content .color-list .color-item {
  width: 25px;
  height: 21px;
  margin: 0 10px;
  border: 1px solid #CCC;
}
.product-list .product-item .new {
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: var(--font-size-2);
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(15deg);
  transform-origin: center;
  text-transform: uppercase;
}
.product-list .product-item:hover .product-image.cover-image img {
  transform: scale(1.1);
}
@media (max-width: 809px) {
  .product-list .product-item:hover .product-image.cover-image img {
    transform: none;
  }
}
.frame-layout-103 .product-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.frame-layout-103 .product-list .product-item {
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.frame-layout-103 .product-list .product-item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: transparent;
}
@media (max-width: 1379px) {
  .frame-layout-103 .product-list .product-item .content .product-title h3 a, .frame-layout-103 .product-list .product-item .content .product-title .h3 a {
    font-size: var(--font-size-h3);
  }
}
@media (max-width: 1379px) {
  .frame-layout-103 .product-list .product-item .content .product-title h4, .frame-layout-103 .product-list .product-item .content .product-title .h4 {
    font-size: var(--font-size-h5);
  }
}
.frame-layout-103 .product-list .product-item .content .product-price .attribute-row.attribute-MwSt {
  margin-left: 0;
  max-width: none;
}
.frame-layout-103 .product-list .product-item .product-description {
  margin: 0;
}
.frame-layout-103 .product-list .product-item .item-top-attributes {
  display: none;
}
.frame-layout-103 .product-list .product-item .product-image {
  position: unset;
  width: 50%;
}
.frame-layout-103 .product-list .product-item .product-image.cover-image {
  max-height: 400px;
}
@media (max-width: 1379px) {
  .frame-layout-103 .product-list .product-item .product-image.cover-image {
    max-height: 300px;
  }
}
@media (max-width: 809px) {
  .frame-layout-103 .product-list .product-item .product-image {
    max-height: 180px;
  }
}
.frame-layout-103 .product-list .product-item .product-image img {
  height: auto;
  object-fit: contain;
}
@media (max-width: 809px) {
  .frame-layout-103 .product-list .product-item .product-image a {
    max-width: 60%;
    max-height: 180px;
  }
}
.frame-layout-103 .product-list .product-item .product-info {
  padding-right: var(--space-2);
}
@media (min-width: 1910px) {
  .frame-layout-103 .product-list .product-item .product-info {
    max-width: 60%;
  }
}
@media (max-width: 1159px) {
  .frame-layout-103 .product-list .product-item .product-info {
    padding-right: var(--space-1);
  }
}
.frame-layout-103 .product-list .product-item .product-header {
  display: flex;
  padding: var(--space-2);
  padding-bottom: calc(var(--space-2) - 10px);
}
@media (max-width: 1159px) {
  .frame-layout-103 .product-list .product-item .product-header {
    padding: var(--space-1);
  }
}
.frame-layout-103 .product-list .product-item .product-footer {
  margin-top: auto;
  background: #AEAEAE;
  transition: all 0.3s;
  padding: var(--space-2);
}
.frame-layout-103 .product-list .product-item .product-footer .select-variant {
  display: none;
}
.frame-layout-103 .product-list .product-item .product-footer .select-variant__title {
  display: none;
}
.frame-layout-103 .product-list .product-item .product-footer__bottom {
  flex-direction: column-reverse;
  align-items: start;
  gap: var(--space-1);
}
.frame-layout-103 .product-list .product-item .product-footer__bottom .product-price {
  text-align: left;
}
@media (max-width: 1159px) {
  .frame-layout-103 .product-list .product-item .product-footer {
    padding: var(--space-1);
  }
}
.frame-layout-103 .product-list .product-item .product-price {
  color: #FFFFFF;
}
.frame-layout-103 .product-list .product-item .product-price .attribute-row.attribute-Monate {
  display: block;
  font-size: var(--font-size-3);
  font-weight: 300;
}
@media (max-width: 1159px) {
  .frame-layout-103 .product-list .product-item .product-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}
.frame-layout-103 .product-list .product-item.blue-bg {
  box-shadow: 0 0 50px rgba(0, 106, 180, 0.4);
}
.frame-layout-103 .product-list .product-item.blue-bg .product-footer {
  background: #006AB4;
}
@media (max-width: 1909px) {
  .frame-layout-103 .product-list .product-item .product-header {
    flex-direction: column-reverse;
  }
  .frame-layout-103 .product-list .product-item .product-info {
    padding-right: 0;
    width: 100%;
    margin-top: var(--space-2);
  }
  .frame-layout-103 .product-list .product-item .product-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .frame-layout-103 .product-list .product-item .product-image a {
    display: block;
    max-width: 60%;
    max-height: 300px;
  }
}
@media (max-width: 1909px) and (max-width: 1909px) {
  .frame-layout-103 .product-list .product-item .product-info {
    margin-top: var(--space-1);
  }
}
@media (max-width: 809px) {
  .frame-layout-103 .product-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .frame-layout-103 .product-list .product-item .product-info {
    margin-top: var(--space-1);
    padding: 0;
  }
  .frame-layout-103 .product-list .product-item .product-buttons {
    margin-top: var(--space-1);
  }
}
@media (max-width: 809px) {
  .product-list .product-item .product-image {
    max-height: 450px;
    height: 100%;
    width: 100%;
    position: unset;
  }
  .product-list .product-item .item-top-attributes {
    flex-direction: column;
  }
  .product-list .product-item .product-header {
    display: flex;
    flex-direction: column-reverse;
  }
  .product-list .product-item .content {
    padding: var(--space-1);
    width: 100%;
  }
  .product-list .product-item .content .attribute-row-grid {
    width: 100%;
  }
  .product-list .product-item .content .attribute-row-grid::after {
    position: absolute;
    bottom: calc(-1 * (var(--space-1) - 10px));
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .product-list .product-item .content .product-buttons {
    gap: 10px;
  }
  .product-list .product-item .content .product-buttons form {
    width: 60%;
  }
  .product-list .product-item .content .product-buttons .btn-secondary {
    justify-content: center;
    padding: 8px;
  }
  .product-list .product-item .content .product-buttons .btn-medium {
    justify-content: center;
    padding: 8px;
    width: 40%;
  }
}
.product-list.toplist, .product-list.list-similar {
  display: block;
}
.product-list.toplist .slick-list, .product-list.list-similar .slick-list {
  margin: 0 -15px;
  overflow: visible;
  position: relative;
}
.product-list.toplist .slick-list:before, .product-list.toplist .slick-list:after, .product-list.list-similar .slick-list:before, .product-list.list-similar .slick-list:after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.product-list.toplist .slick-list:after, .product-list.list-similar .slick-list:after {
  left: 100%;
  right: auto;
  top: 0;
}
.product-list.toplist .product-item, .product-list.list-similar .product-item {
  background-color: #FFF;
  border: 1px solid #F7F8FA;
  margin: 0 15px;
}
.not-found {
  display: none;
}
.detail-header {
  position: fixed;
  z-index: 300;
  top: 190px;
  left: 0;
  right: 0;
  width: 100%;
  background: #006ab4e6;
  opacity: 0;
  visibility: hidden;
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.detail-header.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.detail-header.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.scrolled .detail-header {
  top: 100px;
}
.detail-header__content {
  padding: var(--space-1) 0;
  display: flex;
  justify-content: space-between;
}
.detail-header__title {
  position: relative;
}
.detail-header__title.clickable {
  cursor: pointer;
}
.detail-header__title.clickable h3 i, .detail-header__title.clickable .h3 i {
  display: block;
}
.detail-header__title h3, .detail-header__title .h3 {
  margin-bottom: 0px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: var(--font-size-h3);
  display: flex;
  gap: 10px;
  align-items: center;
}
.detail-header__title h3 i, .detail-header__title .h3 i {
  display: none;
}
.detail-header__title p {
  font-size: var(--font-size-2);
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 0;
}
.detail-header__title .icon-arrow-down {
  background: var(--arrow-down-white) no-repeat;
  width: 18px;
  height: 10px;
}
.detail-header__title .dropdown {
  position: absolute;
  top: 100%;
  overflow: visible;
  margin-top: 10px;
  background: #FFFFFF;
  padding: 20px;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 0 50px rgba(0, 106, 180, 0.4);
  transform: translateY(-50px);
  opacity: 0;
  pointer-events: none;
  z-index: 11;
}
.detail-header__title .dropdown.show {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.detail-header__title .dropdown:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}
.detail-header__title .dropdown .select-variant__item {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: space-between;
  color: #000000;
}
.detail-header__info {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
.detail-header__info .separator {
  width: 1px;
  height: 100%;
  display: block;
  background: #D9D9D9;
}
.detail-header__info .col-md-8 {
  width: 100%;
}
.detail-header__info .attribute-list {
  text-align: right;
}
.detail-header__info .attribute-item {
  font-size: var(--font-size-2);
  font-weight: 300;
  display: none;
}
.detail-header__info .attribute-item .label {
  display: none;
}
.detail-header__info .attribute-item-Preis {
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-6);
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 100%;
}
.detail-header__info .attribute-item-Preis, .detail-header__info .attribute-item-MwSt {
  display: block;
}
@media (max-width: 1579px) {
  .detail-header {
    top: 174px;
  }
  .scrolled .detail-header {
    top: 74px;
  }
}
@media (max-width: 1379px) {
  .detail-header {
    top: 136px;
  }
  .scrolled .detail-header {
    top: 66px;
  }
}
@media (max-width: 1159px) {
  .detail-header {
    top: 90px;
  }
  .scrolled .detail-header {
    top: 64px;
  }
  .detail-header__info {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .detail-header__info .separator {
    display: none;
  }
}
@media (max-width: 809px) {
  .detail-header__content {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1);
  }
  .detail-header__title p {
    display: none;
  }
  .detail-header__info {
    justify-content: space-between;
    width: 100%;
  }
  .detail-header__info .attribute-wrap {
    flex: 1 0 40%;
  }
  .detail-header__info form {
    flex: 1 0 50%;
  }
  .detail-header__info form .btn-primary {
    width: 100%;
    padding: 8px;
  }
  .detail-header__info .attribute-list {
    text-align: left;
  }
}
.product-show {
  height: 200px;
  position: relative;
}
@media (min-width: 1580px) {
  .product-show {
    height: 120px;
  }
}
.product-show .btn-primary {
  font-size: var(--font-size-3);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background: #B7CC06;
}
.product-show .btn-primary::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: var(--icon-cart-white) no-repeat center center;
}
@media (min-width: 810px) {
  .product-show .btn-primary::after {
    margin-top: -6px;
  }
}
@media (max-width: 1159px) {
  .product-show .btn-primary::after {
    margin-left: 0;
    margin-top: -4px;
  }
}
.product-show button.btn.btn-primary {
  background: #B7CC06;
  text-transform: none;
}
@media (max-width: 1909px) {
  .product-show {
    height: 140px;
  }
}
@media (max-width: 809px) {
  .product-show {
    height: 290px;
  }
  .product-show .btn {
    padding: 8px;
  }
  .product-show .btn-primary::after {
    flex: 0 0 auto;
  }
}
.details {
  position: absolute;
  z-index: 100;
  max-width: 785px;
  width: 100%;
  color: #FFFFFF;
  bottom: 89px;
  background: rgba(0, 106, 180, 0.95);
  border-radius: var(--border-radius);
  padding: var(--space-2);
  left: 0;
}
@media (min-width: 1380px) {
  .details {
    bottom: 0px;
  }
}
@media (max-width: 1379px) {
  .details {
    max-width: 100%;
    bottom: 30px;
  }
}
@media (max-width: 809px) {
  .details {
    bottom: 0%;
    padding: var(--space-1);
  }
  .details-attributes .attribute-list .attribute-item::after {
    position: absolute;
    bottom: calc(-1 * (var(--space-1) - 10px));
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .details-content__footer {
    margin-top: var(--space-1);
    flex-direction: column;
    align-items: flex-start;
  }
  .details-content__footer form {
    width: 100%;
  }
  .details-content__footer form .btn-primary {
    width: 100%;
  }
}
@media (max-width: 809px) and (max-width: 809px) {
  .details-content__footer {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 809px) and (max-width: 480px) {
  .details-content__footer {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 809px) and (max-width: 809px) {
  .details-content__footer form {
    width: 50%;
  }
}
@media (max-width: 809px) and (max-width: 480px) {
  .details-content__footer form {
    width: 100%;
  }
}
.details .select-variant__wrapper {
  position: relative;
  margin-top: calc(var(--space-1) / 2);
}
.details .select-variant__wrapper .select-variant__title {
  margin-bottom: calc(var(--space-1) / 2);
}
.details .select-variant__item {
  border: 1px solid #FFFFFF;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.details .select-variant__item:hover {
  background: #F7F8FA;
  color: #6c757d;
}
@media (max-width: 360px) {
  .details .select-variant__item {
    display: block;
  }
}
.details .select-variant__item .kw {
  font-size: var(--font-size-2);
  line-height: 1;
}
.details .select-variant__item .price {
  line-height: 1;
}
.details .select-variant__item.checked {
  background: #FFFFFF;
  cursor: default;
}
.details .select-variant__item.checked:hover {
  background: #FFFFFF;
  color: #006AB4;
}
.details .select-variant__prev {
  background: var(--arrow-left-white);
}
.details .select-variant__next {
  background: var(--arrow-right-white);
}
.details h1, .details .h1 {
  line-height: 100%;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media (max-width: 809px) {
  .details h1, .details .h1 {
    font-size: var(--font-size-h2);
  }
}
.details h2, .details .h2 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-4);
}
.details .attribute-wrap {
  margin-top: var(--space-1);
}
.details .attribute-wrap .col-md-8 {
  width: 100%;
}
.details-attributes .attribute-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) calc(var(--space-2) - 14px);
}
@media (max-width: 360px) {
  .details-attributes .attribute-list {
    gap: var(--space-1);
  }
}
.details-attributes .attribute-list .attribute-item {
  max-width: 125%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.details-attributes .attribute-list .attribute-item-Preis, .details-attributes .attribute-list .attribute-item-Monate, .details-attributes .attribute-list .attribute-item-MwSt {
  display: none;
}
.details-attributes .attribute-list .attribute-item::after {
  content: "";
  position: absolute;
  display: block;
  background: #D9D9D9;
  top: 0;
  bottom: 0;
  left: calc(-1 * (var(--space-1) - 7px));
  width: 1px;
  height: 100%;
}
.details-attributes .attribute-list .attribute-item:first-child::after {
  content: none;
}
.details-attributes .attribute-list .attribute-item-Kapazität::after {
  content: none;
}
.details-attributes .attribute-list .attribute-item .label {
  font-size: var(--font-size-1);
  font-weight: 300;
}
.details-attributes .attribute-list .attribute-item .value {
  font-weight: 500;
  font-size: var(--font-size-3);
}
@media (max-width: 1909px) {
  .details-attributes .attribute-list .attribute-item .value {
    max-width: 300px;
  }
}
.details-content__footer {
  margin-top: var(--space-1);
  display: flex;
  align-items: start;
  gap: var(--space-1);
  justify-content: space-between;
}
.details-content__footer .attribute-wrap {
  margin: 0;
}
.details-content__footer .attribute-list .attribute-item {
  display: none;
}
.details-content__footer .attribute-list .attribute-item .label {
  display: none;
}
.details-content__footer .attribute-list .attribute-item-Preis {
  font-family: "Neo Tech Pro", sans-serif;
}
.details-content__footer .attribute-list .attribute-item-Preis, .details-content__footer .attribute-list .attribute-item-MwSt {
  display: block;
  font-size: var(--font-size-1);
  font-weight: 300;
}
.details-content__footer .attribute-list .attribute-item-Preis {
  font-size: var(--font-size-h2);
  font-weight: 700;
  line-height: 100%;
}
.details-description {
  margin-top: var(--space-1);
}
.details-description p {
  color: #FFFFFF;
  font-weight: 300;
  line-height: 160%;
}
#kma-tooltip-wrap {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  width: auto;
  background-color: var(--color-primary);
  font-size: var(--font-size-1);
  text-align: center;
  color: #FFF;
  transform: translateX(-50%);
  padding: var(--space-1);
  transition: opacity 1s ease;
}
#kma-tooltip-wrap.active {
  opacity: 1;
}
#kma-tooltip-wrap:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-10px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent var(--color-primary) transparent;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.finder.frame {
  background-color: var(--Light-Grey, #ececec);
}
.finder.frame a {
  color: #000;
}
.criteria-row {
  margin: 0;
  padding: 0;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  /* Vertically center the content */
  background-color: var(--Light-Grey, #ececec);
}
.criteria-row:first-child {
  padding-top: 0;
}
#category-picker, #color-picker, #capacity-picker, #onehandoperation-picker, #unbreakable-picker, #dishwashersafe-picker {
  display: flex;
  align-items: center;
  /* Center the content horizontally */
  height: 61px;
  /* Set a fixed height */
}
#category-picker > label, #color-picker > label, #capacity-picker > label, #onehandoperation-picker > label, #unbreakable-picker > label, #dishwashersafe-picker > label {
  padding-left: 26px;
  padding-right: 17px;
  background-color: #fff;
  height: 61px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.finder label, .finder input {
  cursor: pointer;
}
#category-picker input[type="checkbox"], #onehandoperation-picker input[type="checkbox"], #unbreakable-picker input[type="checkbox"], #dishwashersafe-picker input[type="checkbox"] {
  /* Hide checkboxes labeled checkbox */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  background-color: var(var(--Light-Grey, #ececec));
  /* Not removed via appearance */
  margin: 0;
}
#category-picker div > label, #onehandoperation-picker div > label, #unbreakable-picker div > label, #dishwashersafe-picker div > label {
  position: relative;
}
#category-picker input[type="checkbox"]:checked + .checkmark, #onehandoperation-picker input[type="checkbox"]:checked + .checkmark, #unbreakable-picker input[type="checkbox"]:checked + .checkmark, #dishwashersafe-picker input[type="checkbox"]:checked + .checkmark {
  width: 100%;
  height: 100%;
  /* Color checked without labels */
  background-color: var(--color-primary);
  color: #fff;
  box-sizing: border-box;
}
#category-picker input[type="checkbox"]:hover + .checkmark, #onehandoperation-picker input[type="checkbox"]:hover + .checkmark, #unbreakable-picker input[type="checkbox"]:hover + .checkmark, #dishwashersafe-picker input[type="checkbox"]:hover + .checkmark {
  background-color: var(--color-primary);
  color: #fff;
  height: 100%;
}
#category-picker input[type="checkbox"]:hover + .checkmark, #onehandoperation-picker input[type="checkbox"]:hover + .checkmark, #unbreakable-picker input[type="checkbox"]:hover + .checkmark, #dishwashersafe-picker input[type="checkbox"]:hover + .checkmark {
  filter: saturate(150%);
}
#color-picker > fieldset {
  padding-left: 22px;
  padding-right: 12px;
}
#color-picker div, #capacity-picker div {
  padding: 2px;
}
#color-picker input[type="checkbox"], #capacity-picker input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #000;
  /* Checkbox sizes */
  width: 25px;
  height: 25px;
  margin: 13px;
  /* Background checkbox color */
  background-color: var(--Light-Grey, #ececec);
  display: grid;
  place-content: center;
}
#color-picker input[type="checkbox"]::before, #capacity-picker input[type="checkbox"]::before {
  content: "";
  width: 25px;
  height: 25px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 100% 100% var(var(--color-primary));
}
#color-picker input[type="checkbox"]:disabled, #capacity-picker input[type="checkbox"]:disabled {
  color: var(var(--Light-Grey, #ececec));
  cursor: not-allowed;
}
#capacity-picker input[type="checkbox"] {
  border: 1px solid #8b8b8b;
}
#capacity-picker input[type="checkbox"]:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25' height='25' fill='%23E30613'/%3E%3Cpath d='M16.2901 8.28694C16.4802 8.10086 16.7332 7.99799 16.9956 8.00003C17.2581 8.00207 17.5095 8.10887 17.6968 8.29788C17.8841 8.4869 17.9927 8.74335 17.9996 9.01312C18.0066 9.28289 17.9113 9.54488 17.734 9.74381L12.3499 16.6674C12.2573 16.7699 12.1456 16.8522 12.0214 16.9093C11.8972 16.9665 11.763 16.9972 11.627 16.9998C11.4909 17.0024 11.3558 16.9768 11.2296 16.9244C11.1034 16.8721 10.9888 16.7941 10.8926 16.6952L7.32211 13.0238C7.22268 12.9286 7.14293 12.8137 7.08761 12.686C7.0323 12.5584 7.00256 12.4206 7.00016 12.2809C6.99776 12.1412 7.02276 12.0024 7.07366 11.8728C7.12456 11.7432 7.20032 11.6255 7.29642 11.5267C7.39252 11.4279 7.507 11.35 7.63301 11.2976C7.75903 11.2453 7.89401 11.2196 8.02989 11.2221C8.16578 11.2245 8.29979 11.2551 8.42394 11.312C8.54808 11.3689 8.65981 11.4509 8.75246 11.5531L11.5781 14.4571L16.2645 8.31746C16.2729 8.30678 16.2806 8.29659 16.2901 8.28694Z' fill='white'/%3E%3C/svg%3E ");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
}
#capacity-picker .checkmark {
  padding-left: 0;
}
#color-picker input[type="checkbox"]:checked::before {
  border: 3px solid #fff;
  outline: 3px solid #000;
  transform: scale(1);
}
#color-picker input[type="checkbox"] {
  margin: 1px 10px 1px 0;
  border: 1px solid #C7CBD2;
}
.product-finder fieldset {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  /* Lay out the fieldset content in a row */
  align-items: center;
  /* Center the content vertically within the fieldset */
  height: 100%;
  /* Span over full height */
  border: 0;
  background-color: #f6f6f6;
}
.product-finder .checkbox {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  /* Center the content vertically within the checkbox container */
  height: 61px;
  /* Set a fixed height */
}
.product-finder .checkbox label {
  display: flex;
  align-items: center;
  /* Center the content vertically within the label */
}
.product-finder .checkbox span {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  white-space: nowrap;
  /* Prevent label text from wrapping */
}
.product-finder .checkmark {
  padding-right: var(--space-1);
  padding-left: var(--space-1);
  display: flex;
  align-items: center;
  border-right: 1px solid #C7CBD2;
}
.product-finder fieldset div:last-child .checkmark {
  border-right: none;
}
.product-finder fieldset.capacity-list .checkmark {
  border: none;
}
.cart-list .header {
  display: none;
}
@media (min-width: 810px) {
  .cart-list .header {
    display: block;
    font-weight: 700;
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: var(--space-2);
    margin-bottom: var(--space-2);
  }
  .cart-list .header > .row {
    --bs-gutter-x: var(--space-3);
  }
}
.cart-list .cart-item {
  border-bottom: 2px solid #F0F0F0;
  padding-bottom: var(--space-2);
  margin-bottom: var(--space-2);
}
.cart-list .cart-item .row {
  --bs-gutter-x: var(--space-3);
}
.cart-list .cart-item .row > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.cart-list .cart-item .image {
  aspect-ratio: 1;
  display: block;
}
.cart-list .cart-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-list .cart-item .title {
  margin: 0;
  font-weight: bold;
}
.cart-list .cart-item .amount {
  width: 200px;
  height: 100%;
  text-align: center;
  border: none;
  background-color: #F7F8FA;
}
.cart-list .cart-item .article-no .label {
  margin-right: var(--space-1);
}
@media (min-width: 810px) {
  .cart-list .cart-item .article-no .label {
    display: none;
  }
}
.cart-list .cart-item .delete {
  width: 120px;
  height: 100%;
}
.cart-list .cart-item .delete svg {
  width: 40%;
  height: auto;
}
.cart-add-confirm {
  position: fixed;
  top: 190px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  background: #006AB4;
  transition: all 0.5s ease;
}
.cart-add-confirm__content {
  color: #FFFFFF;
  padding: var(--space-1) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  line-height: 100%;
}
.cart-add-confirm__content h3, .cart-add-confirm__content .h3 {
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 809px) {
  .cart-add-confirm__content {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1);
  }
}
.cart-add-confirm__btns {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
@media (max-width: 1159px) {
  .cart-add-confirm__btns {
    flex-direction: column;
    gap: 10px var(--space-1);
  }
  .cart-add-confirm__btns .btn-medium {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 809px) {
  .cart-add-confirm__btns {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
  .cart-add-confirm__btns .btn {
    width: 100%;
  }
}
.cart-add-confirm__btns .btn-medium {
  background: #999;
  border-radius: var(--border-radius);
  transition: all 0.4s ease;
  color: #FFFFFF;
  font-size: var(--font-size-3);
  position: relative;
}
.cart-add-confirm__btns .btn-medium::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: var(--icon-cart-white) no-repeat center center;
}
.cart-add-confirm__btns .btn-medium:hover {
  background: #707070;
  color: #FFFFFF;
}
.cart-add-confirm__btns .btn-primary {
  overflow: hidden;
  background-color: transparent;
}
.cart-add-confirm__btns .btn-primary-line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cart-add-confirm__btns .btn-primary-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #B7CC06;
  transition: all 0.3s;
  z-index: -1;
}
.cart-add-confirm__btns .btn-primary-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D1D990;
  z-index: -2;
}
.cart-add-confirm__btns .btn-primary.animate .btn-primary-line::before {
  animation: timerLine 5s linear forwards;
}
.scrolled .cart-add-confirm {
  top: 100px;
}
.cart-add-confirm.active {
  opacity: 1;
  visibility: visible;
}
.cart-add-confirm a {
  font-size: var(--font-size-2);
}
@media (max-width: 1579px) {
  .cart-add-confirm {
    top: 174px;
  }
  .scrolled .cart-add-confirm {
    top: 74px;
  }
}
@media (max-width: 1379px) {
  .cart-add-confirm {
    top: 136px;
  }
  .scrolled .cart-add-confirm {
    top: 66px;
  }
}
@media (max-width: 1159px) {
  .cart-add-confirm {
    top: 90px;
  }
  .scrolled .cart-add-confirm {
    top: 64px;
  }
}
.nav-basket {
  margin: 0;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
@media (max-width: 1379px) {
  .nav-basket {
    gap: var(--space-1);
  }
}
.basket-icon-nav {
  list-style: none;
  order: -1;
}
.basket-icon-nav::before {
  content: none;
}
#cartWidget {
  display: flex;
  position: relative;
  transition: all 0.5s ease;
  font-size: 0;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
@media (max-width: 1159px) {
  #cartWidget {
    font-size: var(--font-size-3);
  }
}
#cartWidget p {
  font-size: 0;
}
#cartWidget a {
  width: 100%;
  height: 100%;
  background: var(--icon-cart) no-repeat right center;
}
#cartWidget span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #B7CC06;
  color: #FFF;
  padding: 0;
  border-radius: var(--border-radius-circle);
  font-size: var(--font-size-small);
  margin: 0;
  line-height: 1;
  padding-top: 4px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  transform: scale(1);
  transition: all 0.5s ease;
}
#cartWidget span:empty {
  display: none !important;
}
#cartWidget.has-products {
  opacity: 1;
  pointer-events: all;
}
#cartWidget.high-count span {
  width: 30px;
  font-size: 10px;
}
#cartWidget.added span {
  animation-name: pulsate;
  animation-duration: 0.5s;
}
#cartWidget svg {
  display: none;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
    color: var(--color-primary);
  }
  50% {
    transform: scale(2.5);
    opacity: 0.2;
    color: var(--color-primary);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    color: #FFF;
  }
}
@keyframes fadeInAndOut {
  0% {
    opacity: 0;
    pointer-events: all;
  }
  20% {
    opacity: 1;
    pointer-events: all;
  }
  90% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
  }
}
@keyframes timerLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.spinner {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  color: #C7CBD2;
  background-image: url('data:image/svg+xml;utf8,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="368.69" height="499.68" viewBox="0 0 368.69 499.68"> <path id="griff" d="m261,67.63s11,14,14,34c0,0,99,17,77,146,0,0-36,108-43,101,0,0-8,1-8-5-1.42-5.64.78,30.19,1,30,0,0,56-60,66-161,0,0,12-83-64-134,0,0-24-12-43-11Z" fill="%23999999" stroke-width="0"/> <path id="koerper" d="m1,79.63s39-12,34,109c0,0-8,164-9,172,0,0,0,118,5,130,0,0,141,21,278-1,0,0,9-76-3-120,0,0-11-279-47-308,0,0-239-3-259,8l1,10Z" fill="%23999999" stroke-width="0"/> <path id="deckel" d="m74,57.63s1-31,12-36c0,0,81-48,167-1,0,0,16,24,12,35,0,0-187,4-191,2Z" fill="%23999999" stroke-width="0"/> </svg>');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  opacity: 1;
  transition: all 1s ease;
}
.spinner .fill {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  max-height: 0;
  background-color: red;
  mix-blend-mode: overlay;
  transition: all 1s ease;
}
.spinner.active {
  transform: scale(1);
  opacity: 1;
}
.spinner.active .fill {
  max-height: 100%;
  height: 1000px;
}
.button-finder-wrap {
  float: right;
  z-index: 99992;
  position: sticky;
  top: var(--header-top-height);
  left: 100%;
}
.no-image .button-finder-wrap {
  position: fixed;
}
a.button-finder {
  position: absolute;
  z-index: 99992;
  right: 0;
  top: 0;
  height: var(--header-top-height);
  background-color: var(--color-primary);
  color: #FFF;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  text-align: center;
  transition: all 0.5s ease;
}
a.button-finder svg {
  margin-right: var(--space-1);
  transition: all 0.5s ease;
}
a.button-finder:hover {
  background-color: #B7CC06;
}
a.button-finder:hover svg {
  transform: scale(1.2);
}
.products-similar-wrap {
  overflow: hidden;
}
#products-similar .product-list {
  display: block;
}
#products-similar .product-list .slick-list {
  margin: 0 -15px;
  overflow: visible;
}
#products-similar .product-list .product-item {
  margin: 0 15px;
}
.paypal-button-row + .paypal-button-row {
  display: none !important;
}
.tx-kmacontacts .contacts-list .img-responsive-width {
  width: 100%;
}
.tx-kmacontacts .contact-entry {
  position: relative;
  height: 100%;
  background-color: white;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  /*border-bottom-left-radius: $border-radius-cards;
		border-bottom-right-radius: $border-radius-cards;*/
}
.tx-kmacontacts .contact-entry .contact-image {
  position: relative;
  margin: -1px;
}
.tx-kmacontacts .contact-entry .contact-image picture {
  display: block;
  overflow: hidden;
}
.tx-kmacontacts .contact-entry .contact-image picture img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.tx-kmacontacts .contact-entry .contact-link {
  position: absolute;
  bottom: var(--space-2);
  right: var(--space-2);
  background-color: #006AB4;
  border-radius: 3px;
  font-size: var(--font-size-btn);
  font-weight: 700;
  color: white;
  padding: var(--space-1) calc(var(--space-1) + 6px);
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
}
.tx-kmacontacts .contact-entry .contact-link a {
  background-color: transparent;
}
.tx-kmacontacts .contact-entry .contact-link::after {
  content: "";
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: top right;
}
.tx-kmacontacts .contact-entry .contact-link:hover::after {
  transform: scaleX(1);
  transform-origin: top left;
}
.tx-kmacontacts .contact-entry:hover .contact-image img {
  transform: scale(1.1);
}
.tx-kmacontacts .contact-entry .contact-data {
  padding: var(--space-2);
}
.frame-layout-20 .tx-kmacontacts .contact-entry .contact-data {
  background-color: #FFFFFF;
}
.tx-kmacontacts .contact-entry .contact-data a {
  color: inherit;
}
.tx-kmacontacts .contact-entry .contact-data .name {
  font-size: calc(var(--font-size-h3) - 2px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.25em;
  color: black;
}
.tx-kmacontacts .contact-entry .contact-data .sub-title, .tx-kmacontacts .contact-entry .contact-data .phone, .tx-kmacontacts .contact-entry .contact-data .email {
  font-size: var(--font-size-small);
  line-height: 1.4;
}
.tx-kmacontacts .contact-entry .contact-data .sub-title strong, .tx-kmacontacts .contact-entry .contact-data .phone strong, .tx-kmacontacts .contact-entry .contact-data .email strong {
  display: block;
}
.tx-kmacontacts .contact-entry .contact-data .social-media-logos {
  display: flex;
  justify-content: flex-start;
  gap: var(--space-1);
}
.tx-kmacontacts .contact-entry .contact-data .social-media-logos a {
  display: contents;
}
.tx-kmacontacts .contact-entry .contact-data .social-media-logos a:hover img {
  opacity: 1;
}
.tx-kmacontacts .contact-entry .contact-data .social-media-logos picture {
  width: auto;
}
.tx-kmacontacts .contact-entry .contact-data .social-media-logos img {
  height: 25px;
  width: 25px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.download-list.download-column .row div .teaser-box {
  margin-bottom: var(--space-2);
}
.download-list.download-column .row div:last-child .teaser-box {
  margin-bottom: 0;
}
@media (min-width: 1160px) {
  .download-list.download-column.row-2-col div .teaser-box {
    column-gap: var(--space-3);
  }
}
.download-list.download-column.row-2-col div .teaser-box .teaser-image {
  width: 170px;
  height: auto;
  flex-shrink: 0;
  /*height: 225px;*/
}
@media (min-width: 1380px) {
  .download-list.download-column.row-2-col div .teaser-box .teaser-content {
    padding-right: 15%;
  }
}
.download-list.download-column.row-2-col div .teaser-box .teaser-content .title {
  font-weight: 700;
  font-size: var(--font-size-7);
  margin-bottom: 0.6em;
}
.download-list.download-column.row-2-col div .teaser-box .teaser-content .description {
  font-size: var(--font-size-4);
}
.download-list.download-column.column-1 {
  padding: 1rem;
  background-color: #8B8F97;
}
.download-list.download-column.column-1 div .teaser-image {
  height: 250px;
}
@media (min-width: 1380px) {
  .download-list.download-column.column-1 div .teaser-content {
    padding-right: 10%;
  }
}
.download-list.download-column.column-1 div .teaser-content .title {
  font-weight: 700;
  font-size: var(--font-size-7);
}
.download-list.download-column.column-1 div .teaser-content .description {
  font-size: var(--font-size-4);
}
.download-list.download-column .teaser-box {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: var(--space-2);
}
@media (min-width: 810px) {
  .download-list.download-column .teaser-box {
    align-items: flex-start;
  }
}
@media (min-width: 810px) {
  .download-list.download-column .teaser-box {
    flex-direction: row;
  }
}
.download-list.download-column .teaser-box .teaser-image {
  /*min-width: 160px;*/
  height: 120px;
  aspect-ratio: 0.7;
  background-color: white;
  padding: 5px;
}
.download-list.download-column .teaser-box .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1160px) {
  .download-list.download-column .teaser-box .teaser-content {
    padding-right: var(--space-3);
  }
}
.download-list.download-column .teaser-box .teaser-content .title {
  color: white;
}
.download-list.download-column .teaser-box .teaser-content .description {
  font-size: var(--font-size-1);
  line-height: 1.666;
  color: white;
}
body {
  min-height: 101%;
}
.kmaslider_slider .headline {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.slider {
  --slick-dots-li-width: 65px;
  overflow: hidden;
}
.slider.slider-logoslider .slick-list {
  margin: 0 calc(var(--space-1) * 2 * -1);
}
.slider.slider-logoslider .slide {
  padding: 0 calc(var(--space-1) * 2);
}
.slider.slider-logoslider .slide .wrapper-outer {
  position: relative;
}
.slider.slider-logoslider .slide .wrapper-outer picture {
  display: block;
  padding: var(--space-1);
}
.slider.slider-logoslider .slide .wrapper-outer picture img {
  aspect-ratio: 2;
  object-fit: contain;
  object-position: center;
}
.slider.slider-logoslider .slide .wrapper-outer .wrapper .title {
  color: #8B8F97;
  text-align: center;
  background-color: #F7F8FA;
  font-size: var(--font-size-default);
}
.slider .slider-control {
  position: absolute;
  padding: 15px;
  color: #006AB4;
  background-color: white;
  border-radius: 50%;
  top: calc(50% - var(--space-2) / 2);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 1159px) {
  .slider .slider-control {
    display: none;
  }
}
.slider .slider-control.next {
  right: 30px;
  margin-right: -30px;
  transition: all 0.5s ease;
  overflow: hidden;
  opacity: 0;
}
.slider .slider-control.prev {
  left: 30px;
  margin-left: -30px;
  transition: all 0.5s ease;
  opacity: 0;
}
.slider .slider-control svg {
  height: var(--space-2);
  width: auto;
  color: #006AB4;
  transition: fill 0.3s ease;
}
.slider .slider-control:hover {
  display: none;
}
@media (min-width: 1160px) {
  .slider .slider-control:hover {
    display: block;
  }
}
@media (min-width: 1160px) {
  .slider:hover {
    margin-right: 0;
  }
  .slider:hover .slider-control {
    opacity: 1;
    margin: 0;
  }
}
@media (min-width: 1380px) {
  .slider {
    --slick-dots-li-width: 85px;
  }
}
.slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  margin-bottom: var(--space-2);
  left: 0;
  bottom: 0;
  gap: var(--space-1);
  z-index: 999;
}
@media (max-width: 1159px) {
  .slider .slick-dots {
    display: none !important;
  }
}
.slider .slick-dots li {
  background-color: white;
  width: var(--slick-dots-li-width);
  height: 6px;
  aspect-ratio: 10;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.slider .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #006AB4;
  position: absolute;
  left: 0;
  top: 0;
}
.slider .slick-dots li.slick-loading {
  cursor: initial;
  position: relative;
}
.slider .slick-dots li.slick-loading::after {
  width: 100%;
  transition: width var(--animation-speed) linear;
}
.slider .slick-dots > li:only-child {
  display: none;
}
.slider.gallery-headerpicture {
  position: relative;
}
.slider.gallery-headerpicture video {
  width: 100%;
  height: auto;
}
.slider.gallery-headerpicture .headerpicture-text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(247, 247, 247, 0) 25%, rgba(255, 255, 255, 0) 100%);
}
.slider.gallery-headerpicture .content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: var(--space-4);
}
.slider.gallery-headerpicture .content .gallery-title {
  font-size: var(--font-size-5);
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.slider.gallery-headerpicture .content .gallery-description {
  font-size: var(--font-size-9);
  font-weight: 700;
  line-height: 1;
  color: white;
}
.slider.slider-textslider .slick-list {
  margin: 0 calc(var(--space-1) / 2 * -1);
}
.slider.slider-textslider .slick-track {
  display: grid !important;
  grid-auto-flow: column !important;
  padding-top: 1px;
  width: 100% !important;
  /* Fix vanished top border */
  /* Stretch all */
}
.slider.slider-textslider .slide {
  padding: 0 calc(var(--space-1) / 2);
}
@media (max-width: 809px) {
  .slider.slider-textslider .slide.divider {
    border: 0;
  }
}
.slider.slider-textslider .content {
  height: 100%;
}
.slider.slider-textslider .content.border {
  border: 1px solid var(--H-Gray, #C7CBD2);
}
.slider.slider-textslider .content.border > .gallery-header {
  padding-top: 40px;
}
.slider.slider-textslider .content .gallery-header {
  display: flex;
  gap: 40px;
  margin: 0 30px;
  font-size: var(--font-size-history);
  flex-direction: column;
  /* Vertical layout content div */
}
.slider.slider-textslider .content .gallery-header.centered {
  align-items: center;
  /* Center vertical */
}
.slider.slider-textslider .content .gallery-header h4, .slider.slider-textslider .content .gallery-header .h4 {
  color: var(--Button-text-click, #000);
  font-family: Outfit;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.slider.slider-textslider .content .gallery-header .date {
  font-size: inherit;
  font-weight: 400;
  background-color: #006AB4;
  color: white;
  padding: 1em 3em 1em 1em;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  margin-top: -1px;
  margin-left: -1px;
}
.slider.slider-textslider .content .gallery-header .headline {
  font-size: inherit;
  font-size: var(--font-size-1);
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  padding: 0.2em;
}
.slider.slider-textslider .content .description p {
  color: #8B8F97;
  padding: 1.2em;
  padding-top: 0;
}
.frame.textslider .container, .frame.logoslider .container {
  position: relative;
}
.frame.textslider .arrows, .frame.textslider .arrows-effect, .frame.logoslider .arrows, .frame.logoslider .arrows-effect {
  position: absolute;
  top: 0;
  right: var(--bs-gutter-x);
  display: flex;
  gap: var(--space-1);
  justify-content: end;
}
.frame.textslider .slider-control, .frame.logoslider .slider-control {
  width: var(--arrow-right-size);
  /*aspect-ratio: 1;*/
  color: #006AB4;
  border: 1px solid #707070;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-content: center;
  padding: 0.5em;
}
@media (max-width: 1159px) {
  .frame.textslider .slider-control, .frame.logoslider .slider-control {
    display: none;
  }
}
.frame.textslider .slider-control svg, .frame.logoslider .slider-control svg {
  height: var(--space-2);
  width: auto;
  color: #006AB4;
  transition: fill 0.3s ease;
}
.headerslider {
  position: relative;
}
.headerslider .overlay-darker {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.gallery.gallery-headerslider {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1159px) {
  .gallery.gallery-headerslider {
    height: 70vh;
  }
}
@media (max-width: 809px) {
  .gallery.gallery-headerslider {
    height: calc(var(--vh, 1vh) * 100);
    transition: height 0.5s ease;
  }
}
.gallery.gallery-headerslider .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #006AB4;
  background: linear-gradient(-90deg, rgba(0, 106, 180, 0), #006ab4);
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1159px) {
  .gallery.gallery-headerslider .swiper-slide::before {
    width: 100%;
    height: 50%;
    right: 0;
    top: auto;
    background: linear-gradient(-180deg, rgba(0, 106, 180, 0), #006ab4);
  }
}
.gallery.gallery-headerslider .swiper-slide.swiper-slide-active::before {
  opacity: 1;
  transition: all 0.4s ease 0.5s;
}
.gallery.gallery-headerslider img {
  height: 100%;
  object-fit: cover;
}
.gallery.gallery-headerslider .title {
  font-size: var(--font-size-h1);
  color: #FFFFFF;
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: var(--line-height-1);
}
.gallery.gallery-headerslider .content-holder .header {
  color: #FFFFFF;
  font-size: var(--font-size-6);
  font-weight: 500;
}
.gallery.gallery-headerslider .content-holder span {
  display: block;
}
.gallery.gallery-headerslider .content-holder .leadingheader {
  margin-bottom: var(--space-1);
}
.gallery.gallery-headerslider .content-holder .subheader {
  font-family: "Helvetica Neue LT Std", sans-serif;
  line-height: 1;
  font-size: var(--font-size-h1);
  color: white;
  margin-bottom: 0;
}
.gallery.gallery-headerslider .content-holder .bodytext {
  color: white;
  text-transform: uppercase;
}
.slider-effect {
  height: calc(100vh - var(--header-top-height));
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1159px) {
  .slider-effect {
    height: auto;
    min-height: auto;
  }
}
.slider-effect_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 1159px) {
  .slider-effect_slide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    gap: var(--space-2);
    height: auto;
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
}
.slider-effect_slide-image {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s ease, z-index 0s;
}
@media (max-width: 1159px) {
  .slider-effect_slide-image {
    position: relative;
    top: inherit;
    transform: none;
    width: 100%;
    height: 40vh;
    right: 0;
    opacity: 1;
  }
}
.slider-effect_slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-effect_slide-information {
  position: absolute;
  width: 50%;
  height: 100%;
  padding-right: var(--space-3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1159px) {
  .slider-effect_slide-information {
    position: relative;
    width: 100%;
    height: auto;
    justify-content: start;
    padding-right: 0;
    opacity: 1;
  }
}
.slider-effect_slide-information .subheader {
  display: block;
  color: #006AB4;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: 500;
  font-size: var(--font-size-6);
}
.slider-effect_slide-active {
  z-index: 3;
}
.slider-effect_slide-active .slider-effect_slide-image {
  opacity: 1;
  z-index: 3;
}
.slider-effect_slide-active .slider-effect_slide-information {
  opacity: 1;
}
@media (max-width: 1159px) {
  .slider-effect_slide-active {
    min-width: 100%;
    opacity: 1;
    position: relative;
    pointer-events: all;
  }
}
.slider-effect_slide-next .slider-effect_slide-image {
  height: 80%;
  opacity: 1;
  z-index: 2;
  right: 0;
}
@media (max-width: 1159px) {
  .slider-effect_slide-next .slider-effect_slide-image {
    height: 40vh;
    opacity: 1;
    position: relative;
    pointer-events: all;
  }
}
@media (max-width: 1159px) {
  .slider-effect_slide-next {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
  }
}
.slider-effect_slide-prev {
  pointer-events: none;
  transform: translateX(-10%);
}
.slider-effect_slide-prev .slider-effect_slide-image {
  height: 80%;
  z-index: 2;
}
@media (max-width: 1159px) {
  .slider-effect_slide-prev .slider-effect_slide-image {
    height: 40vh;
  }
}
@media (max-width: 1159px) {
  .slider-effect_slide-prev {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
  }
}
.slider-effect .arrows-effect {
  position: absolute;
  bottom: var(--space-2);
  padding-right: var(--space-3);
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: var(--space-2);
  z-index: 5;
}
@media (max-width: 1159px) {
  .slider-effect .arrows-effect {
    position: relative;
    width: 100%;
    justify-content: start;
    bottom: 0;
    margin-top: var(--space-2);
  }
}
.slider-effect .arrows-effect .slider-effect-number {
  border: 0;
  width: auto;
  font-size: var(--font-size-2);
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}
.slider-effect .arrows-effect .slider-effect-number:hover {
  background: transparent;
}
.slider-steps {
  overflow: visible;
}
.slider-steps .swiper-wrapper {
  counter-reset: slider-number;
  overflow: visible;
}
.slider-steps .swiper-wrapper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-right: var(--space-4);
}
.slider-steps .swiper-wrapper .swiper-slide::after {
  content: "";
  width: var(--space-5);
  height: 2px;
  background: #000000;
}
.slider-steps .swiper-wrapper .swiper-slide .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-steps .swiper-wrapper .swiper-slide .title h2, .slider-steps .swiper-wrapper .swiper-slide .title .h2 {
  margin: 0;
}
.slider-steps .swiper-wrapper .swiper-slide .title::before {
  counter-increment: slider-number;
  content: counter(slider-number) ".";
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-h2);
}
.slider-steps-double {
  overflow: visible;
}
.slider-steps-double .swiper-wrapper {
  counter-reset: sliderDouble;
  overflow: visible;
}
.slider-steps-double .swiper-wrapper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-right: var(--space-4);
}
.slider-steps-double .swiper-wrapper .swiper-slide::after {
  content: "";
  width: var(--space-5);
  height: 2px;
  background: #000000;
}
.slider-steps-double .swiper-wrapper .swiper-slide .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-steps-double .swiper-wrapper .swiper-slide .title h2, .slider-steps-double .swiper-wrapper .swiper-slide .title .h2 {
  margin: 0;
  color: #B7CC06;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.slider-steps-double .swiper-wrapper .swiper-slide .title::before {
  counter-increment: sliderDouble;
  content: counter(sliderDouble) ".";
  font-family: "Neo Tech Pro", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-h2);
  color: #B7CC06;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
/* add 06.12.23 */
.gallery.gallery-headerslider .content {
  bottom: var(--space-5);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.1s ease;
}
@media (max-width: 809px) {
  .gallery.gallery-headerslider .content {
    bottom: calc(var(--space-5) + 10px);
  }
}
.gallery.gallery-headerslider .swiper-slide-active .content {
  opacity: 1;
  transition: opacity 0.5s ease 0.8s;
}
.gallery.gallery-headerslider .description {
  max-width: 692px;
  width: 100%;
}
.gallery.gallery-headerslider .description .subheader {
  display: block;
  color: #FFFFFF;
  font-size: var(--font-size-4);
  margin-top: var(--space-1);
}
.gallery.gallery-headerslider .description .btn {
  margin-top: var(--space-2);
}
@media (max-width: 809px) {
  .gallery.gallery-headerslider .description .btn {
    margin-top: var(--space-1);
  }
}
.gallery.gallery-headerslider h1, .gallery.gallery-headerslider .h1 {
  color: #FFFFFF;
  margin: 0;
}
.slider-portfolio {
  overflow: visible;
}
.slider-portfolio .portfoliocard {
  position: relative;
}
.slider-portfolio .portfoliocard img {
  border-radius: var(--border-radius);
  display: block;
}
.slider-portfolio .portfoliocard::before {
  content: "";
  background: gray;
  background: linear-gradient(180deg, rgba(128, 128, 128, 0) 0%, rgba(70, 70, 70, 0.35) 44%, rgba(26, 26, 26, 0.6) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: calc(var(--space-1) + 55px);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.slider-portfolio .portfoliocard .tags {
  position: absolute;
  top: var(--space-1);
  left: var(--space-1);
  right: var(--space-1);
  display: flex;
  justify-content: space-between;
  gap: var(--space-1);
}
@media (max-width: 809px) {
  .slider-portfolio .portfoliocard .tags {
    top: 15px;
    left: 15px;
    right: 15px;
  }
}
.slider-portfolio .portfoliocard .tags__tag {
  height: 55px;
  background: #006AB4;
  padding: 10px 20px 5px 20px;
  border-radius: var(--border-radius);
  color: #FFFFFF;
  font-size: var(--font-size-3);
}
@media (max-width: 1909px) {
  .slider-portfolio .portfoliocard .tags__tag {
    font-size: var(--font-size-2);
    height: 48px;
    padding: 10px 20px 6px 20px;
  }
}
@media (max-width: 1579px) {
  .slider-portfolio .portfoliocard .tags__tag {
    height: auto;
    padding: 9px 10px 6px 10px;
    font-size: var(--font-size-1);
  }
}
.slider-portfolio .portfoliocard .description {
  position: absolute;
  left: var(--space-1);
  right: var(--space-1);
  bottom: var(--space-1);
}
@media (max-width: 809px) {
  .slider-portfolio .portfoliocard .description {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.slider-portfolio .portfoliocard .description p {
  color: #FFFFFF;
  margin: 0;
  font-size: var(--font-size-6);
  line-height: var(--line-height-4);
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1909px) {
  .slider-portfolio .portfoliocard .description p {
    font-size: var(--font-size-4);
  }
}
.product-page .gallery-headerslider .swiper-slide::before {
  content: none;
}
.video-item {
  cursor: pointer;
}
.video-player {
  position: relative;
  height: 100%;
  /* YouTube */
}
.video-player:not(.image-only) {
  cursor: pointer;
}
@media (max-width: 1579px) {
  .video-player {
    height: 100%;
  }
}
.video-player video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
.video-player.image-only {
  cursor: default;
}
.video-player.image-only .video_yt-player-start, .video-player.image-only .video_player-start {
  display: none;
  pointer-events: none;
}
.video-player.image-only video {
  pointer-events: none;
  background-color: #FFF;
}
.video-player img {
  height: 100%;
}
@media (min-width: 1380px) {
  .video-player img {
    height: 430px;
  }
}
@media (max-width: 1909px) {
  .video-player img, .video-player video {
    aspect-ratio: 1.7777777778;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 809px) {
  .video-player {
    height: auto;
  }
  .video-player img, .video-player video {
    height: 250px;
    object-fit: cover;
  }
}
.video-player .video {
  line-height: 0;
}
.video-player .video iframe {
  aspect-ratio: auto 1.7777777778;
}
.video-player .video-player-preview {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-player .video-player-preview:hover .video-player-info-description {
  max-height: 100vh;
  transition: max-height 2s ease;
}
.video-player .video-player-preview:hover .video_player-start {
  width: 65px;
  min-width: 65px;
  height: 65px;
}
@media (min-width: 810px) {
  .video-player .video-player-preview {
    overflow: hidden;
  }
}
.video-player .video-player-preview .video-player-preview__img {
  height: 100%;
  width: 100%;
}
@media (min-width: 810px) {
  .video-player .video-player-preview .video-player-preview__img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.video-player .video-player-preview .video-player-preview__img img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-player .video-player-preview .video-player-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
}
.video-player .video-player-preview .video-player-start {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 1579px) {
  .video-player .video-player-preview .video-player-start {
    top: 50%;
  }
}
.video-player .video-player-preview .video-player-start svg {
  width: 131px;
  color: #005387;
}
.video-player .video-placeholder {
  height: 100%;
}
.video_yt-player-preview.d-none {
  display: none;
}
.video_yt-player-start.d-none {
  display: none;
}
.video-placeholder:hover .video-player-info-description {
  max-height: 100vh;
  transition: max-height 2s ease;
}
.video-player-info {
  background: #006ab4;
  z-index: 2;
  gap: var(--space-1);
  display: flex;
  align-items: center;
  padding: var(--space-1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1159px) {
  .video-player-info {
    padding: 10px var(--space-1);
  }
}
.video-player-info p {
  font-size: var(--font-size-6);
  font-family: "Neo Tech Pro", sans-serif;
  color: #FFFFFF;
}
.video-player-info .video-player-info-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.video-player-info .video-player-info-row .video-player-info-title p {
  font-weight: 500;
}
.video-player-info .video-player-info-row .video-player-info-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}
.video-player-info .video-player-info-row .video-player-info-description p {
  font-weight: 300;
  font-size: var(--font-size-3);
  font-family: "Helvetica Neue LT Std", sans-serif;
}
.video-player-info .video_yt-player-start, .video-player-info .video_player-start {
  width: 65px;
  margin-right: var(--space-1);
  min-width: 65px;
  height: 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 100%;
  cursor: pointer;
}
.video-player-info .video_yt-player-start::after, .video-player-info .video_player-start::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: 50px;
  background: #B7CC06;
}
.video-player-info .video_yt-player-start svg, .video-player-info .video_player-start svg {
  z-index: 2;
  width: 17px;
  height: 22px;
}
@media (max-width: 809px) {
  .video-player-info .video_yt-player-start, .video-player-info .video_player-start {
    width: 45px;
    margin-right: 0;
    min-width: 45px;
    height: 45px;
  }
  .video-player-info .video_yt-player-start svg, .video-player-info .video_player-start svg {
    width: 9px;
    height: 12px;
  }
}
@media (max-width: 1379px) {
  .tx-kmavideo {
    margin-bottom: var(--space-1);
    margin-top: var(--space-1);
  }
}
@media (max-width: 809px) {
  .tx-kmavideo {
    margin: 0;
  }
}
.video-placeholder .video_yt-player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
}
@media (min-width: 1380px) {
  .frame-centered.frame-layout-32 .tx-kmavideo .video-player img, .frame-type-ce_columns3 .tx-kmavideo .video-player img {
    max-height: 590px;
  }
}
.frame-centered.frame-layout-32 .tx-kmavideo .video-player-info, .frame-type-ce_columns3 .tx-kmavideo .video-player-info {
  top: 0;
  justify-content: center;
}
@media (max-width: 809px) {
  .frame-centered.frame-layout-32 .tx-kmavideo .video-player-info, .frame-type-ce_columns3 .tx-kmavideo .video-player-info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video-player-info-row, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video-player-info-row {
  display: none;
}
.frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_yt-player-start, .frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_player-start, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_yt-player-start, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_player-start {
  width: 109px;
  min-width: 109px;
  height: 109px;
  margin-right: 0;
}
@media (max-width: 1159px) {
  .frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_yt-player-start, .frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_player-start, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_yt-player-start, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_player-start {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
}
@media (max-width: 809px) {
  .frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_yt-player-start, .frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_player-start, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_yt-player-start, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_player-start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_yt-player-start svg, .frame-centered.frame-layout-32 .tx-kmavideo .video-player-info .video_player-start svg, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_yt-player-start svg, .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_player-start svg {
  width: 27px;
  height: 42px;
}
.sub-hvo100 .video-player-info, .main-hvo100 .video-player-info {
  background: none;
}
.sub-hvo100 .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_player-start svg, .main-hvo100 .frame-type-ce_columns3 .tx-kmavideo .video-player-info .video_player-start svg {
  margin-left: 6px;
}
.companies {
  display: inline-block;
  white-space: nowrap;
}
.companies .company {
  display: inline-block;
  height: 55px;
  width: 55px;
  background-color: #FFF;
  padding: 7px;
  border: 1px solid #999;
  border-radius: 50%;
  margin: 0 var(--space-1) 0 0;
  line-height: 20px;
  transition: background-color 0.25s ease;
}
.companies .company:hover {
  background-color: #C7CBD2;
}
.companies .company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.jobs-list {
  /*.job-item {

    .companies {
      .company {
        border: none;

        &:last-child {
          margin-right: 0;
        }
      }
    }
  }*/
  /*&.teaser {
    margin-top: var(--space-4);

    .job-item {

      border-color: white;
      a {
        color: $white;

      }

      @include screen-sm-max() {
        .companies {
          margin-left: 0;
          .company {
            border: 1px solid $gray-400;
            height: 40px;
            width: 40px;
            background-color: #FFF;
            padding: 3px;

          }
        }
      }


    }
  }*/
}
@media (min-width: 1160px) {
  .jobs-list {
    width: 95%;
  }
}
.jobs-list.list .job-item {
  --space-this: calc( var(--space-1) * 1.5);
  padding: var(--space-1) var(--space-4) var(--space-1) var(--space-this);
  transition: background-color 0.25s ease;
  background: #006AB4 url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19.6 26.7" style="enable-background:new 0 0 19.6 26.7;" xml:space="preserve"><path id="Differenzmenge_5" fill="%23FFFFFF" d="M0,26.7L0,26.7V22l12.6-8.5L0,4.8V0l19.6,13.4L0,26.7L0,26.7z"/></svg>') no-repeat 95% center;
  background-size: 1em;
}
.jobs-list.list .job-item:hover {
  background-color: #B7CC06;
}
.jobs-list.list .job-item .vacant {
  font-size: var(--font-size-3);
  color: rgba(255, 255, 255, 0.5);
}
.jobs-list.list .job-item .title {
  font-size: var(--font-size-jobs-title);
  line-height: 1;
}
.jobs-list.list .job-item.category-training {
  background: #F7F8FA url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19.6 26.7" style="enable-background:new 0 0 19.6 26.7;" xml:space="preserve"><path id="Differenzmenge_5" fill="%23202223" d="M0,26.7L0,26.7V22l12.6-8.5L0,4.8V0l19.6,13.4L0,26.7L0,26.7z"/></svg>') no-repeat 95% center;
  background-size: 1em;
}
.jobs-list.list .job-item.category-training:hover {
  background-color: #B7CC06;
}
.jobs-list.list .job-item.category-training .vacant {
  color: #353535;
}
.jobs-list.list .job-item.category-training .title {
  color: #353535;
}
.jobs-list.list a .job-item {
  margin-bottom: var(--space-2);
}
.jobs-list.list a:last-child .job-item {
  margin-bottom: 0;
}
.jobs-container-overview .col-index-2 {
  transform: translateY(-16px);
}
@media (min-width: 1160px) {
  .jobs-container-overview .col-index-3 {
    padding-left: var(--space-2);
  }
}
.tx-cinjobs.show .job-show-header {
  margin: var(--space-3) 0;
}
.tx-cinjobs.show .wrapper {
  position: relative;
  background-color: #394046;
  padding: var(--space-6) 0;
}
.tx-cinjobs.show .wrapper::after {
  background-image: url('data:image/svg+xml;utf8,<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="626.41" height="626.42" viewBox="0 0 626.41 626.42"><path id="Pfad_1669" d="m277.5,125.75h-17.72l-8.85.57-18.32,2.38-8.85,2.35-8.26,2.37-17.13,5.92-17.11,7.65-7.68,4.73-8.27,4.72-7.67,5.32-7.67,5.92-7.1,5.87-7.07,7.1-8.27,8.85-8.84,10.04-7.68,10.02-7.09,10.07-6.49,10.6-5.9,10.65-5.32,11.19-5.3,11.22-4.14,11.23-3.53,11.81-3.54,11.8-2.38,11.82-1.75,11.79-1.77,11.82-.6,11.79-.6,12.4.6,11.82.6,11.79,1.17,12.4,2.35,11.82,2.37,11.8,2.95,11.81,4.12,11.23,4.14,11.21,5.3,11.79,5.32,10.62,5.9,10.65,6.49,10.62,7.09,10.62,7.68,10.04,8.84,9.45,8.87,9.45,11.2,10.62,12.42,10.62,12.4,9.45,12.97,9.45,12.99,8.28,13.6,7.07,13.56,7.1,14.17,5.9,14.17,5.32,14.17,4.73,13.57,4.12h1.17l14.78,2.94,14.76,2.95,14.75,1.77,15.37,1.2h30.09l14.77-1.2,14.76-1.77,15.33-2.96,14.79-2.94,14.17-4.12,14.75-4.72,14.17-5.32,14.17-5.9,13.59-7.1,13.58-7.07,13-8.28,12.96-9.45,12.42-9.45,12.39-10.02,11.8-11.22,2.37-3.54,1.78-3.56,1.18-4.12.57-4.15v-4.12l-1.75-3.55-1.78-4.13-2.95-3.54-2.98-2.35-4.14-1.77-3.53-1.77h-8.24l-4.15,1.77-3.55,1.77-3.52,2.35-10.05,9.45-10.62,9.45-10.62,8.28-11.22,7.66-11.22,7.1-11.22,6.47-12.39,5.93-11.83,5.3-12.39,4.71-12.39,4.16-12.4,3.53-13,2.37-13,2.35-12.96,1.2-12.4,1.18h-25.99l-12.99-1.18-12.97-1.2-13-2.35-12.99-2.95-11.22-2.94h-1.18l-12.39-4.16-12.4-4.71-11.81-5.3-11.8-5.93-11.82-6.47-11.22-7.1-11.2-7.66-10.64-8.28-10.62-8.85-10.05-9.45-7.66-8.27-6.5-7.67-6.47-8.27-5.93-8.85-5.89-8.28-4.72-9.45-4.73-8.84-3.55-9.45-3.53-9.45-3.55-9.45-2.38-10.04-2.35-9.45-2.94-20.06-.61-9.45v-20.06l.61-10.05,2.94-20.06,2.35-9.45,2.38-9.45,3.55-10.04,3.53-8.85,3.55-9.45,4.73-9.45,4.72-8.87,5.89-8.82,5.93-8.3,6.47-8.24,6.5-8.28,7.66-7.66,8.87-8.28,9.46-7.1,10.01-6.47,10.05-5.93,10.62-4.72,11.21-3.52,11.22-2.98,11.82-2.35,11.2-1.18h11.83l8.84.57h2.37l11.8,2.38,11.82,2.35,11.22,3.57,10.62,4.72,11.21,5.3,10.02,6.5,9.45,7.1,8.86,8.25,8.24,8.27,7.7,8.85,6.47,10.04,5.92,10.03,4.72,10.04,4.13,11.23,2.94,11.21,2.95,11.2,1.2,11.83.57,11.79-.57,11.82-1.77,11.8-2.38,11.82,7.68-9.45,5.91-10.04,4.73-10.62,4.72-10.62,2.95-11.22,1.77-11.2,1.18-11.24v-11.23l-1.18-11.22-1.77-11.19-2.95-11.22-4.15-10.65-5.3-10.02-5.91-10.05-7.08-9.44-8.28-8.85-7.08-6.5-7.09-6.47-7.08-5.92-8.27-5.32-7.68-5.29-8.29-4.15-16.52-7.65-17.11-5.92-8.85-2.37-8.85-1.76-17.72-2.97-5.33-.57h-4.12Zm2.94-62.6h-23.64l-12.37.6-11.82,1.77-11.79,1.77-11.82,2.35-11.8,3.57-11.22,3.53-11.22,4.73-11.22,4.72-11.22,5.3-10.62,5.93-10.61,6.49-10.05,7.1-10.62,8.25-9.44,8.27-9.46,8.84-10.62,11.23-10.62,12.39-9.45,12.39-9.45,13-8.27,12.99-7.1,13.58-7.08,13.56-5.9,14.17-5.32,14.17-4.72,14.78-4.13,14.17-2.94,14.75-2.38,15.36-2.37,14.75-.58,14.77-.6,15.34.6,14.77,1.17,15.34,1.18,14.77,2.98,14.75,2.94,14.76,4.13,14.76,4.72,14.18,5.32,14.17,5.9,14.17,7.07,13.58,7.1,13.56,8.27,13.6,8.85,12.39,10.04,12.4,10.61,12.39,10.62,11.83,3.55,2.35,3.55,2.37,4.12,1.18h8.27l3.53-1.18,4.15-1.78,3.55-2.94,2.35-3.56,1.78-3.55,1.17-4.12.6-4.14v-4.13l-1.78-3.55-1.78-4.12-2.35-2.94-10.05-10.65-8.85-10.02-8.27-10.62-7.67-11.22-7.1-11.82-6.49-11.22-5.9-11.79-5.33-12.4-4.73-12.4-3.52-12.42-4.15-12.39-2.35-12.97-2.37-13-1.17-12.39-1.18-13v-25.98l1.18-12.97,1.17-13,2.37-12.99,2.35-12.4,3.55-13,4.12-12.39,4.73-11.8,5.32-12.39,5.9-11.82,6.49-11.8,7.1-11.21,7.67-11.22,8.27-10.62,8.85-10.64,10.05-10.03,7.66-7.67,7.67-6.49,8.28-6.49,8.85-5.9,8.84-5.29,8.87-5.33,8.85-4.14,9.44-4.12,9.45-3.55,9.46-3.55,10.04-2.36,9.46-2.37,19.47-2.35,10.04-1.19h20.07l2.94.62,7.1.57,20.05,2.35,9.46,2.37,9.42,2.36,10.07,3.55,9.45,3.55,8.82,3.52,9.45,4.74,8.87,5.33,8.87,5.29,8.24,5.9,8.27,6.49,8.28,6.49,7.67,7.67,8.27,8.85,7.07,9.45,6.5,10.04,5.9,10.02,4.73,11.23,3.54,10.64,2.95,11.2,2.37,11.82,1.18,11.22v11.8l-1.18,11.81-1.79,11.23-2.36,11.79-3.53,11.21-4.72,10.62-5.32,11.22-6.5,10.04-7.07,10.03-8.29,8.87-8.25,8.24-8.85,7.11-10.04,6.49-10.03,5.9-10.65,4.73-10.62,4.73-11.22,2.94-11.22,2.38-11.79,1.17-11.83.61-11.79-.61-11.83-1.17-7.67-1.77-4.12-1.18,4.12,3.52.6.6,4.73,3.55,10.02,5.9,10.65,5.33,10.62,4.12,11.23,2.95,11.21,1.77,11.22,1.17h11.2l11.22-1.17,11.22-1.77,11.21-2.95,10.62-4.12,10.03-5.33,10.07-5.9,9.45-7.1,8.82-8.27,7.1-6.48,5.92-7.69,5.87-7.08,5.36-8.28,4.71-7.67,4.73-8.27,4.12-8.24,3.55-8.28,3.52-8.27,2.35-8.84,2.37-8.88,2.36-8.84,2.37-17.72.61-8.84v-18.29l-.61-8.88-1.17-8.83-1.77-8.88-1.78-8.82-2.37-8.87-5.87-17.12-7.67-16.52-4.73-8.29-4.71-7.67-5.36-8.27-5.87-7.07-6.49-7.67-6.53-6.5-9.45-8.84-9.44-8.27-10.02-8.25-10.03-7.1-10.65-6.49-10.62-5.93-11.22-5.3-11.22-4.72-11.2-4.73-11.82-3.53-11.79-3.57-11.83-2.35-11.79-1.77-11.82-1.77-11.22-.6h-1.17Zm234.99-21.84l-4.15,1.78-3.52,1.79-3.54,2.35-2.38,3.53-2.35,4.15-1.18,3.52v8.28l1.18,4.15,2.35,3.53,2.38,2.95,10.01,10.64,8.87,10.03,8.28,10.64,7.66,11.2,7.08,11.82,6.5,11.22,5.9,12.4,5.32,11.79,4.7,12.43,4.15,12.38,3.55,12.4,2.37,13,2.36,12.97,1.17,13.02,1.2,12.37v26.57l-1.2,12.4-1.17,12.99-2.36,13-2.98,12.99-3.52,12.4-3.57,12.4-4.7,12.39-5.32,11.79-5.9,12.42-6.5,11.2-7.08,11.84-7.66,10.6-8.28,11.21-9.45,10.04-9.43,10.02-7.68,7.68-7.67,6.49-8.87,7.1-8.27,5.9-8.85,5.33-8.84,4.72-8.87,4.73-9.45,4.12-9.45,3.54-9.44,2.95-10.03,2.95-9.45,1.78-10.04,1.78-10.05,1.17-10.02.6-9.44.57-10.05-.57-10.03-.6-10.07-1.17-10.02-1.78-9.45-1.78-10.02-2.95-9.45-2.95-7.1-2.94-2.35-.6-9.45-4.12-8.87-4.73-8.85-4.72-8.84-5.33-8.87-5.9-8.24-6.49-7.7-7.1-7.67-7.08-8.24-9.45-7.7-9.45-6.47-10.04-5.32-10.03-4.73-10.63-4.12-11.2-2.98-11.22-1.75-11.22-1.2-11.82v-11.79l.6-11.22,1.77-11.82,2.94-11.8,2.95-11.22,4.73-10.62,5.9-11.2,6.49-10.07,7.1-9.45,7.67-9.45,8.85-7.67,8.87-7.67,10.02-6.5,9.46-5.86,10.62-4.73,11.22-4.15,11.22-3.54,2.94-.6,8.28-1.77,11.79-1.18,11.82-.57,11.79.57,11.8,1.18,11.81,2.97-9.45-7.07-10.01-6.52-10.62-5.3-11.22-4.15-10.65-2.93-11.2-1.79-4.15-.58-7.07-.6h-11.22l-11.23,1.18-11.21,1.79-11.22,2.93-10.62,4.15-10.62,5.3-9.45,5.9-9.46,7.1-8.87,8.27-7.07,6.5-5.9,7.67-5.91,7.67-5.3,7.66-5.32,7.7-4.12,8.24-7.68,16.51-5.91,17.13-2.35,8.87-2.38,8.85-2.35,17.72-.61,8.85v18.31l.61,8.85,2.35,18.3,2.38,8.27,2.35,8.85,5.91,17.14,7.68,17.12,4.12,8.25,5.32,7.69,5.3,7.68,5.91,7.67,5.9,7.07,7.07,7.1,8.87,8.28,10.03,8.83,10.05,7.68,10.04,7.1,10.62,6.47,10.62,5.92,11.21,5.29,11.23,5.33,11.22,4.12,7.07,2.37,4.72,1.18,11.23,3.55,11.82,2.35,12.39,1.78,11.8,1.78,11.82,1.18h11.79l12.39-.58,11.83-.6,11.79-1.18,11.82-2.37,11.8-2.35,11.81-2.95,11.8-4.15,11.21-4.12,11.22-5.33,11.2-5.29,10.65-5.92,10.62-6.47,10.05-7.1,10.04-7.68,9.45-8.83,9.45-8.88,11.23-11.21,10.62-12.4,9.44-12.4,8.85-12.99,8.24-12.97,7.7-13.59,7.08-13.57,5.91-14.17,5.3-14.17,4.73-14.77,4.15-14.17,2.92-14.74,2.38-14.75,1.78-15.37,1.18-14.77.59-14.74-.59-15.38-1.18-14.74-1.78-15.38-2.38-14.74-3.52-14.77-3.55-14.17-4.72-14.75-5.3-14.17-6.52-14.17-6.47-13.59-7.71-13.58-8.24-12.97-8.85-13.01-9.44-12.39-10.62-12.37-11.22-11.83-2.94-2.35-4.16-2.37-3.55-.6-4.12-.6h-4.12ZM268.62,0l-14.75.57-15.34,1.18-14.78,1.78-14.76,2.38-14.75,2.95-14.76,4.12-14.17,4.73-14.17,5.34-14.17,5.87-13.57,7.1-13.6,7.67-13.56,8.27-12.4,8.85-12.39,9.45-12.4,10.62-11.82,10.62-2.94,3.55-1.78,4.15-1.18,3.53-.6,4.15.6,4.15,1.18,4.1,1.78,3.55,2.94,3.55,3.55,2.95,3.55,1.78,4.12,1.18,4.12.6,4.15-.6,4.12-1.18,3.54-1.78,3.55-2.95,10.02-9.45,10.05-9.44,11.21-8.28,10.62-7.65,11.82-7.1,11.2-6.5,11.83-5.92,12.39-5.3,12.4-4.73,12.39-3.52,12.39-3.58,13-2.94,12.99-1.78,12.38-1.78,13.01-1.17h25.97l13,1.17,13,1.78,13,1.78,12.38,2.94,12.4,3.58,12.99,3.52,11.78,4.73,12.42,5.3,11.82,5.91,11.8,6.5,11.2,7.1,11.24,7.65,10.62,8.28,10.62,9.44,10.01,9.45,7.1,7.7,7.07,8.24,6.52,8.28,5.9,8.24,5.33,8.87,5.3,8.84,4.15,8.85,4.12,9.46,3.54,9.44,2.94,9.45,2.97,10.07,1.78,9.46,2.94,20.04,1.18,10.04v20.06l-1.18,9.45-2.94,20.06-1.78,9.45-2.97,10.07-2.94,9.42-3.54,9.45-4.12,8.85-4.15,9.45-5.3,8.87-5.33,8.84-5.9,8.85-6.52,7.7-7.07,8.24-7.11,7.68-8.82,8.26-9.44,7.68-10.08,5.92-10.6,5.9-10.64,4.71-11.2,4.12-10.64,2.95-11.8,1.77-11.25,1.17h-11.79l-11.82-.57-11.2-1.77-11.79-2.94-11.22-3.55-11.22-4.72-10.62-5.33-4.15-2.35-5.9-4.13-10.04-7.1-8.87-8.26-7.65-8.25-7.67-8.87-6.49-10.02-5.9-10.04-4.73-10.05-4.15-11.21-3.55-11.2-2.35-11.23-1.17-11.81-.6-11.8.6-11.82,1.17-11.79,1.18-5.9,1.77-5.92-7.67,9.44-5.9,10.05-5.32,10.62-4.12,10.62-2.95,11.22-1.77,11.22-1.17,11.22v11.22l1.17,11.22,1.77,11.22,2.95,11.19,4.12,10.65,5.32,10.64,5.9,9.42,7.07,10.05,8.27,8.85,6.5,6.49,7.67,5.9,7.09,5.9,8.28,5.33,7.67,5.32,8.24,4.12,11.22,5.9,5.33,1.77,17.12,6.49,8.84,2.36,8.28,1.77,18.29,2.37,8.87.57,8.85.61,9.44-.61,8.88-.57,17.69-2.37,8.87-1.77,8.85-2.36,17.12-6.49,16.55-7.68,8.24-4.12,7.7-5.32,8.25-5.33,7.09-5.9,7.67-5.9,6.5-7.1,8.85-8.84,8.24-10.05,8.29-10.02,7.08-10.04,6.49-10.63,5.91-10.62,5.29-11.22,4.72-11.22,4.73-11.22,3.57-11.79,2.95-11.22,2.92-11.83,1.8-11.79,1.78-12.39.58-11.83.59-11.79-.59-12.42-.58-11.79-1.78-11.83-1.8-11.79-2.92-11.82-2.95-11.79-3.57-11.82-4.1-11.2-5.34-11.22-5.29-11.22-5.91-10.62-6.49-10.64-7.08-10.02-8.29-10.03-8.24-10.07-8.85-9.45-11.24-10.62-12.38-10.62-12.39-9.45-13.02-9.45-12.97-7.67-13.57-7.67-13.57-7.1-14.17-5.87-14.19-5.34-14.74-4.73-14.18-4.12-14.77-2.95-15.34-2.38-14.77-1.78-14.75-1.18h-2.37l-13-.57Z" fill="white" isolation="isolate" opacity=".08"/></svg>');
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 80vw;
  background-size: 100%;
  transform: translate(60%, -20%);
}
.tx-cinjobs.show .wrapper .box-contact {
  padding: var(--space-2);
  position: relative;
  z-index: 99;
  background-color: rgba(0, 106, 180, 0.8);
}
.tx-cinjobs.show .wrapper .box-contact h2, .tx-cinjobs.show .wrapper .box-contact .h2 {
  color: white;
}
.tx-cinjobs.show .wrapper .box-contact .btn.apply {
  background-color: white;
  color: #006AB4;
  font-weight: 700;
  text-transform: none;
}
.tx-cinjobs.show .wrapper .box-contact .btn.apply:hover {
  background-color: #B7CC06;
  color: white;
}
.tx-cinjobs.show .wrapper p, .tx-cinjobs.show .wrapper h1, .tx-cinjobs.show .wrapper .h1, .tx-cinjobs.show .wrapper h2, .tx-cinjobs.show .wrapper .h2, .tx-cinjobs.show .wrapper h3, .tx-cinjobs.show .wrapper .h3, .tx-cinjobs.show .wrapper ul, .tx-cinjobs.show .wrapper li, .tx-cinjobs.show .wrapper .subheader {
  color: white;
}
.tx-cinjobs .btn {
  padding: 0.4em 0.9em;
}
.tx-cinjobs .btn svg {
  height: 0.7em;
  width: auto;
  margin-left: 0.75em;
}
.job-detail .job-location p {
  margin-bottom: 0.45em;
}
.job-detail header.job-detail.headline {
  margin-bottom: var(--space-2);
}
.job-detail.has-categories h1, .job-detail.has-categories .h1 {
  margin-bottom: 0;
}
.job-detail.no-subtitle h1, .job-detail.no-subtitle .h1 {
  margin-bottom: 0;
}
.job-detail .date {
  margin: 10px 0 0;
  color: #006AB4;
  font-weight: 400;
}
.job-detail .companies {
  margin: var(--space-1) 0 var(--space-3);
}
.job-detail .overview {
  margin-top: var(--space-3);
}
@media (min-width: 810px) {
  .job-detail .overview {
    margin-top: 0;
  }
}
.job-detail .box-outline {
  padding: var(--space-2);
  border: 1px solid #999;
}
.job-detail .downloads {
  margin: var(--space-2) 0;
}
.job-detail .downloads a {
  display: block;
  line-height: 1;
}
.job-detail .downloads a svg {
  float: left;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: left center;
  margin: 0 10px 0 0;
}
.job-detail .description2, .job-detail .description3, .job-detail .description4 {
  margin-bottom: var(--space-4);
}
.job-detail .job-contact {
  background-color: #C7CBD2;
  padding: var(--space-2);
  margin: var(--space-2) 0;
}
.job-detail .job-contact p:first-child {
  font-weight: 400;
  margin-bottom: var(--space-1);
}
.job-detail .sticky-aside {
  position: sticky;
  top: 120px;
}
/*.category-description {
  margin-bottom: var(--space-3);

  @include screen-md-min() {
    width: 50%;
  }
}*/
@keyframes job-animation {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/*
 * ALLGEMEINES FÜR KB FANCY
 */
textarea:-webkit-autofill, input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
  -webkit-text-fill-color: inherit !important;
}
select {
  appearance: none;
  background: var(--icon-select-arrow) no-repeat right center;
}
select:focus {
  outline: none;
}
.powermail_form {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.powermail_form:has(h3) .powermail_fieldset:nth-of-type(1), .powermail_form:has(.h3) .powermail_fieldset:nth-of-type(1) {
  padding-top: var(--space-1);
}
form {
  /*
	 * Abstände der einzelnen Felder
	 */
}
form label {
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
form input[type="checkbox"], form input[type="radio"] {
  display: none;
  vertical-align: middle;
}
form input[type="checkbox"] + label, form input[type="radio"] + label {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
  line-height: 1.5;
  font-size: var(--font-size-default);
  color: #FFF;
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
form input[type="checkbox"] + label span, form input[type="radio"] + label span {
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 0;
  cursor: pointer;
  background-color: #FFF;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 809px) {
  form input[type="checkbox"] + label span, form input[type="radio"] + label span {
    min-width: 22px;
    height: 22px;
  }
}
form input[type="checkbox"] + label span::before, form input[type="radio"] + label span::before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" fill="%2073465" class="bi bi-check-lg" viewBox="0 0 16 16"> <path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>') no-repeat center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
  width: 30px;
  height: 30px;
  transition: all 0.25s ease-in;
}
@media (max-width: 809px) {
  form input[type="checkbox"] + label span::before, form input[type="radio"] + label span::before {
    width: 22px;
    height: 22px;
  }
}
form input[type="checkbox"]:checked + label span, form input[type="radio"]:checked + label span {
  background-color: #fff;
}
form input[type="checkbox"]:checked + label span::before, form input[type="radio"]:checked + label span::before {
  opacity: 1;
}
form input[type="checkbox"].f3-form-error + label span, form input[type="radio"].f3-form-error + label span {
  background-color: #FF9F9F;
}
form .form-control {
  font-size: var(--font-size-label);
  /*border: 1px solid transparent;*/
  border-radius: 0;
  border: 0px;
}
form .form-text {
  font-size: var(--font-size-default);
  font-weight: 400;
}
form .form-text.error {
  font-size: var(--font-size-1);
  line-height: 1.3;
  position: absolute;
  color: #B7CC06;
  margin-top: 2px;
}
form .kb-fancy-selectfield {
  border-radius: 0;
}
form .kb-fancy-checkbox {
  padding: var(--space-1) 0;
  margin: 0 0 var(--space-2) 0;
}
form .kb-fancy-checkbox a {
  color: #006AB4;
  transition: color 0.25s ease;
}
form .kb-fancy-checkbox a:hover {
  color: #B7CC06;
}
form .kb-fancy-inputfield {
  background-color: #FFF;
  border-radius: 0;
  white-space: nowrap;
}
form .kb-fancy-inputfield label {
  position: relative;
  display: block;
  font-size: 0;
  text-align: left;
  cursor: text;
}
form .kb-fancy-inputfield label > .text {
  position: absolute;
  top: 14px;
  color: #999;
  left: 20px;
  font-size: var(--font-size-default);
  transition: all 300ms ease;
}
@media (max-width: 1379px) {
  form .kb-fancy-inputfield label > .text {
    top: 10px;
  }
}
form .kb-fancy-inputfield .form-control {
  padding: var(--space-1) var(--space-2) var(--space-1) var(--space-1);
  background: transparent;
  color: #000;
}
form .kb-fancy-inputfield textarea {
  height: 200px;
}
form .kb-fancy-inputfield select.form-control {
  background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23202223" class="bi bi-chevron-expand" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z"/> </svg>') no-repeat 98% center;
  background-size: 1em;
  cursor: pointer;
}
form .kb-fancy-inputfield input.form-control, form .kb-fancy-inputfield .btn {
  height: 60px;
}
@media (max-width: 1379px) {
  form .kb-fancy-inputfield input.form-control, form .kb-fancy-inputfield .btn {
    height: auto;
  }
}
form .kb-fancy-inputfield.has-focus label > .text {
  top: 4px;
  font-size: 0.5454545455rem;
  color: #707070;
}
form .kb-fancy-inputfield.has-error input {
  border-left: 6px solid #B7CC06;
}
form .kb-fancy-inputfield.fileupload {
  position: relative;
}
form .kb-fancy-inputfield.fileupload span {
  display: none;
}
form .kb-fancy-inputfield.fileupload input.form-control {
  position: relative;
  background: #FFF;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 0;
  color: #F0F0F0;
  font-style: italic;
  border-color: white;
  border: none;
}
form .kb-fancy-inputfield.fileupload input.form-control:hover::file-selector-button {
  background-color: #B7CC06;
}
form .kb-fancy-inputfield.fileupload input.form-control::file-selector-button {
  font-weight: 700;
  background-color: #006AB4;
  position: absolute;
  top: 0;
  right: -17px;
  color: #FFF;
  height: calc(100% + 16px);
}
form label.form-label {
  margin-bottom: 0;
}
form .kb-fancy-inputfield {
  margin-bottom: 32px;
}
form select {
  border: 2px solid yellow;
  border-radius: 0;
}
form select:focus {
  outline: #0099CC solid 2px;
}
/* TODO: Use qualified selector */
.frame-layout-100 form {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  grid-gap: var(--space-2);
  /* Color subheader */
}
@media (max-width: 809px) {
  .frame-layout-100 form {
    flex-direction: column;
  }
}
.frame-layout-100 form > div:first-child {
  display: none;
}
.frame-layout-100 form div.actions {
  width: 100%;
}
.frame-layout-100 form div.actions .form-navigation .btn-toolbar {
  justify-content: flex-end;
}
.frame-layout-100 form .kb-fancy-inputfield {
  margin: 0px;
  min-width: calc(50% - var(--space-1));
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
.frame-layout-100 form .kb-fancy-checkbox {
  margin: 0;
  padding: 0;
}
.frame-layout-100 form .kb-fancy-checkbox label {
  color: #000000;
  padding-bottom: 0;
  font-size: var(--font-size-small);
}
.frame-layout-100 form .kb-fancy-checkbox label span {
  position: relative;
  top: 0px;
}
@media (max-width: 809px) {
  .frame-layout-100 form .kb-fancy-checkbox label span {
    top: 0px;
  }
}
.frame-layout-100 form .headline.has-subheader .subheader {
  color: var(--Button-text-click, #000);
}
.frame-type-form_formframework .subheader {
  color: var(--Button-text-click, #000);
}
button.btn.btn-primary {
  background-color: var(--Button-text-click, #000);
  text-transform: uppercase;
}
.ce-col.order-text.col.col-sm-4.col-md-4.col-index-2 {
  margin: auto;
}
@media (max-width: 809px) {
  .frame-type-powermail_pi1 {
    padding-top: var(--space-1);
  }
}
.frame-type-powermail_pi1 .headline {
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}
@media (max-width: 809px) {
  .frame-type-powermail_pi1 .headline {
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }
}
.frame-type-powermail_pi1 h2, .frame-type-powermail_pi1 .h2 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: var(--font-size-h3);
  line-height: 1;
  margin-bottom: 0;
}
.content-formular h3, .content-formular .h3 {
  color: #FFFFFF;
  background: #006AB4;
  padding: calc(var(--space-2) - 12px) calc(var(--space-2));
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 809px) {
  .content-formular h3, .content-formular .h3 {
    padding: calc(var(--space-1) - 6px) calc(var(--space-1));
    padding-right: calc(var(--space-3));
    padding-bottom: 0;
  }
}
.content-formular .powermail_select {
  background: #FFFFFF var(--icon-select-arrow) no-repeat calc(100% - 12px) center;
  border: none;
  font-size: var(--font-size-3);
  font-weight: 300;
  height: 52px;
  padding: 0 var(--space-1);
  width: 100%;
}
@media (max-width: 809px) {
  .content-formular .powermail_select {
    height: 42px;
  }
}
.content-formular .powermail_input {
  background: #FFFFFF;
  border: none;
  color: #000000;
  display: block;
  font-size: var(--font-size-3);
  font-weight: 300;
  height: 52px;
  padding: 6px var(--space-1) 0;
  width: 100%;
}
@media (max-width: 809px) {
  .content-formular .powermail_input {
    height: 42px;
  }
}
.content-formular .powermail_date {
  background: #FFFFFF;
  border: none;
  color: #000000;
  display: block;
  font-size: var(--font-size-3);
  font-weight: 300;
  height: 52px;
  padding: 6px var(--space-1);
  width: 100%;
}
@media (max-width: 809px) {
  .content-formular .powermail_date {
    height: 42px;
  }
}
.content-formular .powermail_fieldset {
  background: #006AB4;
  color: #fff;
  padding: 0 calc(var(--space-2) - 10px) var(--space-2);
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: var(--space-1);
}
.content-formular .powermail_fieldset:nth-of-type(1) {
  padding-top: var(--space-2);
}
@media (max-width: 809px) {
  .content-formular .powermail_fieldset:nth-of-type(1) {
    padding-top: var(--space-1);
  }
}
@media (max-width: 809px) {
  .content-formular .powermail_fieldset {
    padding: 0 calc(var(--space-1) - 10px) var(--space-1);
  }
}
.content-formular .powermail_fieldset label {
  display: none;
}
@media (max-width: 809px) {
  .content-formular .powermail_fieldset {
    flex-direction: column;
  }
}
.content-formular .powermail_fieldset .powermail_fieldwrap_type_html div {
  font-size: var(--font-size-1);
}
.content-formular .powermail_fieldset .powermail_fieldwrap_type_radio, .content-formular .powermail_fieldset .powermail_fieldwrap_type_check {
  position: relative;
  width: 100%;
}
.content-formular .powermail_fieldset .powermail_fieldwrap_checkboxaddress:before {
  background: #FFFFFF;
  content: "";
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: -1px;
}
.content-formular [class*="grid-"] {
  padding: 0 calc(var(--space-1) / 2);
  width: 100%;
}
.content-formular .grid-2 {
  max-width: 16.5%;
}
@media (max-width: 1379px) {
  .content-formular .grid-2 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-2 {
    max-width: 100%;
  }
}
.content-formular .grid-3 {
  max-width: 25%;
}
@media (max-width: 1379px) {
  .content-formular .grid-3 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-3 {
    max-width: 100%;
  }
}
.content-formular .grid-4 {
  max-width: 33.5%;
}
@media (max-width: 1379px) {
  .content-formular .grid-4 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-4 {
    max-width: 100%;
  }
}
.content-formular .grid-6 {
  max-width: 50%;
}
@media (max-width: 1379px) {
  .content-formular .grid-6 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-6 {
    max-width: 100%;
  }
}
.content-formular .grid-8 {
  max-width: 66.5%;
}
@media (max-width: 1379px) {
  .content-formular .grid-8 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-8 {
    max-width: 100%;
  }
}
.content-formular .grid-12 {
  max-width: 100%;
}
.content-formular [class*="grid-label-"] {
  padding: 0 calc(var(--space-1) / 2);
  width: 100%;
  display: flex;
}
@media (max-width: 1379px) {
  .content-formular [class*="grid-label-"] {
    display: block;
  }
}
@media (max-width: 1159px) {
  .content-formular [class*="grid-label-"] {
    display: flex;
  }
}
@media (max-width: 809px) {
  .content-formular [class*="grid-label-"] {
    display: block;
  }
}
.content-formular [class*="grid-label-"] .powermail_field {
  width: 100%;
}
.content-formular [class*="grid-label-"] .powermail_label {
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
  background: #FFFFFF;
  color: #000000;
  padding-left: var(--space-1);
}
@media (max-width: 1379px) {
  .content-formular [class*="grid-label-"] .powermail_label {
    background: transparent;
    color: #FFFFFF;
    padding-left: 0;
  }
}
@media (max-width: 1159px) {
  .content-formular [class*="grid-label-"] .powermail_label {
    background: #FFFFFF;
    color: #000000;
    padding-left: var(--space-1);
  }
}
@media (max-width: 809px) {
  .content-formular [class*="grid-label-"] .powermail_label {
    background: transparent;
    color: #FFFFFF;
    padding-left: 0;
  }
}
.content-formular .grid-label-2 {
  max-width: 16.5%;
}
@media (max-width: 1379px) {
  .content-formular .grid-label-2 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-label-2 {
    max-width: 100%;
  }
}
.content-formular .grid-label-3 {
  max-width: 25%;
}
@media (max-width: 1379px) {
  .content-formular .grid-label-3 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-label-3 {
    max-width: 100%;
  }
}
.content-formular .grid-label-4 {
  max-width: 33.5%;
}
@media (max-width: 1379px) {
  .content-formular .grid-label-4 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-label-4 {
    max-width: 100%;
  }
}
.content-formular .grid-label-6 {
  max-width: 50%;
}
@media (max-width: 1379px) {
  .content-formular .grid-label-6 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-label-6 {
    max-width: 100%;
  }
}
.content-formular .grid-label-8 {
  max-width: 66.5%;
}
@media (max-width: 1379px) {
  .content-formular .grid-label-8 {
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .content-formular .grid-label-8 {
    max-width: 100%;
  }
}
.content-formular .grid-label-12 {
  max-width: 100%;
}
.content-formular .powermail_fieldwrap_type_submit .powermail_submit {
  background: #B7CC06;
  border: none;
  border-radius: var(--border-radius);
  color: #FFFFFF;
  display: block;
  font-size: var(--font-size-3);
  line-height: var(--line-height-p);
  margin-top: var(--space-1);
  padding: 12px var(--space-1) 7px;
  width: 100%;
}
@media (max-width: 809px) {
  .content-formular .powermail_fieldwrap_type_submit .powermail_submit {
    margin-top: 0;
  }
}
.content-formular .powermail_fieldwrap_type_submit.grid-4 .powermail_submit, .content-formular .powermail_fieldwrap_type_submit.grid-3 .powermail_submit, .content-formular .powermail_fieldwrap_type_submit.grid-6 .powermail_submit {
  margin-top: 0;
}
.content-formular .powermail_legend {
  margin-bottom: 0;
  padding: 0 10px;
}
.content-formular .checkboxshowstep {
  margin-top: var(--space-1);
  padding: calc(var(--space-2) - 10px) calc(var(--space-1) - 10px);
  padding-bottom: 0;
}
@media (max-width: 809px) {
  .content-formular .checkboxshowstep {
    margin-top: 0;
    padding-top: var(--space-1);
  }
}
.content-formular .radio input[type=checkbox]:checked + label:before, .content-formular .radio input[type=radio]:checked + label:before, .content-formular .checkbox input[type=checkbox]:checked + label:before, .content-formular .checkbox input[type=radio]:checked + label:before {
  opacity: 1;
}
.content-formular .radio label, .content-formular .checkbox label {
  color: #FFFFFF;
  display: block;
  font-size: var(--font-size-3);
  padding-left: 41px;
}
.content-formular .radio label:after, .content-formular .radio label:before, .content-formular .checkbox label:after, .content-formular .checkbox label:before {
  background: #FFFFFF;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: calc(50% - 14px);
  transition: all 0.3s ease;
  width: 28px;
}
.content-formular .radio label:before, .content-formular .checkbox label:before {
  background: transparent;
  border-bottom: 2px solid #006AB4;
  border-left: 2px solid #006AB4;
  height: 9px;
  left: 6px;
  opacity: 0;
  top: calc(50% - 6px);
  transition: 0.3s;
  transform: rotate(-45deg);
  width: 17px;
  z-index: 2;
}
.content-formular .nolabel-blue {
  background: #EDF5FA;
  color: #353535;
  padding: var(--space-2) calc(var(--space-2) - 10px);
}
@media (max-width: 809px) {
  .content-formular .nolabel-blue {
    padding: var(--space-1) calc(var(--space-1) - 10px);
  }
}
.content-formular .nolabel-blue .powermail_legend {
  display: none;
}
.content-formular .nolabel-blue .powermail_fieldwrap_type_submit {
  width: 100%;
}
.content-formular .nolabel-blue .radio label, .content-formular .nolabel-blue .checkbox label {
  color: #353535;
  font-size: var(--font-size-1);
}
.content-formular .nolabel-blue .radio input[type=checkbox]:checked + label:after, .content-formular .nolabel-blue .radio input[type=radio]:checked + label:after, .content-formular .nolabel-blue .checkbox input[type=checkbox]:checked + label:after, .content-formular .nolabel-blue .checkbox input[type=radio]:checked + label:after {
  background: #006AB4;
}
.content-formular .nolabel-blue .radio input[type=checkbox]:checked + label:before, .content-formular .nolabel-blue .radio input[type=radio]:checked + label:before, .content-formular .nolabel-blue .checkbox input[type=checkbox]:checked + label:before, .content-formular .nolabel-blue .checkbox input[type=radio]:checked + label:before {
  border-color: #FFFFFF;
  opacity: 1;
}
.content-formular .nolabel-blue .checkboxbtn {
  margin-right: var(--space-1);
}
@media (max-width: 809px) {
  .content-formular .nolabel-blue .checkboxbtn {
    margin-right: 0;
  }
}
.content-formular .nolabel-blue .checkboxbtn, .content-formular .nolabel-blue .checkboxpaypal {
  width: auto;
  padding: 0 calc(var(--space-1) / 2);
}
.content-formular .nolabel-blue .checkboxbtn input[type=checkbox]:checked + label, .content-formular .nolabel-blue .checkboxbtn input[type=radio]:checked + label, .content-formular .nolabel-blue .checkboxpaypal input[type=checkbox]:checked + label, .content-formular .nolabel-blue .checkboxpaypal input[type=radio]:checked + label {
  border-color: #006AB4;
}
.content-formular .nolabel-blue .checkboxbtn label, .content-formular .nolabel-blue .checkboxpaypal label {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: var(--border-radius);
  font-size: var(--font-size-3);
  font-weight: 500;
  margin: 0;
  padding: 8px var(--space-1);
  transition: 0.3s;
}
.content-formular .nolabel-blue .checkboxbtn label:after, .content-formular .nolabel-blue .checkboxbtn label:before, .content-formular .nolabel-blue .checkboxpaypal label:after, .content-formular .nolabel-blue .checkboxpaypal label:before {
  display: none;
}
.content-formular .nolabel-blue .checkboxpaypal input {
  margin-top: 0 !important;
  background: #FFFFFF !important;
  color: #353535 !important;
}
.content-formular .nolabel-blue .checkboxpaypal label {
  padding-right: var(--space-2);
}
.content-formular .nolabel-blue .checkboxpaypal label::after {
  background: var(--icon-paypal) !important;
  content: "";
  display: block;
  height: 18px;
  left: auto;
  position: absolute;
  right: calc(var(--space-1) / 2);
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 1;
}
.content-formular .showstep {
  display: none;
}
.content-formular .showstep.show {
  display: flex;
}
.powermail_fieldset_18 {
  position: relative;
}
.powermail_fieldset_18:after {
  background: rgba(0, 106, 180, 0.3);
  bottom: 0;
  content: "";
  height: 1px;
  left: var(--space-2);
  position: absolute;
  right: var(--space-2);
}
@media (max-width: 809px) {
  .powermail_fieldset_18:after {
    left: var(--space-1);
    right: var(--space-1);
  }
}
#greyOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(53, 53, 53, 0.7);
  z-index: 998;
  padding-top: calc(var(--header-top-height) + 60px);
  transition: padding 0.5s ease;
  backdrop-filter: blur(4px);
}
@media (max-width: 809px) {
  #greyOverlay {
    padding-top: calc(var(--header-top-height));
  }
}
.scrolled #greyOverlay {
  padding-top: calc(var(--header-scroled-height) + 30px);
}
@media (max-width: 809px) {
  .scrolled #greyOverlay {
    padding-top: calc(var(--header-scroled-height));
  }
}
#greyOverlay .greyOverlay-inner {
  height: 100%;
  overflow-y: auto;
}
#greyOverlay .greyOverlay-inner #c2634, #greyOverlay .greyOverlay-inner #c1719, #greyOverlay .greyOverlay-inner #c2267 {
  padding: var(--space-2) 0;
}
#greyOverlay .greyOverlay-inner .frame-layout-102-wrp {
  top: 0;
}
#greyOverlay .greyOverlay-inner .video-background {
  display: none;
}
#greyOverlay .greyOverlay-inner .frame.frame-container {
  background: unset;
}
@media (max-width: 1159px) {
  #greyOverlay .greyOverlay-inner .frame.frame-container .row.grid-margin-list {
    row-gap: var(--space-default);
  }
}
@media (max-width: 1159px) {
  #greyOverlay .greyOverlay-inner .frame.frame-container .row.grid-margin-list .order-text-image {
    display: none;
  }
}
#greyOverlay .greyOverlay-inner .frame.frame-container.frame-layout-19::after {
  display: none;
}
#greyOverlay .greyOverlay-inner .frame.frame-container .container .row > div > .frame-type-html {
  position: static;
}
#greyOverlay .greyOverlay-inner .headline.has-subheader span.subheader {
  display: none;
}
#greyOverlay .greyOverlay-inner .ce-textpic .ce-bodytext p {
  color: #FFFFFF;
}
#greyOverlay .close-btn {
  position: absolute;
  top: calc(var(--header-top-height) + var(--space-5));
  right: 30px;
  font-size: 30px;
  color: #fff;
  z-index: 1010;
  cursor: pointer;
  transition: top 0.4s ease;
}
#greyOverlay .close-btn:before {
  content: "";
  background: var(--icon-close-white) center no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 1159px) {
  #greyOverlay .close-btn:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1159px) {
  #greyOverlay .close-btn {
    top: calc(var(--header-top-height) + var(--space-2));
  }
}
#greyOverlay .close-formular {
  position: absolute;
  top: calc(var(--header-top-height) + var(--space-5));
  right: 30px;
  font-size: 30px;
  color: #fff;
  z-index: 1010;
  cursor: pointer;
  transition: top 0.4s ease;
}
#greyOverlay .close-formular:before {
  content: "";
  background: var(--icon-close-white) center no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 1159px) {
  #greyOverlay .close-formular:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 809px) {
  #greyOverlay .close-formular:before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 810px) {
  #greyOverlay .close-formular {
    position: fixed;
  }
}
@media (max-width: 1159px) {
  #greyOverlay .close-formular {
    top: calc(var(--header-top-height) + var(--space-2));
  }
}
@media (max-width: 809px) {
  #greyOverlay .close-formular {
    top: calc(var(--space-2));
    font-size: 24px;
    right: calc((var(--bs-gutter-x) * .5) + var(--space-1));
  }
}
body.scrolled #greyOverlay .close-btn {
  top: calc(var(--header-top-height) + var(--space-1));
}
@media (max-width: 1159px) {
  body.scrolled #greyOverlay .close-btn {
    top: calc(var(--header-top-height) + var(--space-1));
  }
}
@media (min-width: 810px) {
  body.scrolled #greyOverlay .close-formular {
    top: calc(var(--header-top-height) + var(--space-1));
  }
}
.tx-powermail .powermail_fieldset .powermail-errors-list {
  background: #d84845 !important;
  border: none !important;
  float: none !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  position: relative;
}
.tx-powermail .powermail_fieldset .powermail-errors-list::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #d84845;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 2;
}
.tx-powermail .powermail_fieldset .powermail-errors-list > li {
  color: #FFFFFF !important;
  font-size: 14px;
}
.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset div.error {
  background-color: #FFFFFF !important;
  border-left: 4px solid #d84845;
}
.powermail_fieldwrap_type_file .file-upload-replacer {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px;
  padding-bottom: 16px;
  border: 1px dashed #ccc;
  cursor: pointer;
  text-align: center;
  font-size: var(--font-size-default);
  color: #006AB4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--space-1) - 10px);
}
.powermail_fieldwrap_type_file .file-upload-replacer::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1952 34.6713V15.0046M20.1952 15.0046L13.198 22.0046M20.1952 15.0046L27.1923 22.0046M14.864 29.0046H6.86725C2.36887 29.0046 -1.62957 20.5046 4.36827 18.0046C1.36913 11.5044 13.3642 -2.49555 22.8612 11.0046C27.3585 7.00445 35.3553 9.50445 33.357 17.0044C40.5211 17.0044 40.3532 29.0046 33.357 29.0046H24.3606' stroke='%23006AB4' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
}
.powermail_fieldwrap_type_file .file-upload-replacer:hover {
  background: rgba(0, 106, 180, 0.1);
}
.powermail_fieldwrap_type_file .file-upload-replacer.active {
  color: #000000;
}
.powermail_fieldwrap_type_file .file-upload-replacer.active::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5214 11.4437C9.34591 13.6322 8 16.6578 8 20C8 26.6776 13.3726 32.0909 20 32.0909H24.8571M28.4819 28.5529C30.6555 26.3646 32 23.3405 32 20C32 13.3224 26.6274 7.90909 20 7.90909H15.1429M24.8571 32.0909L19.1429 27.1818M24.8571 32.0909L19.1429 37M15.1429 7.90909L20 12.8182M15.1429 7.90909L20 3' stroke='%23353535' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.powermail_fieldwrap textarea {
  width: 100%;
  max-height: 200px;
  height: 100px;
  padding: 6px var(--space-1);
}
#greyOverlay .powermail_fieldset.focus input.powermail_checkbox + label {
  color: red !important;
}
.powermail_fieldwrap {
  position: relative;
}
.powermail_fieldset_19 .powermail_fieldwrap .powermail_label {
  position: absolute;
  top: 4px;
  background: none;
  font-size: var(--font-size-1);
  color: #999;
}
@media (max-width: 1379px) {
  .powermail_fieldset_19 .powermail_fieldwrap .powermail_label {
    padding-left: var(--space-1);
  }
}
.powermail_fieldset_19 .powermail_fieldwrap .powermail_input, .powermail_fieldset_19 .powermail_fieldwrap .powermail_select, .powermail_fieldset_19 .powermail_fieldwrap .powermail_date {
  height: 62px;
  padding: 22px var(--space-1) 0;
  color: #000000;
}
@media (max-width: 1379px) {
  .powermail_fieldset_19 .powermail_fieldwrap .powermail_input, .powermail_fieldset_19 .powermail_fieldwrap .powermail_select, .powermail_fieldset_19 .powermail_fieldwrap .powermail_date {
    height: 48px;
    padding-top: 18px;
  }
}
.powermail_fieldset_19 .powermail_fieldwrap .powermail_input::placeholder, .powermail_fieldset_19 .powermail_fieldwrap .powermail_select::placeholder, .powermail_fieldset_19 .powermail_fieldwrap .powermail_date::placeholder {
  color: #000000;
}
@media (max-width: 1579px) {
  .kmacookies-banner .checkbox.category-group label {
    line-height: 1.8 !important;
  }
}
@media (max-width: 1159px) {
  .kmacookies-banner .checkbox.category-group label {
    line-height: 2 !important;
  }
  .kmacookies-banner .category-toggle:after {
    line-height: 1.2 !important;
  }
}
.kmacookies-banner .btn {
  padding-top: 3px !important;
}
@media only screen and (max-width: 360px) {
  .kmacookies-banner .btn {
    width: 100%;
    justify-content: center !important;
  }
  .kmacookies-banner .btn:last-child {
    margin-top: 20px !important;
  }
}
.tx-indexedsearch > .container {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
  display: grid;
  gap: var(--space-1);
}
.tx-indexedsearch .tx-indexedsearch-res {
  margin: 0 0 var(--space-2) 0;
  padding: var(--space-1);
  background: linear-gradient(90deg, #c4c4c4 0%, #f7f7f7 40%, white 100%);
}
.tx-indexedsearch .tx-indexedsearch-res p {
  color: #000;
}
.tx-indexedsearch .tx-indexedsearch-res h3, .tx-indexedsearch .tx-indexedsearch-res .h3, .tx-indexedsearch .tx-indexedsearch-res a {
  color: #006AB4;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent {
  display: none;
}
.tx-indexedsearch .tx-indexedsearch-form .btn-primary.big svg {
  width: 30px;
  height: auto;
}
.tx-indexedsearch .tx-indexed-search-noresult {
  margin-top: var(--space-1);
}
.tx-indexedsearch .search-wrapper {
  margin-bottom: calc(var(--space-1) / 3);
}
.tx-indexedsearch .search-wrapper .search-input-wrapper {
  display: flex;
  margin-bottom: 32px;
}
.tx-indexedsearch .search-wrapper .search-input-wrapper .kb-fancy-inputfield {
  margin-bottom: 0;
}
.tx-indexedsearch .page-navigation {
  line-height: initial;
}
.tx-indexedsearch .page-navigation ul {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: var(--space-1);
}
.tx-indexedsearch .page-navigation ul li {
  background-color: #006AB4;
  display: block;
  width: fit-content;
}
.tx-indexedsearch .page-navigation ul li a {
  height: var(--space-3);
  min-width: var(--space-3);
  padding: 1rem;
  display: flex;
  width: fit-content;
  align-items: center;
  color: #fff;
}
.tx-kmawiki {
  --item-grid-min: repeat(auto-fill,minmax(400px, 1fr));
}
.tx-kmawiki .tx-kmawiki-list-wrapper {
  display: grid;
  gap: 1rem;
}
.tx-kmawiki .letter {
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .tx-kmawiki {
    --item-grid-min: 1fr;
  }
}
.tx-kmawiki .item-list {
  display: grid;
  grid-template-columns: var(--item-grid-min);
  grid-gap: var(--space-2);
  margin-bottom: var(--space-2);
}
.tx-kmawiki .item-list .item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--space-2);
  background: rgba(255, 255, 255, 0.7);
}
.tx-kmawiki .item-list .item p {
  color: #000;
}
.tx-kmawiki .item-list .item::before {
  --space-top: 8px;
  content: "";
  display: block;
  top: var(--space-top);
  bottom: var(--space-top);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tx-kmawiki .item-list .item p {
  margin: 0;
}
.tx-kmawiki .item-list .item p.title {
  font-weight: 700;
  padding: var(--space-1);
}
.tx-kmawiki .item-list .item p.description {
  padding: var(--space-1);
  text-align: right;
}
/**
PortletImageTextRight/Left rules
*/
.image-teaser {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  align-self: stretch;
  width: 100%;
}
.image-teaser .image-container div {
  flex-shrink: 0;
}
.image-teaser .image-container div > picture > img {
  width: auto;
}
.image-teaser .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
  flex: 1 0 0;
}
.image-teaser .text-container header {
  /* H-Font-h3 */
  color: #000000;
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-h3);
  font-weight: 600;
}
.image-teaser .text-container div {
  /* H-Font-p */
  color: #000000;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: var(--font-size-default);
  line-height: 150%;
}
.slide.divider {
  /** Small dividers between slides */
  border-right: 1px solid var(--H-Gray, #C7CBD2);
}
.slide.divider:last-child {
  border-right: none;
}
.ticker {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.ticker-text {
  color: var(--H-Dark, var(--Button-text-click, #000));
  text-align: center;
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-h2);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.ticker-text.outline {
  color: #FEC531;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.container:has(div.ticker-container) {
  margin: 0;
}
.ticker-container {
  width: 100%;
  white-space: nowrap;
}
.ticker-text {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.ticker-text span {
  min-width: var(--space-5);
  height: 2px;
  background: #000000;
  display: inline-block;
}
/** Counter styling */
.counter-label {
  color: var(--H-Dark, var(--Button-text-click, #000));
  text-align: center;
  font-size: var(--font-size-h4);
  font-weight: 600;
  font-family: "Neo Tech Pro", sans-serif;
  /* H-Font-h4 */
}
.tx-cinaddress p {
  display: block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.tx-cinaddress p:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.tx-cinaddress p.location-sub {
  font-weight: 400;
}
.tx-cinaddress p.company {
  font-weight: 400;
}
#jumbotron .tx-cinaddress .cinaddress-compact {
  margin-bottom: 0;
}
#jumbotron .tx-cinaddress p, #jumbotron .tx-cinaddress .opening-times-compact > div {
  font-size: 20px;
}
#jumbotron .tx-cinaddress a.jumbo-tel {
  color: #FFF;
}
a.icon, span.icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: var(--space-1);
}
a.icon.phone::before, span.icon.phone::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.6654 23.3473C27.332 23.1807 25.1654 22.1807 24.832 22.014C24.4987 21.8473 24.1654 21.8473 23.832 22.1807C23.4987 22.514 22.832 23.514 22.4987 23.8473C22.332 24.1807 21.9987 24.1807 21.6654 24.014C20.4987 23.514 19.332 22.8473 18.332 22.014C17.4987 21.1807 16.6654 20.1807 15.9987 19.1807C15.832 18.8473 15.9987 18.514 16.1654 18.3473C16.332 18.1807 16.4987 17.8473 16.832 17.6807C16.9987 17.514 17.1654 17.1807 17.1654 17.014C17.332 16.8473 17.332 16.514 17.1654 16.3473C16.9987 16.1807 16.1654 14.1807 15.832 13.3473C15.6654 12.1807 15.332 12.1807 14.9987 12.1807H14.1654C13.832 12.1807 13.332 12.514 13.1654 12.6807C12.1654 13.6807 11.6654 14.8473 11.6654 16.1807C11.832 17.6807 12.332 19.1807 13.332 20.514C15.1654 23.1807 17.4987 25.3473 20.332 26.6807C21.1654 27.014 21.832 27.3473 22.6654 27.514C23.4987 27.8473 24.332 27.8473 25.332 27.6807C26.4987 27.514 27.4987 26.6807 28.1654 25.6807C28.4987 25.014 28.4987 24.3473 28.332 23.6807L27.6654 23.3473ZM31.832 8.18067C25.332 1.68066 14.832 1.68066 8.33203 8.18067C2.9987 13.514 1.9987 21.6807 5.66536 28.1807L3.33203 36.6807L12.1654 34.3473C14.6654 35.6807 17.332 36.3473 19.9987 36.3473C29.1654 36.3473 36.4987 29.014 36.4987 19.8473C36.6654 15.514 34.832 11.3473 31.832 8.18067ZM27.332 31.514C25.1654 32.8473 22.6654 33.6807 19.9987 33.6807C17.4987 33.6807 15.1654 33.014 12.9987 31.8473L12.4987 31.514L7.33203 32.8473L8.66536 27.8473L8.33203 27.3473C4.33203 20.6807 6.33203 12.3473 12.832 8.18067C19.332 4.014 27.6654 6.18066 31.6654 12.514C35.6654 19.014 33.832 27.514 27.332 31.514Z' fill='%23151515'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
@media (max-width: 1379px) {
  a.icon.phone::before, span.icon.phone::before {
    width: 30px;
    height: 30px;
  }
}
a.icon.email::before, span.icon.email::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9.44393C6.40188 8.55981 7.63727 8.01465 9 8.01465H31C32.3627 8.01465 33.5981 8.55981 34.5 9.44393M5.5 9.44393C4.57432 10.3514 4 11.616 4 13.0146V27.0146C4 29.7761 6.23858 32.0146 9 32.0146H31C33.7614 32.0146 36 29.7761 36 27.0146V13.0146C36 11.616 35.4257 10.3514 34.5 9.44393M5.5 9.44393L17.3218 20.1004C18.8437 21.4724 21.1563 21.4724 22.6782 20.1004L34.5 9.44393' stroke='black' stroke-width='2.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
@media (max-width: 1379px) {
  a.icon.email::before, span.icon.email::before {
    width: 30px;
    height: 30px;
  }
}
a.icon.address::before, span.icon.address::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_317_1176)'%3E%3Cpath d='M35 16.6807C35 28.3473 20 38.3473 20 38.3473C20 38.3473 5 28.3473 5 16.6807C5 12.7024 6.58035 8.88711 9.3934 6.07406C12.2064 3.26102 16.0218 1.68066 20 1.68066C23.9782 1.68066 27.7936 3.26102 30.6066 6.07406C33.4196 8.88711 35 12.7024 35 16.6807Z' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 21.6807C22.7614 21.6807 25 19.4421 25 16.6807C25 13.9192 22.7614 11.6807 20 11.6807C17.2386 11.6807 15 13.9192 15 16.6807C15 19.4421 17.2386 21.6807 20 21.6807Z' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_317_1176'%3E%3Crect width='40' height='40' fill='white' transform='translate(0 0.0136719)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
@media (max-width: 1379px) {
  a.icon.address::before, span.icon.address::before {
    width: 30px;
    height: 30px;
  }
}
.slideshow {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-top-height));
  min-height: 700px;
}
@media (max-width: 1159px) {
  .slideshow {
    display: flex;
    flex-direction: column-reverse;
    min-height: 500px;
  }
}
.slideshow h3, .slideshow .h3 {
  text-align: left;
}
.slideshow .text {
  position: relative;
  z-index: 1;
  /* Place in front of the background image */
  padding: var(--bs-gutter);
  /* Add padding to give space for text content */
  transition: all 0.4s ease;
}
@media (max-width: 1159px) {
  .slideshow .text {
    top: 50%;
    position: absolute;
  }
}
.slideshow .animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1159px) {
  .slideshow .animation {
    top: 50%;
    transform: translateY(-100%);
    height: auto;
  }
}
.my-slide {
  position: absolute;
  opacity: 0;
  display: none;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
}
@media (max-width: 1159px) {
  .my-slide {
    transform: none !important;
  }
}
.my-slide section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
}
.my-slide.slide-in {
  display: inline-block;
  opacity: 1;
  animation: slideIn 0.5s ease forwards;
  /* Animation for fading in */
  position: absolute;
  overflow: hidden;
}
@media (max-width: 1159px) {
  .my-slide.slide-in {
    position: relative;
  }
}
.my-slide.slide-out {
  display: inline-block;
  opacity: 0;
  animation: slideOut 0.25s ease forwards;
  /* Animation for fading out */
  position: absolute;
  overflow: hidden;
}
@keyframes slideIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-30%);
    opacity: 0;
    display: none;
  }
}
.progress-slider {
  height: auto;
}
@media (min-width: 1160px) {
  .slideshow {
    display: flex;
    flex-direction: row;
    gap: var(--space-3);
  }
  .slideshow h3, .slideshow .h3 {
    text-align: start;
  }
  .slideshow div {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
  }
  .slideshow .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 50%;
  }
  .slideshow .animation {
    position: initial;
    width: 50%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    aspect-ratio: 1;
    display: flex;
    justify-content: end;
  }
  @keyframes slideIn {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slideOut {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(-30%);
      opacity: 0;
      display: none;
    }
  }
  .progress-slider {
    height: auto;
  }
}
.progress-indicator {
  transition: all 0.4s ease;
}
.masonry {
  position: relative;
  padding-top: var(--space-5);
}
@media (max-width: 1579px) {
  .masonry {
    padding-top: 0;
  }
}
.masonry-slider {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-3);
}
@media (max-width: 809px) {
  .masonry-slider {
    flex-direction: column;
  }
}
.masonry-slider .column-sliders {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
@media (max-width: 809px) {
  .masonry-slider .column-sliders {
    width: 100%;
  }
}
.masonry-slider .column-sliders.align-right {
  align-items: end;
}
.masonry-slider .column-sliders .mask-big {
  height: 40vw;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  justify-content: end;
  align-items: end;
}
@media (max-width: 809px) {
  .masonry-slider .column-sliders .mask-big {
    width: 100%;
    height: 100%;
  }
}
.masonry-slider__item {
  position: relative;
  display: flex;
  width: 40vw;
  max-width: 670px;
  aspect-ratio: 1;
  background: #F0F0F0;
}
@media (max-width: 809px) {
  .masonry-slider__item {
    width: 100%;
  }
}
.masonry-slider__item .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  z-index: 1;
  transition: all 1s ease;
}
.masonry-slider__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masonry-slider__item .image.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 1s ease 0.9s;
  z-index: 11;
}
.masonry-slider__item.portrait {
  width: 12vw;
  height: 18vw;
  max-width: 300px;
  max-height: 400px;
}
@media (max-width: 809px) {
  .masonry-slider__item.portrait {
    width: 100%;
    height: 50vw;
    max-width: 100%;
    max-height: 100%;
  }
}
.masonry-slider__item.horizontal-portrait {
  width: 18vw;
  height: 12vw;
  max-height: 300px;
  max-width: 400px;
}
@media (max-width: 809px) {
  .masonry-slider__item.horizontal-portrait {
    width: 100%;
    height: 50vw;
    max-width: 100%;
    max-height: 100%;
  }
}
.masonry-slider__item.looong {
  width: 30vw;
  height: 12vw;
  max-width: 670px;
  max-height: 220px;
}
@media (max-width: 809px) {
  .masonry-slider__item.looong {
    width: 100%;
    height: 50vw;
    max-width: 100%;
    max-height: 100%;
  }
}
.masonry-slider__item.mini-square {
  width: 20vw;
  max-width: 400px;
}
@media (max-width: 809px) {
  .masonry-slider__item.mini-square {
    width: 100%;
    height: 50vw;
    max-width: 100%;
    max-height: 100%;
  }
}
.masonry-slider__item.border-top::after {
  content: "";
  position: absolute;
  left: calc(-1px - var(--space-3));
  right: calc(-1px - var(--space-2));
  height: 1px;
  border-top: 1px solid #F0F0F0;
  bottom: 100%;
  margin-bottom: calc(var(--space-3) / 2);
}
@media (max-width: 809px) {
  .masonry-slider__item.border-top::after {
    border: 0px;
  }
}
.masonry-slider__item.border-left::before {
  content: "";
  position: absolute;
  top: calc(-1px - var(--space-3));
  bottom: calc(-1px - var(--space-2));
  width: 1px;
  border-left: 1px solid #F0F0F0;
  right: 100%;
  margin-right: calc(var(--space-3) / 2);
}
@media (max-width: 809px) {
  .masonry-slider__item.border-left::before {
    border: 0px;
  }
}
.masonry .headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 50vw;
}
.masonry .headline h2, .masonry .headline .h2 {
  margin-bottom: var(--space-5);
}
.masonry .headline .description {
  width: 70%;
}
@media (max-width: 1579px) {
  .masonry .headline .description {
    width: 100%;
  }
}
@media (max-width: 1579px) {
  .masonry .headline {
    position: relative;
    width: 100%;
    margin-bottom: var(--space-5);
  }
}
.parallax-media {
  position: relative;
  height: calc(100vh - var(--space-7));
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1159px) {
  .parallax-media {
    height: auto;
    min-height: 500px;
  }
}
.parallax-media .container {
  z-index: 11;
}
.parallax-media .row {
  display: flex;
  align-items: center;
}
.parallax-media__description {
  position: relative;
  z-index: 3;
}
.parallax-media__images_first {
  position: absolute;
  height: 100%;
  right: var(--space-3);
  top: 0;
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.parallax-media__images_first img {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 3;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s ease 2s;
}
@media (max-width: 809px) {
  .parallax-media__images_first {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: var(--space-5);
  }
}
.parallax-media__images_second {
  position: absolute;
  top: -15%;
  right: calc(-1px - var(--space-3));
  transform: translateY(-50%);
  z-index: 4;
}
.parallax-media__images_second img {
  opacity: 0;
  transition: opacity 1.5s ease 2.5s;
}
@media (max-width: 1159px) {
  .parallax-media__images_second {
    width: 80%;
  }
  .parallax-media__images_second img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 809px) {
  .parallax-media__images_second {
    display: none;
  }
}
.parallax-media .circle-animation {
  width: 80%;
  height: 80%;
  aspect-ratio: 1;
}
@media (max-width: 809px) {
  .parallax-media .circle-animation {
    width: 90%;
    height: 90%;
  }
}
.parallax-media .circle-light-animation {
  width: 110%;
  height: 110%;
  aspect-ratio: 1;
}
@media (max-width: 809px) {
  .parallax-media .circle-light-animation {
    width: 120%;
    height: 120%;
  }
}
.animated .parallax-media__images_first img {
  opacity: 1;
  transform: translateY(0);
}
.animated .parallax-media__images_second img {
  opacity: 1;
}
.kmaslider_slider .slider-history-prev {
  background-image: var(--arrow-left-white);
  height: var(--icon-size);
  width: var(--icon-size);
}
.kmaslider_slider .slider-history-next {
  background-image: var(--arrow-right-white);
  height: var(--icon-size);
  width: var(--icon-size);
}
.historyslider > p {
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: var(--space-2);
}
@media (min-width: 1160px) {
  .historyslider > p {
    max-width: 75%;
  }
}
@media (min-width: 1580px) {
  .historyslider > p {
    max-width: 65%;
  }
}
.historyslider .slider-history {
  overflow: visible;
}
.historyslider .slider-history .slider-history_wrapper {
  height: auto;
}
.historyslider .slider-history .slider-history_wrapper .slider-history_slide {
  height: auto;
}
.historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card {
  height: 100%;
  display: flex;
  margin-top: 0;
}
@media (max-width: 1159px) {
  .historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card {
    flex-direction: column;
  }
}
.historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-date {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B7CC06;
}
.historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-date .headline {
  color: #FFFFFF;
  margin: 0;
  padding: 15px 0 10px;
}
@media (min-width: 1160px) {
  .historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-date .headline {
    transform: rotate(-90deg);
    margin-bottom: 0;
    padding: calc(var(--space-1) - 10px) 0;
  }
}
@media (min-width: 810px) {
  .historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-img {
    flex: 1 1 50%;
  }
}
.historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-img img.img-fluid {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1159px) {
  .historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-img img.img-fluid {
    aspect-ratio: 1.7777777778;
  }
}
.historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-text {
  padding: var(--space-1);
  background-color: #FFFFFF;
  flex: auto;
  overflow-y: auto;
}
@media (min-width: 810px) {
  .historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-text {
    flex: 1 1 50%;
    padding: var(--space-2);
  }
}
.historyslider .slider-history .slider-history_wrapper .slider-history_slide .history-card .history-text p {
  color: #353535;
  font-weight: 300;
}
.gallery-headerslider .arrows {
  position: absolute;
  bottom: 0;
  top: calc(50% + 85px);
  transform: translateY(-50%);
  height: var(--icon-size);
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--space-2);
}
@media (max-width: 809px) {
  .gallery-headerslider .swiper-slide .desctop {
    display: none;
  }
}
@media (min-width: 810px) {
  .gallery-headerslider .swiper-slide .phone {
    display: none;
  }
}
.gallery-headerslider .gallery-control {
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(var(--icon-size) + 4px);
  height: calc(var(--icon-size) + 4px);
  cursor: pointer;
}
@media (max-width: 1159px) {
  .gallery-headerslider .gallery-control {
    display: none;
  }
}
.gallery-headerslider .gallery-control.prev {
  background-image: var(--arrow-left-white);
}
.gallery-headerslider .gallery-control.next {
  background-image: var(--arrow-right-white);
  margin-right: 60px;
}
@media (max-width: 1379px) {
  .gallery-headerslider .gallery-control.next {
    margin-right: 30px;
  }
}
@media (max-width: 1159px) {
  .gallery-headerslider .img-fluid-width {
    min-height: 50vh;
    object-fit: cover;
  }
}
.gallery-headerslider .swiper-pagination {
  display: none;
}
.gallery-headerslider .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.gallery-headerslider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1159px) {
  .gallery-headerslider .swiper-pagination {
    display: block;
  }
}
body.scrolled .gallery-headerslider .arrows {
  top: calc(50% + 50px);
}
.kmaslider_slider .slider-benifit-prev {
  background: var(--arrow-left) no-repeat;
  height: var(--icon-size);
  width: var(--icon-size);
}
.kmaslider_slider .slider-benifit-next {
  background: var(--arrow-right) no-repeat;
  height: var(--icon-size);
  width: var(--icon-size);
}
.kmaslider_slider .albumslider-prev {
  background: var(--arrow-left) no-repeat;
  height: var(--icon-size);
  width: var(--icon-size);
}
.kmaslider_slider .albumslider-next {
  background: var(--arrow-right) no-repeat;
  height: var(--icon-size);
  width: var(--icon-size);
}
.kmaslider_slider .arrows {
  display: flex;
  grid-gap: 17px;
}
@media (max-width: 809px) {
  .kmaslider_slider .arrows {
    display: none;
  }
}
.slider-benifit {
  overflow: visible;
  position: relative;
  z-index: 11;
}
.slider-benifit .benifitcard {
  border-radius: var(--border-radius);
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
.slider-benifit .benifitcard .gallery-header .title_fixed {
  position: absolute;
  bottom: var(--space-2);
  padding: 0 var(--space-2);
  z-index: 11;
}
.slider-benifit .benifitcard .gallery-header .title_fixed .headline {
  font-size: var(--font-size-2);
  color: #FFFFFF;
}
.slider-benifit .benifitcard .gallery-header {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  background: #006AB4;
}
.slider-benifit .benifitcard .gallery-header .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.slider-benifit .benifitcard .gallery-header .icon-top {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-benifit .benifitcard .gallery-header .icon-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.163);
  opacity: 0;
  transition: all 0.5s ease;
}
.slider-benifit .benifitcard .gallery-header:after {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  bottom: 0;
  border-radius: var(--border-radius);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.slider-benifit .benifitcard .gallery-header .title__wrap {
  align-items: flex-end;
  display: flex;
  height: 88px;
}
@media (max-width: 809px) {
  .slider-benifit .benifitcard .gallery-header .title__wrap {
    display: block;
    height: auto;
  }
}
.slider-benifit .benifitcard .gallery-header h3, .slider-benifit .benifitcard .gallery-header .h3 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.slider-benifit .benifitcard .gallery-header .headline {
  font-size: var(--font-size-1);
  color: #8B8F97;
}
.slider-benifit .benifitcard .description {
  color: #FFFFFF;
  margin-top: calc(var(--space-2));
  opacity: 0;
  transition: opacity 0.5s;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.slider-benifit .benifitcard .description p {
  color: #FFFFFF;
  font-weight: 300;
}
@media (max-width: 1909px) {
  .slider-benifit .benifitcard .description p {
    font-size: var(--font-size-2);
  }
}
@media (max-width: 1159px) {
  .slider-benifit .benifitcard .description p {
    font-size: var(--font-size-3);
    line-height: 1.4;
  }
}
@media (min-width: 320px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 8;
  }
}
@media (min-width: 360px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 9;
  }
}
@media (min-width: 400px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 11;
  }
}
@media (min-width: 420px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 12;
  }
}
@media (min-width: 440px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 13;
  }
}
@media (min-width: 460px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 14;
  }
}
@media (min-width: 810px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 11;
  }
}
@media (min-width: 1160px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 14;
  }
}
@media (min-width: 1380px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 8;
  }
}
@media (min-width: 1580px) {
  .slider-benifit .benifitcard .description {
    -webkit-line-clamp: 8;
  }
}
.slider-benifit .benifitcard:hover.no-description .img-fluid {
  filter: blur(0px);
}
.slider-benifit .benifitcard:hover .gallery-header .icon-top::after {
  opacity: 1;
}
.slider-benifit .benifitcard:hover .title {
  align-items: flex-end;
  display: flex;
  max-height: 100%;
  transform: translateY(0);
  bottom: 0;
}
@media (max-width: 1909px) {
  .slider-benifit .benifitcard:hover .title {
    top: var(--space-1);
  }
}
@media (max-width: 1379px) {
  .slider-benifit .benifitcard:hover .title {
    top: var(--space-2);
  }
}
@media (max-width: 809px) {
  .slider-benifit .benifitcard:hover .title {
    top: var(--space-1);
  }
}
.slider-benifit .benifitcard:hover .title h3, .slider-benifit .benifitcard:hover .title .h3 {
  display: block;
}
.slider-benifit .benifitcard:hover .title__wrap {
  text-shadow: 1px 1px 6px #0000008a;
  height: auto;
}
.slider-benifit .benifitcard:hover .img-fluid {
  filter: blur(7.5px);
}
.slider-benifit .benifitcard:hover .description {
  text-shadow: 1px 1px 6px #0000008a;
  margin-top: calc(var(--space-1) / 3);
}
@media (max-width: 1909px) {
  .slider-benifit .benifitcard:hover .description {
    margin-top: calc(var(--space-1) - 10px);
  }
}
@media (max-width: 809px) {
  .slider-benifit .benifitcard:hover .description {
    margin-top: 10px;
  }
}
.slider-benifit .img-fluid {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  filter: none;
  object-fit: cover;
  transition: filter 0.5s ease;
}
.slider-benifit .title {
  bottom: var(--space-5);
  color: #FFFFFF;
  top: 0;
  left: 0;
  padding: var(--space-2);
  position: absolute;
  right: 0;
  transform: translateY(calc(100% - var(--line-height-2)));
  transition: transform 0.5s ease;
  z-index: 3;
}
.slider-benifit .title__inner {
  width: 100%;
}
.slider-benifit .title .btn {
  position: relative;
  z-index: 2;
}
.slider-benifit .title h3, .slider-benifit .title .h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 809px) {
  .slider-benifit .title h3, .slider-benifit .title .h3 {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 1379px) {
  .slider-benifit .title {
    bottom: var(--space-6);
    padding-bottom: calc(var(--space-1) + 10px);
  }
}
@media (max-width: 1159px) {
  .slider-benifit .title {
    padding-bottom: calc(var(--space-1) + 7px);
  }
}
@media (max-width: 809px) {
  .slider-benifit .title {
    bottom: var(--space-3);
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }
}
.slider-benifit .title .btn {
  margin-top: calc(var(--space-2) - 13px);
}
@media (max-width: 1909px) {
  .slider-benifit .title .btn {
    margin-top: var(--space-1);
  }
}
@media (max-width: 1579px) {
  .slider-benifit .title .btn {
    margin-top: var(--space-1);
  }
}
.slider-benifit-bodytext {
  font-size: var(--font-size-3);
  font-weight: 300;
  margin-bottom: var(--space-2);
}
.full-aside-slider a {
  color: #B7CC06;
}
.full-aside-slider.no-bg-color .swiper-slide::after {
  content: none;
}
@media (max-width: 1159px) {
  .full-aside-slider.no-bg-color .swiper-slide .for-responsive::after {
    background: #FFFFFF;
  }
  .full-aside-slider.no-bg-color .swiper-slide .for-responsive .content h2, .full-aside-slider.no-bg-color .swiper-slide .for-responsive .content .h2, .full-aside-slider.no-bg-color .swiper-slide .for-responsive .content p {
    color: #000000;
  }
}
.full-aside-slider > .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.full-aside-slider > .container .subheader {
  margin-top: var(--space-4);
  color: #FFFFFF;
  margin-right: -8px;
  display: block;
  opacity: 1;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: 500;
  font-size: var(--font-size-4);
  margin-bottom: 0;
  text-transform: none;
}
.full-aside-slider .img-fluid-width {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
@media (max-width: 1159px) {
  .full-aside-slider .img-fluid-width {
    position: static;
  }
}
.full-aside-slider .swiper-slide {
  overflow: hidden;
  background: #000000;
}
.full-aside-slider .swiper-slide:after {
  background: rgba(0, 106, 180, 0.85);
  backdrop-filter: blur(5px);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: 1s;
  width: 50%;
}
@media (max-width: 1159px) {
  .full-aside-slider .swiper-slide:after {
    display: none;
  }
}
.full-aside-slider .swiper-slide .container {
  min-height: 600px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1579px) {
  .full-aside-slider .swiper-slide .container {
    min-height: 700px;
  }
}
@media (max-width: 1379px) {
  .full-aside-slider .swiper-slide .container {
    min-height: 500px;
  }
}
@media (max-width: 1159px) {
  .full-aside-slider .swiper-slide .container {
    min-height: auto;
  }
}
.full-aside-slider .content {
  color: #FFFFFF;
  max-width: 720px;
  opacity: 0;
  padding-bottom: var(--space-4);
  padding-top: var(--space-4);
  transition: opacity 3.5s;
}
@media (max-width: 1909px) {
  .full-aside-slider .content {
    max-width: 620px;
  }
}
@media (max-width: 1579px) {
  .full-aside-slider .content {
    max-width: 500px;
  }
}
@media (max-width: 1379px) {
  .full-aside-slider .content {
    max-width: 400px;
    padding-bottom: var(--space-3);
    padding-top: var(--space-3);
  }
}
@media (max-width: 1159px) {
  .full-aside-slider .content {
    max-width: 100%;
    padding-bottom: var(--space-2);
    padding-top: var(--space-2);
    position: relative;
    z-index: 2;
  }
}
.full-aside-slider .content h2, .full-aside-slider .content .h2 {
  color: #FFFFFF;
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: var(--line-height-1);
  margin-bottom: 0;
}
@media (max-width: 1909px) {
  .full-aside-slider .content h2, .full-aside-slider .content .h2 {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-2);
  }
}
@media (max-width: 1159px) {
  .full-aside-slider .content h2, .full-aside-slider .content .h2 {
    line-height: 1.3;
  }
}
.full-aside-slider .content p {
  color: #FFFFFF;
}
.full-aside-slider .title {
  position: relative;
  z-index: 2;
}
.full-aside-slider .btn {
  margin-top: var(--space-2);
}
@media (max-width: 1159px) {
  .full-aside-slider .btn {
    margin-top: var(--space-1);
  }
}
.full-aside-slider .swiper-slide-active:after {
  transform: translateX(0);
}
.full-aside-slider .swiper-slide-active .content {
  animation: fadeIn 1s ease-out 1s forwards;
}
@media (max-width: 1159px) {
  .full-aside-slider .swiper-slide-active .content {
    animation: none;
    opacity: 1;
    transition: none;
  }
}
.for-responsive {
  position: relative;
}
@media (max-width: 1159px) {
  .for-responsive:after {
    background: #006ab4;
    backdrop-filter: blur(5px);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.content__descript {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: var(--space-2);
}
@media (max-width: 809px) {
  .content__descript {
    margin-top: var(--space-1);
  }
}
.full-aside-slider__pagination {
  bottom: auto !important;
  display: none;
  position: absolute;
  text-align: center;
  z-index: 2;
}
@media (max-width: 809px) {
  .full-aside-slider__pagination {
    display: block;
    margin-top: 10px;
  }
}
.full-aside-slider__pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.full-aside-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.full-aside-slider__arrows {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  right: var(--bs-gutter-x, 15px);
  top: var(--space-5);
  z-index: 5;
}
@media (max-width: 1379px) {
  .full-aside-slider__arrows {
    top: var(--space-3);
  }
}
@media (max-width: 809px) {
  .full-aside-slider__arrows {
    top: 30px;
  }
}
.full-aside-slider__arrows .full-aside-slider__arrow-prev, .full-aside-slider__arrows .full-aside-slider__arrow-next {
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  width: calc(var(--icon-size) + 4px);
  height: calc(var(--icon-size) + 4px);
}
.full-aside-slider__arrows .full-aside-slider__arrow-prev {
  background-image: var(--arrow-left-white);
}
.full-aside-slider__arrows .full-aside-slider__arrow-next {
  background-image: var(--arrow-right-white);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.news.sliderNews {
  width: 100%;
  height: 100%;
}
.news.sliderNews .news-list-view {
  display: flex;
  transition-property: transform;
}
.news.sliderNews .news-list-view article.article {
  height: auto;
  flex-shrink: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: 0.5s ease;
}
@media (min-width: 810px) {
  .news.sliderNews .news-list-view article.article.swiper-slide-next {
    opacity: 0;
    visibility: hidden;
  }
  .news.sliderNews .news-list-view article.article.swiper-slide-prev {
    opacity: 0;
    visibility: hidden;
  }
  .news.sliderNews .news-list-view article.article.swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }
}
.news.sliderNews .news-list-view article.article a.article {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  display: flex;
}
.news.sliderNews .news-list-view article.article a.article::after {
  display: none;
}
@media (max-width: 1379px) {
  .news.sliderNews .news-list-view article.article a.article {
    flex-direction: column;
  }
}
.news.sliderNews .news-list-view article.article a.article .card-image {
  width: 100%;
}
@media (min-width: 1380px) {
  .news.sliderNews .news-list-view article.article a.article .card-image {
    order: 1;
    max-width: 50%;
  }
}
@media (max-width: 809px) {
  .news.sliderNews .news-list-view article.article a.article .card-image {
    height: 250px;
  }
  .news.sliderNews .news-list-view article.article a.article .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.news.sliderNews .news-list-view article.article a.article .card-image picture.img-fluid-width {
  display: inline-flex;
  height: 100%;
}
.news.sliderNews .news-list-view article.article a.article .card-image img.img-fluid-width {
  height: 100%;
  object-fit: cover;
}
.news.sliderNews .news-list-view article.article a.article .col-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--space-2);
}
@media (max-width: 809px) {
  .news.sliderNews .news-list-view article.article a.article .col-title {
    padding: var(--space-1);
  }
}
@media (min-width: 1380px) {
  .news.sliderNews .news-list-view article.article a.article .col-title {
    max-width: 50%;
  }
}
.news.sliderNews .news-list-view article.article a.article .col-title h3, .news.sliderNews .news-list-view article.article a.article .col-title .h3 {
  font-weight: 500;
  color: #353535;
  margin-bottom: var(--space-1);
}
.news.sliderNews .news-list-view article.article a.article .col-title p.subheader {
  writing-mode: unset;
  position: static;
  transform: unset;
  margin: 0;
  font-size: var(--font-size-3);
  font-weight: 300;
  color: #353535;
  margin-bottom: var(--space-2);
}
@media (max-width: 1379px) {
  .news.sliderNews .news-list-view article.article a.article .col-title p.subheader {
    margin-bottom: var(--space-1);
  }
}
.news.sliderNews .news-list-view article.article a.article .col-title .btn {
  margin-top: auto;
  width: fit-content;
}
@media (min-width: 1580px) {
  .news.sliderNews .news-list-view article.article a.article .col-title .btn {
    margin-bottom: var(--space-default);
  }
}
@media (max-width: 1379px) {
  .news.sliderNews .news-list-view article.article a.article {
    height: 100%;
  }
  .news.sliderNews .news-list-view article.article a.article .col-title {
    height: 100%;
  }
}
.slider-imagecard {
  overflow: visible;
  position: relative;
  z-index: 11;
}
.albumcardslider {
  overflow: visible;
}
.albumcardslider .benifitcard {
  border-radius: var(--border-radius);
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
.albumcardslider .benifitcard .gallery-header {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
}
.albumcardslider .benifitcard .gallery-header .icon-top {
  aspect-ratio: 1.3333333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.albumcardslider .benifitcard .gallery-header:after {
  background: linear-gradient(71deg, #353535 0%, rgba(53, 53, 53, 0.35) 47.82%, rgba(196, 196, 196, 0) 100%);
  bottom: 0;
  border-radius: var(--border-radius);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.albumcardslider .benifitcard .gallery-header .title__wrap {
  align-items: flex-end;
  display: flex;
  height: 88px;
}
@media (max-width: 809px) {
  .albumcardslider .benifitcard .gallery-header .title__wrap {
    display: block;
    height: auto;
  }
}
.albumcardslider .benifitcard .gallery-header h3, .albumcardslider .benifitcard .gallery-header .h3 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.albumcardslider .benifitcard .gallery-header .headline {
  font-size: var(--font-size-1);
  color: #8B8F97;
}
.albumcardslider .benifitcard .description {
  color: #FFFFFF;
  margin-top: calc(var(--space-2));
  opacity: 0;
  transition: opacity 0.5s;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.albumcardslider .benifitcard .description p {
  color: #FFFFFF;
  font-weight: 300;
}
@media (max-width: 1159px) {
  .albumcardslider .benifitcard .description p {
    font-size: var(--font-size-3);
    line-height: 1.4;
  }
}
@media (max-width: 1909px) {
  .albumcardslider .benifitcard .description {
    max-height: 180px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1579px) {
  .albumcardslider .benifitcard .description {
    max-height: 117px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1379px) {
  .albumcardslider .benifitcard .description {
    max-height: 189px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1159px) {
  .albumcardslider .benifitcard .description {
    max-height: 156px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 809px) {
  .albumcardslider .benifitcard .description {
    max-height: 88px;
    -webkit-line-clamp: 5;
    margin-top: 40px;
  }
}
.albumcardslider .swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 1159px) {
  .albumcardslider .swiper-slide-prev {
    opacity: 1;
  }
}
.albumcardslider .img-fluid {
  aspect-ratio: 1.3333333333;
  border-radius: var(--border-radius);
  filter: none;
  object-fit: cover;
  transition: filter 0.5s ease;
}
.albumcardslider .title {
  bottom: calc(var(--space-2) + 23px);
  color: #FFFFFF;
  left: 0;
  padding: 0 var(--space-2);
  position: absolute;
  right: 0;
  transform: translateY(calc(100% - var(--line-height-2)));
  transition: transform 0.5s ease;
  z-index: 3;
}
.albumcardslider .title h3, .albumcardslider .title .h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 809px) {
  .albumcardslider .title h3, .albumcardslider .title .h3 {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 1909px) {
  .albumcardslider .title {
    padding: 0 var(--space-1);
  }
}
@media (max-width: 1379px) {
  .albumcardslider .title {
    bottom: var(--space-4);
  }
}
@media (max-width: 1159px) {
  .albumcardslider .title {
    padding: 0 var(--space-2);
  }
}
@media (max-width: 809px) {
  .albumcardslider .title {
    bottom: var(--space-1);
    padding: 0 var(--space-1);
  }
}
.albumcardslider .title .btn {
  margin-top: var(--space-2);
}
@media (max-width: 1909px) {
  .albumcardslider .title .btn {
    margin-top: var(--space-1);
  }
}
@media (max-width: 1579px) {
  .albumcardslider .title .btn {
    margin-top: var(--space-1);
  }
}
#c835 .ce-bodytext p {
  color: #FFFFFF;
}
.tx-kmacontacts .contacts-item {
  margin-top: 0 !important;
  margin-bottom: var(--space-2);
}
.tx-kmacontacts .contacts-item:hover .contact-image {
  box-shadow: none;
}
.tx-kmacontacts .contacts-item .contact-entry {
  border: none;
}
.tx-kmacontacts .contacts-item .contact-entry .contact-data .sub-title, .tx-kmacontacts .contacts-item .contact-entry .contact-data .phone, .tx-kmacontacts .contacts-item .contact-entry .contact-data .email {
  font-size: var(--font-size-4);
  font-weight: 300;
}
.tx-kmacontacts .contacts-item .contact-entry .contact-data .sub-title strong, .tx-kmacontacts .contacts-item .contact-entry .contact-data .phone strong, .tx-kmacontacts .contacts-item .contact-entry .contact-data .email strong {
  font-weight: 300;
}
.tx-kmacontacts .contacts-item .contact-image {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  aspect-ratio: 1;
}
.tx-kmacontacts .contacts-item .contact-image img {
  object-fit: cover;
  aspect-ratio: 1;
  object-position: top;
}
.tx-kmacontacts .contacts-item .contact-link {
  opacity: 0;
  visibility: hidden;
}
.tx-kmacontacts .contacts-item .contact-data {
  padding: var(--space-1) 0 0;
  gap: 0;
}
.tx-kmacontacts .contacts-item .contact-data .name {
  font-size: var(--font-size-4);
  font-weight: 500;
  margin-bottom: 0;
}
.tx-kmacontacts .contacts-item .contact-data .sub-title {
  margin: 0;
}
.tx-kmacontacts .contacts-item .contact-data .phone, .tx-kmacontacts .contacts-item .contact-data .email {
  margin: 0;
}
.tx-kmacontacts .contacts-item .contact-data .phone strong, .tx-kmacontacts .contacts-item .contact-data .email strong {
  display: none;
}
.tx-kmacontacts .contacts-item.contacts-blue {
  margin-left: auto;
  margin-bottom: 0;
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry {
  max-width: 355px;
  background-color: #006AB4;
  overflow: hidden;
  color: #FFFFFF;
  border-radius: var(--border-radius);
}
@media (max-width: 1159px) {
  .tx-kmacontacts .contacts-item.contacts-blue .contact-entry {
    max-width: 100%;
  }
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-image {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  box-shadow: none;
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-image img {
  border-radius: 0;
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data {
  padding: var(--space-1);
  padding-bottom: calc(var(--space-1) - 10px);
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .name {
  color: #FFFFFF;
  font-size: var(--font-size-2);
  margin-bottom: 2px;
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .sub-title {
  margin-bottom: -2px;
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .sub-title, .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .phone, .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .email {
  font-size: var(--font-size-2);
  color: #FFFFFF;
}
.tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .sub-title a, .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .phone a, .tx-kmacontacts .contacts-item.contacts-blue .contact-entry .contact-data .email a {
  font-size: var(--font-size-2);
}
@media (max-width: 1159px) {
  .contacts-item .contact-data {
    margin: 0;
  }
}
.hide-job-details .job-description, .hide-job-details .job-info-list, .hide-job-details .jobheadline__inside, .hide-job-details button {
  display: none;
}
.hide-job-details .job-item a {
  color: #fff;
}
.show-job-details .frame-layout-35 {
  padding-top: var(--space-5);
}
.show-job-details .col-index-2 .frame-layout-0 {
  padding-top: var(--space-5);
}
@media (max-width: 1159px) {
  .show-job-details .col-index-2 .frame-layout-0 {
    padding-top: var(--space-2);
    margin-bottom: var(--space-1);
  }
}
.show-job-details .job-item {
  display: none;
}
.show-job-details .job-item .job-title {
  display: none;
}
.show-job-details .jobheadline, .show-job-details .paragraph-headline {
  display: none;
}
.job-item:last-child {
  margin-bottom: 0;
}
.job-item .job-title {
  background: #FFFFFF;
  border-radius: var(--border-radius);
  display: inline-block;
  font-size: var(--font-size-3);
  font-weight: 500;
  overflow: hidden;
  transition: all 0.3s ease;
}
.job-item .job-title a {
  color: #353535;
  display: block;
  padding: 12px 21px 6px;
  transition: all 0.3s ease;
}
.job-item .job-title:hover {
  background: #B7CC06;
}
.job-item .job-title:hover a {
  color: #FFFFFF;
}
.detailed-jobs-outer-wrapper {
  font-size: var(--font-size-3);
  margin-top: var(--space-2);
}
.detailed-jobs-outer-wrapper h2, .detailed-jobs-outer-wrapper .h2 {
  margin-bottom: var(--space-2);
}
.detailed-jobs-outer-wrapper .job-item {
  margin-bottom: calc(var(--space-1) - 9px);
}
.detailed-jobs-outer-wrapper .job-item:last-child {
  margin-bottom: 0;
}
.job-description {
  margin-bottom: var(--space-1);
  font-size: var(--font-size-default);
  font-weight: 300;
}
.job-description h2, .job-description .h2, .job-description h1, .job-description .h1, .job-description h3, .job-description .h3 {
  margin-bottom: var(--space-1);
}
.job-info-list {
  font-weight: 300;
}
.job-info-list-title {
  font-weight: 500;
  color: #000000;
  font-family: "Neo Tech Pro", sans-serif;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-3);
}
.job-info-list-description {
  line-height: var(--line-height-p);
  margin-bottom: var(--space-2);
}
.job-info-list-description h3, .job-info-list-description .h3 {
  margin-bottom: 0;
}
.job-info-list-description:nth-last-of-type(1) {
  margin-bottom: 0;
}
.job-info-list-description ul {
  margin-top: var(--space-1);
}
.show-job-details .frame-type-shortcut {
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-3);
  position: relative;
}
.show-job-details .frame-type-shortcut:after {
  background: rgba(217, 217, 217, 0.4);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}
.top-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #006ab4;
  height: 60px;
  transition: all 0.4s ease;
  z-index: 1100;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media (max-width: 1579px) {
  .top-line {
    padding-top: 3px;
  }
}
@media (max-width: 1379px) {
  .top-line {
    padding-top: 2px;
  }
}
@media (max-width: 1159px) {
  .top-line {
    top: -100px;
    display: none;
  }
}
.top-line a {
  text-decoration: none;
}
.top-line__contact {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1909px) {
  .top-line__contact {
    gap: var(--space-1);
  }
}
.top-line__contact .ce-textpic {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-line__contact .ce-textpic.ce-above .ce-gallery figure {
  margin: 0 0 5px 0;
  min-width: 16px;
}
.top-line__contact .ce-textpic .ce-bodytext {
  white-space: nowrap;
}
.top-line .nav-link {
  padding: 10px 13px 6px 13px;
  line-height: 1;
}
.top-line .nav-link:focus {
  color: #EDF5FA;
}
@media (max-width: 1579px) {
  .top-line .nav-link {
    padding: 10px calc(var(--space-1) - 10px);
  }
}
.top-line .nav-item:hover .nav-link, .top-line .nav-item.active .nav-link {
  opacity: 0.6;
  text-decoration: underline;
}
.scrolled .top-line {
  top: -60px;
}
.top-line a, .top-line p {
  color: #FFFFFF;
  font-weight: normal;
}
@media (max-width: 1909px) {
  .top-line a, .top-line p {
    font-size: var(--font-size-2);
  }
}
.top-line a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.top-line .row {
  align-items: center;
}
.top-line #c779 P {
  line-height: 100%;
}
.top-line #c779 strong {
  font-weight: normal;
}
@media (max-width: 1379px) {
  .top-line #c779 strong {
    display: none;
  }
}
.top-line #c775 .row > .ce-col:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-line #c781 .row {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--space-2);
}
.top-line #c781 .row .ce-textpic {
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-line #c781 .row .image {
  margin: 0;
}
.top-line #c781 .row .image img {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}
.top-line #c781 .row a {
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
  padding-top: 1px;
}
.top-line #c781 .ce-col {
  width: auto;
  padding: 0;
}
.top-line #c776 .nav-item:nth-child(3) {
  position: relative;
}
.top-line #c776 .nav-item:nth-child(3)::after {
  content: "Aktuell nur für Gas- und Strom Kunden";
  position: absolute;
  left: -20px;
  top: 100%;
  width: 245px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 13px;
  z-index: 1;
  font-weight: 500;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.top-line #c776 .nav-item:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  border: 5px solid transparent;
  /* Прозрачные границы */
  border-bottom: 5px solid #FFFFFF;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.top-line #c776 .nav-item:nth-child(3):hover::before, .top-line #c776 .nav-item:nth-child(3):hover::after {
  opacity: 1;
  visibility: visible;
}
.top-line #c776 .nav-item:last-child {
  padding-left: 34px;
  margin-left: var(--space-1);
  position: relative;
}
@media (max-width: 1579px) {
  .top-line #c776 .nav-item:last-child {
    padding-left: calc(var(--space-1) + 10px);
  }
}
.top-line #c776 .nav-item:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: #FFFFFF;
}
.top-line #c776 .nav-item:last-child .nav-link {
  padding-left: calc(var(--space-1) + 5px);
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 0;
}
.frame-layout-40, .frame-layout-41 {
  animation: animateGradient 15s ease infinite;
  background: linear-gradient(82deg, #DC1616 3.66%, #006AB4 96.79%);
  background-size: 200% 200%;
  color: #FFFFFF;
  padding: var(--space-4) 0;
}
@media (max-width: 809px) {
  .frame-layout-40, .frame-layout-41 {
    padding: var(--space-3) 0;
  }
}
.frame-layout-40 .headline h2, .frame-layout-40 .headline .h2, .frame-layout-41 .headline h2, .frame-layout-41 .headline .h2 {
  color: #fff !important;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: var(--font-size-bigger) !important;
  font-weight: 900;
  margin-bottom: calc(var(--space-2) - 10px) !important;
  max-width: 100%;
  line-height: 1 !important;
}
@media (max-width: 809px) {
  .frame-layout-40 .headline h2, .frame-layout-40 .headline .h2, .frame-layout-41 .headline h2, .frame-layout-41 .headline .h2 {
    margin-bottom: calc(var(--space-2) - 20px) !important;
  }
}
.frame-layout-40 header.headline.has-subheader h2 span.subheader, .frame-layout-40 header.headline.has-subheader .h2 span.subheader, .frame-layout-41 header.headline.has-subheader h2 span.subheader, .frame-layout-41 header.headline.has-subheader .h2 span.subheader {
  color: #fff;
  opacity: 1;
}
.frame-layout-40 .btn-secondary, .frame-layout-41 .btn-secondary {
  margin-top: calc(var(--space-1));
}
.frame-layout-40 p, .frame-layout-41 p {
  color: #fff;
}
.frame-layout-41 {
  animation: animateGradient 15s ease infinite;
  background: linear-gradient(82deg, #CC9506 3.66%, #006AB4 96.79%);
}
@media (max-width: 809px) {
  .frame-layout-41 {
    padding-bottom: var(--space-6);
  }
}
@media (max-width: 809px) {
  .frame-layout-41 .ce-col .frame {
    position: static;
  }
  .frame-layout-41 .ce-col .frame p {
    margin-bottom: 0;
  }
  .frame-layout-41 .ce-col .frame p:has(.btn-primary) {
    position: absolute;
    bottom: var(--space-3);
  }
}
@keyframes animateGradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cart-list .summe {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  align-items: end;
  margin-top: var(--space-2);
  padding-bottom: var(--space-2);
  border-bottom: 5px solid #F0F0F0;
}
.cart-list .summe__inside {
  background: #EDF5FA;
  padding: var(--space-2);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 809px) {
  .cart-list .summe__inside {
    width: 100%;
    padding: var(--space-1);
  }
}
.cart-list .summe__inside-item {
  display: flex;
  gap: var(--space-1);
  font-weight: 500;
  font-size: var(--font-size-h4);
}
@media (max-width: 809px) {
  .cart-list .summe__inside-item {
    font-size: var(--font-size-3);
  }
}
.cart-list .summe__inside-item-label {
  text-align: right;
  min-width: 340px;
}
@media (max-width: 1159px) {
  .cart-list .summe__inside-item-label {
    min-width: 220px;
  }
}
@media (max-width: 809px) {
  .cart-list .summe__inside-item-label {
    min-width: 60%;
  }
}
.cart-list .summe__inside-item-value {
  text-align: right;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 809px) {
  .cart-list .summe__inside-item-value {
    width: 40%;
  }
}
.cart-list .summe__inside-item.important {
  color: #006AB4;
  font-weight: 700;
  font-family: "Neo Tech Pro", sans-serif;
}
.cart-list .summe__inside-item.gray {
  color: #999;
}
.cart-product-item {
  display: flex;
  gap: var(--space-1);
  margin-bottom: var(--space-1);
  padding-bottom: var(--space-1);
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}
@media (max-width: 1159px) {
  .cart-product-item {
    flex-direction: column;
  }
}
.cart-product-item .delete {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1159px) {
  .cart-product-item .delete {
    opacity: 1;
    pointer-events: all;
  }
}
.cart-product-item:hover .delete {
  opacity: 1;
  pointer-events: all;
}
.cart-product-image {
  width: 112px;
  height: 112px;
  min-width: 112px;
  border: 1px solid #F0F0F0;
}
@media (max-width: 809px) {
  .cart-product-image {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
.cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-product-info {
  width: 100%;
}
.cart-product-info-top {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.cart-product-info p {
  margin-bottom: 0px;
}
.cart-product-info .title {
  display: flex;
  flex-direction: column;
}
.cart-product-info .title .article-number {
  font-size: calc(var(--font-size-1) - 2px);
  font-weight: 300;
}
.cart-product-info .description p {
  font-size: var(--font-size-2);
  font-weight: 300;
}
.cart-product-interaction {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: var(--space-1);
}
@media (max-width: 1159px) {
  .cart-product-interaction {
    position: absolute;
    top: 0;
    right: 0;
    gap: 10px;
  }
}
.cart-product-interaction .amount {
  display: flex;
  min-width: 147px;
  max-width: 150px;
}
@media (max-width: 1159px) {
  .cart-product-interaction .amount {
    min-width: 110px;
    max-width: 120px;
  }
}
.cart-product-interaction .amount input {
  width: 100%;
  border-radius: 0;
  border: 0;
  background: #F7F8FA;
  outline: none;
  text-align: center;
}
.cart-product-interaction .amount button {
  background: #006AB4;
  color: #FFFFFF;
  outline: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-width: 36px;
}
.cart-product-interaction .amount input, .cart-product-interaction .amount button {
  height: 52px;
}
@media (max-width: 1159px) {
  .cart-product-interaction .amount input, .cart-product-interaction .amount button {
    height: 42px;
  }
}
.cart-product-interaction .attributes {
  text-align: right;
}
.cart-product-interaction .attributes > * {
  display: none;
}
.cart-product-interaction .attributes .attribute-Preis {
  display: block;
  font-size: var(--font-size-h4);
  font-weight: 500;
}
.cart-product-interaction .attributes .attribute-Preis .label {
  display: none;
}
.cart-product-interaction .attributes .attribute-MwSt {
  display: block;
  font-size: calc(var(--font-size-1) - 2px);
}
.cart-product-interaction .attributes .attribute-MwSt .label {
  display: none;
}
tariff-calculator, iframe.tariff-calculator {
  display: block;
  width: 100%;
}
.tx-kesearch-pi1 {
  font-family: "Helvetica Neue LT Std", sans-serif;
}
.tx-kesearch-pi1 .kesearch_searchbox {
  display: flex;
  border-radius: 14px;
  border: 1px solid #C7CBD2 !important;
  padding: 4px;
}
.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
  margin: 0;
  height: auto;
  width: 100%;
}
@media (max-width: 1159px) {
  .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
    overflow: hidden;
  }
}
.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword {
  position: static;
  display: flex;
  max-height: 55px;
  margin: 0;
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-right: unset;
  border: 0;
  border-radius: var(--border-radius);
}
.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:hover, .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:focus, .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:active, .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:focus-visible {
  outline: none;
  box-shadow: none;
}
@media (max-width: 809px) {
  .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword {
    height: 100%;
    max-width: 100%;
    padding: 10px 10px 10px 15px;
  }
}
.tx-kesearch-pi1 .kesearch_searchbox .resetbutt {
  display: none;
}
.tx-kesearch-pi1 .kesearch_searchbox .submitbutt > input {
  margin: 0;
  height: 100%;
  max-height: 55px;
  margin-left: -1px;
  border: 0;
  background-color: #006AB4;
  color: #FFFFFF;
  border-radius: var(--border-radius);
}
@media (max-width: 1159px) {
  .tx-kesearch-pi1 .kesearch_searchbox .submitbutt > input {
    max-width: inherit;
    min-width: inherit;
  }
}
.tx-kesearch-pi1 .kesearch_searchbox .submitbutt > input:hover {
  background-color: #002e4e;
}
.tx-kesearch-pi1 .kesearch_searchbox .submitbutt svg {
  display: none;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item span.hit {
  color: #000000;
  font-weight: 500;
}
.tx-kesearch-pi1 #kesearch_num_results {
  margin-bottom: var(--space-2);
  font-size: var(--font-size-h3);
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page {
  background: #fff;
  padding: var(--space-1);
  box-shadow: 0px 0px 15px 0px rgba(53, 53, 53, 0.2);
  margin-bottom: var(--space-2);
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page:hover {
  background: #F7F8FA;
  box-shadow: none;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page .result-title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page .result-number {
  display: none;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page .teaser_icon {
  display: none;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-1);
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li {
  padding: 0;
}
@media (max-width: 809px) {
  .tx-kesearch-pi1 #kesearch_pagebrowser_top ul li, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li {
    display: none;
  }
  .tx-kesearch-pi1 #kesearch_pagebrowser_top ul li.xs-style, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li.xs-style {
    display: inline-flex;
  }
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li::before, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li::before {
  display: none;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a {
  position: relative;
  transition: background-color 0.4s ease;
  background-color: #B7CC06;
  color: #FFFFFF;
  border-radius: var(--border-radius);
  font-family: "Helvetica Neue LT Std", sans-serif;
  padding: 6px calc(var(--space-1) / 2) 0px;
  font-size: var(--font-size-btn);
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: var(--icon-backtop-size);
  height: var(--icon-backtop-size);
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a:hover, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a:hover {
  background-color: #a8ba07;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a.prev, .tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a.next, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a.prev, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a.next {
  width: var(--icon-backtop-size);
  height: var(--icon-backtop-size);
  padding: 11px var(--space-1) 5px;
  font-size: 0;
  background: #b7cc06 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15L12 9L6 15' stroke='white' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
}
@media (max-width: 809px) {
  .tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a.prev, .tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a.next, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a.prev, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a.next {
    display: none;
  }
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a.prev, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a.prev {
  transform: rotate(-90deg);
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a.next, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a.next {
  transform: rotate(90deg);
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top ul li a.current, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom ul li a.current {
  background-color: #006AB4;
  cursor: default;
}
:root {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-ring-offset-shadow: 0 0 #0000;
}
.aupris-loading {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 390px;
  background: #FFFFFF;
  border-radius: var(--border-radius);
  z-index: 2;
}
@media (max-width: 1159px) {
  .aupris-loading {
    min-height: 290px;
  }
}
.aupris-loading svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}
.cdk-overlay-container .cdk-overlay-pane .mat-autocomplete-panel mat-option {
  font-size: var(--font-size-1) !important;
  height: auto !important;
  padding: 5px 10px;
}
body #content div.aupris_main .rechCheckbox {
  display: inline-block !important;
}
body #content div.aupris_main .rechCheckbox + h4, body #content div.aupris_main .rechCheckbox + .h4 {
  margin-left: 10px !important;
}
aupris-kleiner-preisrechner-1 {
  height: 100%;
  background: #FFFFFF;
  display: block;
  border-radius: 0 1rem 1rem 1rem;
  min-height: 400px;
}
@media (max-width: 1159px) {
  aupris-kleiner-preisrechner-1 {
    min-height: 300px;
  }
}
aupris-kleiner-preisrechner-1 div.aupris_main {
  position: relative;
  max-width: 100% !important;
  transition: all 0.4s ease;
  opacity: 0;
  animation: opacityIn 0.4s ease 2.8s forwards;
  z-index: 22;
}
aupris-kleiner-preisrechner-1 div.aupris_main .alert-danger {
  position: absolute;
  padding: 5px 10px;
  font-size: 14px;
  color: #FFFFFF;
  background: #d84845;
  line-height: 100%;
  margin-top: 10px !important;
  display: flex;
  align-items: center;
  z-index: 11;
}
aupris-kleiner-preisrechner-1 div.aupris_main .alert-danger::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #d84845;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 2;
}
aupris-kleiner-preisrechner-1 div.aupris_main .panel {
  border-radius: 1rem;
  box-shadow: none;
  border: 0 !important;
  margin-bottom: 0 !important;
}
aupris-kleiner-preisrechner-1 div.aupris_main .au-container-fluid .panel-default > .panel-heading {
  background-color: transparent;
  text-align: left !important;
  border: 0;
  padding: var(--space-1) var(--space-1) 0 var(--space-1);
}
aupris-kleiner-preisrechner-1 div.aupris_main .au-container-fluid .panel-default > .panel-heading strong {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "Neo Tech Pro", sans-serif;
}
@media (min-width: 1580px) {
  aupris-kleiner-preisrechner-1 div.aupris_main .au-container-fluid .panel-default > .panel-heading strong {
    padding-bottom: 18px;
    display: block;
  }
}
@media (max-width: 1579px) {
  aupris-kleiner-preisrechner-1 div.aupris_main .au-container-fluid .panel-default > .panel-heading strong {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
aupris-kleiner-preisrechner-1 div.aupris_main .form-horizontal .auform-group {
  margin: 0 !important;
}
aupris-kleiner-preisrechner-1 div.aupris_main .form-horizontal .auform-group:before, aupris-kleiner-preisrechner-1 div.aupris_main .form-horizontal .auform-group::after {
  content: none;
}
aupris-kleiner-preisrechner-1 div.aupris_main .panel-body {
  padding: var(--space-1);
  padding-top: var(--space-1);
}
aupris-kleiner-preisrechner-1 div.aupris_main .au-btn {
  font-family: "Roboto", sans-serif;
  border-radius: 120px;
  font-size: var(--font-size-1);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  opacity: 1 !important;
}
aupris-kleiner-preisrechner-1 div.aupris_main .au-btn:disabled {
  color: #313131 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  background-color: #f2f2f2 !important;
}
aupris-kleiner-preisrechner-1 div.aupris_main label {
  font-size: var(--font-size-1);
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: 400;
}
aupris-kleiner-preisrechner-1 div.aupris_main .auform-control {
  height: 32px;
  font-size: var(--font-size-1);
  border-radius: 99px;
  border: 1px solid #313131;
}
aupris-kleiner-preisrechner-1 div.aupris_main .auform-control:focus, aupris-kleiner-preisrechner-1 div.aupris_main .auform-control:active {
  border: 1px solid #313131;
  outline: 1px solid #313131;
  box-shadow: none;
}
aupris-kleiner-preisrechner-1 div.aupris_main select.auform-control:not([size]):not([multiple]) {
  height: 52px;
}
@media (max-width: 1379px) {
  aupris-kleiner-preisrechner-1 div.aupris_main select.auform-control:not([size]):not([multiple]) {
    height: 48px;
  }
}
aupris-kleiner-preisrechner-1 div.aupris_main .animate-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: var(--space-1) !important;
}
@media (max-width: 1379px) {
  aupris-kleiner-preisrechner-1 div.aupris_main .animate-bottom {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
@keyframes opacityIn {
  100% {
    opacity: 1;
  }
}
aupris-bestell-preisrechner {
  background: #FFFFFF;
  display: block;
  border-radius: var(--border-radius);
  min-height: 670px;
}
aupris-bestell-preisrechner loader {
  display: none !important;
}
aupris-bestell-preisrechner div.aupris_main {
  position: relative;
  z-index: 11;
  font-size: var(--font-size-default) !important;
  line-height: 150% !important;
}
aupris-bestell-preisrechner div.aupris_main .addrCard .aurow {
  display: flex;
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main .mainlie2:first-child .delivery {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main .mainlie2:first-child .delivery .mainaddress, aupris-bestell-preisrechner div.aupris_main .mainlie2:first-child .delivery .mainaddress.pb15, aupris-bestell-preisrechner div.aupris_main .mainlie2:first-child .delivery .biladress {
    width: 100% !important;
  }
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main .mainlie2 .delivery {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main .mainlie2 .delivery .mainaddress, aupris-bestell-preisrechner div.aupris_main .mainlie2 .delivery .biladress {
    width: 100% !important;
  }
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main .headerRow {
    display: flex;
    flex-wrap: wrap;
  }
  aupris-bestell-preisrechner div.aupris_main .headerRow .proColumn {
    width: 50% !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .alert-danger {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #FFFFFF;
  background: #d84845;
  height: 31px;
  line-height: 100%;
  margin-top: 10px !important;
  display: flex;
  align-items: center;
}
aupris-bestell-preisrechner div.aupris_main .alert-danger::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #d84845;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 2;
}
aupris-bestell-preisrechner div.aupris_main h4, aupris-bestell-preisrechner div.aupris_main .h4 {
  font-size: var(--font-size-h4);
}
aupris-bestell-preisrechner div.aupris_main h6, aupris-bestell-preisrechner div.aupris_main .h6 {
  font-size: var(--font-size-default);
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main h6, aupris-bestell-preisrechner div.aupris_main .h6 {
    font-size: 14px;
  }
}
aupris-bestell-preisrechner div.aupris_main h5.h19, aupris-bestell-preisrechner div.aupris_main .h19.h5 {
  font-size: var(--font-size-h3);
  height: auto !important;
}
aupris-bestell-preisrechner div.aupris_main .addrCard h4, aupris-bestell-preisrechner div.aupris_main .addrCard .h4 {
  margin-bottom: var(--space-2);
  margin-top: 16px;
}
@media (max-width: 1159px) {
  aupris-bestell-preisrechner div.aupris_main .addrCard h4, aupris-bestell-preisrechner div.aupris_main .addrCard .h4 {
    margin-bottom: var(--space-1);
  }
}
aupris-bestell-preisrechner div.aupris_main .addrCard .mt17, aupris-bestell-preisrechner div.aupris_main .addrCard .mt12 {
  margin-top: var(--space-1) !important;
}
aupris-bestell-preisrechner div.aupris_main .addrCard .aurow::after, aupris-bestell-preisrechner div.aupris_main .addrCard .aurow::before {
  content: none;
}
@media (max-width: 1159px) {
  aupris-bestell-preisrechner div.aupris_main .addrCard .aurow {
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
    margin: 0;
  }
  aupris-bestell-preisrechner div.aupris_main .addrCard .aurow > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
aupris-bestell-preisrechner div.aupris_main .addrCard > div {
  position: relative;
}
aupris-bestell-preisrechner div.aupris_main .addrCard > div h4, aupris-bestell-preisrechner div.aupris_main .addrCard > div .h4 {
  margin-left: calc(28px + var(--space-1)) !important;
}
aupris-bestell-preisrechner div.aupris_main .addrCard > div input[type="checkbox"] {
  top: 4px;
  opacity: 0;
  width: 28px !important;
  height: 28px !important;
  margin-top: 0 !important;
}
aupris-bestell-preisrechner div.aupris_main .addrCard > div input[type="checkbox"] ~ h4::before, aupris-bestell-preisrechner div.aupris_main .addrCard > div input[type="checkbox"] ~ .h4::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #EDF5FA;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  pointer-events: none;
}
aupris-bestell-preisrechner div.aupris_main .addrCard > div input[type="checkbox"]:checked ~ h4::after, aupris-bestell-preisrechner div.aupris_main .addrCard > div input[type="checkbox"]:checked ~ .h4::after {
  content: "";
  height: 10px;
  width: 16px;
  border-bottom: 3px solid;
  border-left: 3px solid;
  top: 16px;
  left: 6px;
  border-color: #FFFFFF;
  display: block;
  position: absolute;
  transform: rotate(-40deg);
  pointer-events: none;
}
aupris-bestell-preisrechner div.aupris_main .addrCard > div input[type="checkbox"]:checked ~ h4::before, aupris-bestell-preisrechner div.aupris_main .addrCard > div input[type="checkbox"]:checked ~ .h4::before {
  background: #006AB4;
}
aupris-bestell-preisrechner div.aupris_main .aupLabel {
  margin-top: -17px !important;
  height: 19px !important;
  font-size: 16px;
}
@media (max-width: 1379px) {
  aupris-bestell-preisrechner div.aupris_main .aupLabel {
    margin-top: -11px !important;
    height: 12px !important;
    font-size: 12px;
  }
}
aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) input {
  top: 0;
  opacity: 0;
  width: 28px !important;
  height: 28px !important;
  margin-top: 0 !important;
  z-index: 11;
}
aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) input ~ span::before {
  content: "";
  min-width: 28px;
  height: 28px;
  background: #EDF5FA;
  display: inline-block;
  pointer-events: none;
  vertical-align: middle;
  margin-right: var(--space-1);
}
aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) input:checked ~ span::after {
  content: "";
  height: 10px;
  width: 16px;
  border-bottom: 3px solid;
  border-left: 3px solid;
  top: 12px;
  left: 6px;
  border-color: #FFFFFF;
  display: block;
  position: absolute;
  transform: rotate(-40deg);
  pointer-events: none;
}
@media (max-width: 1579px) {
  aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) input:checked ~ span::after {
    top: 10px;
  }
}
@media (max-width: 1379px) {
  aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) input:checked ~ span::after {
    top: 8px;
  }
}
aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) input:checked ~ span::before {
  background: #006AB4;
}
aupris-bestell-preisrechner div.aupris_main span:has(.form-check-input) .alignPdf {
  margin-left: 0 !important;
  align-items: center;
  gap: var(--space-1);
}
aupris-bestell-preisrechner div.aupris_main .panel .checkbox-inline1 .colors {
  color: #006AB4 !important;
}
aupris-bestell-preisrechner div.aupris_main .panel .checkbox-inline1 span[style="color: red;"], aupris-bestell-preisrechner div.aupris_main .panel .checkbox-inline1 span[style="color: red"] {
  color: #d84845 !important;
}
aupris-bestell-preisrechner div.aupris_main .panel .checkbox-inline1 span.alignPdf {
  left: 1px;
}
aupris-bestell-preisrechner div.aupris_main .panel .mfont14 {
  font-size: var(--font-size-2) !important;
}
@media (max-width: 1159px) {
  aupris-bestell-preisrechner div.aupris_main .panel .gutschein-input {
    display: block !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .panel .gutschein-input .gutline {
  min-width: 144px !important;
  margin: 0 !important;
}
@media (max-width: 1379px) {
  aupris-bestell-preisrechner div.aupris_main .panel .gutschein-input .gutline {
    min-width: 80px !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .panel .gutschein-input .input-container {
  margin-bottom: 0 !important;
}
aupris-bestell-preisrechner div.aupris_main .panel .gutschein-input .input-container input {
  width: 80% !important;
}
@media (max-width: 1159px) {
  aupris-bestell-preisrechner div.aupris_main .panel .gutschein-input .input-container input {
    position: static !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .panel .gutschein-input .reloadgut {
  padding: 11px 0 !important;
  right: 22% !important;
}
aupris-bestell-preisrechner div.aupris_main .card .card-header {
  margin-top: 0 !important;
  background-color: transparent !important;
  color: #000000 !important;
}
aupris-bestell-preisrechner div.aupris_main .card .card-header .mfont12 {
  font-size: var(--font-size-h4) !important;
}
aupris-bestell-preisrechner div.aupris_main .card .card-body {
  padding: var(--space-2) !important;
}
@media (max-width: 1379px) {
  aupris-bestell-preisrechner div.aupris_main .card .card-body {
    padding: var(--space-1) !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .card .card-body > div {
  margin: 0;
}
aupris-bestell-preisrechner div.aupris_main .card .card-body > div .aurow {
  margin: 0;
}
aupris-bestell-preisrechner div.aupris_main .card .card-body span {
  font-size: var(--font-size-2);
  line-height: 160% !important;
}
aupris-bestell-preisrechner div.aupris_main .headerclass {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  font-size: var(--font-size-h3) !important;
  margin: var(--space-1) 0 !important;
}
@media (max-width: 768px) {
  aupris-bestell-preisrechner div.aupris_main .headerclass {
    margin: var(--space-1) 10px !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .au-glyphicon-star {
  height: 26px;
  width: 26px;
}
aupris-bestell-preisrechner div.aupris_main .au-glyphicon-star svg {
  height: 21px;
}
aupris-bestell-preisrechner div.aupris_main .proColumn .card svg {
  height: 35px;
  width: 25px;
}
@media (max-width: 1379px) {
  aupris-bestell-preisrechner div.aupris_main .proColumn .card svg {
    height: 31px;
    width: 20px;
  }
}
@media (max-width: 1159px) {
  aupris-bestell-preisrechner div.aupris_main .proColumn .card svg {
    height: 23px;
    width: 16px;
  }
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main .proColumn .card svg {
    height: 12px;
    width: 16px;
  }
}
@media (max-width: 809px) {
  aupris-bestell-preisrechner div.aupris_main .proColumn .card h6, aupris-bestell-preisrechner div.aupris_main .proColumn .card .h6 {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  aupris-bestell-preisrechner div.aupris_main .proColumn .card h6, aupris-bestell-preisrechner div.aupris_main .proColumn .card .h6 {
    font-size: 12px !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .au-btn, aupris-bestell-preisrechner div.aupris_main .nxtBtn, aupris-bestell-preisrechner div.aupris_main .cnlBtn {
  padding: calc(var(--space-1) - 10px) calc(var(--space-1) - 5px) !important;
  padding-bottom: calc(var(--space-1) - 14px) !important;
  font-size: var(--font-size-3) !important;
  font-family: "Helvetica Neue LT Std", sans-serif;
}
aupris-bestell-preisrechner div.aupris_main .panel-body-aupris > .aurow {
  flex-direction: row-reverse;
}
aupris-bestell-preisrechner div.aupris_main .panel-body-aupris > .aurow .aucol-md-4.select {
  width: 60px;
}
@media (max-width: 768px) {
  aupris-bestell-preisrechner div.aupris_main .panel-body-aupris > .aurow .aucol-md-4.select {
    width: 60px;
    position: absolute !important;
    margin-top: 0 !important;
    border: 0 !important;
    top: 0;
    height: 100%;
  }
  aupris-bestell-preisrechner div.aupris_main .panel-body-aupris > .aurow .aucol-md-4.select .content2Rate {
    height: 100% !important;
  }
  aupris-bestell-preisrechner div.aupris_main .panel-body-aupris > .aurow .aucol-md-4.select .content2Rate .checkbox-label {
    margin-left: 0 !important;
  }
}
aupris-bestell-preisrechner div.aupris_main .panel-body-aupris > .aurow > div:first-child {
  width: calc(100% - 60px) !important;
}
aupris-bestell-preisrechner div.aupris_main .panel-body-aupris > .aurow .auprisfont14 {
  font-size: var(--font-size-1) !important;
}
aupris-bestell-preisrechner div.aupris_main .content2Rate {
  background: #EDF5FA !important;
  border-left: 1px solid #F0F0F0;
}
aupris-bestell-preisrechner div.aupris_main .content2Rate > span {
  color: #000000 !important;
  display: none;
}
aupris-bestell-preisrechner div.aupris_main .content2Rate:has(.checked) {
  background: #EDF5FA !important;
}
aupris-bestell-preisrechner div.aupris_main .checkbox-label {
  min-width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
}
aupris-bestell-preisrechner div.aupris_main .checkbox-label.checked .checkbox-tick {
  height: 10px;
  width: 16px;
  border-bottom: 3px solid;
  border-left: 3px solid;
  top: 7px;
  left: 6px;
  border-color: #FFFFFF !important;
}
aupris-bestell-preisrechner div.aupris_main .checkbox-label.checked input[type=checkbox] + .checkbox-bg {
  background: #006AB4 !important;
}
aupris-bestell-preisrechner div.aupris_main .auform-control, aupris-bestell-preisrechner div.aupris_main .aupInput {
  height: 52px !important;
  font-size: var(--font-size-3) !important;
}
@media (max-width: 1379px) {
  aupris-bestell-preisrechner div.aupris_main .auform-control, aupris-bestell-preisrechner div.aupris_main .aupInput {
    height: 48px !important;
  }
}
aupris-bestell-preisrechner div.aupris_main select.auform-control:not([size]):not([multiple]) {
  height: 52px;
}
@media (max-width: 1379px) {
  aupris-bestell-preisrechner div.aupris_main select.auform-control:not([size]):not([multiple]) {
    height: 48px;
  }
}
/*
$color-variable-1: #fff000;
$color-var-linear-1: #fff000;
$color-var-linear-2: #fff000;
$color-var-linear-2_: #fff000;
$color-var-linear-btn: #fff000;
*/
.main-elektrotechnik .frame-layout-105 .frame .headline, .main-strom-1 .frame-layout-105 .frame .headline, .main-gas-1 .frame-layout-105 .frame .headline, .main-photovoltaik-1 .frame-layout-105 .frame .headline {
  background: #50009F;
}
.main-elektrotechnik .styled-list li:after, .main-strom-1 .styled-list li:after, .main-gas-1 .styled-list li:after, .main-photovoltaik-1 .styled-list li:after {
  background: #50009F;
}
.main-elektrotechnik .top-line, .main-strom-1 .top-line, .main-gas-1 .top-line, .main-photovoltaik-1 .top-line {
  background: #50009F;
}
.main-elektrotechnik .frame.frame-layout-35 .headline h2, .main-elektrotechnik .frame.frame-layout-35 .headline .h2, .main-strom-1 .frame.frame-layout-35 .headline h2, .main-strom-1 .frame.frame-layout-35 .headline .h2, .main-gas-1 .frame.frame-layout-35 .headline h2, .main-gas-1 .frame.frame-layout-35 .headline .h2, .main-photovoltaik-1 .frame.frame-layout-35 .headline h2, .main-photovoltaik-1 .frame.frame-layout-35 .headline .h2 {
  color: #50009F !important;
}
.main-elektrotechnik #footer .footer-left, .main-strom-1 #footer .footer-left, .main-gas-1 #footer .footer-left, .main-photovoltaik-1 #footer .footer-left {
  background-color: #50009F;
}
.main-elektrotechnik #footer .footer-left #c736, .main-strom-1 #footer .footer-left #c736, .main-gas-1 #footer .footer-left #c736, .main-photovoltaik-1 #footer .footer-left #c736 {
  background-color: #D9D9D9;
}
.main-elektrotechnik #footer .footer-right, .main-strom-1 #footer .footer-right, .main-gas-1 #footer .footer-right, .main-photovoltaik-1 #footer .footer-right {
  background-color: inherit;
}
.main-elektrotechnik #footer .footer-right ul li a, .main-strom-1 #footer .footer-right ul li a, .main-gas-1 #footer .footer-right ul li a, .main-photovoltaik-1 #footer .footer-right ul li a {
  color: #000 !important;
}
.main-elektrotechnik .frame.frame-type-kmaslider_slider, .main-strom-1 .frame.frame-type-kmaslider_slider, .main-gas-1 .frame.frame-type-kmaslider_slider, .main-photovoltaik-1 .frame.frame-type-kmaslider_slider {
  background: #50009F;
}
.main-elektrotechnik .gallery .headerpicture-text-overlay, .main-strom-1 .gallery .headerpicture-text-overlay, .main-gas-1 .gallery .headerpicture-text-overlay, .main-photovoltaik-1 .gallery .headerpicture-text-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(80, 80, 80, 0) 30%, #50009F 130%);
}
.main-elektrotechnik .frame-type-list .contact-entry, .main-strom-1 .frame-type-list .contact-entry, .main-gas-1 .frame-type-list .contact-entry, .main-photovoltaik-1 .frame-type-list .contact-entry {
  background-color: #50009F !important;
}
.main-elektrotechnik .full-aside-slider .swiper-slide:after, .main-strom-1 .full-aside-slider .swiper-slide:after, .main-gas-1 .full-aside-slider .swiper-slide:after, .main-photovoltaik-1 .full-aside-slider .swiper-slide:after {
  background: linear-gradient(135deg, #50009F 30%, #006AB4 100%);
  opacity: 0.8;
}
.main-elektrotechnik .full-aside-slider .swiper-slide .for-responsive:after, .main-strom-1 .full-aside-slider .swiper-slide .for-responsive:after, .main-gas-1 .full-aside-slider .swiper-slide .for-responsive:after, .main-photovoltaik-1 .full-aside-slider .swiper-slide .for-responsive:after {
  background: #50009F;
}
.main-elektrotechnik .full-aside-slider .swiper-slide .btn, .main-strom-1 .full-aside-slider .swiper-slide .btn, .main-gas-1 .full-aside-slider .swiper-slide .btn, .main-photovoltaik-1 .full-aside-slider .swiper-slide .btn {
  background: #B7CC06;
}
.main-elektrotechnik .frame-layout-41, .main-strom-1 .frame-layout-41, .main-gas-1 .frame-layout-41, .main-photovoltaik-1 .frame-layout-41 {
  background: linear-gradient(82deg, #50009F 3.66%, #006AB4 96.79%);
}
.logobar-container {
  width: 100%;
  overflow: hidden;
  padding: var(--space-1) 0;
  background: #EDF5FA;
  pointer-events: none;
  margin-top: calc(-1 * var(--space-3));
}
@media (min-width: 1380px) {
  .logobar-container {
    margin-top: calc(-1 * var(--space-4));
  }
}
.logobar-container .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logobar-container .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
}
.logobar-container .swiper-slide img {
  height: 40px;
  width: 150px;
  object-fit: contain;
}
.main-elektrotechnik .breadcrumb-wrapper #breadcrumb {
  z-index: -1;
}
#google-ratings-plugin {
  background: rgba(217, 217, 217, 0.2);
  padding: 30px 30px 20px 30px;
}
#review-box {
  font-family: system-ui, sans-serif;
  min-height: 204px;
}
@media (max-width: 1379px) {
  #review-box {
    min-height: unset;
  }
}
.review-header {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
  position: relative;
}
.review-header h4, .review-header .h4 {
  margin-bottom: 0;
}
.review-rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -7px;
}
.review-rate span {
  font-size: var(--font-size-h4);
  font-weight: 600;
}
@media (min-width: 1160px) {
  .review-rate {
    gap: 5px;
  }
}
.review-header img {
  width: 55px;
  height: 55px;
}
@media (max-width: 1159px) {
  .review-header img {
    width: 35px;
    height: 35px;
  }
}
.review-rate .rate {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1159px) {
  .review-rate .rate {
    font-size: 14px;
  }
}
.review-rate .rate .stars {
  margin-right: 15px;
  margin-bottom: 7px;
}
@media (max-width: 1159px) {
  .review-rate .rate .stars {
    margin-bottom: 3px;
  }
}
.review-rate .rate .stars svg {
  width: 17px;
  height: 17px;
}
.review-rate .rate span {
  display: inline-flex;
}
.review .text {
  font-size: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.review.active .text.show {
  display: block;
}
.review .author {
  font-size: var(--font-size-2);
  font-weight: bold;
  color: var(--bs-gray-dark);
  padding-right: 90px;
}
.more-link, #review-button {
  display: inline-block;
  color: var(--bs-gray-500) !important;
  text-decoration: none;
  font-size: 14px;
}
.review-footer {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid var(--bs-gray-300);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.review-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  position: absolute;
  right: 0;
  top: 100%;
}
.review-navigation button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 22px;
  height: 22px;
}
@media (max-width: 1159px) {
  .review-navigation button {
    width: 20px;
    height: 20px;
  }
}
.review-navigation #prev-review {
  background-image: var(--arrow-left);
}
.review-navigation #next-review {
  background-image: var(--arrow-right);
}
.review-navigation button:hover {
  opacity: 0.8;
}
#review-box {
  overflow: hidden;
}
.review {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.review.fade-in {
  opacity: 1;
}
.review.fade-out {
  opacity: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2F(stdin)%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FConfig%2F_vars.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_root.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_reboot.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fvendor%2F_rfs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_type.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_images.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_containers.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_breakpoints.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_tables.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_table-variants.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_labels.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-text.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-control.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_transition.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-select.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-check.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-range.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_floating-labels.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_input-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_transitions.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_dropdown.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_caret.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_button-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_nav.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_navbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_card.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_accordion.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_breadcrumb.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_badge.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_progress.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_close.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_toasts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_modal.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_tooltip.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_popover.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_carousel.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_clearfix.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_spinners.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_offcanvas.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_colored-links.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_ratio.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_position.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_visually-hidden.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_stretched-link.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_text-truncation.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_utilities.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Futilities%2F_api.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FConfig%2F_cssvars.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FConfig%2F_functions.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_typographie.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_responsive.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_slick.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_textmedia.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_frames.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_layouts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_layouts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_navigation.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_navigation-mobile.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_breadcrumb.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_header.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_main.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_footer.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_patches.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_swiper.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_container.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_jquery.fancybox.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_teaser.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_gallery.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_modal.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_faq.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_appear-effects.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmacookies.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_sidebar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_mask.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_news.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaproducts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmacontacts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmadownloads.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmavideo.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_jobs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_form.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_indexsearch.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmawiki.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaportletteaser.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaticker.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmacounter.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaaddress.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaicons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaprogressslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_masonrygallery.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_parallaxmedia.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_historyslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_gallery-headerslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_product-slider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_full-aside-slider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_slidernews.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_imagecard.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_albumcardslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_contacts-col.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_detailedJobs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_top-line.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_animation-gradient.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_product-cart.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_get-ag.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_searchplugin.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_aupris.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_color-mode.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_logo-bar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_google-rating.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqEA%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACeA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAC0CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrCJ%3BAAAA%3BAAAA%3BACqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhCJ%3BAAAA%3BAAAA%3BACgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3BJ%3BAAAA%3BAAAA%3BAC2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtBJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7WI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsXF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAHzhBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8iBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAE9kBA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9EJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAC7FF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAChCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAEdJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACxHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BACtHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BIE%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE7IJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADIJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsEJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyFJ%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAEjNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiBF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2CF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACtFJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIEJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACpDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAA5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8DE%3BAAAA%3BAAAA%3BAAAA%3BAA9DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAA7FF%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAtHA%3BAAAA%3BAAAA%3BAAmIE%3BAAAA%3BAAAA%3BAAhHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAA5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8DE%3BAAAA%3BAAAA%3BAAAA%3BAA9DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAA7FF%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAtHA%3BAAAA%3BAAAA%3BAAmIE%3BAAAA%3BAAAA%3BACrIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOCJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE5GA%3BAAAA%3BAAAA%3BAToBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASjBJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUnBN%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAD1CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAD2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BADqCA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BADsDA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAE3OF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACjIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaEJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACvHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdnGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4GJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAtBxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAA3BJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BACvSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAvBlGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB2GA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACzMV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBuBJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BACjHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvCA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdN%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdN%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACbR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BACrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BACFA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBAM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBYN%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBV%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACnJF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACVN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BACxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BA5BdI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BkBJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BApCpFE%3BAoC4FF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BApC7GE%3BAoCiHF%3BAAAA%3BAAAA%3BAAAA%3BApCjHE%3BAoCwHF%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAC7IA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBRM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBkBN%3BAAAA%3BAAAA%3BA%2FCtCA%3BA%2BC6CA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA%2FClDA%3BA%2BC%2BDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBxDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBqEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBrEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BByFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FC%2FHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCiJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBxJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB4KJ%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAE5NF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCoBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAF1EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGDA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BACHN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6CM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFE%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAdF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BN%3BAD8BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACXN%3BADWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDjDN%3BAAAA%3BAAAA%3BA2DCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuHA%3BAAAA%3BAAAA%3BAC1CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1BA%3BAD6EF%3BAAAA%3BAAAA%3BAAAA%3BACpFE%3BAD0FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDE%3BADyEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtDE%3BADuFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpEE%3BAD6FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3D7OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DLA%3BA6DcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DdA%3BA6DuBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DvBA%3BA6DgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DhCA%3BA6DyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DzCA%3BA6DkDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DlDA%3BA6D2DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D3DA%3BA6DoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DpEA%3BA6D6EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D7EA%3BA6DuFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DvFA%3BA6DgGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DhGA%3BA6DyGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DzGA%3BA6DkHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DlHA%3BA6D2HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D3HA%3BA6DoIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DpIA%3BA6D6IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D7IA%3BA6DsJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DtJA%3BA6D%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D%2FJA%3BA6DwKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DxKA%3BA6DiLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DjLA%3BA6D0LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyUJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADreJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsbI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1bJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwdI%3BAAAA%3BAAAA%3BAAAA%3BADxdJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACieJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAyBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAD%2FkBA%3BACmlBI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2oBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADluBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6rBQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACx0BA%3BAAAA%3BAAAA%3BAFoGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgGA%3BAE7FA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFuEA%3BAEjEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAF2CA%3BAErCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFVA%3BAEgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAFpDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEJI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAF7DJ%3BAE4EQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF3JR%3BAEmKQ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFxQR%3BAEiRQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FUR%3BAEyVQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAwBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAF1ZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoaJ%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFnbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsgBA%3BAAAA%3BAAAA%3BA9DviBJ%3BA%2BDEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChGQ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAJvCR%3BAI2CgB%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrMhB%3BAIsQM%3BAAAA%3BAAAA%3BAAAA%3BAAWV%3BAAAA%3BAAAA%3BAJ3OI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D9EJ%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAiEIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAL0BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKhBI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BALAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4BA%3BAAAA%3BAAAA%3BALwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAKrDE%3BAAAA%3BAAAA%3BAAAA%3BALeF%3BAKTE%3BAAAA%3BAAAA%3BAAAA%3BAL7BF%3BAKmCE%3BAAAA%3BAAAA%3BAAAA%3BAL1CF%3BAKgDE%3BAAAA%3BAAAA%3BAAAA%3BALzCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKyDA%3BAAAA%3BAAAA%3BALnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK2BA%3BAAAA%3BAAAA%3BAL3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmEA%3BAAAA%3BAAAA%3BALnEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0EA%3BAAAA%3BAAAA%3BAL1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKwFA%3BAAAA%3BAAAA%3BALxFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2BFA%3BAAAA%3BAAAA%3BAL%2FFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKuGA%3BAAAA%3BAAAA%3BAL1FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKgGA%3BAAAA%3BAAAA%3BALhGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKuGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BALpGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2BGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAL9HI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK2IF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAL%2FII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM9GJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN2BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiDD%3BAAAA%3BAAAA%3BAlDrEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkD4EN%3BAAAA%3BAAAA%3BAC5FA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP0CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO3BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAPuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2FBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP5GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPtHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO8HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP9HE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DxEJ%3BAmEgNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPxII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D9GJ%3BAmEoOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPvLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOuIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAP1NN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4OF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPvQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D9GJ%3BAmEwUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3RI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOiQJ%3BAAAA%3BAAAA%3BAAAA%3BAPpRI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6RE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAPjSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOiTF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAPxSE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2BSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP5WI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOiVF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAPlbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOqZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2aJ%3BAAAA%3BAAAA%3BAP3aI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgbF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjeN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhEA%3BAO4iBI%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAP3gBF%3BAOkhBE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAPrlBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgmBF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAPjlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6lBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP5oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsnBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP5pBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2BoBE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzrBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOisBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3pBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOuqBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP7sBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwrBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAPtuBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAO0wBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BACn4BE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQnDA%3BAAAA%3BAAAA%3BARsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAWV%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARdI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAQgDF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA6BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBR%3BAAAA%3BAAAA%3BAAAA%3BARzaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgOU%3BAAAA%3BAAAA%3BAAAA%3BARvOV%3BAAAA%3BAAAA%3BAAAA%3BAQ6OU%3BAAAA%3BAAAA%3BAAAA%3BARlNV%3BAAAA%3BAAAA%3BAAAA%3BAQwNU%3BAAAA%3BAAAA%3BAAAA%3BAA%2BCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR3SR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwbJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARngBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8gBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BARrhBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2hBI%3BAAAA%3BAAAA%3BARzkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4iBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR5iBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmjBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARnjBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgkBQ%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpnBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQulBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxpBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkrBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BARhoBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR5oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6pBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BARhrBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyrBE%3BAAAA%3BAAAA%3BAAAA%3BARzrBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgsBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARhsBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxsBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQotBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARvtBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQiuBM%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BARpuBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyvBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARtuBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8uBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACv1BJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BATwBI%3BAShBA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAT5OJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAShBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BArD7EV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C0FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BASwQA%3BAAAA%3BAAAA%3BAAAA%3BATrPA%3BAS6PI%3BAAAA%3BAAAA%3BAAAA%3BAC3WR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAVyFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUpFA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAViEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU1DA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DxEJ%3BAAAA%3BAAAA%3BAuEKA%3BAAAA%3BAAAA%3BAXyEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWnEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX2CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW7BI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAXLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAWIQ%3BAAAA%3BAAAA%3BAAAA%3BAXjBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAX7CA%3BAAAA%3BAAAA%3BAAAA%3BAWkDI%3BAAAA%3BAAAA%3BAAAA%3BAXxFJ%3BAAAA%3BAAAA%3BAAAA%3BAW%2BFI%3BAAAA%3BAAAA%3BAAAA%3BAXtGJ%3BAAAA%3BAAAA%3BAAAA%3BAW6GI%3BAAAA%3BAAAA%3BAAAA%3BAXnDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAX7FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWyGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAXxHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWiIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXjIR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW0IQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX1IR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWyJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX5IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWwJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX3KJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWuLI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAchB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAehB%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXxaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWkbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrjBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZwFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYjFA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ4CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYYJ%3BAAAA%3BAAAA%3BAAAA%3BAZiEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY0DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZzEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYsFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAZ5LI%3BAYiMA%3BAAAA%3BAAAA%3BAAAA%3BAZ1LA%3BAY%2BLA%3BAAAA%3BAAAA%3BAAAA%3BAZzJA%3BAY8JA%3BAAAA%3BAAAA%3BAAAA%3BAZ3IA%3BAYgJA%3BAAAA%3BAAAA%3BAAAA%3BAZ7LA%3BAYmMA%3BAAAA%3BAAAA%3BAAAA%3BAZ1MA%3BAY%2BMA%3BAAAA%3BAAAA%3BAAAA%3BAZpLA%3BAYyLA%3BAAAA%3BAAAA%3BAAAA%3BAZtKA%3BAY2KA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAkBR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAZjXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY2VQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAZ3XZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYmYQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZhXR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY6XQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ7XR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYyYY%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAZ%2FZZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYgbQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ7bR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYycQ%3BAAAA%3BAAAA%3BAZzcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYofA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAZlgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZhiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYygBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZvmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY2jBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAZloBA%3BAAAA%3BAAAA%3BAAAA%3BAYuoBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAZ1nBJ%3BAAAA%3BAAAA%3BAAAA%3BAYgoBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAZtnBJ%3BAY2nBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAZ5wBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY4tBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZtxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2ByBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZxyBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY0zBI%3BAAAA%3BAAAA%3BAZ%2FxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYswBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAZ3yBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYqzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAZ51BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYk2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ17BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY45BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ18BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY47BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAZh%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY88BI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAZh9BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY29BJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAZ%2F9BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYs%2BBJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ3%2BBA%3BAYg%2FBQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAZthCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D9GJ%3BAAAA%3BAAAA%3BAAAA%3BAwE2nCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAZ5kCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYkkCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAC7qCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAbiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa1BE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAayCE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAbrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAb%2FHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAasIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa2IA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAbzJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAagKI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbpKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAagLI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAbvNR%3BAaqOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAbnPF%3BAa6PE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb9SI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAbxWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D3FJ%3BAAAA%3BAAAA%3BA0EEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA1EvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2EaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3EbA%3BA2EoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BA3E7EA%3BA2EiFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3EzFA%3BA2E%2BFA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA3ExGA%3BA2E6GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3E1JA%3BAAAA%3BA2EiKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA3E%2FNF%3BA2EoOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA3ElTA%3BA2EsTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA3ExUA%3BA2E6UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA3EvVA%3BA2E4VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3E5VA%3BA2EsWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA3EjcA%3BA2EscA%3BAAAA%3BAAAA%3BA3EtcA%3BA2E0cA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA3E1hBA%3BA2E8hBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3EtiBA%3BA2E8iBA%3BAAAA%3BAAAA%3BAAAA%3BA3E9iBA%3BA2EmjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BA3EtoBA%3BA2E2oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3E3oBA%3BA2EopBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA3EhqBA%3BA2EqqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3ErqBA%3BA2E8qBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1qBA%3BAAAA%3BAAAA%3BAAAA%3BAASG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAeH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAhB5BG%3BAgBgCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAhBnDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBsEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBN%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAChOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGE%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAlB3DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBoEA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAlB%2FKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB8LD%3BAAAA%3BAAAA%3BAAAA%3BAlBpMC%3BAkByMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAlB%2FTC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBsUD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAmBJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9EzjBD%3BAAAA%3BAAAA%3BA8EskBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgED%3BAAAA%3BAAAA%3BAAAA%3BAlB5lBI%3BAAAA%3BAAAA%3BAAAA%3BAkBimBF%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAlBrmBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB4mBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BACvyBU%3BAAAA%3BAAAA%3BAAAA%3BAnBwFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB1EY%3BAAAA%3BAAAA%3BAnB0EZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBhEJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBPA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB0CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBjCF%3BAAAA%3BAAAA%3BAnBiCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB3BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUP%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAnBnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB8EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB4FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAnBhDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBsDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D3FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFUC%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4K%3BAAAA%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgK%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8J%3BAAA6B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAqB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA8B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAsB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA4B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAoB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA%2BB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAuB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA%2BB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAuB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA6B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAqB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAA6C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmO%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAyE%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2H%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmO%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyO%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAkF%3BAAAA%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAo7B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2K%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4K%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0K%3BAAAA%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8K%3BAAAA%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2K%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkL%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0M%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2M%3BAAAA%3BAAAA%3BAAAoL%3BAAAA%3BAAAA%3BAAAA%3BAAAiL%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6M%3BAAAA%3BAAAA%3BAAAA%3BAAAkL%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuN%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAA%3BAAAgL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsP%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAiB%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6D%3BAAAgB%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAA4oB%3BAAAA%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0L%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2T%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0M%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BK%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyL%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAA%3BAAElmrB%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB2FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBlFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB6EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB1GJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAClCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAvB4EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB5DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAvBwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBjBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBiID%3BAAAA%3BAAAA%3BAvBjIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB0ID%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAvBjME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuByMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBrNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB6ND%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBjNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBuOJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAvB1TG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBqUF%3BAAAA%3BAAAA%3BAAAA%3BAC5WF%3BAAAA%3BAAAA%3BAAAA%3BAxBgGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBxFF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBrDA%3BAAAA%3BAAAA%3BAxBwCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBxEJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArFtCF%3BAAAA%3BAAAA%3BAqFmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArF7HR%3BAAAA%3BAAAA%3BAqFmJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArFnJJ%3BAAAA%3BAAAA%3BAqFoKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBtDE%3BAyB6DE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACzVH%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BoFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B3EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BlFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B8FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA1B5JC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BoJA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BA1BvOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BqPF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BrYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BgYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B9aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B2XC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B3XD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BuYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BA1BzaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BqbF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BrbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B6bA%3BAAAA%3BAAAA%3BA1B7bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BscF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BA1BzcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B8cA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BtdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B2eJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA1B1jBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BmkBH%3BAAAA%3BAAAA%3BA1BniBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B4iBF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACvkBA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BgDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BA3BtEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BsFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BtFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B0GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B9NJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BsOI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B7OJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BsPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BrRN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BmSE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BzRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BmSM%3BAAAA%3BAAAA%3BA3B5RN%3BA2B%2BRU%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B1SV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B0TI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BA3BnRJ%3BA2BsRQ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBI%3BAAAA%3BAAAA%3BA3B%2FUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B2VF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BzYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B8ZM%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BA3B7aJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BgZI%3BAAAA%3BAAAA%3BAAAA%3BA3BhZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B2ZE%3BAAAA%3BAAAA%3BA3B%2FeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BubE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BvbF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B%2BbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BA3B9cN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BsdE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BzdN%3BA2BmeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BA3BlhBJ%3BA2ByhBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BxiBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0DA%3BAAAA%3BAAAA%3BAAAA%3BA2B0fI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3B9fJ%3BA2BwgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BA3BnzBF%3BAAAA%3BAAAA%3BAAAA%3BA2B2zBA%3BAAAA%3BAAAA%3BAAAA%3BA3BhyBA%3BAAAA%3BAAAA%3BAAAA%3BA2BsyBA%3BAAAA%3BAAAA%3BAAAA%3BA3BnxBA%3BAAAA%3BAAAA%3BAAAA%3BA2ByxBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BA3B5wBF%3BA2BkxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BA3B73BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2Bm4BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B70BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2Bm2BF%3BAAAA%3BAAAA%3BAAAA%3BA3B14BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0DA%3BAAAA%3BAAAA%3BAAAA%3BA2By1BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3Bz6BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2By3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BA3Bv5BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B24BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B34BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2Bo5BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B38BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2Bm9BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3BzkCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BmlCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkGF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiDF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BA3Bh%2FCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2Bw%2FCE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BA3B5iDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BsjDA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BA3B1kDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BslDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BzmDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BinDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B9lDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BwmDE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA3BrvDE%3BAAAA%3BAAAA%3BAAAA%3BA2B2vDA%3BAAAA%3BAAAA%3BAAAA%3BA3BhuDA%3BAAAA%3BAAAA%3BAAAA%3BA2BsuDA%3BAAAA%3BAAAA%3BAAAA%3BA3BntDA%3BAAAA%3BAAAA%3BAAAA%3BA2BytDA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BnvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B8vDJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BnvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B8vDF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAyBF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BACnhEE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA7BuEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B1DM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BoBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BRQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BA7BXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BmBM%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B6BI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3GR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BoCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BrBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BA9BfE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BwBF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BjEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B%2BEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B5BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BA9BvHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BgIF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B%2FNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B8OD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BA9B3QG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BoQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BvRC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B2SA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B1VI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BmWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BnWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BmXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BnXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BuYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B7YE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BgaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA9B%2FaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B2bD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B3bC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B8cF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BA9BjdC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BieH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BjeG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BkfF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1F5pBJ%3BA0F%2BqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BjkBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B8kBF%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BA9B5lBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BomBH%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B7nBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B0oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BpsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B8tBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B7pBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BuqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BjuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BmvBD%3BAAAA%3BAAAA%3BACvyBH%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BA%2FBkCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BA%2FBVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BA%2BBMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBoDA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBsBA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB8BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBhGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BByGC%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBtFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBoGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBrIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB%2BIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBrLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBiKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBvOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB2PA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBrLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB%2BLE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBrNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBkNI%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC1UF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAhC0CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAhC%2FDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC%2BEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAhC9JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCsKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BA5F%2FSF%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4F%2BTA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA5FnUF%3BAAAA%3BAAAA%3BA6FYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCiDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCbD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCtGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCmHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAjCpIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC8IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BA7FxRF%3BA6FuSC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCzLG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCkMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAjC%2FNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCyOF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAjC1PI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCoQH%3BAAAA%3BAAAA%3BAAAA%3BAjCpQG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC8QH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCzRG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCsSH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCtSG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCoTH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCpTG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCmUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCnUG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCmVH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAjC1VE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCsWF%3BAAAA%3BAAAA%3BAjCtWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC8WD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAjCnbG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCuZH%3BAAAA%3BAAAA%3BAjC7bG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCiaH%3BAAAA%3BAAAA%3BAjCvcG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC0aH%3BAAAA%3BAAAA%3BAjChdG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCmbH%3BAAAA%3BAAAA%3BAjCzdG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC4bH%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCxeG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC%2BcF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCxfE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC4eH%3BAAAA%3BAAAA%3BAjClhBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCufH%3BAAAA%3BAAAA%3BAjC7hBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCkgBH%3BAAAA%3BAAAA%3BAjCxiBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC4gBH%3BAAAA%3BAAAA%3BAjCljBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCshBH%3BAAAA%3BAAAA%3BAjC5jBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCgiBH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCpiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCujBD%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCpkBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCslBA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC9nBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCuoBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAjCnqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC0qBF%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCxuBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCuvBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCvvBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCswBH%3BAAAA%3BAAAA%3BAjCtwBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC6wBH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAjC5yBE%3BAiC%2ByBA%3BAAAA%3BAAAA%3BAAAA%3BAjC%2FyBA%3BAiCqzBC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCp1BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCm2BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC52BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCs3BH%3BAAAA%3BAAAA%3BAjCz4BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCg5BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCzgCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCmhCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCnhCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC2hCD%3BAAAA%3BAAAA%3BAjCtjCC%3BAiCgkCD%3BAAAA%3BAAAA%3BAAAA%3BAjClhCC%3BAiCyhCD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAChoCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtER%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA%2FFrDR%3BAAAA%3BAAAA%3BAgGGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjGtCF%3BAkGCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCgEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwClDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCkDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCrCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCqCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCxEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzC2FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCjFF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzC8EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCpEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCoEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCtDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCsDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyC1CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCmCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BA7FvCI%3BA6F4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAC1KA%3BAAAA%3BAAAA%3BAAAA%3BA1C6CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CvCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CwGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CjGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CiGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0C1FD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CuFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0C1EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1C0EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0ChED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CwCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0C5BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1C4BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0ChBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CHD%3BAAAA%3BAAAA%3BAAAA%3BA1CGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CyCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA1CnHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C2FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2ChFH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C6EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C5DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BA3CmCC%3BAAAA%3BAAAA%3BAAAA%3BA2C5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CrCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3CqCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C5BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C4BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CfF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAC%2BBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ClEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C2HJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5CjFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CwFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C1GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CsGC%3BAAAA%3BAAAA%3BAAAA%3BA5C5GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CwHC%3BAAAA%3BAAAA%3BAAAA%3BACvND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7C4GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CvEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CtDI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA7C%2BBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CjCA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BA7CwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CZI%3BAAAA%3BAAAA%3BAC7EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA9CmFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CzEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9CWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CAD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BA9ChFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CqDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMU%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9C1IR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CgGY%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA9CrKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CgIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9C%2FJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8C0LI%3BAAAA%3BAAAA%3BA9CpPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CyQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChTE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BA%2FCgFF%3BA%2BC3EI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FCyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BC5BA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FCyBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FCrCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FCnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BC%2BCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FCtFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BC8DI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA%2FCxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCkFE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA%2FCtFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCmGJ%3BAAAA%3BAAAA%3BA%2FCnGI%3BA%2BCwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FClGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BC6GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FC7GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCyHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FC1KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCqJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC3RF%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhDqFJ%3BAgD9EY%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAhDoCZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgD3BY%3BAAAA%3BAAAA%3BAhDLZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsEA%3BAAAA%3BAAAA%3BAAAA%3BAgDzDoB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhD0CZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDuCgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhDZhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDyBgB%3BAAAA%3BAAAA%3BAAAA%3BAhDhEhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCA%3BAAAA%3BAAAA%3BAAAA%3BAgDmCgB%3BAAAA%3BAAAA%3BAAAA%3BAC3GpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDkFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDvED%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAlD8BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDfA%3BAAAA%3BAAAA%3BAlDJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDyCI%3BAAAA%3BAAAA%3BAlDnGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmD3CI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnDwBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDfY%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAnDRpB%3BAmDuBI%3BAAAA%3BAAAA%3BAAAA%3BACjHJ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BApDqEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoD7DA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3KR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArD6CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDrEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArD2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDpBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BArDRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDkBQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BArDpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqD2BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BArDlBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqD2BQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDrIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqD4IQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD8GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDpGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDoGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDtFA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAtD2EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDjEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDqGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuD3FQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvD2FR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDnFY%3BAAAA%3BAAAA%3BAAAA%3BAvDgEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDzEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDyEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDjEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDtBI%3BAAAA%3BAAAA%3BAAAA%3BAvDsBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDbQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvD0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDhBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuD6CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvD7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDqDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAvDtER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuD6EI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BACxLhB%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDmFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD5EQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAzDqFZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD1EI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDmDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDtCY%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAzDXR%3BAAAA%3BAAAA%3BAAAA%3BAyDegB%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzD1ChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDoDgB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACxKpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DqFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DpEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1D6CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DrEhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0D4EQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BA1DnGZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0D2GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1D3GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DwHJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BA1DzGR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DgJY%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA1DhLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DuLQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA1DhNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DuNQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BA1D3NZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DmOgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1D3SJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DqTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DxWhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DiWgB%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BA1DvWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0D8WY%3BAAAA%3BAAAA%3BAAAA%3BA1DjYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DyYY%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BA1DxXhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0D%2BXY%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BA1DjaR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DsaY%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BA1DtcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DobgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BA1DtiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DgjBY%3BAAAA%3BAAAA%3BA1DhjBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DxEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuHoBK%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAC%2FED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DwCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4D7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAChCD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA7DoEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6D1DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BA7DkDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6D1CJ%3BAAAA%3BAAAA%3BAAAA%3BA7DuDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6D%2FCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D%2BCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DrCJ%3BAAAA%3BAAAA%3BAAAA%3BA7DqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6D9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D5BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6D4CJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */