@charset "UTF-8";
/*
 * Import Bootstrap Compass integration
 */
/*
 * Konfiguration
 */
.primary-gradient, .content-button-wrap .content-button {
  background: transparent linear-gradient(180deg, #005387 0%, #003c62 100%) 0% 0% no-repeat padding-box;
}
.primary-gradient-diagonal {
  background: transparent linear-gradient(151deg, #005387 0%, #003c62 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: #394046;
  --bs-primary: #005387;
  --bs-secondary: #FFEB3B;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #EDEDED;
  --bs-dark: #707070;
  --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(45, 50, 54, 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.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
h4, .h4 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}
h5, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}
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: #005387;
  text-decoration: underline;
}
a:hover {
  color: #00426c;
}
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 #999;
  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-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 8px);
  padding-left: var(--bs-gutter-x, 8px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 810px) {
  .container, .container-sm {
    max-width: 850px;
  }
}
@media (min-width: 1160px) {
  .container, .container-sm, .container-md {
    max-width: 1000px;
  }
}
@media (min-width: 1380px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1200px;
  }
}
@media (min-width: 1580px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1442px;
  }
}
@media (min-width: 1910px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1704px;
  }
}
.row {
  --bs-gutter-x: 16px;
  --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(45, 50, 54, 0.05);
  --bs-table-active-color: #707070;
  --bs-table-active-bg: rgba(45, 50, 54, 0.1);
  --bs-table-hover-color: #707070;
  --bs-table-hover-bg: rgba(45, 50, 54, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #707070;
  vertical-align: top;
  border-color: #999;
}
.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: #ccdde7;
  --bs-table-striped-bg: #c4d4de;
  --bs-table-striped-color: #2D3236;
  --bs-table-active-bg: #bcccd5;
  --bs-table-active-color: #2D3236;
  --bs-table-hover-bg: #c0d0da;
  --bs-table-hover-color: #2D3236;
  color: #2D3236;
  border-color: #bcccd5;
}
.table-secondary {
  --bs-table-bg: #fffbd8;
  --bs-table-striped-bg: #f5f1d0;
  --bs-table-striped-color: #2D3236;
  --bs-table-active-bg: #eae7c8;
  --bs-table-active-color: #2D3236;
  --bs-table-hover-bg: #efeccc;
  --bs-table-hover-color: #2D3236;
  color: #2D3236;
  border-color: #eae7c8;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c9ded5;
  --bs-table-striped-color: #2D3236;
  --bs-table-active-bg: #c1d5cc;
  --bs-table-active-color: #2D3236;
  --bs-table-hover-bg: #c5d9d0;
  --bs-table-hover-color: #2D3236;
  color: #2D3236;
  border-color: #c1d5cc;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c7eaf2;
  --bs-table-striped-color: #2D3236;
  --bs-table-active-bg: #bfe1e8;
  --bs-table-active-color: #2D3236;
  --bs-table-hover-bg: #c3e5ed;
  --bs-table-hover-color: #2D3236;
  color: #2D3236;
  border-color: #bfe1e8;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f5e9c5;
  --bs-table-striped-color: #2D3236;
  --bs-table-active-bg: #eae0be;
  --bs-table-active-color: #2D3236;
  --bs-table-hover-bg: #efe5c2;
  --bs-table-hover-color: #2D3236;
  color: #2D3236;
  border-color: #eae0be;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eecfd2;
  --bs-table-striped-color: #2D3236;
  --bs-table-active-bg: #e4c7ca;
  --bs-table-active-color: #2D3236;
  --bs-table-hover-bg: #e9cbce;
  --bs-table-hover-color: #2D3236;
  color: #2D3236;
  border-color: #e4c7ca;
}
.table-light {
  --bs-table-bg: #EDEDED;
  --bs-table-striped-bg: #e3e4e4;
  --bs-table-striped-color: #2D3236;
  --bs-table-active-bg: #dadadb;
  --bs-table-active-color: #2D3236;
  --bs-table-hover-bg: #dfdfdf;
  --bs-table-hover-color: #2D3236;
  color: #2D3236;
  border-color: #dadadb;
}
.table-dark {
  --bs-table-bg: #707070;
  --bs-table-striped-bg: #777;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #7e7e7e;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #7b7b7b;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #7e7e7e;
}
.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;
}
.form-label .required {
  display: none;
}
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 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.75rem 1.25rem;
  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;
}
.form-control::placeholder {
  color: #B8B9B9;
}
.form-control::-webkit-input-placeholder {
  color: #b8b9b9;
}
@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: #80a9c3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #B8B9B9;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #c4c4c4;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: #707070;
  background-color: #c4c4c4;
  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: #bababa;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: #707070;
  background-color: #c4c4c4;
  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: #bababa;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #B8B9B9;
  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 + (1.5rem + 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.75rem;
}
.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.75rem 3.75rem 0.75rem 1.25rem;
  -moz-padding-start: calc(1.25rem - 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='%23394046' 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 1.25rem 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: #80a9c3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.25rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #c4c4c4;
}
.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;
  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(45, 50, 54, 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: #80a9c3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 0.25);
}
.form-check-input:checked {
  background-color: #005387;
  border-color: #005387;
}
.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: #005387;
  border-color: #005387;
  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-check-label {
  position: relative;
  z-index: auto;
}
.form-check-label input {
  opacity: 0;
  position: absolute;
  left: 3px;
  top: 21px;
  z-index: auto;
}
.form-check-label input + span {
  position: relative;
  z-index: auto;
  display: block;
  padding-left: 30px;
  margin-top: 15px;
}
.form-check-label input + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: auto;
}
.form-check-label input:checked + span::before {
  background: #CCC;
}
.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='%2380a9c3'/%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, 83, 135, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(0, 83, 135, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #005387;
  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: #b3cbdb;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #999;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #005387;
  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: #b3cbdb;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #999;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #8D9195;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #8D9195;
}
.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 1.25rem;
  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 1.25rem;
}
.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.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  background-color: #c4c4c4;
  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: 5rem;
}
.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 + 1.5rem);
  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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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 + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}
.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: 6.875rem;
  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='%23394046' 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 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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 + 1.5rem);
  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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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 + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}
.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: 6.875rem;
  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='%23394046' 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 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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.75rem 1.25rem;
  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, 83, 135, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #005387;
  border-color: #005387;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #004773;
  border-color: #00426c;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #004773;
  border-color: #00426c;
  box-shadow: 0 0 0 0.25rem rgba(38, 109, 153, 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: #00426c;
  border-color: #003e65;
}
.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, 109, 153, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFFFFF;
  background-color: #005387;
  border-color: #005387;
}
.btn-secondary {
  color: #2D3236;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-secondary:hover {
  color: #2D3236;
  background-color: #ffee58;
  border-color: #ffed4f;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #2D3236;
  background-color: #ffee58;
  border-color: #ffed4f;
  box-shadow: 0 0 0 0.25rem rgba(224, 207, 58, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #2D3236;
  background-color: #ffef62;
  border-color: #ffed4f;
}
.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(224, 207, 58, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #2D3236;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.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: #2D3236;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #2D3236;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #2D3236;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(18, 179, 212, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #2D3236;
  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(18, 179, 212, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #2D3236;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #2D3236;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #2D3236;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #2D3236;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(224, 172, 14, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #2D3236;
  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(224, 172, 14, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #2D3236;
  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: #2D3236;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-light:hover {
  color: #2D3236;
  background-color: #f0f0f0;
  border-color: #efefef;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #2D3236;
  background-color: #f0f0f0;
  border-color: #efefef;
  box-shadow: 0 0 0 0.25rem rgba(208, 209, 210, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #2D3236;
  background-color: #f1f1f1;
  border-color: #efefef;
}
.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(208, 209, 210, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #2D3236;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-dark {
  color: #FFFFFF;
  background-color: #707070;
  border-color: #707070;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
  box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 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: #5a5a5a;
  border-color: #545454;
}
.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(133, 133, 133, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #707070;
  border-color: #707070;
}
.btn-outline-primary {
  color: #005387;
  border-color: #005387;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #005387;
  border-color: #005387;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 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: #005387;
  border-color: #005387;
}
.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, 83, 135, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #005387;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-outline-secondary:hover {
  color: #2D3236;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 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: #2D3236;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.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(255, 235, 59, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #FFEB3B;
  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: #2D3236;
  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: #2D3236;
  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: #2D3236;
  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: #2D3236;
  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: #EDEDED;
  border-color: #EDEDED;
}
.btn-outline-light:hover {
  color: #2D3236;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 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: #2D3236;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.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(237, 237, 237, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #EDEDED;
  background-color: transparent;
}
.btn-outline-dark {
  color: #707070;
  border-color: #707070;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 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: #707070;
  border-color: #707070;
}
.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(112, 112, 112, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #707070;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #005387;
  text-decoration: underline;
}
.btn-link:hover {
  color: #00426c;
}
.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(45, 50, 54, 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(45, 50, 54, 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: #c4c4c4;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #005387;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8D9195;
  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: #999;
  background-color: #394046;
  border-color: rgba(45, 50, 54, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #999;
}
.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: #005387;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #8D9195;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(45, 50, 54, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #999;
}
.dropdown-menu-dark .dropdown-header {
  color: #8D9195;
}
.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.9375rem;
  padding-left: 0.9375rem;
}
.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: #005387;
  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: #00426c;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #999;
}
.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: #c4c4c4 #c4c4c4 #999;
  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: #5E5E5E;
  background-color: #FFFFFF;
  border-color: #999 #999 #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: #005387;
}
.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 {
  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-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(45, 50, 54, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(45, 50, 54, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(45, 50, 54, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(45, 50, 54, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(45, 50, 54, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(45, 50, 54, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(45, 50, 54, 0.55);
  border-color: rgba(45, 50, 54, 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%2845, 50, 54, 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(45, 50, 54, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(45, 50, 54, 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(45, 50, 54, 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(45, 50, 54, 0.03);
  border-bottom: 1px solid rgba(45, 50, 54, 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(45, 50, 54, 0.03);
  border-top: 1px solid rgba(45, 50, 54, 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: 8px;
}
@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: #004b7a;
  background-color: #e6eef3;
  box-shadow: inset 0 -1px 0 rgba(45, 50, 54, 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='%23004b7a'%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: #80a9c3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(45, 50, 54, 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: #005387;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #999;
  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: #00426c;
  background-color: #c4c4c4;
  border-color: #999;
}
.page-link:focus {
  z-index: 3;
  color: #00426c;
  background-color: #c4c4c4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #005387;
  border-color: #005387;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #999;
}
.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: #003251;
  background-color: #ccdde7;
  border-color: #b3cbdb;
}
.alert-primary .alert-link {
  color: #002841;
}
.alert-secondary {
  color: #817c38;
  background-color: #fffbd8;
  border-color: #fff9c4;
}
.alert-secondary .alert-link {
  color: #67632d;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #206f80;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #1a5966;
}
.alert-warning {
  color: #816b23;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #67561c;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #7a7d7f;
  background-color: #fbfbfb;
  border-color: #fafafa;
}
.alert-light .alert-link {
  color: #626466;
}
.alert-dark {
  color: #434343;
  background-color: #e2e2e2;
  border-color: #d4d4d4;
}
.alert-dark .alert-link {
  color: #363636;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #c4c4c4;
  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: #005387;
  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: #5E5E5E;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #5E5E5E;
  text-decoration: none;
  background-color: #EDEDED;
}
.list-group-item-action:active {
  color: #707070;
  background-color: #c4c4c4;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #707070;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(45, 50, 54, 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: #005387;
  border-color: #005387;
}
.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: #003251;
  background-color: #ccdde7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #003251;
  background-color: #b8c7d0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #003251;
  border-color: #003251;
}
.list-group-item-secondary {
  color: #817c38;
  background-color: #fffbd8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #817c38;
  background-color: #e6e2c2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #817c38;
  border-color: #817c38;
}
.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: #206f80;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #206f80;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #206f80;
  border-color: #206f80;
}
.list-group-item-warning {
  color: #816b23;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #816b23;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #816b23;
  border-color: #816b23;
}
.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: #7a7d7f;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7a7d7f;
  background-color: #e2e2e2;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7a7d7f;
  border-color: #7a7d7f;
}
.list-group-item-dark {
  color: #434343;
  background-color: #e2e2e2;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #434343;
  background-color: #cbcbcb;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #434343;
  border-color: #434343;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #2D3236;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232D3236'%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: #2D3236;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 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(45, 50, 54, 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: 8px;
}
.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(45, 50, 54, 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: #2D3236;
}
.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 #999;
  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 #999;
  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: #2D3236;
}
.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: #2D3236;
}
.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: #2D3236;
}
.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: #2D3236;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #2D3236;
  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(45, 50, 54, 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(45, 50, 54, 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(45, 50, 54, 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(45, 50, 54, 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(45, 50, 54, 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(45, 50, 54, 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: #2D3236;
}
.carousel-dark .carousel-caption {
  color: #2D3236;
}
@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(45, 50, 54, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(45, 50, 54, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(45, 50, 54, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(45, 50, 54, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #005387;
}
.link-primary:hover, .link-primary:focus {
  color: #00426c;
}
.link-secondary {
  color: #FFEB3B;
}
.link-secondary:hover, .link-secondary:focus {
  color: #ffef62;
}
.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: #EDEDED;
}
.link-light:hover, .link-light:focus {
  color: #f1f1f1;
}
.link-dark {
  color: #707070;
}
.link-dark:hover, .link-dark:focus {
  color: #5a5a5a;
}
.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(45, 50, 54, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(45, 50, 54, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(45, 50, 54, 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 #999 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #999 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #999 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #999 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #999 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #005387 !important;
}
.border-secondary {
  border-color: #FFEB3B !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: #EDEDED !important;
}
.border-dark {
  border-color: #707070 !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.425rem + 2.1vw) !important;
}
.fs-2 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-4 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !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: #005387 !important;
}
.text-secondary {
  color: #FFEB3B !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #EDEDED !important;
}
.text-dark {
  color: #707070 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-body {
  color: #707070 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(45, 50, 54, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #005387 !important;
}
.bg-secondary {
  background-color: #FFEB3B !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: #EDEDED !important;
}
.bg-dark {
  background-color: #707070 !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: 3rem !important;
  }
  .fs-2 {
    font-size: 2.5rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.75rem !important;
  }
  .fs-5 {
    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: 32px;
  --font-size-default:      21px;
  --font-size-1:            calc(16 / 21 * var(--font-size-default));
  --font-size-2:            calc(19 / 21 * var(--font-size-default));
  --font-size-3:            calc(21 / 21 * var(--font-size-default));
  --font-size-4:            calc(24 / 21 * var(--font-size-default));
  --font-size-5:            calc(25 / 21 * var(--font-size-default));
  --font-size-6:            calc(28 / 21 * var(--font-size-default));
  --font-size-7:            calc(37 / 21 * var(--font-size-default));
  --font-size-8:            calc(49 / 21 * var(--font-size-default));
  --font-size-9:            calc(74 / 21 * var(--font-size-default));
  --font-size-h1:           calc(82 / 21 * var(--font-size-default));
  --font-size-h2:           calc(37 / 21 * var(--font-size-default));
  --font-size-h3:           calc(28 / 21 * var(--font-size-default));
  --font-size-h4:           calc(26 / 21 * var(--font-size-default));
  --font-size-btn:          calc(24 / 21 * var(--font-size-default));
  --font-size-navi-main:    calc(25 / 21 * var(--font-size-default));
  --font-size-navi-footer:  calc(24 / 21 * var(--font-size-default));
  --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));
  --line-height-0:          calc(26 / 21 * var(--font-size-default));
  --line-height-1:          calc(31 / 21 * var(--font-size-default));
  --line-height-2:          calc(37 / 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" class="bi bi-chevron-down" 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>');
  --only-arrow-icon:        calc(30 / 21 * var(--font-size-default));
  --teaser-title-height:    calc(var(--space-default) * 5);
  --space-default: 16px;
  --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.5);
  --space-7: calc(var(--space-default) * 7);
  --space-8: calc(var(--space-default) * 8);
  --space-9: calc(var(--space-default) * 9);
  --header-top-height: 155px;
  --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%);
}
@media (max-width: 1909px) {
  :root {
    --font-size-navi:         calc(30 / 26 * var(--font-size-default));
    --font-size-h1-gallery:   calc(90 / 26 * var(--font-size-default));
    --font-size-h2: 34px;
    --font-size-h3: 28px;
  }
}
@media (max-width: 1579px) {
  :root {
    --font-size-default:      22px;
    --font-size-h2: 30px;
  }
}
@media (max-width: 1379px) {
  :root {
    --font-size-default: 18px;
    --font-size-h1: 64px;
    --font-size-btn: 18px;
    --font-size-h1-gallery: 60px;
  }
}
@media (max-width: 1159px) {
  :root {
    --font-size-default: 18px;
    --font-size-tiny:  12px;
    --image-description-font-size: 16px;
    --font-size-h1-gallery: 50px;
  }
}
@media (max-width: 809px) {
  :root {
    --font-size-default: 16px;
    --font-size-h1-subpage: 20px;
    --font-size-h1: 42px;
    --font-size-8:22px;
    --font-size-h2: 24px;
    --font-size-small: 16px;
    --font-size-tiny:  10px;
    --font-size-h1-gallery: 40px;
    --font-size-label: 16px;
    --font-size-h3: 22px;
    --font-size-h4: 20px;
    --space-6: calc(var(--space-default) * 3);
  }
}
/*
 * Import Font Awesome
 */
/*
 * Generelles
 */
/* chewy-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: "Chewy";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/chewy-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/chewy-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/chewy-v18-latin-regular.woff2") format("woff2"), url("../Fonts/chewy-v18-latin-regular.woff") format("woff"), url("../Fonts/chewy-v18-latin-regular.ttf") format("truetype"), url("../Fonts/chewy-v18-latin-regular.svg#Chewy") format("svg");
  /* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/roboto-v29-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-100.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-100.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-100.woff") format("woff"), url("../Fonts/roboto-v29-latin-100.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../Fonts/roboto-v29-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-100italic.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-100italic.woff") format("woff"), url("../Fonts/roboto-v29-latin-100italic.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-100italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/roboto-v29-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-300.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-300.woff") format("woff"), url("../Fonts/roboto-v29-latin-300.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/roboto-v29-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-300italic.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-300italic.woff") format("woff"), url("../Fonts/roboto-v29-latin-300italic.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-300italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/roboto-v29-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-italic.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-italic.woff") format("woff"), url("../Fonts/roboto-v29-latin-italic.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v29-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-regular.woff") format("woff"), url("../Fonts/roboto-v29-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/roboto-v29-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-500.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-500.woff") format("woff"), url("../Fonts/roboto-v29-latin-500.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/roboto-v29-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-500italic.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-500italic.woff") format("woff"), url("../Fonts/roboto-v29-latin-500italic.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-700.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-700.woff") format("woff"), url("../Fonts/roboto-v29-latin-700.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/roboto-v29-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-700italic.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-700italic.woff") format("woff"), url("../Fonts/roboto-v29-latin-700italic.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/roboto-v29-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-900.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-900.woff") format("woff"), url("../Fonts/roboto-v29-latin-900.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/roboto-v29-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v29-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v29-latin-900italic.woff2") format("woff2"), url("../Fonts/roboto-v29-latin-900italic.woff") format("woff"), url("../Fonts/roboto-v29-latin-900italic.ttf") format("truetype"), url("../Fonts/roboto-v29-latin-900italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-100 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/roboto-serif-v7-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-100.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-100.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-100.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-100.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-100.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-200 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/roboto-serif-v7-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-200.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-200.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-200.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-200.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-200.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-300 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/roboto-serif-v7-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-300.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-300.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-300.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-300.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-regular - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-serif-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-regular.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-regular.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-500 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/roboto-serif-v7-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-500.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-500.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-500.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-500.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-600 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/roboto-serif-v7-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-600.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-600.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-600.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-600.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-700 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto-serif-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-700.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-700.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-700.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-700.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-800 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/roboto-serif-v7-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-800.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-800.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-800.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-800.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-800.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-900 - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/roboto-serif-v7-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-900.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-900.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-900.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-900.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-100italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 100;
  src: url("../Fonts/roboto-serif-v7-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-100italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-100italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-100italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-100italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-200italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 200;
  src: url("../Fonts/roboto-serif-v7-latin-200italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-200italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-200italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-200italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-200italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-300italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/roboto-serif-v7-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-300italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-300italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-300italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-300italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/roboto-serif-v7-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-500italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/roboto-serif-v7-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-500italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-500italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-500italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-500italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-600italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/roboto-serif-v7-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-600italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-600italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-600italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-600italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-700italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/roboto-serif-v7-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-700italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-700italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-700italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-700italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-800italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/roboto-serif-v7-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-800italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-800italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-800italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-800italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* roboto-serif-900italic - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/roboto-serif-v7-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-serif-v7-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-serif-v7-latin-900italic.woff2") format("woff2"), url("../Fonts/roboto-serif-v7-latin-900italic.woff") format("woff"), url("../Fonts/roboto-serif-v7-latin-900italic.ttf") format("truetype"), url("../Fonts/roboto-serif-v7-latin-900italic.svg#RobotoSerif") format("svg");
  /* Legacy iOS */
}
/* concert-one-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: "Concert One";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/concert-one-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/concert-one-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/concert-one-v17-latin-regular.woff2") format("woff2"), url("../Fonts/concert-one-v17-latin-regular.woff") format("woff"), url("../Fonts/concert-one-v17-latin-regular.ttf") format("truetype"), url("../Fonts/concert-one-v17-latin-regular.svg#ConcertOne") format("svg");
  /* Legacy iOS */
}
/* pt-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: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/pt-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/pt-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/pt-sans-v17-latin-regular.woff2") format("woff2"), url("../Fonts/pt-sans-v17-latin-regular.woff") format("woff"), url("../Fonts/pt-sans-v17-latin-regular.ttf") format("truetype"), url("../Fonts/pt-sans-v17-latin-regular.svg#PTSans") format("svg");
  /* Legacy iOS */
}
/* pt-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: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/pt-sans-v17-latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/pt-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/pt-sans-v17-latin-italic.woff2") format("woff2"), url("../Fonts/pt-sans-v17-latin-italic.woff") format("woff"), url("../Fonts/pt-sans-v17-latin-italic.ttf") format("truetype"), url("../Fonts/pt-sans-v17-latin-italic.svg#PTSans") format("svg");
  /* Legacy iOS */
}
/* pt-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: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/pt-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/pt-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/pt-sans-v17-latin-700.woff2") format("woff2"), url("../Fonts/pt-sans-v17-latin-700.woff") format("woff"), url("../Fonts/pt-sans-v17-latin-700.ttf") format("truetype"), url("../Fonts/pt-sans-v17-latin-700.svg#PTSans") format("svg");
  /* Legacy iOS */
}
/* pt-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: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/pt-sans-v17-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/pt-sans-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/pt-sans-v17-latin-700italic.woff2") format("woff2"), url("../Fonts/pt-sans-v17-latin-700italic.woff") format("woff"), url("../Fonts/pt-sans-v17-latin-700italic.ttf") format("truetype"), url("../Fonts/pt-sans-v17-latin-700italic.svg#PTSans") format("svg");
  /* Legacy iOS */
}
/* bebas-neue-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: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/bebas-neue-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/bebas-neue-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/bebas-neue-v10-latin-regular.woff2") format("woff2"), url("../Fonts/bebas-neue-v10-latin-regular.woff") format("woff"), url("../Fonts/bebas-neue-v10-latin-regular.ttf") format("truetype"), url("../Fonts/bebas-neue-v10-latin-regular.svg#BebasNeue") format("svg");
  /* Legacy iOS */
}
/* kanit-100 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-100.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-100.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-100italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 100;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-100italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-100italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-100italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-200 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-200.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-200.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-200italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 200;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-200italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-200italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-200italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-300.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-300italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-300italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-300italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-300italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-regular.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-regular.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-regular.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-regular.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-500.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-500italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-500italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-500italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-500italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-600.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-600italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-600italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-600italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-600italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-700italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-700italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-800.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-800.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-800italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-800italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-800italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-800italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-900 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-900.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900.svg#Kanit") format("svg");
  /* Legacy iOS */
}
/* kanit-900italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-900italic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/kanit/kanit-v13-latin_latin-ext-900italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900italic.woff2") format("woff2"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900italic.woff") format("woff"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900italic.ttf") format("truetype"), url("../Fonts/kanit/kanit-v13-latin_latin-ext-900italic.svg#Kanit") format("svg");
  /* Legacy iOS */
}
html {
  font-size: var(--font-size-default);
}
body {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  color: #202223;
  position: relative;
}
html, body {
  height: 100%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Kanit", sans-serif;
  margin-top: 0;
}
h1 > span, .h1 > span {
  font-size: var(--font-size-6);
  font-style: italic;
}
.kmaslider_slider .headline span {
  font-family: "Kanit", sans-serif;
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
.headline h1, .headline .h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: var(--font-size-7);
  margin-bottom: var(--space-2);
  color: #005387;
  line-height: var(--line-height-0);
}
@media (max-width: 1159px) {
  .headline h1, .headline .h1 {
    line-height: var(--line-height-2);
  }
}
.headline h1 span, .headline .h1 span {
  text-transform: none;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  color: #2D3236;
}
.frame-type-cinteaser_subpages .headline h2, .frame-type-cinteaser_subpages .headline .h2, .cinteaser_subpages .headline h2, .cinteaser_subpages .headline .h2 {
  margin-bottom: var(--space-2);
}
.headline h2, .headline .h2 {
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  font-weight: 900;
  color: #2D3236;
}
.headline.has-subheader h1, .headline.has-subheader .h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: var(--font-size-7);
  margin-bottom: var(--space-2);
  color: #005387;
  line-height: var(--line-height-1);
}
@media (max-width: 1159px) {
  .headline.has-subheader h1, .headline.has-subheader .h1 {
    line-height: var(--line-height-2);
  }
}
.headline.has-subheader h1 span, .headline.has-subheader .h1 span {
  text-transform: none;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  color: #2D3236;
}
.headline.has-subheader h2, .headline.has-subheader .h2 {
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  font-weight: 900;
  color: #005387;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
}
.headline.has-subheader h2 .subheader, .headline.has-subheader .h2 .subheader {
  font-weight: 600;
  font-style: italic;
  font-size: var(--font-size-6);
  text-transform: none;
}
.headline-line {
  content: "";
  display: block;
  width: 55px;
  height: 7px;
  background-color: #FFEB3B;
  margin: 35px auto;
}
.headline-line-white {
  background-color: #FFF;
}
.subheader {
  font-weight: 600;
}
h5.subheader, .subheader.h5 {
  color: #FFEB3B;
}
.h1-format, h1, .h1, .h2-format, header h2, header .h2 {
  display: block;
  position: relative;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: #005387;
  line-height: 1;
  margin: 0 0 var(--space-2) 0;
}
.h1-format .subheader, h1 .subheader, .h1 .subheader, .h2-format .subheader, header h2 .subheader, header .h2 .subheader {
  color: #2D3236;
  font-weight: 600;
}
.h2-format, header h2, header .h2 {
  font-weight: 500;
  font-size: var(--font-size-h2);
  color: #005387;
}
.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 {
  color: #2D3236;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-h3);
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}
.h4-format, h4, .h4 {
  font-size: var(--font-size-h4);
  line-height: 1.3;
  font-weight: 500;
  color: #2D3236;
}
h2, .h2 {
  font-size: var(--font-size-h2);
  font-weight: 900;
}
h4, .h4 {
  font-size: var(--font-size-h4);
}
p {
  font-size: var(--font-size-5);
  line-height: var(--line-height-2);
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  color: #202223;
  margin-bottom: 1.5em;
}
@media (max-width: 1159px) {
  p {
    line-height: 140%;
  }
  .col-md-9 p {
    padding-right: var(--space-3);
  }
}
p:last-child {
  margin-bottom: 0;
}
strong, b, table th {
  font-weight: 700;
}
.ce-headline-center {
  text-align: center;
}
a {
  color: #005387;
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover {
  color: #2D3236;
  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: 1.25em;
  font-size: var(--font-size-5);
  line-height: var(--line-height-2);
  font-weight: 200;
  font-family: "Kanit", sans-serif;
  margin-bottom: 1em;
  width: auto;
  text-align: left;
}
#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: #005387;
}
ul:not([class]) li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: #005387;
}
.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: #FFEB3B;
}
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 > [class*="col-"]:nth-child(n+2) {
  margin-top: var(--space-1);
}
@media (max-width: 1159px) {
  .grid-margin-list > [class*="col-"]:nth-child(n+2) {
    margin-top: var(--space-1);
  }
}
.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-2:nth-child(n+7) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-md-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-3:nth-child(n+5) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-md-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-4:nth-child(n+4) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-md-5:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-5:nth-child(n+3) {
    margin-top: var(--space-1);
  }
  .grid-margin-list > .col-md-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-6:nth-child(n+3) {
    margin-top: var(--space-1);
  }
  .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%;
}
/**
 * Swiper 9.4.1
 * 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: June 13, 2023
 */
@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;
}
:root {
  --swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  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-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.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;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .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-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .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)}}.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-button-next,.swiper-button-prev{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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after, .swiper-button-prev: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, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.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";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 45px;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  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;
  -ms-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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification, swiper-container .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, .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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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-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;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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;
}
/* 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 #8D9195;
}
.ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery .row {
  margin-bottom: 16px;
}
.ce-textpic .ce-gallery .row:last-child {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery picture {
  vertical-align: text-top;
}
.ce-textpic .ce-gallery img {
  max-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: 16px;
}
.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: 16px;
}
.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 -15px;
}
.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 8px 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 16px 16px;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin: 0 16px 16px 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: 0px;
}
@media (min-width: 1160px) {
  .frame-space-before-medium {
    margin-top: 60px;
  }
}
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-3);
  }
}
main .frame.frame-space-before-buendig {
  margin-top: 64px;
}
@media (max-width: 1159px) {
  main .frame.frame-space-before-buendig {
    margin-top: 32px;
  }
}
main .frame.frame-type-shortcut .frame {
  margin-bottom: 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: 48px;
}
@media (max-width: 809px) {
  main .frame.frame-type-header {
    margin-bottom: 16px;
  }
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-buendig {
    margin-top: 38px;
  }
}
@media (min-width: 1380px) {
  main .frame.frame-space-before-buendig {
    margin-top: 38px;
  }
}
@media (min-width: 1580px) {
  main .frame.frame-space-before-buendig {
    margin-top: 55px;
  }
}
@media (min-width: 1380px) {
  main .frame.frame-space-before-extra-small {
    margin-top: 16px;
  }
}
main .frame.frame-space-before-small {
  margin-top: 30px;
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-small {
    margin-top: 60px;
  }
}
main .frame.frame-space-before-medium {
  margin-top: 50px;
}
@media (min-width: 1160px) {
  main .frame.frame-space-before-medium {
    margin-top: 100px;
  }
}
@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-after-extra-small {
    margin-bottom: var(--space-1);
  }
}
main .frame.frame-space-after-small {
  margin-bottom: var(--space-1);
}
@media (min-width: 1160px) {
  main .frame.frame-space-after-small {
    margin-bottom: var(--space-1);
  }
}
main .frame.frame-space-after-medium {
  margin-bottom: var(--space-4);
}
@media (max-width: 1159px) {
  main .frame.frame-space-after-medium {
    margin-bottom: 16px;
  }
}
main .frame.frame-space-after-large {
  margin-bottom: var(--space-5);
}
@media (max-width: 1159px) {
  main .frame.frame-space-after-large {
    margin-bottom: 32px;
  }
}
main .frame.frame-space-after-extra-large {
  margin-bottom: 96px;
}
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-after-no-space {
  margin-bottom: 0;
}
main > #content > .frame:last-child {
  margin-bottom: var(--space-3);
}
@media (min-width: 1380px) {
  main > #content > .frame:last-child {
    margin-bottom: var(--space-4);
  }
}
main > #content > .frame:last-child.frame-space-after-no-space {
  margin-bottom: 0;
}
@media (max-width: 1579px) {
  .frame-type-ce_columns2.frame-space-after-medium {
    margin-bottom: 16px;
    margin-top: 0;
  }
}
.col-index-1 .frame-layout-98 {
  margin-right: calc(var(--space-2) - calc(var(--bs-gutter-x) * .5));
}
@media (max-width: 1159px) {
  .col-index-1 .frame-layout-98 {
    margin-right: 0;
    margin-top: var(--space-1);
  }
}
.col-index-2 .frame-layout-98 {
  margin-left: calc(var(--space-2) - calc(var(--bs-gutter-x) * .5));
}
@media (max-width: 1159px) {
  .col-index-2 .frame-layout-98 {
    margin-left: 0;
  }
}
.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: 16px;
  -moz-column-gap: 16px;
  -webkit-column-gap: 16px;
}
.text-cols-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 16px;
  -moz-column-gap: 16px;
  -webkit-column-gap: 16px;
}
.page-navigation {
  margin: 48px 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 8px;
  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(255, 235, 59, 0.75);
}
:root {
  --frame-layout-messen-background: url("/fileadmin/user_upload/messen/Mollet-Teaser-Messen.jpg");
  --frame-layout-messen-background-after-color: rgba(0,0,0,60%);
}
.row {
  --bs-gutter-x: 16px;
}
.g-0 {
  --bs-gutter-x: 0;
}
:root {
  --coin-size: 350px;
  --coin-turn-around-time: 10s;
  --coin-shine-width: 60px;
}
.btn {
  font-family: "Kanit", sans-serif;
  padding: 19px 20px;
  font-size: var(--font-size-2);
  margin: 5px 0;
  color: #FFFFFF;
  border-radius: 0;
}
@media (max-width: 809px) {
  .btn {
    padding: 12px 18px;
  }
}
.btn-options {
  background-color: #005387;
  color: #FFFFFF;
  transition: background-color 0.4s ease;
  border: none;
  font-size: var(--font-size-6);
  transition: all 0.4s ease;
  padding: 12px 40px;
  font-weight: 300;
}
.no-touchevents .btn-options:hover, .btn-options:focus, .btn-options:active {
  background-color: #003454;
  border-color: #001421;
  outline: none;
}
.btn-options:focus, .btn-options:active {
  border-color: #001421;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 0.3);
}
.btn-options:hover {
  color: #FFFFFF;
  background: #001421;
}
@media (max-width: 809px) {
  .btn-options {
    font-size: var(--font-size-2);
  }
}
.btn-primary {
  background-color: #005387;
  color: #FFFFFF;
  transition: background-color 0.4s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-primary::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 9px;
  transition: all 0.4s ease;
}
.btn-primary:hover::after {
  transform: translateX(10px);
  transition: all 0.4s ease;
}
.no-touchevents .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #003454;
  border-color: #001421;
  outline: none;
}
.btn-primary:focus, .btn-primary:active {
  border-color: #001421;
  box-shadow: 0 0 0 0.25rem rgba(0, 83, 135, 0.3);
}
.btn.btn-default {
  background-color: #8D9195;
  color: #FFFFFF;
  transition: background-color 0.4s ease;
  border: none;
  border-radius: 50px;
  font-size: var(--font-size-h3);
  font-weight: 700;
}
.btn.btn-default:hover {
  background-color: #005387;
}
.btn.btn-secondary {
  color: #2D3236;
  transition: background-color 0.4s ease;
  background-color: #FFFFFF;
  border: none;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
}
.btn.btn-secondary::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 9px;
  transition: all 0.4s ease;
}
.no-touchevents .btn.btn-secondary:hover {
  background-color: #e6e6e6;
}
.no-touchevents .btn.btn-secondary:hover::after {
  transform: translateX(10px);
  transition: all 0.4s ease;
}
.btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(223, 223, 223, 0.543);
}
.btn.btn-secondary.bordered {
  border: 1px solid #ccc;
}
.btn.btn-outline {
  color: #394046;
  background-color: transparent;
  border: 1px solid #394046;
}
.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: #FFEB3B;
  border-color: #FFEB3B;
}
.btn.btn-block {
  display: block;
  background-color: #5E5E5E;
  text-align: center;
}
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: var(--font-size-h3);
}
.frame-layout-20 {
  background-color: #EFF2F5;
  padding: var(--space-6) 0;
}
.frame-layout-20 .headline h2, .frame-layout-20 .headline .h2 {
  color: #2D3236;
}
.frame-layout-75 {
  position: relative;
}
.frame-layout-75 .headline {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1442px;
  padding-right: var(--bs-gutter-x, 8px);
  padding-left: var(--bs-gutter-x, 8px);
  z-index: 11;
  width: 100%;
}
@media (max-width: 809px) {
  .frame-layout-75 .headline {
    bottom: 20vw;
  }
}
.frame-layout-75 .headline h2, .frame-layout-75 .headline .h2, .frame-layout-75 .headline h3, .frame-layout-75 .headline .h3, .frame-layout-75 .headline h4, .frame-layout-75 .headline .h4, .frame-layout-75 .headline h5, .frame-layout-75 .headline .h5 {
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
}
.frame-text-column .ce-bodytext {
  width: 66.66666%;
}
.frame-layout-99 img {
  width: 100%;
}
/* schwarzer Hintergrund mit Swirl Mollet */
.frame-layout-30 {
  padding: var(--space-5) 0;
  position: relative;
  background-color: #2D3236;
  overflow: hidden;
  /*&:before {
		position: absolute;
		display: block;
		content:' ';
		width: 100%;

		height: 32%;

		@include screen-sm-min() {
			height: 42%;
		}

		@include screen-md-min() {
			height: 42%;
		}

		top: 0;
		left: 0;
		background-color: $primary-light;
		z-index: -1;
	}*/
}
.frame-layout-30::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%, -60%);
}
@media (min-width: 1160px) {
  .frame-layout-30 .textmedia {
    padding-right: 30%;
  }
}
.frame-layout-30 h1, .frame-layout-30 .h1 {
  color: white;
}
.frame-layout-30 h1 .subheader, .frame-layout-30 .h1 .subheader {
  color: white;
}
.frame-layout-30 p {
  color: white;
  line-height: 1.9;
  margin-top: -10px;
}
.frame-layout-70 {
  background: var(--frame-layout-messen-background);
  background-size: cover;
  padding: var(--space-6) 0 var(--space-8);
  color: #fff;
  margin-bottom: 0 !important;
  position: relative;
}
.frame-layout-70::before {
  background: var(--frame-layout-messen-background-after-color);
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.frame-layout-70 > .container {
  z-index: 20;
  position: inherit;
}
.frame-layout-70 > .container > .row {
  --bs-gutter-x: var(--space-7);
  align-items: flex-end;
}
.frame-layout-70 h2, .frame-layout-70 .h2, .frame-layout-70 p, .frame-layout-70 .subheader {
  color: inherit;
}
.frame-layout-80 {
  padding: var(--space-5) 0 var(--space-6);
  background: #005387;
}
.frame-layout-80 .headline.has-subheader {
  margin-bottom: var(--space-2);
}
.frame-layout-80 .headline.has-subheader h2, .frame-layout-80 .headline.has-subheader .h2 {
  margin-bottom: var(--space-1);
}
.frame-layout-80 p, .frame-layout-80 h1, .frame-layout-80 .h1, .frame-layout-80 h2, .frame-layout-80 .h2, .frame-layout-80 h3, .frame-layout-80 .h3, .frame-layout-80 h4, .frame-layout-80 .h4, .frame-layout-80 ul, .frame-layout-80 li, .frame-layout-80 .subheader {
  color: #FFFFFF;
}
.frame-layout-80 .headline.has-subheader h2, .frame-layout-80 .headline.has-subheader .h2 {
  color: #FFFFFF;
}
.frame-layout-80 h1 .subline, .frame-layout-80 .h1 .subline {
  color: #FFFFFF;
}
.frame-layout-80 .btn-primary {
  background-color: #FFFFFF;
  color: #2D3236;
}
.frame-layout-80 .btn-primary:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.frame-layout-10 {
  padding: var(--space-7) 0;
  background: #2D3236;
}
.frame-layout-10 p, .frame-layout-10 h1, .frame-layout-10 .h1, .frame-layout-10 h2, .frame-layout-10 .h2, .frame-layout-10 h3, .frame-layout-10 .h3, .frame-layout-10 h4, .frame-layout-10 .h4, .frame-layout-10 ul, .frame-layout-10 li, .frame-layout-10 .subheader {
  color: #FFFFFF;
}
.frame-layout-10 h1 .subline, .frame-layout-10 .h1 .subline {
  color: #FFFFFF;
}
.frame-layout-90 {
  padding: var(--space-7) 0;
  background-color: #EDEDED;
}
@media (max-width: 1159px) {
  .frame-layout-90 {
    padding: var(--space-4) 0;
  }
}
.frame-layout-90.frame-text-column.frame-type-kmaslider_slider {
  padding: var(--space-5) 0;
}
@media (max-width: 1159px) {
  .frame-layout-90.frame-text-column.frame-type-kmaslider_slider {
    padding: var(--space-3) 0;
  }
}
.frame-layout-98 {
  background: #fff;
  padding: 30px;
}
.frame-layout-98 .headline h3, .frame-layout-98 .headline .h3 {
  font-size: var(--font-size-6);
  color: #005387;
  font-weight: 600;
  margin-bottom: var(--space-default);
}
.frame-layout-98 p {
  font-size: var(--font-size-4);
}
.frame-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.frame-centered .headline, .frame-centered .ce-textpic, .frame-centered .download-list {
  text-align: center;
  width: 70%;
}
@media (max-width: 1579px) {
  .frame-centered .headline, .frame-centered .ce-textpic, .frame-centered .download-list {
    width: 80%;
  }
}
@media (max-width: 1159px) {
  .frame-centered .headline, .frame-centered .ce-textpic, .frame-centered .download-list {
    width: 100%;
  }
}
.frame-centered .container {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1160px) {
  .frame-centered .container {
    width: 60%;
  }
}
.frame-centered .container .ce-bodytext {
  margin-top: var(--space-2);
}
.frame-centered .container p {
  font-size: var(--font-size-h3);
}
.frame-centered .container .ce-row {
  display: grid;
  grid-gap: var(--space-2);
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
}
.frame-centered .container .ce-row .ce-column {
  background-color: red;
  aspect-ratio: 1;
}
@media (min-width: 1160px) {
  .frame-centered .container .ce-row .ce-column {
    aspect-ratio: 1.3333333333;
  }
}
.frame-centered .container .ce-row .ce-column figure {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  margin: 0;
  padding: var(--space-1);
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 810px) {
  .frame-centered .container .ce-row .ce-column figure {
    padding: 1rem 2rem;
  }
}
.frame-centered .container .ce-row .ce-column figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.frame-layout-40 {
  padding: var(--space-6) 0 0 0;
  position: relative;
  background-color: #5E5E5E;
  color: #fff;
}
.frame-layout-40 .row {
  --bs-gutter-x: 200px;
}
.frame-layout-40 .headline {
  margin-bottom: var(--space-6);
}
.frame-layout-40 .frame {
  margin: 0;
}
.frame-layout-40 .ce-bodytext {
  display: flex;
  gap: 2rem;
}
.frame-layout-40 .ce-bodytext p {
  font-family: "Kanit", sans-serif;
}
.frame-layout-40 .ce-bodytext .no-round {
  aspect-ratio: 1;
  width: 2em;
  height: 2em;
  font-family: "Kanit", sans-serif;
  line-height: calc(2em);
  text-align: center;
  font-size: 2rem;
  margin: 0;
  color: #5E5E5E;
  background: url('data:image/svg+xml;charset=UTF-8, <svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="37.25" height="36.74" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 37.25 36.74"><defs><clipPath id="clippath"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-1"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-2"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-3"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-4"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-5"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-6"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-7"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-8"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-9"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-10"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-11"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-12"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-13"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-14"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-15"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-16"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-17"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-18"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-19"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-20"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-21"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-22"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-23"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-24"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-25"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-26"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-27"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-28"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-29"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-30"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-31"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-32"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-33"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-34"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-35"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-36"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-37"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-38"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-39"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-40"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-41"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-42"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-43"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-44"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-45"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-46"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-47"><rect width="37.25" height="36.74" fill="none"/></clipPath><clipPath id="clippath-48"><rect width="37.25" height="36.74" fill="none"/></clipPath></defs><g clip-path="url(%23clippath)"><path d="m36.69,18.4c-.09-.06-.28-.03-.25.14l.33.12-.08-.26Z" fill="%23464646"/></g><g clip-path="url(%23clippath-1)"><path d="m36.04,19.46c.15.19.41.44.73.34-.31-.21-.17-.25-.54-.47-.03-.16.11-.27.24-.24-.08-.06.08-.25-.13-.34-.13.1-.2.22-.21.34,0,.06,0,.13.03.2.02.07.06.14.1.21-.08.05-.16,0-.22-.03" fill="%23464646"/></g><g clip-path="url(%23clippath-2)"><path d="m28.49,32.09l.1-.02s-.07,0-.1.02" fill="%23464646"/></g><g clip-path="url(%23clippath-3)"><path d="m19.85,34.98c.07-.01.1-.05.1-.08-.06.03-.11.05-.1.08" fill="%23464646"/></g><g clip-path="url(%23clippath-4)"><path d="m18.29,34.64s.06.02.09.03c-.03-.03-.07-.05-.09-.03" fill="%23464646"/></g><g clip-path="url(%23clippath-5)"><path d="m28.49,32.09l-.26.06c.05.1.15,0,.26-.06" fill="%23464646"/></g><g clip-path="url(%23clippath-6)"><path d="m36.57,21.72c0-.06-.03-.11-.06-.16,0,.05,0,.09.01.14.02,0,.03.01.05.02" fill="%23464646"/></g><g clip-path="url(%23clippath-7)"><path d="m31.29,29.16l.05-.06s-.04-.09-.06-.14l.02.19Z" fill="%23464646"/></g><g clip-path="url(%23clippath-8)"><path d="m33.03,26.62c-.05.05.19.22.28.31-.08-.09-.1-.17-.09-.23-.05-.03-.11-.05-.19-.07" fill="%23464646"/></g><g clip-path="url(%23clippath-9)"><path d="m35.3,22.2l-.02-.09s0,.06.02.09" fill="%23464646"/></g><g clip-path="url(%23clippath-10)"><path d="m29.71,30.69s-.07-.05-.09-.06c.02.03.06.04.09.06" fill="%23464646"/></g><g clip-path="url(%23clippath-11)"><path d="m36.92,14.4s-.03,0-.05.01c.03.01.05.01.05-.01" fill="%23464646"/></g><g clip-path="url(%23clippath-12)"><path d="m35.95,18.4l-.02-.05c-.05,0-.11-.01-.16-.01l.18.06Z" fill="%23464646"/></g><g clip-path="url(%23clippath-13)"><path d="m15.58,33.98s0,0,.01,0c.08-.02.04-.02-.01,0" fill="%23464646"/></g><g clip-path="url(%23clippath-14)"><path d="m3,14.99c-.16.11-.21-.02-.27-.13-.06-.12-.13-.22-.32-.03.12-.01.34.48.59.16" fill="%23464646"/></g><g clip-path="url(%23clippath-15)"><path d="m36.52,21.8s-.01.09-.02.14c.02-.06.03-.1.02-.14" fill="%23464646"/></g><g clip-path="url(%23clippath-16)"><path d="m2.42,14.82h0l-.04.04s.02-.02.04-.04" fill="%23464646"/></g><g clip-path="url(%23clippath-17)"><path d="m9.7,31.68s-.02.1-.02.14c.01-.03.02-.06.02-.14" fill="%23464646"/></g><g clip-path="url(%23clippath-18)"><path d="m13.85,34.13l-.1-.07s.07.06.1.07" fill="%23464646"/></g><g clip-path="url(%23clippath-19)"><path d="m7.5,30.42c-.03-.06-.02-.1-.11-.14,0,.02,0,.03,0,.04.05,0,.09.01.12.09" fill="%23464646"/></g><g clip-path="url(%23clippath-20)"><path d="m5.73,28.48s-.01.05-.02.07c.02.02.04.04.06.06l-.05-.13Z" fill="%23464646"/></g><g clip-path="url(%23clippath-21)"><path d="m32.84,6.46c-.02.1-.06.19-.11.27.12-.16.47.12.11-.27" fill="%23464646"/></g><g clip-path="url(%23clippath-22)"><path d="m36.42,21.69c.07.03.1.06.1.11,0-.03,0-.07,0-.1-.04-.02-.08-.03-.11,0" fill="%23464646"/></g><g clip-path="url(%23clippath-23)"><path d="m5.88,31.98l-.31-.36c.08.11.19.24.31.36" fill="%23464646"/></g><g clip-path="url(%23clippath-24)"><path d="m13.65.68l.09-.06s-.08.02-.09.06" fill="%23464646"/></g><g clip-path="url(%23clippath-25)"><path d="m4.58,30.61c.02-.13,0-.23-.03-.33-.03,0-.06,0-.09,0l.12.32Z" fill="%23464646"/></g><g clip-path="url(%23clippath-26)"><polyline points="32.73 6.73 32.73 6.72 32.73 6.73" fill="%23464646"/></g><g clip-path="url(%23clippath-27)"><path d="m26.86,4.54c-.12-.03-.13-.09-.12-.15.05.02.11.05.2.08,0,0,.02-.01.03-.02-.04.04-.08.08-.11.1m-.61-2.53c.09.05.21.11.33.16-.02.1-.09.18-.16.14.07-.04-.09-.17-.17-.3m.77.37s0,0,0,0c.08.03.15.06.19.08-.04-.02-.1-.04-.2-.08m8.04,6.5c-.22-.4-.42,0-.65.03-.38-.39.1-.35.16-.61-.13-.12-.31-.18-.46-.24-.16-.06-.3-.11-.36-.22.04-.05.03-.1.12-.1-.11-.03-.21-.1-.29-.18-.04-.04-.09-.09-.13-.14-.04-.05-.09-.1-.13-.15-.18-.2-.36-.41-.63-.44,0-.04.02-.08.04-.1-.1.17-.24.3-.35.37-.13-.14-.41-.11-.28-.33.07.09.15.04.25.03l-.21-.08c.14-.37.27.13.47-.04-.17-.12-.39-.21-.58-.32-.19-.1-.36-.2-.43-.35.2-.28.58.44.52-.07l.12.22.11.23c.16-.64.17.25.38-.39-.04-.07-.09-.13-.13-.18-.04-.05-.08-.09-.13-.12-.08-.07-.16-.12-.24-.17-.16-.1-.3-.2-.5-.46-.24.04-.16.24-.4.27-.22-.09-.32-.2-.37-.33-.05-.12-.04-.25-.03-.38.02-.25.05-.47-.35-.51-.28.07-.6.37-.83-.1l.36-.21c-.23-.21-.39-.15-.53-.11-.14.04-.26.05-.45-.24.18-.06.47.17.42.08-.16-.49-.37,0-.63-.17l.14-.32c-.15-.08-.3-.15-.46-.21-.16-.06-.33-.13-.5-.18-.34-.11-.69-.23-1.03-.36.08-.07.24-.11.14-.28-.11-.03-.22-.07-.33-.12-.11-.05-.22-.09-.33-.14-.22-.1-.43-.22-.65-.34-.22-.12-.43-.24-.63-.37-.05-.03-.1-.07-.15-.1-.05-.03-.1-.06-.15-.09-.1-.06-.2-.12-.3-.18l-.41.17c-.07-.03-.1-.17,0-.2-.3-.2-.07.18-.27.24-.19-.03-.2-.24-.06-.29-.17.02-.36.03-.57.03-.21,0-.43.01-.65,0-.11,0-.22-.02-.32-.04-.11-.01-.21-.03-.31-.06-.2-.05-.38-.12-.52-.23l.14-.07c-.12-.05-.22-.04-.31,0-.09.04-.17.1-.24.16-.15.11-.29.21-.5.04l.09-.04c-.52-.12-1.09-.13-1.62-.13-.13,0-.26-.01-.39-.02-.13,0-.25-.02-.38-.03-.12-.02-.24-.04-.35-.07-.11-.03-.23-.08-.33-.12-.07.22-.33.19-.59.19-.06,0-.13,0-.19,0-.06,0-.11.02-.16.04-.09.04-.15.12-.15.28-.32-.11-.44-.19-.6-.26-.15-.06-.34-.11-.79-.13-.24.01-.27.43-.53.56l-.08-.3c-.1.14-.2.27-.3.41-.1-.11-.19-.21-.29-.31l-.24.15c.11-.01.26.07.26.16-.18.12-.44.14-.66.11-.22-.03-.41-.1-.44-.17l-.43.29c-.14.1-.28.2-.42.3-.02-.12.12-.23.21-.35-.39.49-.21-.27-.56.18.09.04.04.18.05.25-.15-.04-.35,0-.56.07-.1.04-.21.09-.31.14-.1.05-.2.11-.28.18l-.02-.23c-.17.07-.35.16-.52.26-.09.05-.17.1-.26.15-.08.06-.17.11-.25.17-.17.12-.34.23-.51.35-.17.12-.34.24-.52.36.31-.08.45.27.27.43l-.26-.22c-.02.25.28-.03.15.35-.27.14-.38-.19-.29-.38l-.25.31c-.07-.07-.03-.16-.08-.28,0,.13-.19.16-.37.21-.18.05-.35.13-.33.34l-.08-.06c-.17.13-.31.25-.43.36-.12.11-.22.22-.32.33-.1.11-.19.21-.3.31-.1.11-.2.22-.32.34.19.22-.05.35-.03.65-.2.15-.44.28-.67.43-.23.16-.46.35-.65.58-.16.41.11.25.12.5-.22-.14-.57.35-.52-.01-.21.29-.33.49-.45.72-.06.11-.12.23-.18.38-.06.15-.12.33-.2.54.14-.03.24-.09.28,0-.05.16-.29.25-.38.17v-.05c-.1.53-.55.93-.95,1.37-.21.21-.39.43-.52.66-.06.11-.11.23-.14.34-.02.12-.03.24,0,.36v-.05s-.03.44-.03.44v.22s-.01.22-.01.22c-.17.35-.11-.28-.35-.07.03.25.01.46-.03.65-.03.19-.09.35-.15.51-.06.16-.13.31-.17.48-.04.16-.05.34-.03.54-.11.05-.2.12-.27.21-.07.09-.12.19-.16.3-.04.11-.07.24-.09.36s-.04.26-.04.4c-.01.27-.01.56-.05.81-.02.26-.08.5-.22.69l.18-.03c.16.21-.12.24-.17.39.14-.02.17-.21.26-.08.05.43.03.86.03,1.31,0,.22-.02.44-.02.66,0,.22-.01.45-.02.67v.17s-.01.17-.01.17v.34c0,.23-.01.46,0,.68,0,.23.02.46.03.69.02.23.05.45.08.68.05.33.31.36.51.42.21.06.38.15.28.6l-.38-.13c.05.07.09.14.13.22.04.07.09.15.13.22.08.15.15.3.21.45.06.15.13.31.19.46.06.15.12.31.18.47.13.31.26.61.41.9.17.28.34.56.57.8-.1-.03-.2.02-.25-.09-.05.18.08.4.23.56.15.16.34.27.42.22.09.18-.13.13-.15.29.01.15.17.26.31.35.14.1.25.18.2.31-.02.04-.11-.02-.15-.05.2.08.45.69.58.39.08.24.25.4.41.55.16.15.29.3.36.5.2,0,.31.17.41.32.05.08.1.15.17.18.06.03.14.03.23-.03-.36.28.31.87.68.91-.17.03.09.28-.12.34.25.24.56.38.66.17.06.41.37.55.66.65.28.1.51.2.45.59.25.1.49.2.72.3.24.09.47.18.69.27.11.05.22.09.33.13.11.04.22.08.33.13.11.04.22.09.32.13.11.04.22.08.32.12-.06.1-.15.12-.25.11-.1-.01-.21-.07-.32-.12-.22-.11-.43-.21-.54,0,.22.07.42.12.6.15.19.03.37.05.55.08.18.03.34.07.52.12.17.05.35.13.53.24.18.15-.19.13-.29.17.11.02.21.05.32.08.1.03.2.06.3.1.2.07.39.15.58.22.19.07.38.13.58.18.1.02.19.04.29.06.1.01.2.01.3.01-.01.04-.11.06-.19.07.15.03.32.16.36-.04h-.16c-.07-.16.12-.27.33-.36.21-.09.44-.14.47-.22-.39.52.68.31.12.95.11-.01.25-.08.26-.22.13.07.16.16-.02.28.14,0,.23-.01.31-.03.07-.02.12-.05.17-.08.09-.05.17-.09.41-.05-.02.1-.12.12-.19.23.28-.15.55-.29.95-.16-.03.06,0,.14-.12.12.18.01.34,0,.5-.03.16-.02.32-.08.48-.11.16-.04.31-.07.48-.08.16,0,.34,0,.53.05-.24.43.26.15.3.53.07-.02.14-.03.21-.05l.21-.06-.17-.18c.18,0,.35-.07.51-.13.16-.06.32-.09.47-.05l-.13.09-.13.08c.11-.01.23-.03.34-.06l.34-.06-.39-.11c.35-.22-.07-.47.41-.41-.09.05.35-.02.56.17,0,0,0,0,0,0,.16-.14.32-.29.59-.23.09.11,0,.42.06.49.06-.17.27-.23.48-.29.21-.06.42-.12.49-.32-.06.09-.02.29.01.32l.09-.28c.18.04.21.08.22.24.5-.07-.26-.43.36-.36-.04.03,0,.06-.09.12.15,0,.29-.04.43-.09.14-.05.27-.11.4-.16.07-.03.13-.06.19-.08.06-.03.13-.06.19-.08.13-.05.26-.09.4-.1.28.31-.43.24-.15.49.18-.08.37-.18.55-.29.18-.12.35-.24.52-.36.17-.12.34-.24.51-.35.09-.05.17-.1.26-.14.09-.04.18-.08.27-.11l-.15.03c-.07-.27.08-.27.29-.26.2,0,.46.04.57-.17-.06.08.03.32.03.26.25-.09.47-.26.7-.47.11-.11.23-.23.35-.36.06-.06.12-.13.19-.2.07-.07.13-.14.2-.21v.17c.32-.08.71-.41,1.01-.57,0-.17.16-.27-.06-.36.16,0,.3-.03.43-.07.12-.05.23-.12.33-.19.19-.16.34-.36.47-.57.13-.21.26-.41.41-.58s.34-.3.62-.36c-.07.08-.09.27-.03.21.15-.22.29-.45.43-.67-.22-.1-.17-.01-.42-.01-.04-.17.02-.4.14-.54-.11.36.29.24.49.2-.07-.03-.1-.12-.16-.15.57-.06-.33-.35.23-.6l.08.1s.03-.1.04-.15c.01-.06.02-.11.03-.16.02-.11.06-.21.13-.29.27.08-.02.25.15.39.17-.27-.06-.78.31-.87,0,.15-.11.31-.12.46.22-.03.32-.07.38-.12.06-.05.09-.11.18-.19h-.02c.14-.11.28-.23.41-.36-.05.02-.1.05-.15.07-.19-.35-.13-.54-.02-.73.05-.09.11-.19.15-.3.03-.11.05-.25,0-.42.16.65.19.19.44.37.14-.08.32-.22.37-.13-.05-.17.04-.24.12-.33.08-.09.15-.21.06-.45.1.03.12-.24.32-.09.07-.33-.19,0-.29-.07-.05-.3.15-.53.35-.8.05-.07.1-.14.15-.21.04-.07.08-.15.11-.24.06-.17.08-.35.02-.56,0-.33-.08-.54-.15-.74-.04-.1-.08-.2-.1-.31-.03-.11-.06-.23-.07-.38.1-.07.18-.02.23.06.05.08.08.17.08.17.1-.13.17-.26.19-.39.03-.13.03-.27,0-.42.07.08.16.03.28-.04.02-.24-.33-.22-.13-.5.1.07.26.17.35.3-.02-.15-.06-.3-.11-.45-.05-.15-.1-.3-.12-.45.18-.06.24.21.33.33-.03-.34-.04-.87-.31-.99l-.11.2c0-.12.24-.04.28.05.18.3-.14.39-.24.39l-.04-.21c-.3.07-.3.27-.24.51.06.24.17.52.11.72l-.38-.24c.09.15.18.31.27.47-.06.03-.15.05-.23.04-.08-.02-.14-.06-.16-.17-.26.24.09.28-.19.47-.04.02-.06,0-.07-.03l.06.3c-.07-.07-.3-.03-.2-.18-.09.11-.12.21-.13.31-.01.1,0,.2,0,.28.02.17.05.31-.13.35v-.05c-.02.18-.02.27,0,.33.02.06.07.07.12.09.1.03.24.04.32.35-.28.03-.56.06-.83.08l.27.17c-.03.06-.11.19-.22.12.1.32.14,0,.27.22-.2.11-.25.35-.32.54-.08.19-.17.34-.41.27.16.21.3-.23.3.18-.26-.06-.28.04-.29.19,0,.14,0,.33-.17.41-.2-.21.06-.4-.3-.24.16.19.07.31-.07.42-.14.11-.33.19-.35.33.16.1.12.24.03.41-.09.17-.25.37-.32.59-.08-.09-.63.58-.99.81l-.04-.05c.12.14.1.29.04.43-.07.15-.18.29-.25.43-.16-.15-.19-.25-.16-.44-.06.07-.12.15-.18.22.05.13.04.24-.05.41l-.16-.24c-.06.07-.1.16-.15.25-.05.09-.09.18-.14.28-.05.09-.11.18-.18.27-.04.04-.08.08-.12.12-.05.03-.1.06-.16.09.08.1.28.16.42.26.15.09.24.22.1.47-.11-.09-.29-.25-.23-.38-.02.04-.04.2-.15.22v-.32c-.24.08.04.22-.11.34-.13-.15-.19-.01-.28-.15.02-.05.17-.05.17-.15-.17.12-.43.2-.59.13.09.07.18.2.08.32-.28.26-.26-.1-.49-.03.02.17-.26.21-.08.44-.09.07-.19-.03-.27-.06-.04.11-.21.26-.33.39-.12.13-.19.25-.01.31h.05s-.01,0-.02.02h0s0,0,0,0c-.09.16-.21.28-.35.37-.14.1-.3.16-.46.23-.32.14-.65.23-.9.44l-.05-.09c-.14.15-.32.26-.49.38-.17.12-.31.24-.4.39-.11.05-.32-.05-.33-.18-.24.18-.22.32-.68.32.21-.27-.15-.1.23-.23-.39.06-.52-.06-.8.34.04-.28-.38-.21-.52-.08l.31.09c-.18.1-.36.14-.53.17v-.35c-.22-.04-.4,0-.55.08-.16.08-.29.21-.43.31-.14.1-.28.2-.43.23-.07.02-.15.02-.23,0-.08-.02-.16-.07-.25-.14-.16.27.44.09.32.39-.37.02-.81-.39-.91-.38-.25-.06-.34.07-.44.22-.05.07-.1.15-.17.2-.07.05-.16.08-.29.06.07.11.17.43-.21.57-.37-.02-.47-.47-.26-.58.09-.02.13.02.13.06.11-.05.26-.11.11-.23l-.04.12c-.09-.05-.26-.07-.39-.1-.13-.03-.22-.08-.17-.17-.26.12-.11.2.09.26-.23-.08-.4-.08-.58-.07-.09,0-.18.02-.27,0s-.2-.02-.31-.05c.07.07.14.21.06.21-.34-.08-.42-.03-.47.05-.05.08-.08.19-.32.2-.25-.2.12-.43-.35-.31-.27-.15-.03-.32.09-.41-.11.05-.21.06-.31.05-.09-.02-.18-.06-.26-.1-.16-.09-.3-.22-.41-.25l.23-.07c-.14.04-.24.03-.35.01.03.09.06.17.09.25-.12-.06-.23-.08-.21-.18-.16.13.04.41-.26.58-.15-.15-.56.04-.55-.29.26.11.26.02.25-.08,0-.1-.02-.23.21-.21-.09.02-.2,0-.32-.06-.01-.04.03-.06.07-.07-.44-.39-.3.3-.83.17.06-.08.05-.17.01-.24-.03-.07-.09-.12-.14-.11.2.06.02.32-.2.4-.3-.23-.39,0-.57-.07l.18.12c-.06.08-.13.1-.22.1-.09,0-.19-.03-.32-.04.02-.14.24-.02.18-.11-.18.11-.3-.02-.43-.16-.13-.14-.26-.31-.47-.28-.12-.18.11-.32,0-.45-.24.03-.32-.07-.4-.18-.08-.11-.15-.22-.39-.22.01.27.06.23-.33.31l.73.15c-.19.04-.38.09-.57.13.2.09.49.06.6.14-.28.1-.24.04-.22.27-.07-.23-.23-.24-.4-.25-.17,0-.36,0-.47-.19l.27-.53c-.17-.24-.41-.27-.67-.31-.13-.02-.27-.04-.41-.09-.14-.05-.28-.11-.4-.24.04.07.09.14.13.2-.2.16-.37-.2-.61-.24.13-.15.05-.29.04-.44-.08.13-.39-.3-.68-.01-.03-.13-.07-.26-.09-.39-.18-.21-.39-.19-.61-.18-.22.02-.43.03-.61-.17.26-.06.18-.32.54-.21-.13-.12-.23-.25-.32-.15,0-.08-.14-.11-.27-.15-.13-.05-.27-.11-.26-.23-.11.01-.28.15-.41,0,.01-.04.07-.07.07-.07-.03.03-.12,0-.19,0-.07,0-.14.01-.16.15.01-.21-.05-.38-.15-.54-.05-.08-.11-.15-.17-.22-.06-.07-.13-.14-.19-.21-.13-.14-.27-.27-.36-.41-.09-.15-.14-.3-.1-.48-.07-.07-.15-.14-.23-.21-.08-.07-.15-.15-.22-.23-.14-.16-.28-.31-.39-.46.06-.01.08-.05.1.01-.11-.51-.65.06-.77-.53.07-.21.14-.16.2-.1s.11.15.11.05c.26-.2.16-.33,0-.48-.15-.15-.35-.31-.26-.57l.07.06c.03-.18-.1-.3-.26-.43-.17-.13-.35-.29-.42-.51,0,0,.06,0,.09-.04-.22-.07-.42-.24-.58-.45-.16-.2-.32-.43-.43-.64.29.05.19.15.41-.02-.1-.18-.37.2-.58-.17.09-.17.11-.49.37-.61.04.12.09.24.13.35.14-.15.1-.26.02-.36-.07-.1-.18-.2-.18-.31l.16-.02c-.21-.53-.58-.45-.7-1.07l-.1.09c-.23-.13-.19-.21-.13-.3.05-.09.12-.17-.05-.31l.38-.17c-.03-.05-.08-.12-.14-.2-.05-.08-.11-.18-.17-.28-.06-.1-.12-.21-.17-.32-.05-.11-.1-.22-.12-.32.15.1.29.27.41.44.12.17.22.35.33.48-.03-.22-.12-.74-.33-.83.05.08.16.19.11.28-.35-.23-.53-.59-.56-1.04.38.02.42-.27.44-.61,0-.34.04-.73.34-.88-.03-.1-.06-.19-.07-.29,0-.1,0-.19,0-.29.01-.19.05-.39.1-.58.06-.19.12-.39.17-.59.01-.05.02-.1.04-.15.01-.05.03-.1.04-.16.03-.1.05-.21.06-.32-.65.2.03-.26-.59-.32,0-.22.03-.3.08-.31.17-.18.33-.37.51-.54.11-.05.13,0,.14.08.01.07.02.16.09.16.07-.22.16-.24.24-.25.09,0,.18,0,.3-.11-.23,0-.26-.24-.11-.46l-.37.27c-.04-.18-.01-.29.04-.37.05-.08.14-.12.22-.17.17-.09.33-.17.28-.53l.12.25c0-.17.11-.45.17-.74.02-.07.03-.15.04-.22.01-.07.02-.15.02-.22,0-.14-.03-.28-.11-.41.09-.02.27-.02.26.13.05-.08.09-.18.12-.27.04-.09.07-.19.1-.3.06-.2.1-.42.16-.63.06-.2.12-.41.21-.57.09-.17.2-.31.35-.39l.09.13c.04-.14-.1-.38.13-.44.05.04.09.13.14.08,0-.09,0-.47.19-.58l.04.24c.15-.13.25-.26.32-.4.07-.14.11-.29.14-.45.07-.3.11-.62.29-.9.16.15.38.14.58.07s.39-.19.53-.26l.04.05c.17-.14.3-.29.42-.45.12-.15.23-.31.33-.48.1-.17.2-.33.31-.5.11-.17.22-.34.37-.49.18.02.36-.02.55-.1.19-.08.39-.18.6-.3.05-.03.1-.06.15-.09.05-.03.11-.06.16-.08.11-.06.21-.11.32-.16.21-.11.43-.18.65-.21-.15-.01-.14-.32-.03-.42.21-.01.36-.51.5-.13l-.07.02c.3.31.61.04.9-.06l-.15-.51c.26.11.51.09.75.03.12-.03.24-.07.35-.12.06-.03.11-.06.17-.08.06-.03.11-.05.17-.08.22-.1.43-.22.63-.25.2-.03.37-.01.52.13.08-.08.18-.15.28-.2.1-.05.2-.1.29-.19l.04.28c.14,0,.25-.01.36-.02s.22,0,.32-.02c.11,0,.22-.02.34-.04.06,0,.13-.02.2-.04.07-.01.15-.02.23-.04l-.11.21c.18,0,.28-.22.39-.44.1-.22.2-.45.38-.46l.12.42c.16,0,.33.01.5.04l.12.02.12.03c.08.02.17.03.25.05.16.03.33.04.49.03.16,0,.33-.04.5-.13-.02.06-.05.18-.15.19.31.02,1.14.42,1.11-.18-.02.19.14.22.36.2.22-.02.5-.11.69-.15l-.11.26c.37-.28.4-.38.85-.38.09.06.03.24-.08.14.29.23.32-.19.68.07l-.2.13c.33.12.33.01.58-.12.25-.03.62.28.57.54.1-.13.35-.25.52-.11-.01.1-.1.13-.15.14.12.1.24.15.35.17.11.03.22.04.32.05.21.02.39.03.51.24-.03.09-.03.14-.01.18-.41-.21-.75-.37-.71-.37-.1.24.21.43-.2.64.17-.03.41-.09.65-.11.24-.01.46.02.6.16,0,.03,0,.06,0,.1h-.05c.06.07.14.08.22.08.08.09.13.16.22.22-.03.1.04.18.15.24s.24.11.31.17c.14-.25.32-.08.25-.4.01.03-.05,0-.16-.05-.03,0-.06-.02-.08-.01,0,0,.02-.01.02-.01-.11-.05-.25-.13-.41-.21.2-.05.4-.08.49.16.18-.11.36-.21.46-.25,0,.24.08.47.15.67.07.2.11.38.07.5.14.05.28.11.42.18.14.07.28.15.42.22.14.07.29.12.44.15.15.03.3.03.45,0,.17.06.04.24.03.34-.11-.02-.19-.1-.27-.07.08.03.17.08.26.13.05.03.09.06.14.09.05.03.09.06.14.09.18.11.36.18.52.08.09.2-.01.22-.08.24-.03,0-.06.01-.05.04s.06.07.17.16l-.13.03c.08.3.24.49.44.63.19.15.42.24.66.35.23.11.46.24.64.42.09.09.17.21.22.34.06.13.09.29.1.47-.01-.1-.02-.14.02-.19.03.08.07.17.11.25.04.08.08.16.12.24.08.16.18.31.28.46.09.15.19.31.29.46.05.08.1.15.15.23l.14.23c.09.16.19.31.28.47.08.16.15.33.22.49.03.08.06.17.09.25.02.09.04.18.06.26.03.18.05.36.05.54.02.41.26.37.51.54l-.26.17c.15.09.3.19.45.3.1.12.13.26.11.41-.01.15-.07.3-.12.45-.05.15-.08.3-.07.45,0,.15.06.31.22.47l.18-.13c0,.14.08.34.11.51.03.17.02.31-.1.3.04.02.22.06.13.18l-.16.03c.06.1.12.21.18.31l.16.32c-.04.26-.2.25-.34.27-.07.01-.14.03-.19.09-.05.06-.08.16-.08.34.07.26.48.76.59.66,0-.11.09-.29.25-.3l.09.26c.24.02.47.09.69.06.22-.02.42-.14.58-.48l-.3-.46.22-.16c.02.13.02.27.03.4.21-.24,0-.37-.13-.52.12-.05.2-.12.24-.22-.16-.14-.32-.29-.48-.42.18-.07.39.17.45-.15-.24-.19-.39.25-.57-.09.18-.25.37-.21.15-.44.11-.05.2,0,.26.09-.09-.11-.12-.26-.17-.4-.05-.14-.12-.25-.25-.29.11-.14.06-.33.03-.5-.03-.16-.03-.3.19-.34-.12-.05-.43-.33-.5-.53.3.13.27-.07.21-.31-.05-.24-.11-.51.17-.54-.14-.04-.23-.12-.32-.22-.08-.1-.15-.23-.21-.37-.06-.14-.11-.28-.18-.41-.07-.13-.16-.26-.27-.35.05.01.14.04.13.09-.07-.29.03-.42.04-.64-.38.12-.65-.26-.97-.38.2-.49.51,0,.8-.26-.14.08-.28-.03-.41-.13-.13-.1-.25-.18-.34-.07.09-.35,0-.26.22-.54-.46.19-.19-.19-.57-.24.01-.46.35-.32,0-.62.01-.13.1-.13.19-.1.09.03.18.09.18.09" fill="%23464646"/></g><g clip-path="url(%23clippath-28)"><path d="m27.24,4.33s.03,0,.05,0c0-.04-.02-.07-.03-.09-.03.02-.06.04-.08.06.02.01.04.02.06.03" fill="%23464646"/></g><g clip-path="url(%23clippath-29)"><path d="m28.61,32.06h-.02s.04,0,.05.02c-.02,0-.02-.01-.03-.02" fill="%23464646"/></g><polygon points="14.56 .3 14.58 .37 14.64 .29 14.56 .3" fill="%23464646"/><g clip-path="url(%23clippath-30)"><path d="m32.57,29.66s.06.01.09,0c-.02,0-.05,0-.09,0" fill="%23464646"/></g><g clip-path="url(%23clippath-31)"><path d="m33.8,28.06l.24-.19c-.12.07-.19.14-.24.19" fill="%23464646"/></g><g clip-path="url(%23clippath-32)"><path d="m34.71,26.78s-.07-.06-.09-.08c0,0,0,0,0,0l.1.08Z" fill="%23464646"/></g><g clip-path="url(%23clippath-33)"><path d="m13.39,35.97s-.04,0-.06,0c-.15.01-.05.02.06,0" fill="%23464646"/></g><g clip-path="url(%23clippath-34)"><path d="m20.79,35.98c-.07.06-.14.12-.22.16.13,0,.23,0,.22-.16" fill="%23464646"/></g><g clip-path="url(%23clippath-35)"><path d="m5.92,32.02s0,0,0,0c-.01-.01-.03-.02-.04-.04l.03.04Z" fill="%23464646"/></g><g clip-path="url(%23clippath-36)"><path d="m20.23,36.17c.13.05.24.03.34-.02-.11-.01-.24-.03-.34.02" fill="%23464646"/></g><g clip-path="url(%23clippath-37)"><path d="m36.8,20.33l.02-.07s-.03,0-.05-.01l.02.09Z" fill="%23464646"/></g><g clip-path="url(%23clippath-38)"><path d="m36.78,20.24l-.03-.09s0,.07.03.09" fill="%23464646"/></g><g clip-path="url(%23clippath-39)"><path d="m36.7,19.97l.06.18c0-.06.02-.14-.06-.18" fill="%23464646"/></g><g clip-path="url(%23clippath-40)"><path d="m36.33,22.36l.09.05s-.05-.03-.09-.05" fill="%23464646"/></g><g clip-path="url(%23clippath-41)"><path d="m36.22,22.98c.06-.14.3-.32.29-.54l-.08-.04c.12.13-.34.4-.21.58" fill="%23464646"/></g><g clip-path="url(%23clippath-42)"><path d="m34.19,24.98c.09-.14.17-.28.26-.43-.13.04-.31.09-.26-.13-.53.45.28-.03,0,.55" fill="%23464646"/></g><g clip-path="url(%23clippath-43)"><path d="m33.39,26.28c.07-.26-.14-.07-.19-.11.01.19.01.24.19.11" fill="%23464646"/></g><g clip-path="url(%23clippath-44)"><path d="m25.52,33.58l-.08-.25c-.17.12.04.09.08.25" fill="%23464646"/></g><g clip-path="url(%23clippath-45)"><path d="m23.96,35.59c.08.03.17.06.25.09l.02-.26c-.09.06-.18.12-.28.17" fill="%23464646"/></g><polygon points="22.04 34.24 22.27 34.13 22.34 34.08 22.04 34.24" fill="%23464646"/><g clip-path="url(%23clippath-46)"><path d="m6.21,28.69l-.21.25c.13.07.42-.14.21-.25" fill="%23464646"/></g><g clip-path="url(%23clippath-47)"><path d="m2.57,21.87c.13-.12.2-.35.02-.45,0,.18-.08.38-.02.45" fill="%23464646"/></g><g clip-path="url(%23clippath-48)"><path d="m13.2,3.36l-.11.16c.08-.06.16-.13.24-.19-.05.01-.09.02-.13.03" fill="%23464646"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.frame-layout-40 .ce-column {
  display: flex;
  justify-content: center;
  width: 100%;
}
.frame-layout-40 .ce-column .image {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
.frame-layout-40 .ce-column .image img {
  width: 70% !important;
  height: auto !important;
  margin: 0 auto;
}
.frame-layout-40 .ce-column .image picture {
  display: block;
  width: 70%;
}
.frame-layout-40 .ce-column .image picture img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.frame-layout-40 .container-steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: var(--space-4);
}
@media (min-width: 810px) {
  .frame-layout-40 .container-steps {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--space-6);
  }
}
.frame-layout-40 .container-steps > div:nth-child(1) {
  order: 1;
}
.frame-layout-40 .container-steps > div:nth-child(2) {
  order: 2;
}
.frame-layout-40 .container-steps > div:nth-child(3) {
  order: 3;
}
.frame-layout-40 .container-steps > div:nth-child(4) {
  order: 4;
}
.frame-layout-55 {
  padding: 0 0 var(--space-6) 0;
  position: relative;
}
.frame-layout-50 {
  padding: 0 0 var(--space-6) 0;
  position: relative;
  border-bottom: 1px #999 solid;
}
/* FAQ */
.frame-layout-60 {
  background-color: #EFF2F5;
  padding: var(--space-6) 0;
}
.frame-layout-60 .container {
  position: relative;
}
.frame-layout-60 .headline {
  max-width: 100%;
}
@media (min-width: 1580px) {
  .frame-layout-60 .headline {
    max-width: 100%;
  }
}
.frame-layout-60 h2, .frame-layout-60 .h2, .frame-layout-60 span.subline {
  color: #005387;
}
.wrapper-fluid {
  overflow: hidden;
}
.frame-type-ce_container {
  position: relative;
}
.frame-type-ce_container .parallax-item {
  --moveY: var(--jsMoveY);
  position: absolute;
  transform: translateY(var(--moveY));
  pointer-events: none;
  z-index: -1;
  object-fit: contain;
}
@media (max-width: 809px) {
  .frame-type-ce_container .parallax-item {
    --moveY: calc(var(--jsMoveY) /3);
  }
}
.frame-type-ce_container .parallax-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.frame-type-ce_container .parallax-item.center-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(calc(var(--moveY) - 50%));
  opacity: 0.1;
}
.frame-type-ce_container .parallax-item.center-bottom img {
  width: 25vw;
  height: auto;
  transform: rotate(-65deg);
  transform-origin: center center;
}
.frame-type-ce_container .parallax-item.right-out-top {
  transform: translateX(65%) translateY(calc(var(--moveY) - 40%));
  top: 40%;
  right: 0;
  opacity: 1;
}
@media (max-width: 1159px) {
  .frame-type-ce_container .parallax-item.right-out-top {
    opacity: 0.2;
  }
}
.frame-type-ce_container .parallax-item.right-out-top img {
  width: 20vw;
  height: auto;
}
.frame-type-ce_container .parallax-item.right-top {
  top: 0;
  right: 0;
  transform: translateX(-20%) translateY(calc(var(--moveY) - 40%));
  width: 300px;
  height: 300px;
  opacity: 0.1;
  z-index: 10;
}
@media (max-width: 809px) {
  .frame-type-ce_container .parallax-item.right-top {
    top: 0px;
    transform: translateX(60%) translateY(calc(var(--moveY) - 40%));
  }
}
.frame-type-ce_container .parallax-item.right-top img {
  transform: rotate(-10deg);
}
.frame-type-ce_container .parallax-item.left {
  top: 0;
  left: 0;
  transform: translateX(-75%) translateY(calc(var(--moveY) - 20%));
  width: 400px;
  height: 400px;
  opacity: 1;
}
@media (max-width: 1159px) {
  .frame-type-ce_container .parallax-item.left {
    bottom: 0;
    opacity: 0.1;
  }
}
.frame-type-image figure {
  margin: 0;
}
.frame-right-slider .container, .frame-left-slider .container {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1580px) {
  .frame-right-slider .kmaslider_slider .headline {
    left: calc(100% - calc(540px - var(--space-4))) !important;
  }
}
@media (max-width: 1909px) {
  .frame-right-slider .kmaslider_slider .headline {
    left: calc(100% - calc(460px - var(--space-4))) !important;
  }
}
@media (max-width: 1579px) {
  .frame-right-slider .kmaslider_slider .headline {
    left: calc(100% - calc(460px - var(--space-3))) !important;
  }
}
@media (min-width: 1580px) {
  .frame-right-slider .kmaslider_slider .blue-aside-slider__arrows-next {
    right: 570px;
  }
}
@media (max-width: 1909px) {
  .frame-right-slider .kmaslider_slider .blue-aside-slider__arrows-next {
    right: 490px;
  }
}
@media (max-width: 1379px) {
  .frame-right-slider .kmaslider_slider .blue-aside-slider__arrows-next {
    right: 30px;
  }
}
@media (max-width: 809px) {
  .frame-right-slider .kmaslider_slider .blue-aside-slider__arrows-next {
    right: 10px;
  }
}
.frame-right-slider .kmaslider_slider .blue-aside-slider__arrows-prev {
  left: 30px;
}
@media (max-width: 809px) {
  .frame-right-slider .kmaslider_slider .blue-aside-slider__arrows-prev {
    left: 10px;
  }
}
.frame-right-slider .kmaslider_slider .blue-aside-slider__arrows-prev::after {
  transform: rotate(-180deg);
}
.frame-right-slider .blue-aside-slider__slide {
  flex-direction: row-reverse;
}
@media (max-width: 1379px) {
  .frame-right-slider .blue-aside-slider__slide {
    flex-direction: column;
  }
}
.frame-layout-96 {
  position: relative;
}
.frame-layout-96 .row {
  align-items: center;
}
.frame-layout-96 .order-text ol {
  list-style: none;
  counter-reset: item;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-6) + 10px);
}
@media (max-width: 1909px) {
  .frame-layout-96 .order-text ol {
    gap: var(--space-4);
    margin-top: var(--space-4);
  }
}
@media (max-width: 1579px) {
  .frame-layout-96 .order-text ol {
    gap: var(--space-3);
  }
}
@media (max-width: 1159px) {
  .frame-layout-96 .order-text ol {
    gap: var(--space-1);
    margin-top: var(--space-2);
  }
}
.frame-layout-96 .order-text ol li {
  counter-increment: item;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: 600;
  font-size: var(--font-size-6);
  line-height: var(--line-height-2);
  text-transform: uppercase;
}
@media (max-width: 1909px) {
  .frame-layout-96 .order-text ol li {
    font-size: var(--font-size-5);
  }
}
@media (max-width: 1579px) {
  .frame-layout-96 .order-text ol li {
    font-size: var(--font-size-4);
  }
}
@media (max-width: 809px) {
  .frame-layout-96 .order-text ol li {
    gap: var(--space-1);
  }
}
.frame-layout-96 .order-text ol li::before {
  content: "0" counter(item) ".";
  font-size: var(--font-size-9);
  color: #005387;
  font-weight: 900;
  min-width: 110px;
}
@media (max-width: 1909px) {
  .frame-layout-96 .order-text ol li::before {
    font-size: var(--font-size-8);
    min-width: 90px;
  }
}
@media (max-width: 1379px) {
  .frame-layout-96 .order-text ol li::before {
    min-width: 60px;
    font-size: var(--font-size-7);
  }
}
@media (max-width: 809px) {
  .frame-layout-96 .order-text ol li::before {
    min-width: 40px;
  }
}
.frame-layout-96 .order-image {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1159px) {
  .frame-layout-96 .order-image {
    display: block;
  }
}
@media (min-width: 1910px) {
  .frame-layout-96 .order-image > .frame {
    transform: translateX(100px);
  }
}
@media (max-width: 1909px) {
  .frame-layout-96 .order-image > .frame {
    max-width: 700%;
    transform: translateX(100px);
  }
}
@media (max-width: 1579px) {
  .frame-layout-96 .order-image > .frame {
    max-width: 90%;
    transform: translateX(100px);
  }
}
@media (max-width: 1379px) {
  .frame-layout-96 .order-image > .frame {
    max-width: 100%;
  }
}
@media (max-width: 1159px) {
  .frame-layout-96 .order-image > .frame {
    max-width: 100%;
    transform: none;
  }
}
@media (max-width: 1579px) {
  .row-spacer {
    display: none;
  }
}
.frame-layout-97 .headline h2, .frame-layout-97 .headline .h2 {
  color: #2D3236;
}
.frame-layout-97 .headline h2 span, .frame-layout-97 .headline .h2 span {
  font-style: unset !important;
}
:root {
  --nav-item-padding-rl: 1rem;
  --nav-orange: #f09a04;
  --filter-nav-orange:invert(56%) sepia(99%) saturate(950%) hue-rotate(0deg) brightness(103%) contrast(105%);
  --nav-level-2-bgc: #394046;
  --nav-level1-border-width: 3px;
  --arrow-icon-size: 25px;
  --arrow-icon-margin-rl: 1rem;
  --nav-ul-width: 350px;
}
.navigation-wrapper {
  width: 100%;
}
@media (min-width: 1160px) {
  .navbar-toggler {
    display: none;
  }
  #navbarResponsive {
    width: 100%;
  }
  #navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-family: "Kanit", sans-serif;
  }
  .scrolled #navigation #navbarResponsive {
    border: none;
  }
  #navigation .navbar {
    position: static;
  }
  #navigation .nav {
    flex-wrap: nowrap;
  }
  #navigation .nav.nav-level-1 {
    margin-right: 0;
  }
  #navigation .nav.nav-level-1 > .nav-item {
    padding: 0;
    position: static;
  }
  #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    position: relative;
    font-family: "Kanit", sans-serif;
    font-size: var(--font-size-navi-main);
    font-weight: 400;
    padding: 0 var(--nav-item-padding-rl);
    color: white;
    transition: color 400ms ease;
  }
  .no-touchevents #navigation .nav.nav-level-1 > .nav-item > .nav-link:hover, #navigation .nav.nav-level-1 > .nav-item > .nav-link.active {
    color: #005387;
  }
  #navigation .nav.nav-level-1 > .nav-item > .nav-link::before {
    position: absolute;
    top: calc(var(--nav-level1-border-width) * -1 + 100%);
    content: "";
    width: calc(100% - var(--nav-item-padding-rl) * 2);
    height: 100px;
  }
  .no-touchevents #navigation .nav.nav-level-1 > .nav-item.dropdown:hover > .nav-link:before, #navigation .nav.nav-level-1 > .nav-item.dropdown.active > .nav-link:before {
    border-top: var(--nav-level1-border-width) solid var(--nav-orange);
  }
  > .no-touchevents #navigation .nav.nav-level-1 > .nav-item.dropdown:hover > .nav-link:after, > #navigation .nav.nav-level-1 > .nav-item.dropdown.active > .nav-link:after {
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -14px;
    content: "";
    width: 28px;
    height: 2px;
    border: none;
    background-color: #FFF;
  }
  #navigation .nav.nav-level-1 > .nav-item.last > a {
    padding-right: 0;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 {
    bottom: 0;
    transform: TRANSLATEY(100%);
    visibility: hidden;
    display: grid;
    justify-content: center;
    grid-auto-flow: column;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    margin-top: -4px;
    width: 100%;
    background-color: var(--nav-level-2-bgc);
    border-radius: 0;
    padding: 0;
    border: none;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item {
    padding: 0;
    box-shadow: 4px 0 12px -4px #111;
    position: relative;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item.last, #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item.first {
    box-shadow: none;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item > .nav-link {
    position: relative;
    padding: calc(var(--space-1) / 2) var(--space-1);
    padding-right: calc(var(--arrow-icon-size) + var(--arrow-icon-margin-rl) * 2);
    font-size: var(--font-size-1);
    color: #fff;
    background-color: var(--nav-level-2-bgc);
    opacity: 0.7;
  }
  .no-touchevents #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item > .nav-link:hover {
    font-weight: 800;
    color: var(--nav-orange);
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item > .nav-link span {
    white-space: nowrap;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item > .nav-link::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url('data:image/svg+xml,<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>');
    filter: var(--filter-nav-orange);
    top: 50%;
    transform: TRANSLATEY(-50%);
    right: 0;
    height: var(--arrow-icon-size);
    width: var(--arrow-icon-size);
    margin: 0 var(--arrow-icon-margin-rl);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .no-touchevents #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item:hover {
    color: #005387;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item.active > .nav-link {
    color: #005387;
    position: relative;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item.active > .nav-link: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: #999 transparent transparent transparent;
  }
  #navigation .nav.nav-level-1 > .nav-item.open .dropdown-menu.nav-level-2 {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    flex-direction: row;
    z-index: 1;
  }
  .no-touchevents #navigation .nav.nav-level-1 > .nav-item.open:hover .dropdown-menu.nav-level-2 {
    z-index: 2;
  }
  #navigation .collapse {
    display: block;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  #navigation {
    flex-direction: column;
    align-items: stretch;
  }
}
:root {
  --nav-item-li-heigth: 76.5px;
}
.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;
  }
}
.nav-wrapper .css_only {
  --burger-height-sum: 30px;
  --burger-part-height: 3px;
  --burger-part-count: 0;
  --burger-gap: calc(var(--burger-part-height) / var(--burger-part-count));
  --burger-width:calc(var(--burger-part-height) * var(--burger-part-count) + (var(--burger-gap) * (var(--burger-part-count) - 1)));
  overflow: hidden;
  background-color: inherit;
}
.nav-wrapper .css_only input[type="checkbox"] {
  display: none;
}
.nav-wrapper .css_only .burger {
  height: var(--burger-height-sum);
  display: none;
}
@media (max-width: 1379px) {
  .nav-wrapper .css_only .burger {
    display: grid;
    gap: var(--burger-gap);
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    height: var(--burger-height-sum);
    width: var(--burger-height-sum);
  }
  .nav-wrapper .css_only .burger_part {
    height: var(--burger-part-height);
    width: 100%;
    background-color: #2D3236;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 5px;
    cursor: pointer;
  }
}
@media (max-width: 1159px) {
  .nav-wrapper .css_only .burger {
    height: 20px;
    width: 26px;
  }
}
.nav-wrapper .css_only .navbarlevels {
  overflow: hidden;
  height: 0;
}
@media (max-width: 1159px) {
  .nav-wrapper .css_only .navbarlevels {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    border-bottom: 1px solid #c4c4c4;
  }
}
@media (max-width: 1159px) and (min-width: 810px) {
  .nav-wrapper .css_only .navbarlevels ul {
    max-width: 850px;
    margin: 0 auto;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}
@media (max-width: 1159px) {
  .nav-wrapper .css_only .navbarlevels ul li a {
    color: #2D3236;
  }
}
.nav-wrapper .css_only .level_1 {
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 0.7s ease-out;
  margin: 0;
}
@media (max-width: 1159px) {
  .nav-wrapper .css_only .level_1 {
    padding-bottom: var(--space-1);
  }
}
.nav-wrapper .css_only .closer:checked ~ .navbarlevels {
  height: fit-content;
}
.nav-wrapper .css_only .closer:checked ~ .navbarlevels .level_1 {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.nav-wrapper .css_only .closer:checked ~ .burger .burger_part {
  opacity: 0;
}
.nav-wrapper .css_only .closer:checked ~ .burger .burger_part:first-child {
  opacity: 1;
  transform: rotate(-45deg) translate(0, 0px);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.nav-wrapper .css_only .closer:checked ~ .burger .burger_part:last-child {
  opacity: 1;
  transform: rotate(45deg) translate(0, -1px);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.nav-wrapper .css_only .menu_item {
  position: relative;
  color: #fff;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.nav-wrapper .css_only .menu_item a {
  color: inherit;
  background-color: inherit;
  width: 100%;
  padding: 0.22rem 1rem;
  display: block;
  white-space: nowrap;
  font-weight: 500;
  font-size: var(--font-size-3);
}
@media (max-width: 1579px) {
  .nav-wrapper .css_only .menu_item a {
    padding: 0.5rem 1rem;
    font-size: var(--font-size-2);
  }
}
@media (max-width: 1159px) {
  .nav-wrapper .css_only .menu_item a {
    padding: 0.5rem var(--space-2);
    font-size: var(--font-size-4);
  }
}
.nav-wrapper .css_only .menu_item:hover > a {
  transition: background-color 0.5s ease;
}
.nav-wrapper .css_only .menu_item.header_search {
  position: relative;
}
.nav-wrapper .css_only .menu_item.header_search button {
  border: unset;
  background: unset;
  display: none;
}
@media (max-width: 1159px) {
  .nav-wrapper .css_only .menu_item.header_search button {
    padding: 0.5rem calc(var(--space-3) - 5px);
  }
}
@media (min-width: 1160px) {
  .nav-wrapper .css_only .menu_item.header_search button {
    display: block;
  }
}
.nav-wrapper .css_only .menu_item.header_search button svg {
  width: 20px;
  height: 20px;
}
.nav-wrapper .css_only form {
  display: flex;
  padding: 0.5rem var(--space-2);
}
@media (min-width: 1160px) {
  .nav-wrapper .css_only form {
    position: absolute;
    bottom: -20px;
    transform: translateY(100%);
    right: -50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    margin: 0;
    padding: 10px;
    background: #fff;
  }
  .nav-wrapper .css_only form.show {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1910px) {
  .nav-wrapper .css_only form {
    bottom: -29px;
  }
}
.nav-wrapper .css_only form input {
  padding: 5px 15px;
  border-radius: unset;
  border: 1px solid #c4c4c4;
  outline: none;
  width: 100%;
}
.nav-wrapper .css_only form button {
  background: #005387;
  border: 1px solid #005387;
  border-left: none;
  padding: 10px 15px;
}
.nav-wrapper .css_only form button svg {
  color: #fff;
  width: 20px;
  height: 20px;
}
.nav-wrapper .css_only .undercloser_parent {
  background: var(--carret-down-icon);
  --icon-size: 63px;
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  top: 0;
  right: 8px;
  filter: var(--filter-white);
  cursor: pointer;
  background-size: 58%;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-wrapper .css_only ul[class*="level_"]:not(.level_1) {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  height: 0;
  z-index: -1;
}
@media (max-width: 1379px) {
  .nav-wrapper .css_only .level_2_wrapper {
    height: initial !important;
    display: none;
  }
}
.nav-wrapper .css_only .undercloser ~ .undercloser_parent {
  transform: rotate(0);
  transition: transform 0.5s ease;
}
.nav-wrapper .css_only .undercloser:checked ~ .undercloser_parent {
  transform: rotate(180deg);
}
.nav-wrapper .css_only .undercloser:checked ~ ul[class*="level_"] {
  height: fit-content;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
@media (min-width: 1160px) {
  .nav-wrapper .css_only {
    overflow: visible;
  }
  .nav-wrapper .css_only .closer:checked ~ .navbarlevels .level_1 {
    transform: none;
  }
  .nav-wrapper .css_only .undercloser:checked ~ .undercloser_parent {
    transform: rotate(180deg);
  }
  .nav-wrapper .css_only .undercloser:checked ~ ul[class*="level_"] {
    height: 50vh;
    transform: none;
    transition: transform 0.3s ease;
  }
  .nav-wrapper .css_only ul[class*="level_"]:not(.level_1) {
    overflow: visible;
  }
  .nav-wrapper .css_only .burger {
    display: none;
  }
  .nav-wrapper .css_only p {
    display: none;
  }
  .nav-wrapper .css_only .level_1 {
    overflow: visible;
  }
  .nav-wrapper .css_only .level_1 > .menu_item:hover {
    position: relative;
  }
  .nav-wrapper .css_only .level_2_wrapper {
    position: fixed;
    overflow: hidden;
    width: calc(100vw - 17px);
    transform: TRANSLATEY(-1px);
    left: 0;
    padding-left: calc(50vw - ((var(--nav-recrusion) - 1) * (var(--nav-ul-width) / 2)) - (var(--nav-ul-width) / 2));
    scrollbar-width: thin;
    scrollbar-color: #858585 #202020;
    display: none;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .nav-wrapper .css_only .level_2_wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .nav-wrapper .css_only .level_2_wrapper::-webkit-scrollbar-track {
    background: #202020;
  }
  .nav-wrapper .css_only .level_2_wrapper::-webkit-scrollbar-thumb {
    background: #858585;
  }
  .nav-wrapper .css_only .level_2_wrapper::-webkit-scrollbar-thumb:hover {
    background: #858585;
  }
  .nav-wrapper .css_only .menu_item {
    position: static;
  }
  .nav-wrapper .css_only .menu_item > a {
    padding: 0.2rem 0;
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-sizing: content-box;
  }
  .nav-wrapper .css_only .menu_item .level_2_wrapper {
    background-color: #2b2b2b;
    transition: max-height 1s ease;
    max-height: 0;
    height: 900000px;
  }
  .nav-wrapper .css_only .menu_item > ul:not(.level_2) {
    visibility: hidden;
  }
  .nav-wrapper .css_only .menu_item:hover > ul:not(.level_2) {
    visibility: visible;
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper ul {
    transform: translateX(0);
    height: fit-content !important;
    width: var(--nav-ul-width);
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper ul li {
    overflow: visible;
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper ul:not(.level_2) {
    position: absolute;
    height: fit-content !important;
    left: 100%;
    top: 0;
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper ul:not(.level_2) li {
    overflow: visible;
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper ul.level_2 > .menu_item {
    position: static;
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper ul .menu_item a {
    border: none;
    position: relative;
  }
  .nav-wrapper .css_only .menu_item:hover .level_2_wrapper ul .menu_item a:hover::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url('data:image/svg+xml,<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>');
    filter: var(--filter-nav-orange);
    top: 50%;
    transform: TRANSLATEY(-50%);
    right: 0;
    height: var(--arrow-icon-size);
    width: var(--arrow-icon-size);
    margin: 0 var(--arrow-icon-margin-rl);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .nav-wrapper .css_only .menu_item a {
    border-bottom: 3px solid transparent;
  }
  .nav-wrapper .css_only .menu_item:hover > a, .nav-wrapper .css_only .menu_item.active > a {
    border-bottom: 3px solid #005387;
  }
  .nav-wrapper .css_only .menu_item:hover > ul, .nav-wrapper .css_only .menu_item.active > ul {
    transform: translate(0);
    left: 0;
    height: fit-content;
  }
  .nav-wrapper .css_only .navbarlevels {
    overflow: visible;
    height: fit-content;
    display: grid;
    place-content: center;
  }
  .nav-wrapper .css_only .undercloser_parent {
    display: none;
  }
  .nav-wrapper .css_only .level_1 {
    list-style-type: none;
    transform: none;
    display: grid;
    grid-auto-flow: column;
    background-color: transparent;
    gap: calc(var(--space-2) + 6px);
  }
  .nav-wrapper .css_only .level_1 .menu_item {
    background-color: transparent;
    color: #fff;
  }
}
@media (min-width: 1160px) and (max-width: 1579px) {
  .nav-wrapper .css_only .level_1 {
    gap: var(--space-1);
  }
}
.navbar {
  padding: 0;
}
.icon-bar {
  width: 38px;
  height: 4px;
  background-color: #005387;
  display: block;
  transition: all 0.2s;
  margin-top: 6px;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
  position: absolute;
  top: 40px;
  right: calc(var(--space-2) - 4px);
  transition: right 0.2s;
  padding: 0;
  z-index: 80;
  border-radius: 0;
  outline: 0 !important;
  color: #FFF;
}
@media (min-width: 810px) {
  .navbar-toggler {
    right: calc(var(--bs-gutter-x));
  }
}
.navbar-toggler.collapsed {
  right: var(--space-2);
  /*right: 30px;*/
}
@media (min-width: 810px) and (max-width: 1159px) {
  .navbar-toggler {
    /*top: 14px;*/
  }
}
.navbar-toggler:focus {
  outline: none !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
@media (max-width: 1159px) {
  .navbar {
    padding: 0;
    display: block;
  }
  #navigation .tx-cinproducts {
    display: none;
  }
  #navigation li + a {
    display: none;
  }
  #navbarResponsive .nav {
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #FFF;
  }
  #navbarResponsive > .nav-level-1 .nav-item.topmenu-lang {
    background: yellow;
  }
  #navbarResponsive > .nav-level-1 .nav-item.topmenu-item {
    /*background: $primary-light;*/
  }
  #navbarResponsive > .nav-level-1 .topmenu-item.delimiter {
    background: #FFFFFF;
    color: #005387;
    padding: 0 20px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }
  #navbarResponsive > .nav-level-1 > .nav-item {
    position: relative;
    overflow: hidden;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #FFF;
    transition: color 0.2s ease, background 0.2s ease;
    background: #005387;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.active {
    background: #FFEB3B;
  }
  #navbarResponsive > .nav-level-1 > .nav-item:last-child {
    border-bottom: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.meta-item {
    background-color: rgba(0, 83, 135, 0.5);
  }
  #navbarResponsive > .nav-level-1 > .nav-item a {
    color: #FFF;
    padding: 0 20px;
    font-size: 18px;
    transition: background 0.3s ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item a:hover {
    background: #005387;
    color: white;
  }
  #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: #999;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more {
    display: block;
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    transition: all 300ms ease;
    transform-origin: center 18px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more::before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="%23fff" class="bi bi-chevron-down" 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>');
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more.submenu-opened {
    transform: rotate(180deg);
    transition: all 300ms ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 {
    position: relative;
    width: 100%;
    top: auto;
    float: none;
    background: #EDEDED;
    border-radius: 0;
    border: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item {
    border-bottom: 1px solid #EFF2F5;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item a {
    line-height: 1.5em;
    padding: 10px 20px;
    color: #005387;
    transition: all 0.3s ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item a:hover {
    background-color: #EFF2F5;
    color: white;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item.active .nav-link {
    color: #FFFFFF;
    background-color: #FFEB3B;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1159px) and (min-width: 810px) {
  #navbarResponsive .nav {
    margin-bottom: var(--space-3);
  }
}
@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) {
  #navigation-right {
    margin: 0 -15px;
  }
}
.breadcrumb-wrapper {
  background-color: #EDEDED;
}
.breadcrumb-wrapper.no-image {
  margin: 0 0 var(--space-2) 0;
}
#product-details .breadcrumb-wrapper.no-image {
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb-item {
  font-size: var(--font-size-1);
  font-style: italic;
  color: black;
}
.breadcrumb-wrapper .breadcrumb-item a {
  font-size: inherit;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  float: none;
}
/*
 * Haupt SCSS
 */
#top {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  padding: 28px 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #EDEDED;
  transition: all 0.4s ease;
}
@media (max-width: 1909px) {
  #top {
    padding: 20px 0;
  }
}
@media (max-width: 1159px) {
  #top {
    padding: 10px 0 10px 0;
    border-bottom: 0;
  }
}
@media (max-width: 809px) {
  #top {
    padding: 10px 0;
  }
}
#top .col-navigation {
  position: relative;
  display: flex;
  align-items: center;
}
#top .col-navigation nav .level_1 .menu_item {
  color: #2D3236;
  position: relative;
}
#top .col-navigation nav .level_1 .menu_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .col-navigation nav .level_1 .menu_item a > svg {
  position: absolute;
  right: var(--space-2);
  bottom: 100%;
  transform: translateY(140%);
  width: 100px;
  padding-left: 76px;
}
@media (max-width: 1379px) {
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper.active {
    display: flex !important;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper.active label {
    display: none;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper.active ul.level_2 {
    width: 100%;
    height: 100%;
    transform: translateX(0);
    padding: 0 var(--space-2);
    background: transparent;
    z-index: 1;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper.active ul.level_2 li > a {
    font-weight: 300;
  }
}
@media (min-width: 1160px) {
  #top .col-navigation nav .level_1 .menu_item a > svg {
    display: none;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper {
    display: flex;
    left: 0;
    transform: unset;
    width: auto;
    padding-left: 0;
    padding-bottom: 0;
    position: absolute;
    background: transparent;
    overflow: hidden;
    visibility: hidden;
    padding-top: 23px;
    height: 100%;
    transition: none;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper ul.level_2 {
    transform: translateX(-20px);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px 10px;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper ul.level_2 li.menu_item a {
    font-weight: 300;
    padding: 0.3em 0;
    border-bottom: unset;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper ul.level_2 li.menu_item a::after {
    display: none;
  }
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper ul.level_2 li.menu_item a:hover {
    color: #005387;
  }
  #top .col-navigation nav .level_1 .menu_item:hover .level_2_wrapper {
    overflow: visible;
    visibility: visible;
  }
  #top .col-navigation nav .level_1 .menu_item:hover .level_2_wrapper ul.level_2 {
    z-index: 10;
  }
}
@media (min-width: 1380px) {
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper {
    padding-top: 21px;
  }
}
@media (min-width: 1580px) {
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper {
    padding-top: 32px;
  }
}
@media (min-width: 1910px) {
  #top .col-navigation nav .level_1 .menu_item .level_2_wrapper {
    padding-top: 40px;
  }
}
#top .col-navigation .langNav {
  padding-left: 5px;
}
#top .col-navigation .langNav .language-menu {
  overflow: visible;
  position: relative;
  z-index: auto;
}
#top .col-navigation .langNav .language-menu a {
  cursor: pointer;
}
#top .col-navigation .langNav .language-menu ul.language-menu-items {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
}
#top .col-navigation .langNav .language-menu:hover ul.language-menu-items {
  display: block;
}
@media (max-width: 1159px) {
  .scrolled #top .navbarlevels {
    top: 60px;
  }
}
.scrolled #top .nav-wrapper .css_only .burger_part {
  background: #2D3236;
}
#top .col-logo {
  display: flex;
  align-items: center;
}
#top .container {
  height: inherit;
}
#top .container .row {
  height: inherit;
}
#top .container .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1159px) {
  #top .container {
    position: relative;
  }
}
@media (max-width: 809px) {
  #top .container {
    padding: 0;
    max-width: none;
  }
  #top .container > .row {
    --bs-gutter-x: 0;
  }
}
#logo {
  margin: 0;
  width: 260px;
  transition: width 0.2s linear;
}
@media (max-width: 1579px) {
  #logo {
    width: 160px;
  }
}
@media (max-width: 809px) {
  #logo {
    margin: 0px 0 0px var(--space-2);
  }
}
#logo img, #logo object {
  width: 100%;
  height: auto;
  transition: all 0.8s ease;
  display: block;
}
#logo a {
  position: relative;
  display: block;
  width: 100%;
}
#logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#logo figure {
  margin: 0;
  display: block;
}
#jumbotron {
  position: relative;
  margin: 0 0 var(--space-2) 0;
}
#homepage #jumbotron {
  margin: 0;
}
#jumbotron .stage-wrapper.gallery {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
#jumbotron .stage-wrapper.gallery .container {
  height: 100%;
}
#jumbotron .stage-wrapper.gallery #stageOverlay {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
#jumbotron .stage-wrapper.gallery #stageOverlay .frame {
  height: auto;
}
@media (min-width: 1160px) {
  #jumbotron .stage-wrapper.gallery #stageOverlay .frame {
    width: 55%;
  }
}
#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 {
  color: white;
  font-family: "Kanit", sans-serif;
  font-size: var(--font-size-h1-gallery);
  line-height: 1;
  font-weight: 400;
  word-spacing: -0.7rem;
  margin: 0 0 0 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
@media (min-width: 1160px) {
  #jumbotron .stage-wrapper.gallery #stageOverlay p {
    margin: 0;
  }
}
@media (min-width: 1160px) {
  #jumbotron .stage-wrapper.gallery #stageOverlay p {
    margin: 0;
  }
}
#jumbotron .stage-wrapper.gallery #stageOverlay p:nth-child(2) {
  margin-left: 0.5em;
}
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 250px;
}
body.finder-is-open {
  overflow: hidden;
}
#homepage main {
  padding-bottom: 0px;
}
main hr.ce-div {
  width: 70px;
  height: 10px;
  color: #005387;
  margin: var(--space-5) 0;
  opacity: 1;
}
.blurred {
  overflow: hidden;
}
.blurred main, .blurred #footer {
  filter: blur(20px);
}
@media (min-width: 1160px) {
  .frame-row-4-8 .col-index-2 {
    padding-top: 20px;
  }
}
.frame-type-mask_leistungen {
  overflow: hidden;
}
.frame-type-mask_leistungen h2, .frame-type-mask_leistungen .h2 {
  margin-bottom: 1.5em;
}
.frame-type-mask_leistungen .container:nth-child(2) {
  padding-left: 8px;
  padding-right: 8px;
}
.animation-numbers > [class*="col-"]:nth-child(n+2) {
  margin-top: 0 !important;
}
.animation-numbers .frame {
  text-align: center;
  margin-bottom: 0 !important;
}
.animation-numbers .frame .headline h2, .animation-numbers .frame .headline .h2 {
  margin: 0;
}
/*
@include screen-xs-max() {
	.container {
		padding-right: 32px;
		padding-left: 32px;
	}
}*/
.logo-texte .image {
  display: flex;
  justify-content: end;
}
@media (max-width: 1159px) {
  .logo-texte .image {
    justify-content: start;
  }
}
.gap-none-1 > div:first-child {
  padding-right: 0;
  padding-left: 0;
}
.gap-none-1 > div:last-child {
  padding-left: 0;
  padding-right: 0;
}
.presentation-wrp .row > * {
  padding: 0;
}
.presentation-wrp .img-swiper-slider {
  margin-top: 0 !important;
}
.presentation-wrp .info-swiper-slider {
  margin-top: 0 !important;
}
@media (max-width: 1159px) {
  .presentation-wrp .info-swiper-slider {
    order: 1;
  }
}
.presentation-wrp .info-swiper-slider > div {
  height: 100%;
  padding: var(--space-4);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 809px) {
  .presentation-wrp .info-swiper-slider > div {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }
}
.presentation-wrp .info-swiper-slider > div .frame-type-textmedia .headline h2, .presentation-wrp .info-swiper-slider > div .frame-type-textmedia .headline .h2 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.presentation-wrp .info-swiper-slider > div .frame-type-html a.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.presentation-wrp .info-swiper-slider > div .frame-type-html a.btn:hover::after {
  transform: translateX(10px);
}
.presentation-wrp .info-swiper-slider > div .frame-type-html a.btn::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%2D3236' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 9px;
  transition: all 0.4s ease;
}
@media (max-width: 809px) {
  .text-img-block {
    margin-bottom: var(--space-3);
  }
}
@media (max-width: 1379px) {
  .text-img-block .text-block {
    padding: 0;
  }
}
.text-img-block .text-block > .frame-container {
  margin: 0 !important;
  padding: var(--space-5);
  height: 100%;
}
@media (max-width: 1159px) {
  .text-img-block .text-block > .frame-container {
    padding: var(--space-3);
  }
}
@media (max-width: 809px) {
  .text-img-block .text-block > .frame-container {
    padding: var(--space-2);
  }
}
.text-img-block .text-block > .frame-container > .frame-type-textmedia {
  margin: 0 !important;
}
.text-img-block .text-block > .frame-container > .frame-type-textmedia h2 span, .text-img-block .text-block > .frame-container > .frame-type-textmedia .h2 span {
  line-height: 150%;
  display: inline-block;
}
.text-img-block .text-block > .frame-container > .frame-type-html {
  margin: 70px 0 0 0;
}
@media (max-width: 809px) {
  .text-img-block .text-block > .frame-container > .frame-type-html {
    margin: var(--space-2) 0 0 0;
  }
}
@media (max-width: 1159px) {
  .text-img-block .img-block {
    padding: 0;
    margin: 0;
    order: -1;
  }
}
@media (max-width: 809px) {
  .text-img-block .img-block {
    margin-top: 0 !important;
  }
}
.text-img-block .img-block div {
  height: 100%;
}
.text-img-block .img-block div figure.image {
  height: 100%;
}
.text-img-block .img-block > .frame-type-image {
  margin: 0 !important;
}
.text-img-block .img-block > .frame-type-image img.img-responsive-width {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us__text {
  padding-right: 60px;
}
@media (max-width: 1159px) {
  .about-us__text {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}
@media (max-width: 809px) {
  .about-us__text {
    padding: 0;
  }
}
.about-us__text .frame-type-textmedia {
  margin-top: 0 !important;
}
.about-us__text .headline h5, .about-us__text .headline .h5 {
  font-size: var(--font-size-7);
  font-weight: 900;
  color: #005387;
  text-transform: uppercase;
}
.about-us__text .ce-textpic .ce-bodytext h2, .about-us__text .ce-textpic .ce-bodytext .h2 {
  font-size: var(--font-size-6);
  font-style: italic;
  margin-bottom: 24px;
  font-weight: 600;
}
.about-us__text .ce-textpic .ce-bodytext p {
  font-size: var(--font-size-4);
  line-height: 1.55em;
}
@media (max-width: 1379px) {
  .about-us__numerics .about-us__numerics-item {
    text-align: center;
    width: 100%;
    row-gap: 15px;
  }
}
.about-us__numerics .frame-type-html {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 20px;
}
@media (min-width: 0) {
  .about-us__numerics .frame-type-html {
    column-gap: 60px;
  }
}
.about-us__numerics .frame-type-html .about-us__numerics-item {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #2D3236;
  text-transform: uppercase;
  width: calc(50% - 10px);
}
@media (min-width: 0) {
  .about-us__numerics .frame-type-html .about-us__numerics-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 360px) {
  .about-us__numerics .frame-type-html .about-us__numerics-item {
    width: 100%;
  }
}
.about-us__numerics .frame-type-html .about-us__numerics-item span {
  font-size: 56px;
  font-weight: 900;
}
.about-us__numerics .frame-type-html .about-us__numerics-item .animation-text {
  font-size: var(--font-size-h3);
  font-weight: 100;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.8s, transform 0.8s;
  display: flex;
  justify-content: center;
}
@media (min-width: 1380px) {
  .about-us__numerics .frame-type-html .about-us__numerics-item .animation-text {
    font-size: var(--font-size-h2);
  }
}
@media (max-width: 809px) {
  .about-us__numerics .frame-type-html .about-us__numerics-item .animation-text {
    font-size: var(--font-size-3);
  }
}
.about-us__numerics .frame-type-html .about-us__numerics-item .animation-text.animated {
  opacity: 1;
  transform: translateY(0);
}
.animated .frame-type-html .about-us__numerics-item .animation-text {
  opacity: 1;
  transform: translateY(0);
}
.buttons-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  margin-top: var(--space-4);
}
@media (max-width: 809px) {
  .buttons-centered {
    margin-top: var(--space-2);
  }
}
.kesearch_searchbox {
  display: flex;
  width: 100%;
  position: relative;
}
.kesearch_searchbox .kesearchbox {
  width: 100%;
  height: auto;
  margin: 0;
}
.kesearch_searchbox .kesearchbox > input {
  top: 0px !important;
  width: 100% !important;
  height: 55px !important;
  border-radius: 2px 0px 0px 2px !important;
  border-right: 0 !important;
  padding: 10px 20px 10px 10px !important;
}
.kesearch_searchbox .resetbutt {
  position: absolute;
  top: 1px;
  right: 55px;
  height: 55px;
  display: none;
}
.kesearch_searchbox .submitbutt {
  margin: 0;
  height: 55px;
  width: 55px;
  background: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: unset;
  position: relative;
}
.kesearch_searchbox .submitbutt input {
  max-width: unset !important;
  min-width: unset !important;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  background-color: #005387;
  border-radius: 0 2px 2px 0;
}
.kesearch_searchbox .submitbutt input:hover {
  background-color: #005387;
  opacity: 0.8;
  border: unset;
}
.kesearch_searchbox .submitbutt svg {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  pointer-events: none;
}
.tx-kesearch-pi1 .result-title a {
  font-size: var(--font-size-6);
  color: #005387;
  font-weight: 600;
  margin-bottom: var(--space-default);
}
.tx-kesearch-pi1 .result-title .hit {
  color: #FFFFFF !important;
  background-color: #005387;
  padding: 0 5px;
}
.tx-kesearch-pi1 .teaser_icon {
  display: none;
}
.tx-kesearch-pi1 .result-teaser {
  font-size: var(--font-size-4);
  line-height: var(--line-height-2);
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  color: #202223;
  margin-bottom: 1.5em;
}
.tx-kesearch-pi1 .result-teaser .hit {
  color: #FFFFFF !important;
  background-color: #005387;
  padding: 0 5px;
}
#footer {
  font-size: var(--font-size-default);
  position: relative;
  z-index: 99;
  width: 100%;
  padding: var(--space-2) 0;
}
#footer a, #footer p {
  color: #2D3236;
  font-size: var(--font-size-default);
  font-weight: 400;
}
#footer a {
  font-weight: 500;
}
#footer .row {
  align-items: center;
}
@media (max-width: 809px) {
  #footer .footer-left {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
}
#footer .footer-left div {
  height: 100%;
}
#footer .footer-left img {
  height: 46px;
  width: auto;
}
.footer-right {
  display: flex;
  gap: var(--space-6);
  justify-content: flex-end;
}
@media (max-width: 1379px) {
  .footer-right {
    align-items: center;
    gap: var(--space-3);
  }
}
@media (max-width: 1159px) {
  .footer-right {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
  }
}
@media (max-width: 809px) {
  .footer-right {
    align-items: center;
  }
}
.footer-right .frame-type-menu_subpages {
  height: 100%;
}
.footer-right .frame-type-menu_subpages .nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: var(--space-7);
  flex-direction: row;
  column-gap: var(--space-4);
  row-gap: 10px;
  position: relative;
}
.footer-right .frame-type-menu_subpages .nav::before {
  content: "";
  position: absolute;
  left: 0;
  height: 14px;
  width: 6px;
  background: #005387;
}
@media (max-width: 1159px) {
  .footer-right .frame-type-menu_subpages .nav::before {
    content: none;
  }
}
@media (max-width: 809px) {
  .footer-right .frame-type-menu_subpages .nav {
    flex-direction: column;
  }
}
@media (max-width: 1159px) {
  .footer-right .frame-type-menu_subpages .nav {
    border-left: 0;
    padding-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 1379px) {
  .footer-right .frame-type-menu_subpages .nav {
    column-gap: var(--space-2);
    padding-left: var(--space-4);
  }
}
.footer-right .frame-type-menu_subpages .nav .nav-item .nav-link {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  padding: 0.4rem 0 0.4rem 0;
  color: #2D3236;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  opacity: 1;
  border-bottom: 3px solid transparent;
}
.footer-right .frame-type-menu_subpages .nav .nav-item .nav-link:hover {
  color: #FFEB3B;
}
.footer-right .frame-type-menu_subpages .nav .nav-item.active .nav-link, .footer-right .frame-type-menu_subpages .nav .nav-item:hover .nav-link {
  color: #000;
  border-bottom: 3px solid #005387;
}
.footer-right .ce-gallery {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: calc(var(--space-2) + 7px);
}
@media (max-width: 809px) {
  .footer-right .ce-gallery {
    column-gap: var(--space-2);
  }
}
.footer-right .ce-gallery .ce-column {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: var(--space-1);
}
.footer-right .ce-gallery .ce-column figure {
  margin: 0;
}
.footer-right .ce-gallery .ce-column figure img {
  opacity: 1;
}
.footer-right .ce-gallery .ce-column figure img:hover {
  opacity: 0.6;
}
.back2top {
  position: fixed;
  z-index: 800;
  bottom: 25px;
  right: 30px;
  display: none;
  height: 50px;
  width: 50px;
  background: #005387;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
}
.back2top::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 16px;
  transform: rotate(-90deg);
  display: block;
}
@media (max-width: 809px) {
  .back2top {
    width: 43px;
    height: 43px;
    bottom: 10px;
    right: 10px;
  }
}
.back2top.bottom {
  bottom: 110px;
}
.scrolled .back2top {
  display: flex;
}
.footer-contact > * {
  padding-left: 20px;
  padding-right: 20px;
}
/*
 * Extensions
 */
.image-container {
  position: relative;
  padding: var(--space-4) 0;
}
.image-container .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.image-container .image * {
  width: 100%;
  height: 100%;
}
.image-container .image img {
  object-fit: cover;
  object-position: center;
}
.image-container .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;
}
.frame-layout-70 .image-container .image::before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(90deg, #5e5e5e 40%, #5e5e5ee3 69%, #5e5e5e00 100%) 0% 0% no-repeat padding-box;
  opacity: 0.95;
  z-index: 1;
}
.image-container .content {
  position: relative;
  z-index: 2;
}
.frame-layout-70 .image-container .content p, .frame-layout-70 .image-container .content h2, .frame-layout-70 .image-container .content .h2 {
  color: white;
}
.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;
}
.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;
}
@media (max-width: 1159px) {
  .categoryCards .сategory-cards-col {
    aspect-ratio: 0 !important;
  }
}
@media (max-width: 1159px) {
  .bigCards .big-cards-col {
    aspect-ratio: 0 !important;
  }
}
.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(57, 64, 70, 0.85);
}
.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: 1rem;
  background: linear-gradient(45deg, #c4c4c4, #fff);
  height: 100%;
}
.teaser-list .teaser-box.portlet .teaser-icon {
  position: absolute;
  top: var(--space-1);
  right: var(--space-1);
  width: 20%;
}
.teaser-list .teaser-box.portlet .teaser-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.teaser-list .teaser-box.portlet .teaser-image {
  aspect-ratio: 1.5;
}
.teaser-list .teaser-box.portlet .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.teaser-list .teaser-box.portlet .teaser-wrap .teaser-title {
  margin: var(--space-1) 0 0 0;
  text-align: center;
  padding: 0.3em;
}
.teaser-list .teaser-box.portlet .teaser-wrap .teaser-title p {
  line-height: 1.2;
  color: #000;
}
.teaser-list .teaser-box.portlet-overlay .teaser-image {
  position: relative;
  overflow: hidden;
}
.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;
  padding: 0;
}
.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: auto;
  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(57, 64, 70, 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;
  transition: height 0.5s ease;
}
.teaser-list .teaser-box.portlet-overlay .teaser-content .description p {
  font-size: var(--font-size-2);
  color: white;
  text-align: center;
  padding: 0 1em;
  line-height: 140%;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image {
  transition: all 0.35s ease;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image img.img-fluid-width {
  position: relative;
  transform-origin: top;
  z-index: 1;
  transition: all 0.35s ease;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image > a {
  display: block;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-title {
  position: relative;
  z-index: 2;
  color: white;
  height: 65px;
  display: flex;
  align-items: center;
  padding: 0 var(--space-2);
  text-align: left;
  background: #8D9195;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: var(--font-size-6);
  margin: 0;
}
@media (max-width: 1909px) {
  .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-title {
    font-size: var(--font-size-5);
  }
}
@media (max-width: 1579px) {
  .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-title {
    font-size: var(--font-size-3);
  }
}
@media (max-width: 1159px) {
  .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-title {
    font-size: var(--font-size-4);
  }
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: none;
  pointer-events: none;
  z-index: 3;
  text-align: center;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content::after {
  content: "";
  background: rgba(119, 135, 148, 0.58);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 0;
  transition: all 0.35s ease;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .description {
  position: relative;
  z-index: 11;
  opacity: 0;
  transition: all 0.35s ease;
}
@media (max-width: 1579px) {
  .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .description {
    font-size: 16px;
  }
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .description p {
  font-size: var(--font-size-2);
  color: white;
  text-align: center;
  padding: 0 1em;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .h3-format, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .timeline .item .content-wrapper .headline, .timeline .item .content-wrapper .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .headline, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .teaser-subtitle {
  opacity: 0;
  transition: all 0.35s ease;
  color: #FFFFFF;
  position: relative;
  z-index: 11;
  text-align: center;
}
@media (max-width: 1579px) {
  .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .h3-format, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .timeline .item .content-wrapper .headline, .timeline .item .content-wrapper .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .headline, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .teaser-subtitle {
    font-size: var(--font-size-3);
  }
}
@media (max-width: 1159px) {
  .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .h3-format, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .timeline .item .content-wrapper .headline, .timeline .item .content-wrapper .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .headline, .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .teaser-subtitle {
    font-size: var(--font-size-4);
  }
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .linktitle {
  z-index: 11;
  transition: all 0.35s ease;
  opacity: 0;
  display: block;
  margin-top: var(--space-1);
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content .linktitle a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: unset;
  top: 0;
  left: 0;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image:hover img.img-fluid-width {
  transform: scale(130%);
  z-index: 2;
}
@media (max-width: 1379px) {
  .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover img.img-fluid-width {
    transform: scale(140%);
  }
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-title {
  z-index: 1;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content {
  pointer-events: all;
  transform: none;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content::after {
  height: 100%;
}
.teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content .h3-format, .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content .h3, .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content .timeline .item .content-wrapper .headline, .timeline .item .content-wrapper .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content .headline, .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content .description, .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content .linktitle, .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover .teaser-content .teaser-subtitle {
  opacity: 1;
}
.teaser-list .teaser-box.big-cards-col .teaser-image:hover .teaser-content {
  transform: translateY(0%);
  justify-content: center;
  transition: all 0.1s ease 0.3s;
}
.teaser-list .teaser-box.big-cards-col .teaser-image:hover .teaser-content .teaser-title {
  transform: translateY(0%);
  display: flex;
  width: 100%;
  transition: width 0.3s ease;
}
.teaser-list .teaser-box.big-cards-col .teaser-image:hover .teaser-content .teaser-title::after {
  right: -100vh;
  top: -100vh;
  left: -100vh;
  bottom: -100vh;
  transition: all 0.3s ease-in;
}
.teaser-list .teaser-box.big-cards-col .teaser-content {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translateY(calc(100% - var(--teaser-title-height)));
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: none;
}
.teaser-list .teaser-box.big-cards-col .teaser-content .teaser-title {
  color: white;
  height: var(--teaser-title-height);
  text-align: center;
  background: transparent;
  transition: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--space-2);
  font-size: var(--font-size-6);
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  transform: translateY(-50%);
}
.teaser-list .teaser-box.big-cards-col .teaser-content .teaser-title span {
  position: relative;
  z-index: 1;
}
.teaser-list .teaser-box.big-cards-col .teaser-content .teaser-title::after {
  content: "";
  background-color: #2D3236;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.teaser-list .teaser-box.big-cards-col .teaser-content .description p {
  font-size: var(--font-size-2);
  line-height: 140%;
  color: white;
  text-align: center;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.teaser-list .teaser-box.portlet-wide:nth-child(2) .row, .teaser-list .teaser-box.portlet-wide:nth-child(4) .row {
  flex-direction: row-reverse;
}
.teaser-list .teaser-box.portlet-wide .col-index-1 {
  background-color: #394046;
}
.teaser-list .teaser-box.portlet-wide .teaser-content {
  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: #FFEB3B;
}
.teaser-list .teaser-box.portlet-wide .teaser-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.teaser-list .teaser-box.portlet-wide .teaser-image .teaser-gray-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 64, 70, 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;
  object-fit: contain;
}
.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: #FFEB3B;
}
.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;
}
.frame-layout-100 .teaser-list .teaser-box.сategory-cards-col a {
  border: 1px solid #c4c4c4;
  padding: var(--space-1);
  width: 100%;
  aspect-ratio: 1;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-layout-100 .teaser-list .teaser-box.сategory-cards-col .teaser-image img.img-fluid-width {
  max-width: 60%;
  max-height: 200px;
}
.frame-layout-100 .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-title {
  color: #2D3236;
  background: transparent;
}
.frame-layout-100 .teaser-list .teaser-box.сategory-cards-col .teaser-image .teaser-content {
  display: none;
}
.frame-layout-100 .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover img.img-fluid-width {
  transform: none;
}
@media (max-width: 1379px) {
  .frame-layout-100 .teaser-list .teaser-box.сategory-cards-col .teaser-image:hover img.img-fluid-width {
    transform: none;
  }
}
#c293 .teaser-image img {
  margin-bottom: -15%;
  transform: scale(100%) !important;
}
body {
  min-height: 101%;
}
.gallery {
  --slick-dots-li-width: 65px;
  overflow: hidden;
}
.gallery.gallery-headerslider {
  height: calc(70vh - var(--header-top-height));
}
@media screen and (min-aspect-ratio: 16/12) {
  .gallery.gallery-headerslider {
    /*height: calc(100vh - 141px);*/
    height: calc(100vh - var(--header-top-height));
  }
}
@media (max-width: 1159px) {
  .gallery.gallery-headerslider {
    height: calc(40vh);
  }
}
@media (max-width: 809px) {
  .gallery.gallery-headerslider {
    height: calc(25vh);
  }
}
.gallery.gallery-headerslider .slick-list {
  height: 100%;
}
.gallery.gallery-headerslider .slick-list .slick-track {
  height: 100%;
}
.gallery.gallery-headerslider .slick-list .slick-track .slide {
  height: 100%;
}
.gallery.gallery-headerslider .slick-list .slick-track .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery.gallery-headerslider .slide {
  position: relative;
}
.gallery.gallery-headerslider .overlay-gray {
  position: absolute;
  background-color: #1d1d1d;
  opacity: 0.65;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery.gallery-headerslider .product-item {
  display: flex;
  justify-content: center;
}
.gallery.gallery-headerslider .slick-list .slick-track .slide .img-product {
  width: auto;
  -webkit-filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.2));
}
.gallery.gallery-headerslider .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.gallery.gallery-headerslider .content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.gallery.gallery-headerslider .content .container .row {
  align-items: center;
}
.gallery.gallery-headerslider .content .container .gallery-content {
  width: 90%;
}
.gallery.gallery-headerslider .content .container .gallery-content .gallery-title {
  font-size: var(--font-size-9);
  color: white;
  font-weight: 700;
  margin: 0 0 var(--space-1) 0;
  line-height: 1.1;
  font-family: "Bebas Neue";
}
@media (max-width: 809px) {
  .gallery.gallery-headerslider .content .container .gallery-content .gallery-title {
    font-size: var(--font-size-8);
  }
}
.gallery.gallery-headerslider .content .container .gallery-content .subtitle {
  line-height: 160%;
}
.gallery.gallery-headerslider .content .container .gallery-content .gallery-description {
  font-size: var(--font-size-gallery-description);
}
.gallery.gallery-promoslider {
  height: calc(100vh - 60px);
  min-height: 600px;
}
@media (max-width: 809px) {
  .gallery.gallery-promoslider {
    height: 100vh;
  }
}
.gallery.gallery-promoslider .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: #FFFFFF;
}
.gallery.gallery-promoslider .content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.gallery.gallery-promoslider .content .container .row {
  align-items: end;
}
.gallery.gallery-promoslider .content .container .gallery-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
}
.gallery.gallery-promoslider .content .container .gallery-content .gallery-title {
  font-size: var(--font-size-9);
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 809px) {
  .gallery.gallery-promoslider .content .container .gallery-content .gallery-title {
    font-size: var(--font-size-8);
  }
}
.gallery.gallery-promoslider .content .container .gallery-content .gallery-description {
  font-size: var(--font-size-gallery-description);
}
.gallery.gallery-lightbox {
  display: flex;
  gap: var(--space-1);
  flex-wrap: wrap;
}
.gallery.gallery-lightbox .gallery-lightbox-item {
  position: relative;
}
.gallery.gallery-lightbox .gallery-lightbox-item::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.00007 4.02074C0.988647 2.36392 2.3225 1.01154 3.97931 1.00012L30.9787 0.813916C34.8477 0.787233 34.889 6.78709 31.02 6.81377L11.2632 6.95003L42.6066 37.8641C45.3613 40.5811 41.148 44.8529 38.3934 42.1359L7.04988 11.2218L7.18613 30.9787C7.19756 32.6355 5.86371 33.9879 4.20689 33.9993C2.55008 34.0108 1.1977 32.6769 1.18628 31.0201L1.00007 4.02074ZM96.0207 1.00012C97.6775 1.01154 99.0114 2.36392 98.9999 4.02074L98.8137 31.0201C98.8023 32.6769 97.4499 34.0108 95.7931 33.9993C94.1363 33.9879 92.8024 32.6355 92.8139 30.9787L92.9501 11.2218L61.6066 42.1359C58.852 44.8529 54.6387 40.5811 57.3934 37.8641L88.7368 6.95003L68.9799 6.81377C65.111 6.78709 65.1523 0.787233 69.0213 0.813916L96.0207 1.00012ZM42.6066 62.1359L11.2632 93.0501L31.02 93.1863C32.6769 93.1977 34.0107 94.5501 33.9993 96.2069C33.9879 97.8638 32.6355 99.1976 30.9787 99.1862L3.97931 99C2.3225 98.9885 0.988647 97.6362 1.00007 95.9794L1.18628 68.98C1.1977 67.3232 2.55008 65.9893 4.20689 66.0008C5.86371 66.0122 7.19756 67.3646 7.18613 69.0214L7.04988 88.7783L38.3934 57.8641C41.148 55.1472 45.3613 59.419 42.6066 62.1359ZM61.6066 57.8641L92.9501 88.7783L92.8139 69.0214C92.8024 67.3646 94.1363 66.0122 95.7931 66.0008C97.4499 65.9893 98.8023 67.3232 98.8137 68.98L98.9999 95.9794C99.0114 97.6362 97.6775 98.9885 96.0207 99L69.0213 99.1862C67.3645 99.1976 66.0121 97.8638 66.0007 96.2069C65.9893 94.5501 67.3231 93.1977 68.9799 93.1863L88.7368 93.0501L57.3934 62.1359C54.6387 59.419 58.852 55.1472 61.6066 57.8641Z' fill='white'/%3E%3C/svg%3E%0A");
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.7);
  transition: all 0.3s linear;
}
.gallery.gallery-lightbox .gallery-lightbox-item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.gallery.gallery-lightbox .slide {
  width: calc(25% - 12px);
}
@media (max-width: 809px) {
  .gallery.gallery-lightbox .slide {
    width: calc(50% - 5px);
  }
}
.gallery.gallery-lightbox .slide a {
  display: block;
  aspect-ratio: 1.3333333333;
  position: relative;
  overflow: hidden;
}
.gallery.gallery-lightbox .slide a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery.gallery-headertitel {
  height: 100vh;
  min-height: 768px;
}
@media (max-width: 1159px) {
  .gallery.gallery-headertitel {
    height: 70vh;
    min-height: auto;
  }
}
@media (max-width: 809px) {
  .gallery.gallery-headertitel {
    height: 40vh;
  }
}
.gallery.gallery-headertitel .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.gallery.gallery-headertitel .content .container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding-bottom: var(--space-4);
}
.gallery.gallery-headertitel .content .container .row {
  align-items: end;
}
.gallery.gallery-headertitel .content .container .row .content-holder + .content-holder {
  text-align: right;
}
.gallery.gallery-headertitel .content .container .gallery-content {
  width: 100%;
}
.gallery.gallery-headertitel .content .container .gallery-content .gallery-title {
  font-size: var(--font-size-h1);
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 809px) {
  .gallery.gallery-headertitel .content .container .gallery-content .gallery-title {
    font-size: var(--font-size-8);
  }
}
.gallery.gallery-headertitel .content .container .gallery-description {
  font-size: var(--font-size-gallery-description);
  color: #FFFFFF;
  background: rgba(6, 50, 139, 0.9);
  padding: var(--space-2);
  display: inline-block;
  text-align: left;
}
@media (max-width: 809px) {
  .gallery.gallery-headertitel .content .container .gallery-description {
    padding: var(--space-1);
  }
  .gallery.gallery-headertitel .content .container .gallery-description h3, .gallery.gallery-headertitel .content .container .gallery-description .h3 {
    font-size: var(--font-size-7);
  }
  .gallery.gallery-headertitel .content .container .gallery-description p {
    font-size: 14px;
  }
}
.gallery.gallery-headertitel .content .container .gallery-description h4, .gallery.gallery-headertitel .content .container .gallery-description .h4, .gallery.gallery-headertitel .content .container .gallery-description h3, .gallery.gallery-headertitel .content .container .gallery-description .h3, .gallery.gallery-headertitel .content .container .gallery-description h2, .gallery.gallery-headertitel .content .container .gallery-description .h2, .gallery.gallery-headertitel .content .container .gallery-description p, .gallery.gallery-headertitel .content .container .gallery-description ul, .gallery.gallery-headertitel .content .container .gallery-description ul li {
  color: #FFFFFF;
  margin: 0;
}
.gallery .slider-control {
  position: absolute;
  padding: 15px;
  color: #005387;
  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) {
  .gallery .slider-control {
    display: none;
  }
}
.gallery .slider-control.next {
  right: 30px;
  margin-right: -30px;
  transition: all 0.5s ease;
  overflow: hidden;
  opacity: 0;
}
.gallery .slider-control.prev {
  left: 30px;
  margin-left: -30px;
  transition: all 0.5s ease;
  opacity: 0;
}
.gallery .slider-control svg {
  height: var(--space-2);
  width: auto;
  color: #005387;
  transition: fill 0.3s ease;
}
.gallery .slider-control:hover {
  display: none;
}
@media (min-width: 1160px) {
  .gallery .slider-control:hover {
    display: block;
  }
}
@media (min-width: 1160px) {
  .gallery:hover {
    margin-right: 0;
  }
  .gallery:hover .slider-control {
    opacity: 1;
    margin: 0;
  }
}
@media (min-width: 1380px) {
  .gallery {
    --slick-dots-li-width: 85px;
  }
}
.gallery .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) {
  .gallery .slick-dots {
    display: none !important;
  }
}
.gallery .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;
}
.gallery .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #005387;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery .slick-dots li.slick-loading {
  cursor: initial;
  position: relative;
}
.gallery .slick-dots li.slick-loading::after {
  width: 100%;
  transition: width var(--animation-speed) linear;
}
.gallery .slick-dots > li:only-child {
  display: none;
}
.gallery.gallery-headerpicture {
  position: relative;
  aspect-ratio: auto 1.7777777778;
}
@media (min-width: 810px) {
  .gallery.gallery-headerpicture {
    aspect-ratio: unset;
    height: 50vh;
  }
}
@media (min-width: 1160px) {
  .gallery.gallery-headerpicture {
    height: 75vh;
  }
}
.gallery.gallery-headerpicture .slide {
  height: 100%;
}
.gallery.gallery-headerpicture .slide img.img-fluid-width {
  object-fit: cover;
  height: 100%;
}
.gallery.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%);
}
.gallery.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);
}
@media (max-width: 809px) {
  .gallery.gallery-headerpicture .content {
    padding-bottom: var(--space-2);
  }
}
.gallery.gallery-headerpicture .content .gallery-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.gallery.gallery-headerpicture .content .gallery-title {
  font-size: var(--font-size-h1);
  font-weight: 900;
  font-family: "Kanit", sans-serif;
  line-height: 1;
  margin-bottom: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 5px 3px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 809px) {
  .gallery.gallery-headerpicture .content .gallery-title {
    font-size: var(--font-size-7);
  }
}
.gallery.gallery-headerpicture .content .gallery-description {
  color: #FFFFFF;
}
.gallery.gallery-headerpicture .content .gallery-description h3, .gallery.gallery-headerpicture .content .gallery-description .h3 {
  color: #FFFFFF;
}
.gallery.gallery-textslider .slick-list {
  margin: 0 calc(var(--space-1) / 2 * -1);
}
.gallery.gallery-textslider .slide {
  padding: 0 calc(var(--space-1) / 2);
}
.gallery.gallery-textslider .content {
  border: 1px solid #707070;
}
.gallery.gallery-textslider .content .gallery-header {
  display: flex;
  flex-direction: row;
  font-size: var(--font-size-6);
}
.gallery.gallery-textslider .content .gallery-header .date {
  font-size: inherit;
  font-weight: 400;
  background-color: #005387;
  color: white;
  padding: 1em 3em 1em 1em;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  margin-top: -1px;
  margin-left: -1px;
}
.gallery.gallery-textslider .content .gallery-header .headline {
  font-size: inherit;
  font-weight: 700;
  color: #394046;
  padding: 1em;
}
.gallery.gallery-textslider .content .description p {
  color: #394046;
  padding: 1.2em;
}
/*!
 * 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: #202223;
}
.modal-header .close {
  border: none;
}
.modal-footer .btn-primary {
  color: #FFF;
}
.modal-footer .btn {
  margin: 0 0 0 var(--space-1);
}
.tx-kmafaq .faqnav {
  background-color: #005387;
  color: #FFF;
  border-radius: 30px;
  padding: 12px 50px 10px 30px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  max-height: calc(1rem + 35px);
  transition: max-height 0.5s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 810px) {
  .tx-kmafaq .faqnav {
    position: absolute;
    top: var(--font-size-h2);
    right: var(--space-2);
  }
}
@media (min-width: 810px) {
  .tx-kmafaq .faqnav {
    width: 280px;
  }
}
@media (min-width: 1380px) {
  .tx-kmafaq .faqnav {
    width: 360px;
  }
}
.tx-kmafaq .faqnav .faqnav-item {
  display: block;
  pointer-events: none;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.5s ease;
  order: 1;
}
.tx-kmafaq .faqnav .faqnav-item.collapsed {
  order: 2;
  font-weight: normal;
  pointer-events: all;
  opacity: 0;
}
.tx-kmafaq .faqnav::before {
  position: absolute;
  right: 20px;
  top: 15px;
  content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="%23fff" class="bi bi-chevron-down" 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>');
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  transition: all 300ms ease;
}
.tx-kmafaq .faqnav:hover {
  max-height: 600px;
  transition: max-height 0.5s ease;
}
.tx-kmafaq .faqnav:hover::before {
  transform: rotate(180deg);
  top: 25px;
}
.tx-kmafaq .faqnav:hover .faqnav-item {
  opacity: 1;
  order: 2;
}
.tx-kmafaq .faqnav:hover .faqnav-item.collapsed {
  color: rgba(255, 255, 255, 0.4);
}
.tx-kmafaq .tabnav {
  background-color: #FFF;
  padding: 20px;
}
.tx-kmafaq .tabnav li {
  color: #202223;
  line-height: 2em;
}
.tx-kmafaq .tabnav li span {
  font-family: "Kanit", sans-serif;
  font-size: var(--font-size-h4);
  color: #005387;
  pointer-events: none;
  transition: color 0.5s ease;
}
.tx-kmafaq .tabnav li span.collapsed {
  color: #343434;
  pointer-events: all;
}
.no-touchevents .tx-kmafaq .tabnav li:hover span {
  color: #005387;
}
.tx-kmafaq .tabnav-item {
  cursor: pointer;
}
.tx-kmafaq .accordions {
  background-color: rgba(255, 255, 255, 0.8);
  padding: var(--space-2);
}
@media (min-width: 810px) {
  .tx-kmafaq .accordions {
    padding: var(--space-4);
  }
}
.tx-kmafaq .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c4c4c4;
  background: none;
  padding: var(--space-1) 0;
}
.tx-kmafaq .accordion-item:last-child {
  border: none;
}
.tx-kmafaq .accordion-item h3, .tx-kmafaq .accordion-item .h3 {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
}
.tx-kmafaq .accordion-item h4, .tx-kmafaq .accordion-item .h4 {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  color: #005387;
}
.tx-kmafaq .accordion-item .accordion-button {
  padding: 0 var(--space-2) 0 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #202223;
  position: relative;
}
.tx-kmafaq .accordion-item .accordion-button:hover {
  color: #005387;
}
.tx-kmafaq .accordion-item .accordion-collapse .accordion-body {
  background-color: #FFF;
  margin-top: var(--space-1);
  padding: var(--space-2);
}
.tx-kmafaq .accordion-item .accordion-collapse .accordion-body .question-image {
  margin-bottom: var(--space-2);
  padding: 0 50% 0 0;
}
.tx-kmafaq .accordion-item .accordion-collapse .accordion-body .subcontent {
  margin-top: var(--space-3);
}
.tx-kmafaq .accordion-item .accordion-collapse .accordion-body .subcontent:first-child {
  margin-top: 0;
}
.tx-kmafaq .accordion-item .accordion-collapse .accordion-body .subcontent h4, .tx-kmafaq .accordion-item .accordion-collapse .accordion-body .subcontent .h4 {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  color: #005387;
  font-size: var(--font-size-default);
}
.tx-kmafaq .accordion-item .accordion-button.collapsed::after {
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="22.67" height="39.33" viewBox="0 0 22.67 39.33">  <g id="Gruppe_6844" data-name="Gruppe 6844">  <line id="Linie_8" data-name="Linie 8" x1="19.67" y1="19.67" x2="3" y2="36.33" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="6"/>  <line id="Linie_9" data-name="Linie 9" x1="3" y1="3" x2="19.67" y2="19.67" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="6"/>  </g>  </svg>');
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.tx-kmafaq .accordion-item .accordion-button:not(.collapsed)::after {
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="22.67" height="39.33" viewBox="0 0 22.67 39.33">  <g id="Gruppe_6844" data-name="Gruppe 6844">  <line id="Linie_8" data-name="Linie 8" x1="19.67" y1="19.67" x2="3" y2="36.33" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="6"/>  <line id="Linie_9" data-name="Linie 9" x1="3" y1="3" x2="19.67" y2="19.67" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="6"/>  </g>  </svg>');
  background-size: contain;
  transform: rotate(-90deg);
  transform-origin: center center;
  position: absolute;
  right: 0;
  top: 0rem;
}
.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: #005387;
}
@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: #005387;
  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 {
  position: fixed;
  bottom: 25px;
  left: 30px;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  font-size: 0;
  border: 1px solid #FFFFFF;
}
.btn.kmacookies-open:after {
  content: "";
  transform: none;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath id='fa-fingerprint' data-name='fa-fingerprint' d='M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7V256c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256v24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8V256c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V256c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V256c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9V256z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
@media (max-width: 809px) {
  .btn.kmacookies-open {
    bottom: 10px;
    left: 10px;
    height: 43px;
    width: 43px;
  }
  .btn.kmacookies-open:after {
    margin-left: 2px;
    height: 20px;
    width: 20px;
  }
}
.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 {
  position: fixed;
  right: 0px;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
@media (min-width: 810px) {
  .sidebar-list {
    top: 24vh;
  }
}
.sidebar-list svg {
  width: 20px;
  height: 15px;
  transform: rotate(180deg);
}
.sidebar-list .sidebar-item {
  margin-bottom: var(--space-1);
  position: relative;
  transition: all 500ms ease;
}
.sidebar-list .sidebar-item .sidebar-item-tab {
  display: inline-flex;
  align-items: center;
  column-gap: var(--space-1);
  background-color: #DDE6EC;
  border-left: unset;
  font-size: var(--font-size-4);
  color: #202223;
  font-weight: 500;
  writing-mode: tb;
  width: 60px;
  line-height: 60px;
  transform: scale(-1);
  transition: all 0.25s ease;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 810px) {
  .sidebar-list .sidebar-item .sidebar-item-tab {
    padding: 22px 0;
  }
}
.sidebar-list .sidebar-item .sidebar-item-content {
  position: absolute;
  top: 0;
  left: 60px;
  width: 400px;
  min-height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.sidebar-list .sidebar-item .sidebar-item-content .inner p {
  padding: var(--space-1) var(--space-2);
  background-color: #DDE6EC;
  margin: 0;
  font-size: var(--font-size-default);
}
.sidebar-list .sidebar-item .sidebar-item-content .inner p:first-child {
  padding-bottom: 0;
  padding-top: var(--space-2);
}
.sidebar-list .sidebar-item .sidebar-item-content .inner p:last-child {
  padding-bottom: var(--space-2);
  color: #FFFFFF;
  background-color: #005387;
}
.sidebar-list .sidebar-item .sidebar-item-content .inner p:last-child a {
  color: #FFFFFF;
}
.sidebar-list .sidebar-item.has-content:hover {
  transform: translateX(-400px);
}
.controls {
  display: flex;
  gap: var(--space-1);
}
.control-arrow {
  background-color: #FFF;
  border-radius: 50%;
  border-color: #5E5E5E;
  color: #8D9195;
  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: #005387;
  border-color: #005387;
}
/*********************
  Slider LEISTUNGEN
*********************/
.service-carousel-wrap {
  position: relative;
  overflow: hidden;
  background-color: #999;
  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(255, 235, 59, 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: #ffeb3b;
}
.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: #005387;
  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: #005387;
  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: #005387;
  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: #005387;
  transition: all 0.75s ease-out;
}
.timeline .item.even .col-line.right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005387;
  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-single h1.has-categories, .news-single .has-categories.h1 {
  margin-bottom: 0;
}
.news-single .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 .publish-time {
  display: block;
  font-size: var(--font-size-h4);
  font-weight: 700;
  color: #8D9195;
}
.news .box-outline {
  border: 1px solid #C4C4C4;
  color: #2D3236;
  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;
  margin-top: calc(var(--space-3) * 1.5);
}
.news .image-box .image-box-inner {
  margin: -1px;
  height: max-content;
  font-size: var(--font-size-default);
}
.news .image-box .image-box-inner picture img {
  position: relative;
}
.news .image-box .image-box-inner .image-description {
  margin-top: var(--image-description-margin-top);
  color: white;
}
.news .news-list-view.default .article {
  width: 100%;
  display: block;
  margin-bottom: var(--space-1);
}
.news .news-list-view.default .article .wrapper {
  height: 100%;
  background: linear-gradient(90deg, #c4c4c4 0%, #f7f7f7 40%, white 100%);
  padding: var(--space-2);
}
.news .news-list-view.default .article:last-of-type {
  border: none;
  margin: 0 0 var(--space-2) 0;
  padding: 0;
}
.news .news-list-view.default .article .card-image {
  position: relative;
}
.news .news-list-view.default .article .card-image > picture > img {
  border: 1px solid #999;
}
.news .news-list-view.default .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 {
  width: 50px;
  height: 50px;
  margin-right: calc(var(--space-1) / 2);
}
.news .news-list-view.default .article .card-image .companies .company:last-child {
  margin-right: 0;
}
.news .news-list-view.default .article .image {
  position: relative;
}
.news .news-list-view.default .article .image picture {
  display: block;
  overflow: hidden;
}
.news .news-list-view.default .article .image picture img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.news .news-list-view h2, .news .news-list-view .h2 {
  font-size: var(--font-size-h3);
  color: #2D3236;
}
.news .news-list-view p {
  color: #2D3236;
  font-size: var(--font-size-4);
}
.news .article .pub-date {
  color: #FFEB3B;
}
.news .article picture.img-fluid-width {
  /*margin-bottom: 2rem;*/
}
.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: #FFEB3B;
}
.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: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: var(--space-3);
}
.f3-widget-paginator li {
  font-size: var(--font-size-4);
  background-color: white;
  margin-right: 16px;
  width: var(--space-4);
  height: var(--space-4);
  line-height: var(--space-4);
  text-align: center;
}
@media (max-width: 809px) {
  .f3-widget-paginator li {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.f3-widget-paginator li:last-of-type {
  margin-right: 0;
}
.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);
}
@media (max-width: 809px) {
  .f3-widget-paginator li.previous a, .f3-widget-paginator li.next a {
    padding: 0 12px;
  }
}
.f3-widget-paginator li.previous a svg, .f3-widget-paginator li.next a svg {
  height: var(--space-2);
  width: auto;
  object-fit: contain;
}
@media (max-width: 809px) {
  .f3-widget-paginator li.previous a svg, .f3-widget-paginator li.next a svg {
    height: 25px;
  }
}
.f3-widget-paginator li.previous a svg {
  transform: scale(-1);
}
.f3-widget-paginator li.current {
  color: white;
  background-color: #005387;
}
.f3-widget-paginator li a {
  font-size: inherit;
  color: black;
  width: inherit;
  height: inherit;
  display: block;
  text-align: inherit;
  border-bottom: 2px solid transparent;
}
@media (max-width: 809px) {
  .f3-widget-paginator li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.f3-widget-paginator li a:hover {
  color: #005387;
  border-bottom-color: #005387;
}
.news.newsTeaser article, .news.fairsTeaser article {
  --transition-time: 0.5s;
  background-color: transparent;
  transition: scale var(--transition-time) ease, background-color var(--transition-time) ease;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.news.newsTeaser article a.article, .news.fairsTeaser article a.article {
  width: 100%;
  height: 100%;
  display: block;
}
.news.newsTeaser article .teaser-content, .news.fairsTeaser article .teaser-content {
  transition: scale 0.5s ease;
}
.news.newsTeaser {
  margin-top: var(--space-2);
}
.news.newsTeaser .news-list-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-2);
}
@media (max-width: 1159px) {
  .news.newsTeaser .news-list-view {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news.newsTeaser .news-list-view .title {
  margin: 0 0 var(--space-1) 0;
}
.news.newsTeaser .news-list-view .subheader {
  font-style: normal;
}
.news.newsTeaser .news-list-view.newsTeaser {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-1);
}
@media (max-width: 1159px) {
  .news.newsTeaser .news-list-view.newsTeaser {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 809px) {
  .news.newsTeaser .news-list-view.newsTeaser {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news.newsTeaser .news-list-view.newsTeaser > div.row {
  grid-column: 1/4;
  grid-row: 2;
}
.news.newsTeaser .news-list-view.newsTeaser > div.row .f3-widget-paginator {
  justify-content: center;
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .title {
  height: 100%;
  z-index: 2;
  background-color: #005387;
  color: #FFFFFF;
  padding: var(--space-3) 30px;
}
@media (max-width: 1379px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .title {
    padding: calc(var(--space-1) + (var(--space-1) / 2));
  }
}
@media (max-width: 1579px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .title {
    padding: calc(var(--space-2) - 7px) calc(var(--space-2) - 2px);
  }
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .title p.subheader {
  opacity: 1;
  visibility: visible;
  color: #FFFFFF;
}
@media (min-width: 810px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .title p.subheader {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .title button {
  display: inline-flex;
  justify-content: center;
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .title button:hover {
  background: rgba(230, 230, 230, 0.9);
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content:hover .col-title .news-date {
  z-index: 1;
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 112px;
}
@media (max-width: 809px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title {
    padding-bottom: 90px;
  }
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: #fff;
  height: 112px;
  transition: 0.4s ease;
  padding: 20px 30px;
  font-size: var(--font-size-6);
  font-weight: 600;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1909px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title {
    font-size: var(--font-size-4);
  }
}
@media (max-width: 1579px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title {
    font-size: var(--font-size-3);
  }
}
@media (max-width: 809px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title {
    height: 90px;
  }
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title p.subheader {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  margin-top: 15px;
  font-weight: 300;
}
@media (max-width: 1909px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title p.subheader {
    font-size: var(--font-size-3);
    line-height: var(--line-height-1);
  }
}
@media (max-width: 1579px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title p.subheader {
    font-size: var(--font-size-2);
    margin-bottom: var(--space-1);
    margin-top: 5px;
  }
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title button {
  font-size: 19px;
  border: unset;
  display: none;
  margin-top: auto;
  margin-bottom: 0px;
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .title button svg {
  width: 14px;
  height: 14px;
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title p {
  display: none;
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title img.img-fluid-width {
  object-fit: cover;
}
.news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .news-date {
  font-size: var(--font-size-6);
  font-weight: 300;
  position: absolute;
  left: 30px;
  top: 25px;
  color: #FFFFFF;
  font-style: italic;
  text-shadow: 0px 3px 6px #00000029;
  display: none;
}
@media (max-width: 1579px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .news-date {
    font-size: var(--font-size-4);
  }
}
@media (max-width: 809px) {
  .news.newsTeaser .news-list-view.newsTeaser .teaser-content .col-title .news-date {
    font-size: var(--font-size-3);
  }
}
.news.newsTeaser .news-backlink-wrap {
  margin-top: 50px;
}
.news.newsTeaser .news-backlink-wrap a {
  color: inherit;
  font-weight: 800;
}
.news.fairsTeaser {
  margin-top: 35px;
  margin-bottom: var(--space-9);
}
.news.fairsTeaser .card-image {
  aspect-ratio: 1.125;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news.fairsTeaser .card-image picture img {
  object-fit: contain;
  width: auto;
}
.news.fairsTeaser article:hover {
  background-color: initial;
}
@media (min-width: 810px) {
  .news.fairsTeaser article:hover .fairs-content .article_href svg {
    transform: translateX(var(--space-1));
  }
}
@media (min-width: 1160px) {
  .news.fairsTeaser article:hover .fairs-content .article_href svg {
    transform: translateX(var(--space-2));
  }
}
.news.fairsTeaser .fairs-content {
  background-color: #efefef;
  opacity: 0.8;
}
.news.fairsTeaser .fairs-content .wrapper {
  padding: var(--space-1);
  height: 100%;
  width: 100%;
}
.news.fairsTeaser .fairs-content .wrapper .title {
  color: #394046;
  margin-bottom: 0;
}
.news.fairsTeaser .fairs-content .wrapper .publish-time {
  font-size: var(--font-size-2);
  font-weight: 400;
  color: #394046;
}
.news.fairsTeaser .fairs-content .wrapper .publish-time time {
  font-size: var(--font-size-3);
}
.news.fairsTeaser .fairs-row {
  display: flex;
}
@media (max-width: 809px) {
  .news.fairsTeaser .fairs-row {
    flex-direction: column;
  }
}
.news.fairsTeaser .fairs-row .card-image {
  padding: 30px;
  min-width: 260px;
  border: 1px solid #707070;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 809px) {
  .news.fairsTeaser .fairs-row .card-image {
    border: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1160px) {
  .news.fairsTeaser .fairs-row .card-image {
    max-width: 280px;
    width: 100%;
  }
}
.news.fairsTeaser .fairs-row .card-image .img-fluid-width {
  width: 100%;
  max-width: 100%;
}
.news.fairsTeaser .fairs-row .fairs-content {
  color: #fff;
  background: #005387;
  opacity: 1;
  display: flex;
}
.news.fairsTeaser .fairs-row .fairs-content .wrapper {
  display: flex;
  flex-direction: column;
  padding: var(--space-2) var(--space-1);
}
.news.fairsTeaser .fairs-row .fairs-content .wrapper h2, .news.fairsTeaser .fairs-row .fairs-content .wrapper .h2, .news.fairsTeaser .fairs-row .fairs-content .wrapper span, .news.fairsTeaser .fairs-row .fairs-content .wrapper p {
  color: #fff;
}
.news.fairsTeaser .fairs-row .fairs-content .wrapper h2, .news.fairsTeaser .fairs-row .fairs-content .wrapper .h2 {
  font-size: var(--font-size-6);
  font-weight: 600;
  margin-bottom: var(--space-1);
}
.news.fairsTeaser .fairs-row .fairs-content .wrapper span {
  font-size: var(--font-size-6);
  font-style: italic;
  order: -1;
  font-weight: 300;
  line-height: 100%;
}
.news.fairsTeaser .fairs-row .fairs-content .article_href {
  background: unset;
  border: unset;
  padding: 0 var(--space-3) 0 var(--space-2);
}
@media (max-width: 1159px) {
  .news.fairsTeaser .fairs-row .fairs-content .article_href {
    padding: 0 var(--space-2) 0 var(--space-1);
  }
}
@media (max-width: 809px) {
  .news.fairsTeaser .fairs-row .fairs-content .article_href {
    display: none;
  }
}
.news.fairsTeaser .fairs-row .fairs-content .article_href svg {
  width: 45px;
  color: #FFFFFF;
  transition: transform 0.6s ease;
}
.news.fairsTeaser .news-list-view.fairsTeaser {
  display: flex;
  flex-direction: column;
  row-gap: 58px;
}
.news.fairsTeaser .news-list-view.fairsTeaser > .row.g-0 {
  display: none;
}
.news-textTeaser .frame-type-textmedia {
  padding-right: 20px;
}
.frame-type-news_pi1 {
  padding-top: 0;
  padding-bottom: 0;
  background: unset;
}
.frame-type-news_pi1 .headline h3, .frame-type-news_pi1 .headline .h3 {
  text-transform: uppercase;
}
.tx-kmaproducts .frame-layout-40 {
  padding-bottom: 3rem;
}
.products-list {
  --grid-layout: repeat(4, 1fr);
}
@media (max-width: 1579px) {
  .products-list {
    --grid-layout: repeat(3, 1fr);
  }
}
@media (max-width: 1159px) {
  .products-list {
    --grid-layout: repeat(2, 1fr);
  }
}
@media (max-width: 809px) {
  .products-list {
    --grid-layout: repeat(1, 1fr);
  }
}
.products-list.product_grid {
  display: grid;
  grid-template-columns: var(--grid-layout);
  gap: var(--space-1);
}
.products-list .item {
  padding: 1rem;
  background: linear-gradient(45deg, #c4c4c4, #fff);
  display: flex;
  flex-direction: column;
  row-gap: var(--space-1);
}
.products-list .item .image {
  width: 100%;
}
.products-list .item .image img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-list .item .description p {
  color: #000;
  font-weight: 600;
  text-align: center;
}
.product-section {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}
.kmaproducts-show h2, .kmaproducts-show .h2 {
  margin: 0 0 var(--space-2) 0;
}
.kmaproducts-show .contact-box {
  padding: var(--space-3) 0 0 var(--space-3);
}
.kmaproducts-show [class^="gridtable"] {
  border: none;
  display: grid;
  --repeat-number: 1;
  grid-template-columns: repeat(var(--repeat-number), 1fr);
  grid-auto-flow: row;
}
.kmaproducts-show [class^="gridtable"][class*="-2"] {
  --repeat-number: 2;
}
.kmaproducts-show [class^="gridtable"][class*="-3"] {
  --repeat-number: 3;
}
.kmaproducts-show [class^="gridtable"][class*="-4"] {
  --repeat-number: 4;
}
.kmaproducts-show [class^="gridtable"][class*="-5"] {
  --repeat-number: 5;
}
.kmaproducts-show [class^="gridtable"][class*="-6"] {
  --repeat-number: 6;
}
.kmaproducts-show [class^="gridtable"] .gridtd {
  border-bottom: 1px solid #eee;
}
.kmaproducts-show img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.kmaproducts-show .header {
  position: relative;
  height: auto;
  overflow: hidden;
  aspect-ratio: 2.1145374449;
}
@media screen and (max-aspect-ratio: 16/7) and (min-aspect-ratio: 16/10) {
  .kmaproducts-show .header {
    /*height: calc(100vh - 141px);*/
    height: calc(100vh - var(--header-top-height));
    aspect-ratio: auto;
  }
}
.kmaproducts-show .header img.background-image {
  z-index: -10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kmaproducts-show .header img.product-image {
  position: absolute;
  right: 100px;
  bottom: 50%;
  transform: translateY(50%);
  width: 30%;
  height: 80%;
}
.kmaproducts-show .header .h1 {
  font-weight: 500;
  font-style: normal;
  position: absolute;
  bottom: 50px;
  color: #fff;
}
.kmaproducts-show .header .h1 .subtitle {
  font-size: 22px;
}
.kmaproducts-show .product-description .container {
  display: grid;
  grid-template-columns: 70fr 30fr;
  gap: 3rem;
}
.kmaproducts-show .product-description .container .product-image {
  display: grid;
  align-items: start;
  place-content: start;
}
@media (max-width: 1159px) {
  .kmaproducts-show .product-description .container {
    grid-template-columns: 1fr;
  }
  .kmaproducts-show .product-description .container .product-text {
    grid-row: 2;
  }
  .kmaproducts-show .product-description .container .product-image {
    grid-row: 1;
  }
}
.kmaproducts-show .application {
  --marker-width: .9em;
}
.kmaproducts-show .application li {
  padding-left: calc(var(--marker-width) + 0.2em);
}
.kmaproducts-show .application li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: var(--marker-width);
  height: 0.14em;
  background-color: #394046;
  background-image: none;
  background-size: contain;
}
.kmaproducts-show .application ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
.kmaproducts-show .product-benefits-parent {
  --icon-size: 50px;
}
.kmaproducts-show .product-benefits-parent .arrows {
  display: grid;
  grid-auto-flow: column;
  place-content: start end;
  gap: 19px;
}
@media (max-width: 809px) {
  .kmaproducts-show .product-benefits-parent .arrows {
    display: none;
  }
}
.kmaproducts-show .product-benefits-parent .arrows > * {
  cursor: pointer;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 100%;
  background-size: 60%;
  background-position: center;
  background-color: #fff;
  padding: 5px;
  background-repeat: no-repeat;
}
.kmaproducts-show .product-benefits-parent .arrows .next {
  background-image: 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>');
}
.kmaproducts-show .product-benefits-parent .arrows .prev {
  background-image: 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>');
}
.kmaproducts-show .product-benefits-parent .product-benefits {
  gap: 5px;
  grid-auto-flow: column;
  width: fit-content;
  grid-template-columns: max-content;
}
.kmaproducts-show .product-benefits-parent .product-benefits .benefit-item-parent {
  margin-left: 0px;
  display: grid;
  margin-right: 5px;
}
.kmaproducts-show .product-benefits-parent .product-benefits .benefit-item-parent .benefit-item {
  text-align: center;
  white-space: nowrap;
  height: 61px;
  margin-left: -100px;
  width: 100%;
  padding: 0.7rem 1rem;
  background-color: #4081b4;
  margin-right: 100px;
}
.kmaproducts-show .product-benefits-parent .product-benefits .benefit-item-parent .benefit-item p {
  color: #FFF;
}
.kmaproducts-show .product-benefits-parent .product-benefits .benefit-item-parent .benefit-item:nth-child(2) {
  margin-top: 5px;
  margin-left: 100px;
}
.kmaproducts-show .product-data .nav-tabs {
  gap: 1rem;
  border: none;
}
.kmaproducts-show .product-data .nav-tabs button {
  border-radius: 0;
  border: 1px solid #bbb;
  border-bottom: none;
}
.kmaproducts-show .product-data .nav-tabs .nav-link {
  color: #000;
}
.kmaproducts-show .product-data .nav-tabs .nav-link.active {
  position: relative;
  z-index: 99;
  background-color: #FFEB3B;
  border: 1px solid transparent;
  color: #fff;
}
@media (max-width: 809px) {
  .kmaproducts-show .product-data .nav-tabs {
    gap: 3px;
  }
  .kmaproducts-show .product-data .nav-tabs button {
    width: 100%;
  }
}
.kmaproducts-show .product-data .tab-content {
  box-shadow: -1.5px -1px 7px 3px #eee;
}
.kmaproducts-show .product-data .tab-content .tab-pane .content-container {
  padding: 1rem;
}
.kmaproducts-show .product-data .datatable .gridtd {
  padding: 0.5rem 0;
}
.kmaproducts-show .product-data .datatable .gridtd.label {
  font-weight: 700;
}
.kmaproducts-show .product-data .btn-secondary {
  margin-top: 1rem;
}
.kmaproducts-show h1, .kmaproducts-show .h1, .kmaproducts-show h2, .kmaproducts-show .h2 {
  font-style: italic;
  font-weight: 400;
}
.kmaproducts-show h1 .subtitle, .kmaproducts-show .h1 .subtitle, .kmaproducts-show h2 .subtitle, .kmaproducts-show .h2 .subtitle {
  font-style: normal;
  display: block;
  font-weight: 600;
}
.kmaproducts-show .site-image {
  position: relative;
}
.kmaproducts-show .site-image .image-zoom {
  position: absolute;
  width: 150px;
  height: 150px;
  filter: invert(5%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  display: none;
}
.kmaproducts-show #downloads .content-container .download-item {
  padding-bottom: var(--space-1);
  border-bottom: 1px solid #EDEDED;
  margin: 0 0 var(--space-2) 0;
  color: #000;
}
.kmaproducts-show #downloads .content-container .download-item p {
  margin: 0;
}
.kmaproducts-show #downloads .content-container .download-item .download-title {
  color: #005387;
}
.kmaproducts-show #downloads .content-container .download-item .download-title svg {
  margin: 0 var(--space-1) 0 0;
}
.kmaproducts-show #downloads .content-container .download-item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.kmaproducts-show #video .content-container {
  display: grid;
  padding: 1rem;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.kmaproducts-show #video .content-container video {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.kmaproducts-show #applications .branch-image {
  margin: 0 0 var(--space-2) 0;
}
.kmaproducts-finder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 9999999;
}
.kmaproducts-finder .bg {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 500ms ease;
}
.kmaproducts-finder .panel {
  width: 55%;
  min-height: 600px;
  transition: all 500ms ease;
  transform: translateX(500px);
  opacity: 0;
  max-height: 100vh;
}
@media (max-width: 1579px) {
  .kmaproducts-finder .panel {
    width: 75%;
    min-height: 600px;
  }
}
.kmaproducts-finder .panel #finder-form .intro {
  margin: 0 0 var(--space-2) 0;
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item {
  margin: 0 0.5em 0 0;
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: #FFF;
  border: none;
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item .nav-link::before {
  content: "";
  float: left;
  margin: 3px 10px 0 0;
  display: block;
  font-size: 0.7rem;
  background-color: #394046;
  aspect-ratio: 1;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #FFF;
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item .nav-link.active {
  background-color: #394046;
  color: #FFF;
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item .nav-link.active::before {
  background-color: #005387;
  color: #FFF;
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item:nth-child(1) .nav-link::before {
  content: "1";
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item:nth-child(2) .nav-link::before {
  content: "2";
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item:nth-child(3) .nav-link::before {
  content: "3";
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item:nth-child(4) .nav-link::before {
  content: "4";
}
.kmaproducts-finder .panel #finder-form .nav-tabs .nav-item:nth-child(5) .nav-link::before {
  content: "5";
}
.kmaproducts-finder .panel #finder-form .panel-content {
  background-color: #FFF;
  padding: var(--space-2);
}
.kmaproducts-finder .panel #finder-form #products-result {
  width: 100%;
}
.kmaproducts-finder .panel #finder-form .col-criteria-list.active {
  width: 100%;
}
.kmaproducts-finder .panel #finder-form .grid-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(30%, 1fr));
  grid-gap: var(--bs-gutter-x);
}
@media (max-width: 1379px) {
  .kmaproducts-finder .panel #finder-form .grid-row {
    grid-template-columns: repeat(2, minmax(30%, 1fr));
  }
}
.kmaproducts-finder .panel #finder-form .grid-row .finder-teaser {
  aspect-ratio: 1;
  height: 100%;
  width: 100%;
}
.kmaproducts-finder .panel #finder-form .grid-row .finder-teaser input {
  display: none;
}
.kmaproducts-finder .panel #finder-form .grid-row .finder-teaser label {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(50px, 500px));
  gap: var(--space-1);
  padding: var(--space-1);
  background: #FFF;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border: 2px solid #c4c4c4;
}
.kmaproducts-finder .panel #finder-form .grid-row .finder-teaser input:checked + label {
  background-color: #EDEDED;
  border: 2px solid transparent;
}
.kmaproducts-finder .panel #finder-form .grid-row .finder-teaser img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: top center;
}
.kmaproducts-finder .panel #finder-form .grid-row .finder-teaser p {
  line-height: 1.1;
  align-self: end;
}
.kmaproducts-finder .panel #finder-form .col-products-show {
  display: flex;
  align-items: end;
}
.kmaproducts-finder .panel #finder-form .col-products-show.hide {
  display: none;
}
.kmaproducts-finder .panel #finder-form .col-products-show .products-show {
  background-color: #005387;
  border: none;
  width: 100%;
  aspect-ratio: 1;
  color: #FFF;
  padding: var(--space-2);
  transition: all 0.5s ease;
}
.kmaproducts-finder .panel #finder-form .col-products-show .products-show.disabled {
  opacity: 0.4;
}
.kmaproducts-finder.open {
  opacity: 1;
  pointer-events: all;
}
.kmaproducts-finder.open .bg {
  opacity: 1;
  overflow: overlay;
}
.kmaproducts-finder.open .panel {
  transform: translateX(0);
  opacity: 1;
}
.nav {
  flex-wrap: wrap-reverse;
}
.tx-kmacontacts .contacts-list .img-responsive-width {
  width: 100%;
}
.tx-kmacontacts .contact-entry {
  position: relative;
  height: 100%;
  background-color: white;
  border: 1px solid #c4c4c4;
  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 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  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: #005387;
  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 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-default);
}
@media (max-width: 809px) {
  .download-list {
    flex-direction: column;
  }
}
.download-list a {
  position: relative;
  display: block;
  width: calc(50% - 8px);
  background: #FFFFFF;
  padding: var(--space-default) var(--space-2);
  min-height: 68px;
  transition: all 0.4s ease;
}
@media (max-width: 809px) {
  .download-list a {
    width: 100%;
  }
}
.download-list a .teaser-content {
  display: flex;
  justify-content: center;
}
.download-list a .teaser-content .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: var(--font-size-6);
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  color: #2D3236;
  transition: all 0.4s ease;
  font-size: 1.2rem;
}
@media (max-width: 1579px) {
  .download-list a .teaser-content .title {
    font-size: 1.1rem;
  }
}
@media (max-width: 1159px) {
  .download-list a .teaser-content .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 809px) {
  .download-list a .teaser-content .title {
    left: var(--space-2);
    transform: translateX(0) translateY(-50%);
  }
}
.download-list a .teaser-content .file-info {
  position: absolute;
  right: var(--space-2);
  top: 50%;
  transform: translateX(-50px) translateY(-50%);
  transition: all 0.4s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: var(--space-default);
  color: #FFFFFF;
  font-size: var(--font-size-1);
}
@media (max-width: 809px) {
  .download-list a .teaser-content .file-info {
    opacity: 1;
    color: #2D3236;
    transform: translate(0, -50%);
  }
}
.download-list a .teaser-content .file-info::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.919' height='25.225' viewBox='0 0 18.919 25.225'%3E%3Cpath id='file-earmark-arrow-down-fill' d='M13.5,0H5.153A3.153,3.153,0,0,0,2,3.153V22.072a3.153,3.153,0,0,0,3.153,3.153H17.766a3.153,3.153,0,0,0,3.153-3.153V7.421a1.576,1.576,0,0,0-.462-1.114L14.612.462A1.577,1.577,0,0,0,13.5,0Zm.326,5.518V2.365l4.73,4.73H15.4A1.577,1.577,0,0,1,13.824,5.518Zm-1.577,6.306V17.8L14.054,16a.789.789,0,0,1,1.116,1.116l-3.153,3.153a.788.788,0,0,1-1.116,0L7.748,17.112A.789.789,0,0,1,8.864,16L10.671,17.8v-5.98a.788.788,0,0,1,1.577,0Z' transform='translate(-2)' fill='%23fff'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 25px;
  display: block;
}
@media (max-width: 809px) {
  .download-list a .teaser-content .file-info::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.919' height='25.225' viewBox='0 0 18.919 25.225'%3E%3Cpath id='file-earmark-arrow-down-fill' d='M13.5,0H5.153A3.153,3.153,0,0,0,2,3.153V22.072a3.153,3.153,0,0,0,3.153,3.153H17.766a3.153,3.153,0,0,0,3.153-3.153V7.421a1.576,1.576,0,0,0-.462-1.114L14.612.462A1.577,1.577,0,0,0,13.5,0Zm.326,5.518V2.365l4.73,4.73H15.4A1.577,1.577,0,0,1,13.824,5.518Zm-1.577,6.306V17.8L14.054,16a.789.789,0,0,1,1.116,1.116l-3.153,3.153a.788.788,0,0,1-1.116,0L7.748,17.112A.789.789,0,0,1,8.864,16L10.671,17.8v-5.98a.788.788,0,0,1,1.577,0Z' transform='translate(-2)' fill='%23000'/%3E%3C/svg%3E%0A");
  }
}
.download-list a:hover {
  background: #c4c4c4;
}
.download-list a:hover .teaser-content .title {
  left: var(--space-2);
  transform: translateX(0) translateY(-50%);
  color: #FFFFFF;
  font-weight: 500;
}
.download-list a:hover .teaser-content .file-info {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.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;
}
.download-list.download-column .teaser-box {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: var(--space-3);
}
@media (min-width: 810px) {
  .download-list.download-column .teaser-box {
    align-items: flex-start;
  }
}
@media (min-width: 1160px) {
  .download-list.download-column .teaser-box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.download-list.download-column .teaser-box .teaser-image {
  width: 200px;
  min-width: 160px;
  height: auto;
}
@media (min-width: 1160px) {
  .download-list.download-column .teaser-box .teaser-content {
    padding-right: var(--space-7);
  }
}
.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-4);
  line-height: 1.666;
  color: white;
}
body {
  min-height: 101%;
}
.karussell {
  position: relative;
}
@media (max-width: 809px) {
  .karussell {
    padding: 0 calc(var(--bs-gutter-x, 8px) - 8px);
  }
}
.karussell .arrows .slider-control {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s ease;
}
.karussell .arrows .slider-control.slick-disabled {
  opacity: 0;
}
.karussell .arrows .slider-control.prev {
  left: 0px;
  background: linear-gradient(90deg, white 0%, rgba(251, 251, 251, 0) 100%);
}
.karussell .arrows .slider-control.next {
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.karussell .arrows .slider-control .circle-arrow {
  width: 50px;
  height: 50px;
  background: #005387;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
@media (max-width: 1379px) {
  .karussell .arrows .slider-control .circle-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 809px) {
  .karussell .arrows .slider-control .circle-arrow {
    width: 30px;
    height: 30px;
  }
}
.karussell .arrows .slider-control .circle-arrow svg {
  width: 60%;
  height: 100%;
}
.slider {
  --slick-dots-li-width: 65px;
  overflow: hidden;
}
.slider.gallery-headerslider {
  height: calc(70vh - var(--header-top-height));
}
@media screen and (min-aspect-ratio: 16/12) {
  .slider.gallery-headerslider {
    /*height: calc(100vh - 141px);*/
    height: calc(100vh - var(--header-top-height));
  }
}
@media (max-width: 1159px) {
  .slider.gallery-headerslider {
    height: calc(40vh);
  }
}
@media (max-width: 809px) {
  .slider.gallery-headerslider {
    height: calc(25vh);
  }
}
.slider.gallery-headerslider .slick-list {
  height: 100%;
}
.slider.gallery-headerslider .slick-list .slick-track {
  height: 100%;
}
.slider.gallery-headerslider .slick-list .slick-track .slide {
  height: 100%;
}
.slider.gallery-headerslider .slick-list .slick-track .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider.gallery-headerslider .slide {
  position: relative;
}
.slider.gallery-headerslider .overlay-gray {
  position: absolute;
  background-color: #1d1d1d;
  opacity: 0.65;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider.gallery-headerslider .product-item {
  display: flex;
  justify-content: center;
}
.slider.gallery-headerslider .slick-list .slick-track .slide .img-product {
  width: auto;
  -webkit-filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.2));
}
.slider.gallery-headerslider .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.slider.gallery-headerslider .content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.slider.gallery-headerslider .content .container .row {
  align-items: center;
}
.slider.gallery-headerslider .content .container .gallery-content {
  width: 90%;
}
.slider.gallery-headerslider .content .container .gallery-content .gallery-title {
  font-size: var(--font-size-9);
  color: white;
  font-weight: 700;
  margin: 0 0 var(--space-1) 0;
  line-height: 1.1;
  font-family: "Bebas Neue";
  font-size: 80px;
}
@media (max-width: 809px) {
  .slider.gallery-headerslider .content .container .gallery-content .gallery-title {
    font-size: var(--font-size-8);
  }
}
.slider.gallery-headerslider .content .container .gallery-content .gallery-title .subtitle {
  font-weight: 400;
  font-style: italic;
}
.slider.gallery-headerslider .content .container .gallery-content .gallery-description {
  font-size: var(--font-size-gallery-description);
}
.slider.gallery-promoslider .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.slider.gallery-promoslider .content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.slider.gallery-promoslider .content .container .row {
  align-items: end;
}
.slider.gallery-promoslider .content .container .gallery-content {
  width: 100%;
}
.slider.gallery-promoslider .content .container .gallery-content .gallery-title {
  font-size: var(--font-size-9);
  color: #2D3236;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  margin: 0 0 var(--space-1) 0;
  line-height: 1.1;
}
@media (max-width: 809px) {
  .slider.gallery-promoslider .content .container .gallery-content .gallery-title {
    font-size: var(--font-size-8);
  }
}
.slider.gallery-promoslider .content .container .gallery-content .gallery-description {
  font-size: var(--font-size-gallery-description);
}
.slider.gallery-swiperslider {
  height: 100vh;
}
@media (max-width: 809px) {
  .slider.gallery-swiperslider {
    height: 70vh;
  }
}
@media (max-width: 809px) {
  .slider.gallery-swiperslider .swiper-pagination {
    bottom: 25px;
  }
}
.slider.gallery-swiperslider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
  box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.16);
}
.slider.gallery-swiperslider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005387;
}
.slider.gallery-swiperslider .swiper-wrapper .swiper-slide img.img-fluid-width {
  object-fit: cover;
  height: 100%;
}
.slider.gallery-swiperslider .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.slider.gallery-swiperslider .content .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 90px;
}
@media (max-width: 809px) {
  .slider.gallery-swiperslider .content .container {
    padding-bottom: 70px;
  }
}
.slider.gallery-swiperslider .content .container .row {
  align-items: end;
}
.slider.gallery-swiperslider .content .container .gallery-content {
  width: 100%;
}
.slider.gallery-swiperslider .content .container .gallery-content .gallery-title {
  color: #FFFFFF;
  font-weight: 900;
  font-family: "Kanit", sans-serif;
  margin: 0 0 var(--space-1) 0;
  line-height: 80%;
  font-size: var(--font-size-h1);
  text-shadow: 5px 3px 6px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.slider.gallery-swiperslider .content .container .gallery-content .subtitle {
  font-size: var(--font-size-8);
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 5px 3px 6px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  line-height: 100%;
}
.slider.gallery-swiperslider .content .container .gallery-content .gallery-description {
  font-size: var(--font-size-gallery-description);
}
.slider.gallery-swiperslider .content .container .gallery-content .btn {
  background-color: #005387;
  color: #FFFFFF;
  font-size: var(--font-size-2);
  padding: 18px 19px;
  margin-top: var(--space-3);
}
.slider.gallery-swiperslider .content .container .gallery-content .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
@media (max-width: 809px) {
  .slider.gallery-swiperslider .content .container .gallery-content .btn {
    margin-top: var(--space-1);
  }
}
.slider.gallery-promoslider {
  height: 100vh;
}
@media (max-width: 809px) {
  .slider.gallery-promoslider {
    height: 70vh;
  }
}
.slider.gallery-promoslider .promoslider-pagination {
  position: absolute;
  z-index: 111;
  display: flex;
  justify-content: center;
}
@media (max-width: 809px) {
  .slider.gallery-promoslider .promoslider-pagination {
    bottom: 25px;
  }
}
.slider.gallery-promoslider .promoslider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
  box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.16);
}
.slider.gallery-promoslider .promoslider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005387;
}
.slider.gallery-promoslider .swiper-wrapper .swiper-slide img.img-fluid-width {
  object-fit: cover;
  height: 100%;
}
.slider.gallery-promoslider .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.slider.gallery-promoslider .content .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 90px;
}
@media (max-width: 809px) {
  .slider.gallery-promoslider .content .container {
    padding-bottom: 70px;
  }
}
.slider.gallery-promoslider .content .container .row {
  align-items: end;
}
.slider.gallery-promoslider .content .container .gallery-content {
  width: 100%;
}
.slider.gallery-promoslider .content .container .gallery-content .gallery-title {
  color: #FFFFFF;
  font-weight: 900;
  font-family: "Kanit", sans-serif;
  margin: 0 0 var(--space-1) 0;
  line-height: 80%;
  font-size: var(--font-size-h1);
  text-shadow: 5px 3px 6px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.slider.gallery-promoslider .content .container .gallery-content .subtitle {
  font-size: var(--font-size-8);
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 5px 3px 6px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  line-height: 100%;
}
.slider.gallery-promoslider .content .container .gallery-content .gallery-description {
  font-size: var(--font-size-gallery-description);
}
.slider.gallery-promoslider .content .container .gallery-content .btn {
  background-color: #005387;
  color: #FFFFFF;
  font-size: var(--font-size-2);
  padding: 18px 19px;
  margin-top: var(--space-3);
}
.slider.gallery-promoslider .content .container .gallery-content .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
@media (max-width: 809px) {
  .slider.gallery-promoslider .content .container .gallery-content .btn {
    margin-top: var(--space-1);
  }
}
.slider.gallery-headertitel {
  height: 100vh;
  min-height: 768px;
}
.slider.gallery-headertitel .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.slider.gallery-headertitel .content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.slider.gallery-headertitel .content .container .row {
  align-items: end;
}
.slider.gallery-headertitel .content .container .gallery-content {
  width: 100%;
}
.slider.gallery-headertitel .content .container .gallery-content .gallery-title {
  font-size: var(--font-size-9);
  color: #2D3236;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 809px) {
  .slider.gallery-headertitel .content .container .gallery-content .gallery-title {
    font-size: var(--font-size-8);
  }
}
.slider.gallery-headertitel .content .container .gallery-description {
  font-size: var(--font-size-gallery-description);
  background: #005387;
  padding: var(--space-1);
  color: #FFFFFF;
}
.slider.gallery-headertitel .content .container .gallery-description h4, .slider.gallery-headertitel .content .container .gallery-description .h4, .slider.gallery-headertitel .content .container .gallery-description h3, .slider.gallery-headertitel .content .container .gallery-description .h3, .slider.gallery-headertitel .content .container .gallery-description h2, .slider.gallery-headertitel .content .container .gallery-description .h2, .slider.gallery-headertitel .content .container .gallery-description p, .slider.gallery-headertitel .content .container .gallery-description ul, .slider.gallery-headertitel .content .container .gallery-description ul li {
  color: #FFFFFF;
}
.slider.slider-swiper {
  position: relative;
}
@media (min-width: 1160px) {
  .slider.slider-swiper:hover .swiper-button-next.custom-next-button, .slider.slider-swiper:hover .swiper-button-prev.custom-prev-button {
    opacity: 1;
    visibility: visible;
  }
  .slider.slider-swiper:hover .swiper-button-next.custom-next-button.swiper-button-disabled, .slider.slider-swiper:hover .swiper-button-prev.custom-prev-button.swiper-button-disabled {
    opacity: 0.35;
  }
  .slider.slider-swiper .swiper-button-next.custom-next-button, .slider.slider-swiper .swiper-button-prev.custom-prev-button {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
  }
}
.slider.slider-swiper .swiper-wrapper .swiper-slide img.img-fluid-width {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1159px) {
  .slider.slider-swiper .swiper-wrapper .swiper-slide img.img-fluid-width {
    height: auto;
  }
}
.slider.slider-swiper .swiper-button-next.custom-next-button {
  width: 53px;
  height: 53px;
  background: #005387;
  right: var(--swiper-navigation-sides-offset, 37px);
}
@media (max-width: 809px) {
  .slider.slider-swiper .swiper-button-next.custom-next-button {
    width: 43px;
    height: 43px;
  }
}
.slider.slider-swiper .swiper-button-next.custom-next-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 16px;
}
.slider.slider-swiper .swiper-button-prev.custom-prev-button {
  width: 53px;
  height: 53px;
  background: #005387;
  left: var(--swiper-navigation-sides-offset, 37px);
}
@media (max-width: 809px) {
  .slider.slider-swiper .swiper-button-prev.custom-prev-button {
    width: 43px;
    height: 43px;
  }
}
.slider.slider-swiper .swiper-button-prev.custom-prev-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-left_3_' data-name='arrow-left (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 16px;
  transform: rotate(-180deg);
}
.slider.slider-swiper .swiper-button-next {
  animation: slideAnimationRight 3s infinite linear;
  transition: 0.4 ease;
}
.slider.slider-swiper .swiper-button-next:hover {
  animation: unset;
}
.slider.slider-swiper .swiper-button-next.swiper-button-disabled {
  animation: unset;
}
.slider.slider-swiper .swiper-button-prev {
  animation: slideAnimationLeft 3s infinite linear;
  transition: 0.4 ease;
}
.slider.slider-swiper .swiper-button-prev:hover {
  animation: unset;
}
.slider.slider-swiper .swiper-button-prev.swiper-button-disabled {
  animation: unset;
}
@keyframes slideAnimationRight {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes slideAnimationLeft {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.slider.slider-carousel.animated .slick-track {
  animation: baitSlider 3s linear;
}
.slider.slider-carousel .slide {
  padding: 0 calc(var(--space-1) / 2);
}
.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: #5E5E5E;
  text-align: center;
  background-color: #EDEDED;
  font-size: var(--font-size-default);
}
.slider .slider-control {
  position: absolute;
  padding: 15px;
  color: #005387;
  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: #005387;
  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: #005387;
  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 .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 {
  overflow: visible;
}
.slider.slider-textslider .slick-list {
  margin: 0 calc(var(--space-1) / 2 * -1);
  overflow: visible;
}
.slider.slider-textslider .slick-list .slick-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}
.slider.slider-textslider .slick-list .slick-track .slick-slide {
  height: auto !important;
}
.slider.slider-textslider .slide {
  padding: 0 calc(var(--space-1) / 2);
}
.slider.slider-textslider .content {
  border: 1px solid #005387;
  height: 100%;
  background-color: #005387;
  padding: 56px var(--space-4);
}
.slider.slider-textslider .content .gallery-header {
  margin-bottom: 10px;
  font-size: var(--font-size-6);
}
.slider.slider-textslider .content .gallery-header .date {
  font-size: inherit;
  font-weight: 600;
  color: white;
  text-align: center;
}
.slider.slider-textslider .content .gallery-header .headline {
  display: none;
  font-size: inherit;
  font-weight: 700;
  color: #394046;
  padding: 1em;
}
.slider.slider-textslider .content .description p {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--font-size-2);
  padding: 0;
  line-height: var(--line-height-1);
  font-weight: 300;
}
.frame.textslider .container, .frame.logoslider .container {
  position: relative;
}
.frame.textslider .arrows, .frame.logoslider .arrows {
  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: #005387;
  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: #005387;
  transition: fill 0.3s ease;
}
@keyframes baitSlider {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  15% {
    transform: translate3d(-150px, 0px, 0px);
  }
  30% {
    transform: translate3d(0px, 0px, 0px);
  }
  60% {
    transform: translate3d(0px, 0px, 0px);
  }
  75% {
    transform: translate3d(-150px, 0px, 0px);
  }
  90% {
    transform: translate3d(0px, 0px, 0px);
  }
}
.blue-aside-slider {
  position: relative;
}
.blue-aside-slider.swiper-fade .swiper-slide-prev {
  opacity: 0 !important;
}
.blue-aside-slider.swiper-fade .swiper-slide-next {
  opacity: 0 !important;
}
.blue-aside-slider__arrows {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 11;
}
@media (min-width: 1380px) {
  .blue-aside-slider__arrows {
    top: 0;
    bottom: inherit;
    height: 100% !important;
    opacity: 0;
  }
}
.blue-aside-slider__arrows div {
  width: 53px;
  height: 53px;
  background: #005387;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 809px) {
  .blue-aside-slider__arrows div {
    width: 43px;
    height: 43px;
  }
}
.blue-aside-slider__arrows div::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 16px;
  display: block;
}
@media (min-width: 1380px) {
  .blue-aside-slider:hover .blue-aside-slider__arrows {
    opacity: 1;
  }
  .blue-aside-slider:hover .blue-aside-slider__arrows.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
  }
}
.blue-aside-slider__slide {
  display: flex;
}
@media (max-width: 1379px) {
  .blue-aside-slider__slide {
    flex-direction: column;
  }
}
.blue-aside-slider__aside {
  color: #FFFFFF;
  background: #005387;
  padding: var(--space-4);
}
@media (max-width: 1579px) {
  .blue-aside-slider__aside {
    padding: var(--space-3);
  }
}
@media (max-width: 809px) {
  .blue-aside-slider__aside {
    padding: var(--space-2);
  }
}
@media (max-width: 1379px) {
  .blue-aside-slider__aside-content {
    max-width: 1000px;
    padding-right: var(--bs-gutter-x, 8px);
    padding-left: var(--bs-gutter-x, 8px);
    margin: auto;
  }
}
@media (max-width: 1159px) {
  .blue-aside-slider__aside-content {
    max-width: 850px;
  }
}
@media (max-width: 809px) {
  .blue-aside-slider__aside-content {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1580px) {
  .blue-aside-slider__aside {
    width: 540px;
    min-width: 540px;
  }
}
@media (max-width: 1909px) {
  .blue-aside-slider__aside {
    width: 100%;
    max-width: 460px;
    min-width: auto;
  }
}
@media (max-width: 1379px) {
  .blue-aside-slider__aside {
    max-width: 100%;
  }
}
.blue-aside-slider__header {
  display: flex;
  flex-direction: column;
}
.blue-aside-slider__header-title {
  font-size: var(--font-size-6);
  font-weight: 600;
  font-style: italic;
  color: #FFFFFF;
  margin-top: calc(var(--space-3) + 34px);
}
@media (min-width: 1910px) {
  .blue-aside-slider__header-title {
    margin-top: 94px;
  }
}
@media (max-width: 1579px) {
  .blue-aside-slider__header-title {
    margin-top: calc(var(--space-2) + 34px);
  }
}
@media (max-width: 809px) {
  .blue-aside-slider__header-title {
    margin-top: 40px;
  }
}
.blue-aside-slider__header-subtitle {
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  font-weight: 900;
}
.blue-aside-slider__description {
  margin-bottom: var(--space-3);
}
@media (max-width: 1579px) {
  .blue-aside-slider__description {
    margin-bottom: var(--space-2);
  }
}
.blue-aside-slider__description p {
  color: #FFFFFF;
}
@media (max-width: 1579px) {
  .blue-aside-slider__description p {
    font-size: var(--font-size-default);
    line-height: 140%;
  }
}
.blue-aside-slider__image {
  width: 100%;
}
@media (max-width: 1159px) {
  .blue-aside-slider__image {
    padding: 10px 0;
  }
}
.blue-aside-slider__image img {
  height: 100%;
  object-fit: cover;
}
.blue-aside-slider .blue-aside-slider__arrows-next {
  right: 30px;
}
@media (max-width: 809px) {
  .blue-aside-slider .blue-aside-slider__arrows-next {
    right: 10px;
  }
}
@media (min-width: 1580px) {
  .blue-aside-slider .blue-aside-slider__arrows-prev {
    left: 570px;
  }
}
@media (max-width: 1909px) {
  .blue-aside-slider .blue-aside-slider__arrows-prev {
    left: 490px;
  }
}
@media (max-width: 1379px) {
  .blue-aside-slider .blue-aside-slider__arrows-prev {
    left: 30px;
  }
}
@media (max-width: 809px) {
  .blue-aside-slider .blue-aside-slider__arrows-prev {
    left: 10px;
  }
}
.blue-aside-slider .blue-aside-slider__arrows-prev div::after {
  transform: rotate(-180deg);
}
.frame-layout-12 .kmaslider_slider {
  position: relative;
}
@media (max-width: 809px) {
  .frame-layout-12 .kmaslider_slider {
    margin-top: -36px;
  }
}
@media (max-width: 1379px) {
  .frame-layout-12 .kmaslider_slider {
    margin-top: -45px;
  }
}
.frame-layout-12 .kmaslider_slider .headline {
  position: absolute;
  left: var(--space-4);
  top: var(--space-4);
  z-index: 11;
}
@media (max-width: 1579px) {
  .frame-layout-12 .kmaslider_slider .headline {
    left: var(--space-3);
    top: var(--space-3);
  }
}
@media (max-width: 1379px) {
  .frame-layout-12 .kmaslider_slider .headline {
    width: 100%;
    padding-right: var(--space-3);
    padding-left: var(--space-3);
    left: 0px !important;
    position: relative;
    transform: translateY(100%);
    z-index: 999;
  }
  .frame-layout-12 .kmaslider_slider .headline span {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: var(--space-2);
    padding-left: var(--space-2);
  }
}
@media (max-width: 1159px) {
  .frame-layout-12 .kmaslider_slider .headline span {
    max-width: 850px;
  }
}
@media (max-width: 809px) {
  .frame-layout-12 .kmaslider_slider .headline {
    padding-top: 0;
    padding-left: var(--space-1);
    padding-right: var(--space-1);
    top: var(--space-2);
  }
  .frame-layout-12 .kmaslider_slider .headline span {
    padding-right: var(--space-1);
    padding-left: var(--space-1);
  }
}
.frame-layout-12 .kmaslider_slider .headline h2, .frame-layout-12 .kmaslider_slider .headline .h2 {
  color: #FFFFFF;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1379px) {
  .frame-layout-12 .kmaslider_slider .headline h2, .frame-layout-12 .kmaslider_slider .headline .h2 {
    padding-right: var(--bs-gutter-x, 8px);
    padding-left: var(--bs-gutter-x, 8px);
  }
}
@media (max-width: 1159px) {
  .frame-layout-12 .kmaslider_slider .headline h2, .frame-layout-12 .kmaslider_slider .headline .h2 {
    max-width: 850px;
  }
}
@media (max-width: 809px) {
  .frame-layout-12 .kmaslider_slider .headline h2, .frame-layout-12 .kmaslider_slider .headline .h2 {
    max-width: 100%;
    padding: 0;
  }
}
.slider.me-slider-swiper {
  position: relative;
}
.height-slider-50 .slider.me-slider-swiper {
  height: 50vh;
  margin: 0;
}
@media (max-width: 1379px) {
  .height-slider-50 .slider.me-slider-swiper {
    height: auto;
  }
}
.slider.me-slider-swiper img.img-fluid-width {
  height: 100%;
  object-fit: cover;
}
.slider.me-slider-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
@media (max-width: 1379px) {
  .slider.me-slider-swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.slider.me-slider-swiper .swiper-wrapper .swiper-slide picture.me-slider-img {
  display: block;
  height: 100%;
}
.slider.me-slider-swiper .swiper-wrapper .content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: end;
}
@media (max-width: 1379px) {
  .slider.me-slider-swiper .swiper-wrapper .content {
    position: static;
  }
}
.slider.me-slider-swiper .swiper-wrapper .content .gallery-content {
  color: #FFFFFF;
  padding: var(--space-3);
  padding-right: var(--space-4);
  max-width: 50%;
  background-color: rgba(0, 83, 135, 0.82);
}
@media (max-width: 1579px) {
  .slider.me-slider-swiper .swiper-wrapper .content .gallery-content {
    max-width: 60%;
  }
}
@media (max-width: 1159px) {
  .slider.me-slider-swiper .swiper-wrapper .content .gallery-content {
    padding-bottom: var(--space-7);
  }
}
@media (max-width: 1379px) {
  .slider.me-slider-swiper .swiper-wrapper .content .gallery-content {
    max-width: 100%;
    background-color: #005387;
  }
}
@media (max-width: 809px) {
  .slider.me-slider-swiper .swiper-wrapper .content .gallery-content {
    padding: var(--space-2);
  }
}
.slider.me-slider-swiper .swiper-wrapper .content .gallery-content .gallery-title {
  font-size: var(--font-size-6);
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 809px) {
  .slider.me-slider-swiper .swiper-wrapper .content .gallery-content .gallery-title {
    font-weight: 500;
  }
}
.slider.me-slider-swiper .swiper-wrapper .content .gallery-content .subtitle {
  font-size: var(--font-size-7);
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 809px) {
  .slider.me-slider-swiper .swiper-wrapper .content .gallery-content .subtitle {
    font-size: var(--font-size-6);
    font-weight: 700;
  }
}
.slider.me-slider-swiper .swiper-wrapper .content .gallery-content .gallery-description p {
  font-size: var(--font-size-4);
  font-weight: 200;
  color: #FFFFFF;
  letter-spacing: 0.01px;
}
.slider.me-slider-swiper .swiper-button-disabled .slider-control {
  opacity: 0.4;
  cursor: auto;
}
.slider.me-slider-swiper .me-slider-arrows {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: end;
  transition: all 0.3s ease;
  z-index: 11;
  padding-bottom: 50px;
}
@media (max-width: 1379px) {
  .slider.me-slider-swiper .me-slider-arrows {
    padding-bottom: 0;
    align-items: center;
  }
}
.slider.me-slider-swiper .me-slider-arrows.swiper-button-disabled {
  opacity: 0.5;
}
.slider.me-slider-swiper .me-slider-arrows div {
  width: 53px;
  height: 53px;
  background: #005387;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 809px) {
  .slider.me-slider-swiper .me-slider-arrows div {
    width: 43px;
    height: 43px;
  }
}
.slider.me-slider-swiper .me-slider-arrows-prev {
  left: 50px;
}
@media (max-width: 1379px) {
  .slider.me-slider-swiper .me-slider-arrows-prev {
    left: 30px;
    bottom: inherit;
    top: 0;
  }
}
@media (max-width: 809px) {
  .slider.me-slider-swiper .me-slider-arrows-prev {
    left: 10px;
  }
}
.slider.me-slider-swiper .me-slider-arrows-prev div::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 16px;
  display: block;
  transform: rotate(-180deg);
}
.slider.me-slider-swiper .me-slider-arrows-next {
  left: 115px;
}
@media (max-width: 1379px) {
  .slider.me-slider-swiper .me-slider-arrows-next {
    left: inherit;
    right: 30px;
    bottom: inherit;
    top: 0;
  }
}
@media (max-width: 809px) {
  .slider.me-slider-swiper .me-slider-arrows-next {
    right: 10px;
  }
}
.slider.me-slider-swiper .me-slider-arrows-next div::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 16px;
  display: block;
}
.textslider .arrows {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  gap: 12px;
  height: 0;
  transform: translateY(-50px);
}
@media (max-width: 1159px) {
  .textslider .arrows {
    display: none;
  }
}
.textslider .arrows .slider-control {
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: unset;
  background-color: #005387;
  opacity: 1;
  cursor: pointer;
}
.textslider .arrows .slider-control.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.textslider .arrows .slider-control svg {
  height: 23px;
  width: auto;
  color: #fff;
  transition: fill 0.3s ease;
}
.video-item {
  cursor: pointer;
}
.video-player {
  position: relative;
  cursor: pointer;
  height: 100%;
  /*
	@include screen-sm-max() {
		min-height: 497px;
	}
*/
  /*
	@include screen-sm-max() {
		min-height: 320px;
	}
*/
  /* Lokal */
  /* YouTube */
}
@media (max-width: 1579px) {
  .video-player {
    height: 100%;
  }
}
.video-player video {
  width: 100%;
  height: auto;
  display: block;
}
.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;
  overflow: hidden;
}
.video-player .video-player-preview .video-player-preview__img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.video-player .video-player-preview .video-player-preview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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_yt-player-preview.d-none {
  display: none;
}
.video-player-info, .video-player-info-mobile {
  background: #005387;
  position: relative;
  padding: var(--space-2) var(--space-3);
  z-index: 2;
}
.video-player-info p, .video-player-info-mobile p {
  font-size: var(--font-size-6);
  color: #FFFFFF;
}
.video-player-info .video-player-info-title, .video-player-info-mobile .video-player-info-title {
  margin-bottom: 10px;
}
.video-player-info .video-player-info-title p, .video-player-info-mobile .video-player-info-title p {
  font-weight: 600;
}
.video-player-info .video-player-info-description p, .video-player-info-mobile .video-player-info-description p {
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 1579px) {
  .video-player-info {
    display: none;
  }
}
.video-player-info-mobile {
  display: none;
  background: #005387;
  padding: var(--space-2) var(--space-3);
}
@media (max-width: 1379px) {
  .video-player-info-mobile {
    padding: var(--space-1);
  }
}
@media (max-width: 1579px) {
  .video-player-info-mobile {
    display: block;
  }
}
@media (max-width: 1379px) {
  .tx-kmavideo {
    margin-bottom: var(--space-1);
    margin-top: var(--space-1);
  }
}
.video-placeholder .video_yt-player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
}
.video-placeholder .video_yt-player-start {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 1579px) {
  .video-placeholder .video_yt-player-start {
    top: 50%;
  }
}
.video-placeholder .video_yt-player-start svg {
  width: 131px;
  color: #005387;
}
.timeline_history_wrapper {
  color: #FFFFFF !important;
  margin: 0;
  margin-bottom: var(--space-2);
}
.timeline_history_wrapper > .container {
  padding: 0;
}
.timeline_history_wrapper_heading {
  text-align: center;
  margin-bottom: var(--space-4);
}
.timeline_history_wrapper .timeline {
  padding-bottom: var(--space-2);
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
  }
}
.timeline_history_wrapper .timeline__start {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__start {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.timeline_history_wrapper .timeline__start::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 16px;
  background: #fff;
  height: 30px;
  transform: translateX(-50%);
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__start::after {
    content: none;
    left: 100%;
    transform: translateX(-100%);
  }
}
@media (max-width: 1379px) {
  .timeline_history_wrapper .timeline__start::after {
    width: 8px;
  }
}
.timeline_history_wrapper .timeline__start span {
  display: block;
  padding: 10px 30px;
  background: #fff;
  color: #005387;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-size: 32px;
  line-height: 1;
}
.timeline_history_wrapper .timeline__end {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__end {
    justify-content: center;
    margin-top: 20px;
  }
}
.timeline_history_wrapper .timeline__end::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 16px;
  background: #fff;
  height: 30px;
  transform: translateX(-50%);
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__end::after {
    content: none;
    left: 100%;
    transform: translateX(-100%);
  }
}
@media (max-width: 1379px) {
  .timeline_history_wrapper .timeline__end::after {
    width: 8px;
  }
}
.timeline_history_wrapper .timeline__end span {
  display: block;
  padding: 10px 30px;
  background: #fff;
  color: #005387;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-size: 32px;
  line-height: 1;
}
.timeline_history_wrapper .timeline__item {
  display: flex;
  justify-content: start;
  align-items: stretch;
  position: relative;
  margin-bottom: -37px;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item {
    margin: 0;
  }
}
.timeline_history_wrapper .timeline__item-inside {
  width: calc(50% - 8px);
  color: #fff;
  position: relative;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item-inside {
    width: 100%;
  }
}
.timeline_history_wrapper .timeline__item-inside .data {
  background: #fff;
  color: #005387;
  position: absolute;
  left: 0;
  top: 0;
  width: 119px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item-inside .data {
    width: 100%;
    position: relative;
    justify-content: flex-start;
  }
  .timeline_history_wrapper .timeline__item-inside .data span {
    padding: 0 !important;
  }
}
.timeline_history_wrapper .timeline__item-inside .data span {
  display: inline-block;
  font-family: "Kanit", sans-serif;
  font-size: 37px;
  font-weight: 900;
  padding-top: 25px;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item-inside .data span {
    transform: none;
    transform-origin: 0 0;
  }
}
@media (max-width: 1379px) {
  .timeline_history_wrapper .timeline__item-inside .data span {
    font-size: 38px;
  }
}
.timeline_history_wrapper .timeline__item-inside h4, .timeline_history_wrapper .timeline__item-inside .h4 {
  font-size: var(--font-size-6);
  font-weight: 600;
  line-height: var(--line-height-2);
}
@media (max-width: 809px) {
  .timeline_history_wrapper .timeline__item-inside h4, .timeline_history_wrapper .timeline__item-inside .h4 {
    font-size: var(--font-size-5);
  }
}
.timeline_history_wrapper .timeline__item-inside p {
  font-weight: 200;
}
.timeline_history_wrapper .timeline__item:nth-of-type(even) {
  justify-content: end;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item:nth-of-type(even) {
    justify-content: start;
  }
}
.timeline_history_wrapper .timeline__item:nth-of-type(even) .timeline__item-inside::after {
  left: 0px;
  right: inherit;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item:nth-of-type(even) .timeline__item-inside::after {
    left: inherit;
    right: 0;
  }
}
.timeline_history_wrapper .timeline__item:nth-of-type(even) .timeline__item-inside .data {
  left: inherit;
  right: 0;
  justify-content: flex-start;
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item:nth-of-type(even) .timeline__item-inside .data {
    left: 0;
    right: inherit;
    justify-content: flex-start;
  }
}
.timeline_history_wrapper .timeline__item:nth-of-type(even) .timeline__info {
  padding: 30px 155px 30px 30px;
  transform: translateY(40px);
}
@media (max-width: 1379px) {
  .timeline_history_wrapper .timeline__item:nth-of-type(even) .timeline__info {
    padding: 20px 100px 20px 20px;
  }
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__item:nth-of-type(even) .timeline__info {
    padding: 20px;
  }
}
.timeline_history_wrapper .timeline__info {
  padding: 30px;
  background: #fff;
  position: relative;
  padding-left: 166px;
  transform: translateY(40px);
  transition: transform 1s ease;
  opacity: 0;
}
.timeline_history_wrapper .timeline__info p {
  margin: 0;
}
.timeline_history_wrapper .timeline__info h3, .timeline_history_wrapper .timeline__info .h3 {
  position: relative;
  color: transparent;
}
.timeline_history_wrapper .timeline__info h3::after, .timeline_history_wrapper .timeline__info .h3::after {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  color: #FFFFFF;
  content: attr(data-wow);
}
@media (max-width: 1379px) {
  .timeline_history_wrapper .timeline__info {
    padding: 20px;
    padding-left: 155px;
  }
}
@media (max-width: 1159px) {
  .timeline_history_wrapper .timeline__info {
    justify-content: center;
    padding: 20px;
  }
}
.timeline_history_wrapper .timeline__item + .timeline__item + .timeline__item + .timeline__item + .timeline__item + .timeline__item {
  display: none;
}
.timeline_history_wrapper .timeline.show .timeline__item + .timeline__item + .timeline__item + .timeline__item + .timeline__item + .timeline__item {
  display: flex;
}
.wow.animated .timeline__info {
  animation: slideRight 0.5s ease-in-out forwards 1s;
}
.wow.animated .timeline__info h3::after, .wow.animated .timeline__info .h3::after {
  animation: slideRightText 1s ease-in-out forwards 1.2s;
}
@keyframes slideRightText {
  100% {
    max-height: 100%;
  }
}
@keyframes slideRight {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  100% {
    height: 100%;
  }
}
.frame-type-form_formframework {
  background: url("/fileadmin/extension/mask/bg-wahl-dark.png");
  background-size: contain;
  background-repeat: repeat;
  padding: 100px 30px;
}
.frame-type-form_formframework.frame-centered .headline {
  width: 100%;
}
.frame-type-form_formframework h3, .frame-type-form_formframework .h3 {
  color: #FFFFFF;
}
.frame-type-form_formframework form {
  padding: var(--space-3);
  padding-bottom: var(--space-5);
  background: #fff;
  position: relative;
}
@media (max-width: 1159px) {
  .frame-type-form_formframework form {
    padding: var(--space-2);
    padding-bottom: var(--space-4);
  }
}
@media (max-width: 809px) {
  .frame-type-form_formframework form {
    padding: var(--space-2);
    padding-bottom: var(--space-2);
  }
}
.frame-type-form_formframework form label {
  display: none;
}
.frame-type-form_formframework form .checkbox label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 240px;
}
@media (max-width: 809px) {
  .frame-type-form_formframework form .checkbox label {
    padding-right: 0;
  }
}
.frame-type-form_formframework form .checkbox .form-check input {
  height: 33px;
  width: 33px;
  min-width: 33px;
}
.frame-type-form_formframework form .checkbox .form-check span {
  text-align: left;
  font-size: 18px;
}
.frame-type-form_formframework form .form-group {
  margin-bottom: 15px;
}
.frame-type-form_formframework form select, .frame-type-form_formframework form input, .frame-type-form_formframework form textarea {
  border-radius: 0;
}
.frame-type-form_formframework h2, .frame-type-form_formframework .h2 {
  color: #fff;
  text-align: center;
}
.frame-type-form_formframework .actions {
  position: absolute;
  right: var(--space-3);
  bottom: var(--space-3);
}
@media (max-width: 1159px) {
  .frame-type-form_formframework .actions {
    right: var(--space-2);
    bottom: var(--space-2);
  }
}
@media (max-width: 809px) {
  .frame-type-form_formframework .actions {
    right: var(--space-2);
    position: static;
  }
}
select {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='24' viewBox='0 0 44 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%232A2A2A'/%3E%3Cpath d='M12 5V19' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.1539 13.8462L12 19L6.84616 13.8462' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-navigation {
  display: flex;
  justify-content: end;
}
@media (max-width: 809px) {
  .form-navigation {
    justify-content: start;
  }
}
.form-navigation .btn-primary {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-navigation .btn-primary::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 25px;
  height: 16px;
  transition: all 0.4s ease;
  display: block;
}
.form-navigation .btn-primary:hover::after {
  transform: translateX(10px);
  transition: all 0.4s ease;
}
.form-check-label input:checked + span::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1' viewBox='0 0.5 6 6'%3E%3Cpath d='m0.70912 2.7113 1.1541 1.1262 2.7955-2.8646' fill='none' stroke='%23000000' stroke-width='.865'/%3E%3C/svg%3E");
}
.frame-layout-95 {
  min-height: 726px;
}
.frame-layout-95 .frame-type-list .container.list {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.dsgvo-maps-banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 726px;
  background: url("/fileadmin/extension/maps/map.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.dsgvo-maps-banner-wrapper .dsgvo-maps-banner {
  padding: 40px;
  margin: 0 auto;
  background: rgba(197, 197, 197, 0.8);
  max-width: 100%;
  width: 418px;
  max-height: 100%;
  height: auto;
}
.dsgvo-maps-banner-wrapper .dsgvo-maps-banner h4, .dsgvo-maps-banner-wrapper .dsgvo-maps-banner .h4 {
  font-size: 32px;
}
.dsgvo-maps-banner-wrapper .dsgvo-maps-banner a {
  width: 100%;
  color: #FFF;
  transition: background-color 0.4s ease;
  background-color: #FFEB3B;
  border: none;
  font-family: "Kanit", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: none;
}
.dsgvo-maps-banner-wrapper .dsgvo-maps-banner a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.426 16.346'%3E%3Cpath id='arrow-right_3_' data-name='arrow-right (3)' d='M1,11.673a.908.908,0,0,1,.908-.908H23.324L17.609,5.051a.909.909,0,1,1,1.286-1.286l7.264,7.264a.908.908,0,0,1,0,1.286l-7.264,7.264a.909.909,0,1,1-1.286-1.286l5.715-5.713H1.908A.908.908,0,0,1,1,11.673Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 25px;
  height: 16px;
  transition: all 0.4s ease;
}
.dsgvo-maps-banner-wrapper .dsgvo-maps-banner a:hover {
  background-color: #ffe608;
}
.dsgvo-maps-banner-wrapper .dsgvo-maps-banner a:hover::after {
  transform: translateX(10px);
  transition: all 0.4s ease;
}
.kmaproducts-imagemap {
  position: relative;
  display: flex;
}
@media (max-width: 1379px) {
  .kmaproducts-imagemap {
    flex-direction: column;
  }
}
.kmaproducts-imagemap .thumbnail-bar {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 30px;
  z-index: 111;
}
@media (max-width: 809px) {
  .kmaproducts-imagemap .thumbnail-bar {
    position: static;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-2);
    padding-bottom: 0;
  }
}
.kmaproducts-imagemap .thumbnail-bar-item {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
@media (max-width: 809px) {
  .kmaproducts-imagemap .thumbnail-bar-item img {
    max-width: 100%;
    height: auto;
  }
}
.kmaproducts-imagemap .thumbnail-bar-item.active {
  opacity: 1;
  border: 1px solid #FFFFFF;
}
.kmaproducts-imagemap .imagemap-wrap {
  position: relative;
  width: 100%;
}
.kmaproducts-imagemap .imagemap-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kmaproducts-imagemap .imagemap-wrap .mark {
  position: absolute;
  background-color: transparent;
  border: 15px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  background-size: 0%;
  border-radius: 50%;
  display: block;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -23px;
  left: -100px;
  top: -100px;
  transition: all 0.5s ease;
}
@media (max-width: 1159px) {
  .kmaproducts-imagemap .imagemap-wrap .mark {
    width: 38px;
    height: 38px;
    margin-left: -16px;
    margin-top: -16px;
  }
}
.kmaproducts-imagemap .imagemap-wrap .mark::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #FFEB3B;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1159px) {
  .kmaproducts-imagemap .imagemap-wrap .mark::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1379px) {
  .kmaproducts-imagemap .imagemap-wrap .mark.active {
    width: 10vw;
    height: 10vw;
    background-size: 1200%;
    /* Увеличенный размер фона */
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    margin-left: -5vw;
    margin-top: -5vw;
  }
  .kmaproducts-imagemap .imagemap-wrap .mark.active::after {
    content: none;
  }
}
@media (max-width: 1159px) {
  .kmaproducts-imagemap .imagemap-wrap .mark.active {
    width: 144px;
    height: 144px;
    margin-left: -72px;
    margin-top: -72px;
  }
}
.kmaproducts-imagemap .imagemap-wrap .mark.blink {
  animation-name: mark-blink;
  animation-duration: 1.5s !important;
  animation-iteration-count: infinite !important;
  transform-origin: center;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker {
  opacity: 0;
  position: absolute;
  width: 300px;
  pointer-events: none;
  z-index: 11;
  transition: opacity 0.5s ease;
}
@media (max-width: 1159px) {
  .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker {
    position: fixed;
    width: calc(100% - var(--space-4));
    max-width: 600px;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-overlay {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%) !important;
    z-index: 1;
  }
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.view {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1159px) {
  .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.view .tooltip-marker-inside {
    transform: translateY(0px);
  }
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker-close {
  border: 0;
  outline: 0;
  text-indent: -100000000px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: var(--space-1);
  top: var(--space-1);
  background: transparent;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
}
@media (min-width: 1160px) {
  .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker-close {
    display: none;
  }
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker-inside {
  background-color: #FFF;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.22);
  padding: var(--space-1);
  position: relative;
  z-index: 11;
  transition: transform 0.5s ease;
}
@media (max-width: 1159px) {
  .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker-inside {
    transform: translateY(100px);
  }
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.top {
  bottom: 100%;
  padding-bottom: var(--space-2);
  left: 50%;
  transform: translateX(-50%);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.top-right {
  top: 100%;
  right: 100%;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.top-center {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.top-left {
  top: 100%;
  left: 100%;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.center {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: var(--space-2);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.center::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - var(--space-2));
  height: var(--space-2);
  width: 1px;
  background: #FFFFFF;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.bottom {
  top: 100%;
  padding-top: var(--space-2);
  left: 50%;
  transform: translateX(-50%);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.bottom-left {
  bottom: 100%;
  left: 100%;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.bottom-center {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: var(--space-2);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.bottom-right {
  bottom: 100%;
  right: 100%;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.left {
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  padding-right: var(--space-2);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.left-center {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding-left: var(--space-2);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.right {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding-left: var(--space-2);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker.right-center {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  padding-right: var(--space-2);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker p, .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker div {
  color: #2D3236;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .title {
  font-weight: 700;
  color: #2D3236;
  margin: 0;
  font-size: var(--font-size-8);
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .image img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .more {
  color: #005387;
}
.kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .more:before {
  content: "";
  color: #005387;
  float: left;
  line-height: inherit;
  width: 20px;
  height: calc(1em * 1.55);
  margin: 0 0.5em 0 0;
  background-position: center left;
  background-size: contain;
  filter: var(--filter-primary);
  background-image: url('data:image/svg+xml,<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>');
  background-repeat: no-repeat;
}
@keyframes mark-blink {
  0% {
    transform: scale(1);
    transform-origin: center;
  }
  50% {
    transform: scale(1.5);
    border: 3px solid #FFA200;
    transform-origin: center;
  }
  100% {
    transform: scale(1);
    transform-origin: center;
  }
}
.frame-layout-0 .kmaproducts-imagemap .thumbnail-bar {
  display: none;
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark {
  border: 9px solid #005387;
  width: 46px;
  height: 46px;
}
@media (max-width: 1159px) {
  .frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark {
    width: 41px;
    height: 41px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark::after {
  width: 28px;
  height: 28px;
  background: #FFEB3B;
}
@media (max-width: 1159px) {
  .frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark::after {
    width: 20px;
    height: 20px;
  }
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark.active {
  background-size: auto !important;
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark.active::after {
  content: "" !important;
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker-inside {
  background-color: #005387;
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker p, .frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker div {
  color: #FFFFFF;
  font-size: var(--font-size-2);
  font-weight: 200;
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .title {
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  font-size: var(--font-size-6);
}
.frame-layout-0 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker[data-position="center"]::before {
  width: 3px;
  background: #005387;
}
.frame-layout-0 .kmaproducts-imagemap .product-details__aside {
  padding: var(--space-5) var(--space-4) var(--space-6);
  color: #FFFFFF;
  background: #005387;
  padding: var(--space-4);
}
@media (min-width: 1580px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside {
    width: 540px;
    min-width: 540px;
  }
}
@media (max-width: 1909px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside {
    width: 100%;
    max-width: 460px;
    min-width: auto;
  }
}
@media (max-width: 1379px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside {
    max-width: 100%;
  }
}
@media (max-width: 809px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside {
    padding: var(--space-2);
  }
}
@media (max-width: 1379px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside-content {
    max-width: 1000px;
    padding-right: var(--bs-gutter-x, 8px);
    padding-left: var(--bs-gutter-x, 8px);
    margin: auto;
  }
}
@media (max-width: 1159px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside-content {
    max-width: 850px;
  }
}
@media (max-width: 809px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside-content {
    max-width: 100%;
    padding: 0;
  }
}
.frame-layout-0 .kmaproducts-imagemap .product-details__aside .product-details__header {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-2);
}
.frame-layout-0 .kmaproducts-imagemap .product-details__aside .product-details__header-title {
  font-size: var(--font-size-6);
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
}
@media (min-width: 1910px) {
  .frame-layout-0 .kmaproducts-imagemap .product-details__aside .product-details__header-title {
    margin-top: 94px;
  }
}
.frame-layout-0 .kmaproducts-imagemap .product-details__aside .product-details__header-subtitle {
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: var(--space-1);
}
.frame-layout-0 .kmaproducts-imagemap .product-details__aside__description {
  margin-bottom: var(--space-3);
}
.frame-layout-0 .kmaproducts-imagemap .product-details__aside__description p {
  font-size: var(--font-size-5);
  font-weight: 300;
  color: #FFFFFF;
}
.frame-layout-97 .kmaproducts-imagemap .product-details__aside {
  display: none;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64.999' height='81' viewBox='0 0 64.999 81'%3E%3Cdefs%3E%3Cfilter id='Объединение_2' x='0' y='0' width='64.999' height='81' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.412'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Объединение_2)'%3E%3Cg id='Объединение_2-2' data-name='Объединение 2' transform='translate(10559 6)' fill='%23ffeb3b'%3E%3Cpath d='M -10526.33203125 59.06701278686523 L -10536.1650390625 42.42068862915039 L -10536.4443359375 41.94725799560547 L -10536.9267578125 41.68333053588867 C -10540.2265625 39.87763977050781 -10542.9990234375 37.23781967163086 -10544.9453125 34.04927825927734 C -10546.943359375 30.77359771728516 -10548 27.01069831848145 -10548 23.16737937927246 C -10548 20.31215858459473 -10547.43359375 17.54324913024902 -10546.3154296875 14.93758869171143 C -10545.234375 12.41794872283936 -10543.685546875 10.15425872802734 -10541.712890625 8.209378242492676 C -10539.73828125 6.262568473815918 -10537.4384765625 4.734098434448242 -10534.876953125 3.666408538818359 C -10532.224609375 2.560658693313599 -10529.40625 1.999998688697815 -10526.4990234375 1.999998688697815 C -10523.5927734375 1.999998688697815 -10520.7744140625 2.560648679733276 -10518.123046875 3.666368722915649 C -10515.5625 4.734058856964111 -10513.2626953125 6.262528419494629 -10511.2880859375 8.209308624267578 C -10509.3154296875 10.15422821044922 -10507.7666015625 12.41793823242188 -10506.685546875 14.9375581741333 C -10505.5673828125 17.54326820373535 -10505.0009765625 20.31218910217285 -10505.0009765625 23.16737937927246 C -10505.0009765625 26.9189281463623 -10506.0107421875 30.60387802124023 -10507.919921875 33.82383728027344 C -10509.77734375 36.95526885986328 -10512.4375 39.58292007446289 -10515.611328125 41.4227180480957 L -10516.064453125 41.68518829345703 L -10516.330078125 42.13583755493164 L -10526.33203125 59.06701278686523 Z' stroke='none'/%3E%3Cpath d='M -10526.33203125 55.1346321105957 L -10517.51953125 40.21732330322266 L -10516.6142578125 39.6923828125 C -10513.7353515625 38.02366256713867 -10511.32421875 35.64154434204102 -10509.640625 32.80353546142578 C -10507.9140625 29.89221572875977 -10507.0009765625 26.56008720397949 -10507.0009765625 23.16738128662109 C -10507.0009765625 18.05798149108887 -10509.0224609375 13.25156879425049 -10512.6923828125 9.633557319641113 C -10516.376953125 6.000710487365723 -10521.2802734375 4.000004291534424 -10526.4990234375 4.000004291534424 C -10531.71875 4.000004291534424 -10536.623046875 6.00074577331543 -10540.30859375 9.633687019348145 C -10543.978515625 13.25153350830078 -10546 18.05789947509766 -10546 23.16738128662109 C -10546 26.64305114746094 -10545.044921875 30.04573440551758 -10543.2373046875 33.007568359375 C -10541.474609375 35.89761734008789 -10538.9599609375 38.29094696044922 -10535.966796875 39.92879104614258 L -10535.001953125 40.4566650390625 L -10534.4423828125 41.40351104736328 L -10526.33203125 55.1346321105957 M -10526.33203125 62.99940490722656 L -10537.88671875 43.43785095214844 C -10545.1103515625 39.48532104492188 -10550 31.88886260986328 -10550 23.16738128662109 C -10550 10.37103939056396 -10539.478515625 4.52126914751716e-06 -10526.4990234375 4.52126914751716e-06 C -10513.5224609375 4.52126914751716e-06 -10503.0009765625 10.37103939056396 -10503.0009765625 23.16738128662109 C -10503.0009765625 31.68349838256836 -10507.6630859375 39.12738037109375 -10514.6083984375 43.1530647277832 L -10526.33203125 62.99940490722656 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
  width: 58px;
  height: 68px;
  margin-left: -29px;
  margin-top: -34px;
  border-radius: unset;
  border: unset;
  background-size: 100%;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark::after {
  display: none;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker {
  width: 536px;
  z-index: 112;
}
@media (max-width: 809px) {
  .frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker {
    width: calc(100% - var(--space-1));
    left: 50% !important;
    right: inherit !important;
    transform: translate(-50%, -50%) !important;
    padding: 0;
  }
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker::before {
  display: none;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside {
  box-shadow: unset;
  padding: 0;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside h3.title, .frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .title.h3 {
  display: none;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .contact {
  background-color: #005387;
  color: #FFFFFF;
  padding: var(--space-2);
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .contact .country {
  color: #FFFFFF;
  font-size: var(--font-size-6);
  font-weight: 600;
  margin-bottom: var(--space-1);
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .contact .contact__info {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-1);
  gap: var(--space-1);
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .contact .contact__info:last-child {
  margin-bottom: 0;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .contact .contact__info svg {
  width: 21px;
  height: 21px;
  color: #fff;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .contact .contact__info > div {
  display: flex;
  flex-direction: column;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .contact .contact__info > div span {
  font-size: var(--font-size-2);
  font-weight: 300;
  color: #FFFFFF;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .adress {
  padding: var(--space-2);
  background-color: #DDE6EC;
  display: flex;
  flex-direction: column;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .adress strong, .frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .adress span {
  font-size: var(--font-size-2);
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .adress strong {
  font-weight: 500;
}
.frame-layout-97 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .tooltip-marker-inside .description .adress span {
  font-weight: 300;
}
.frame-layout-94 .kmaproducts-imagemap .imagemap-wrap .mark {
  width: 130px;
  height: 130px;
  margin-left: -65px;
  margin-top: -65px;
  border: transparent;
  background-image: none !important;
}
@media (max-width: 1379px) {
  .frame-layout-94 .kmaproducts-imagemap .imagemap-wrap .mark {
    width: 110px;
    height: 110px;
    margin-left: -55px;
    margin-top: -55px;
  }
}
@media (max-width: 809px) {
  .frame-layout-94 .kmaproducts-imagemap .imagemap-wrap .mark {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.frame-layout-94 .kmaproducts-imagemap .imagemap-wrap .mark:hover {
  background: rgba(225, 225, 225, 0.1);
}
.frame-layout-94 .kmaproducts-imagemap .imagemap-wrap .mark:after {
  content: none;
}
.frame-layout-94 .kmaproducts-imagemap .imagemap-wrap .mark .tooltip-marker .title {
  font-size: var(--font-size-6);
}
.frame-layout-94 .product-details__aside {
  display: none;
}
.individual-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover !important;
}
.no-overflow {
  overflow: inherit !important;
}
.no-overflow .frame-type-kmaslider_slider {
  overflow: hidden;
}
a:last-child .hrtool24-job-item {
  margin-bottom: 0;
}
.hrtool24-job-category-wrapper, .hrtool24-job-list-wrapper {
  background: #EDEDED;
}
.active p.card-title {
  font-weight: bold;
}
.hrtool24-job-list-wrapper {
  padding: var(--space-2) 0 var(--space-3);
  opacity: 1;
}
@media (min-width: 810px) {
  .hrtool24-job-list-wrapper {
    padding: var(--space-4) 0 var(--space-7);
  }
}
.hrtool24-job-list-wrapper > .container > .row {
  justify-content: space-between;
}
@media (max-width: 1379px) {
  .hrtool24-job-list-wrapper > .container > .row {
    justify-content: center;
    row-gap: var(--space-2);
  }
}
.hrtool24-job-list-wrapper > .container > .row > div > div:last-child .hrtool24-job-item {
  margin-bottom: 0;
}
.hrtool24-job-list-wrapper .hrtool24-job-item {
  cursor: pointer;
  background: #fff;
  margin-bottom: 29px;
  padding: 20px;
  position: relative;
}
@media (min-width: 810px) {
  .hrtool24-job-list-wrapper .hrtool24-job-item {
    padding: 30px 35px;
  }
}
.hrtool24-job-list-wrapper .hrtool24-job-item::after {
  content: "";
  background: #005387;
  position: absolute;
  left: 0;
  right: 25%;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.hrtool24-job-list-wrapper .hrtool24-job-item:hover::after {
  right: 0%;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-icons {
  color: #FFFFFF;
}
.hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-icons > div {
  opacity: 0;
  pointer-events: none;
}
.hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-icons .hrtool24-job-item-icons__hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: flex;
}
.hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-icons .hrtool24-job-item-icons__hover::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath 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'%3E%3C/path%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
}
.hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-info h3, .hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-info .h3 {
  color: #FFFFFF;
}
@media (max-width: 809px) {
  .hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-info h3, .hrtool24-job-list-wrapper .hrtool24-job-item:hover .hrtool24-job-item-info .h3 {
    font-size: var(--font-size-h4);
  }
}
.hrtool24-job-list-wrapper .hrtool24-job-item.active {
  background: #005387;
}
.hrtool24-job-list-wrapper .hrtool24-job-item.active .hrtool24-job-item-icons {
  color: #FFFFFF;
}
.hrtool24-job-list-wrapper .hrtool24-job-item.active .hrtool24-job-item-icons > * > svg {
  color: #FFFFFF;
}
.hrtool24-job-list-wrapper .hrtool24-job-item.active .hrtool24-job-item-info h3, .hrtool24-job-list-wrapper .hrtool24-job-item.active .hrtool24-job-item-info .h3 {
  color: #FFFFFF;
}
.hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-icons {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDE6EC;
  font-size: var(--font-size-4);
  font-weight: 300;
  color: #2D3236;
  z-index: 2;
  position: relative;
}
.hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-icons > * {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-right: 35px;
  min-width: 175px;
}
.hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-icons > * > svg {
  color: #005387;
  width: 20px;
  height: 20px;
}
.hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-icons .hrtool24-job-item-icons__hover {
  opacity: 0;
  visibility: hidden;
  width: 75%;
  display: flex;
  justify-content: space-between;
  transition: width 0.2s ease;
  align-items: center;
  position: absolute;
  padding-right: 0;
}
.hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-icons .hrtool24-job-item-icons__hover svg {
  width: 30px;
  height: 33.65px;
  color: #FFFFFF;
}
.hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-info {
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
.hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-info h3, .hrtool24-job-list-wrapper .hrtool24-job-item .hrtool24-job-item-info .h3 {
  color: #005387;
  margin-bottom: 0;
}
.hrtool24-job-contact-box {
  background: #005387;
  position: sticky;
  top: 270px;
}
.hrtool24-job-contact-box .hrtool24-job-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hrtool24-job-contact-box * {
  color: #fff;
}
.hrtool24-job-contact-box .hrtool24-job-contact-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.hrtool24-job-contact-box .hrtool24-job-contact-info * {
  margin: 0;
  line-height: 100%;
}
.hrtool24-job-contact-box .hrtool24-job-contact-info h4, .hrtool24-job-contact-box .hrtool24-job-contact-info .h4 {
  margin: 0;
  font-size: var(--font-size-6);
  font-weight: 600;
}
.hrtool24-job-contact-box .hrtool24-job-contact-info .contact-subtitle {
  font-weight: 500;
  font-size: var(--font-size-1);
  font-style: italic;
}
.hrtool24-job-contact-box .hrtool24-job-contact-info .contact-phone, .hrtool24-job-contact-box .hrtool24-job-contact-info .contact-email {
  font-size: var(--font-size-2);
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  gap: 20px;
  align-items: center;
  display: flex;
}
.hrtool24-job-contact-box .hrtool24-job-contact-info .contact-phone svg, .hrtool24-job-contact-box .hrtool24-job-contact-info .contact-email svg {
  width: 22px;
  height: 22px;
}
.hrtool24-job-category-wrapper {
  padding-top: 75px;
}
.hrtool24-job-category-wrapper .hrtool24-job-category-item {
  font-size: var(--font-size-4);
  font-weight: 300;
}
.hrtool24-job-category-wrapper .hrtool24-job-category-item h2, .hrtool24-job-category-wrapper .hrtool24-job-category-item .h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: var(--space-2);
}
.hrtool24-job-category-wrapper .hrtool24-job-category-item ul {
  display: none;
}
.hrtool24-job-category-tabs {
  padding-bottom: 75px;
  transition: top 0.2s ease;
}
@media (min-width: 810px) {
  .hrtool24-job-category-tabs.sticky {
    position: fixed;
    top: 122px;
    width: 100%;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }
  .hrtool24-job-category-tabs.sticky:after {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    left: -100%;
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    border-bottom: 1px solid #EDEDED;
    z-index: -1;
  }
  .hrtool24-job-category-tabs.sticky .card-body {
    padding: 10px !important;
  }
}
@media (min-width: 810px) and (max-width: 1909px) {
  .hrtool24-job-category-tabs.sticky {
    top: 106px;
  }
}
@media (min-width: 810px) and (max-width: 1579px) {
  .hrtool24-job-category-tabs.sticky {
    top: 82px;
  }
}
@media (min-width: 810px) and (max-width: 1379px) {
  .hrtool24-job-category-tabs.sticky {
    top: 81px;
  }
}
@media (min-width: 810px) and (max-width: 1159px) {
  .hrtool24-job-category-tabs.sticky {
    top: 60px;
  }
}
@media (max-width: 809px) {
  .hrtool24-job-category-tabs {
    padding-bottom: var(--space-2);
  }
}
.hrtool24-job-category-tabs .card {
  background-color: #C4DCEF;
  border-radius: unset;
  border: unset;
  cursor: pointer;
}
.hrtool24-job-category-tabs .card.active {
  background-color: #005387;
}
.hrtool24-job-category-tabs .card.active p.card-title {
  color: #FFFFFF;
}
.hrtool24-job-category-tabs .card .card-body {
  padding: 60px 1rem;
  transition: 0.4s ease;
}
@media (max-width: 1379px) {
  .hrtool24-job-category-tabs .card .card-body {
    padding: 1rem 1rem;
  }
}
.hrtool24-job-category-tabs .card .card-body p.card-title {
  text-align: center;
  font-size: var(--font-size-6);
  font-weight: 600;
}
@media (max-width: 1579px) {
  .hrtool24-job-category-tabs .card .card-body p.card-title {
    font-size: var(--font-size-3);
  }
}
.hrtool24__tabs-wrapper {
  height: 232px;
}
@media (max-width: 1579px) {
  .hrtool24__tabs-wrapper {
    height: 234px;
  }
}
@media (max-width: 1379px) {
  .hrtool24__tabs-wrapper {
    height: 143px;
  }
}
@media (max-width: 1159px) {
  .hrtool24__tabs-wrapper {
    height: 146px;
  }
}
@media (max-width: 809px) {
  .hrtool24__tabs-wrapper {
    height: auto;
  }
  .hrtool24__tabs-wrapper .row {
    flex-direction: column;
    gap: 20px;
  }
}
.hrtool24__icon-date {
  position: relative;
  padding-left: 40px;
}
.hrtool24__icon-date::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-calendar3' viewBox='0 0 16 16'%3E%3Cpath d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z' fill='%23005387' /%3E%3Cpath d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' fill='%23005387'/%3E%3C/svg%3E");
}
.hrtool24__icon-time {
  position: relative;
  padding-left: 40px;
}
.hrtool24__icon-time::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-watch' viewBox='0 0 16 16'%3E%3Cpath d='M8.5 5a.5.5 0 0 0-1 0v2.5H6a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V5z' fill='%23005387'/%3E%3Cpath d='M5.667 16C4.747 16 4 15.254 4 14.333v-1.86A5.985 5.985 0 0 1 2 8c0-1.777.772-3.374 2-4.472V1.667C4 .747 4.746 0 5.667 0h4.666C11.253 0 12 .746 12 1.667v1.86a5.99 5.99 0 0 1 1.918 3.48.502.502 0 0 1 .582.493v1a.5.5 0 0 1-.582.493A5.99 5.99 0 0 1 12 12.473v1.86c0 .92-.746 1.667-1.667 1.667H5.667zM13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0z' fill='%23005387'/%3E%3C/svg%3E");
}
.hrtool24__icon-city {
  position: relative;
  padding-left: 40px;
}
.hrtool24__icon-city::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-buildings' viewBox='0 0 16 16'%3E%3Cpath d='M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022ZM6 8.694 1 10.36V15h5V8.694ZM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15Z' fill='%23005387'/%3E%3Cpath d='M2 11h1v1H2v-1Zm2 0h1v1H4v-1Zm-2 2h1v1H2v-1Zm2 0h1v1H4v-1Zm4-4h1v1H8V9Zm2 0h1v1h-1V9Zm-2 2h1v1H8v-1Zm2 0h1v1h-1v-1Zm2-2h1v1h-1V9Zm0 2h1v1h-1v-1ZM8 7h1v1H8V7Zm2 0h1v1h-1V7Zm2 0h1v1h-1V7ZM8 5h1v1H8V5Zm2 0h1v1h-1V5Zm2 0h1v1h-1V5Zm0-2h1v1h-1V3Z' fill='%23005387'/%3E%3C/svg%3E");
}
.hrtool24-job-item.active .hrtool24__icon-date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-calendar3' viewBox='0 0 16 16'%3E%3Cpath d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z' fill='%23ffffff' /%3E%3Cpath d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.hrtool24-job-item.active .hrtool24__icon-time::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-watch' viewBox='0 0 16 16'%3E%3Cpath d='M8.5 5a.5.5 0 0 0-1 0v2.5H6a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V5z' fill='%23ffffff'/%3E%3Cpath d='M5.667 16C4.747 16 4 15.254 4 14.333v-1.86A5.985 5.985 0 0 1 2 8c0-1.777.772-3.374 2-4.472V1.667C4 .747 4.746 0 5.667 0h4.666C11.253 0 12 .746 12 1.667v1.86a5.99 5.99 0 0 1 1.918 3.48.502.502 0 0 1 .582.493v1a.5.5 0 0 1-.582.493A5.99 5.99 0 0 1 12 12.473v1.86c0 .92-.746 1.667-1.667 1.667H5.667zM13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.hrtool24-job-item.active .hrtool24__icon-city::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-buildings' viewBox='0 0 16 16'%3E%3Cpath d='M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022ZM6 8.694 1 10.36V15h5V8.694ZM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15Z' fill='%23ffffff'/%3E%3Cpath d='M2 11h1v1H2v-1Zm2 0h1v1H4v-1Zm-2 2h1v1H2v-1Zm2 0h1v1H4v-1Zm4-4h1v1H8V9Zm2 0h1v1h-1V9Zm-2 2h1v1H8v-1Zm2 0h1v1h-1v-1Zm2-2h1v1h-1V9Zm0 2h1v1h-1v-1ZM8 7h1v1H8V7Zm2 0h1v1h-1V7Zm2 0h1v1h-1V7ZM8 5h1v1H8V5Zm2 0h1v1h-1V5Zm2 0h1v1h-1V5Zm0-2h1v1h-1V3Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
/*# 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_swiper.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%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_address.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_timeline-history.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_maps.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_imagemarker.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_hrtool24.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4FA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADnGA%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%3BACsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjBJ%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%3BACyDE%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%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACAI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADSJ%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%3BAC5DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2EJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8FJ%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%3BAEtNF%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%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%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5HI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9KJ%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%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%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%3BACmDI%3BADYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBE%3BAD6BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFE%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACSE%3BADIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACeE%3BADDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3D7GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DLA%3BA6DoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DpBA%3BA6DiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DjCA%3BA6D8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D9CA%3BA6D2DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D3DA%3BA6DwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DxEA%3BA6DqFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DrFA%3BA6DkGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DlGA%3BA6D%2BGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D%2FGA%3BA6D4HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D5HA%3BA6DyIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DzIA%3BA6DsJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DtJA%3BA6DmKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DnKA%3BA6DkLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DlLA%3BA6D%2BLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D%2FLA%3BA6D4MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D5MA%3BA6D0NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D1NA%3BA6DuOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DvOA%3BA6DoPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DpPA%3BA6DiQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DjQA%3BA6D8QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D9QA%3BA6D2RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D3RA%3BA6DwSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DxSA%3BA6DqTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DrTA%3BA6DkUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DlUA%3BA6D%2BUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D%2FUA%3BA6D4VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D5VA%3BA6DyWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DzWA%3BA6DsXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DtXA%3BA6DmYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DnYA%3BA6DgZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DhZA%3BA6D8ZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D9ZA%3BA6D4aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D5aA%3BA6DybA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DzbA%3BA6DscA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DtcA%3BA6DmdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DndA%3BA6DkeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DleA%3BA6DmfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DnfA%3BA6DggBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DhgBA%3BA6D6gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D7gBA%3BA6D0hBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D1hBA%3BA6DuiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DviBA%3BA6DojBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DpjBA%3BA6DikBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DjkBA%3BA6D8kBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D9kBA%3BA6D2lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D3lBA%3BA6DwmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DxmBA%3BA6DqnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DrnBA%3BA6DkoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DloBA%3BA6D%2BoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D%2FoBA%3BA6D4pBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D5pBA%3BA6DyqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DzqBA%3BA6DsrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DtrBA%3BA6DmsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DnsBA%3BA6DgtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1qBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACorBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzsBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmtBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADp1BI%3BAAAA%3BAAAA%3BAAAA%3BAC81BI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%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%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BACpiCR%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%3BAETI%3BAAAA%3BAAAA%3BAFVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmBI%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%3BAFjEJ%3BAEgFQ%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%3BAF%2FJR%3BAEuKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF5QR%3BAEqRQ%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%3BAFnVR%3BAE6VQ%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%3BAF9ZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwaJ%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0gBA%3BAAAA%3BAAAA%3BA9D3iBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BDYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyN%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAA0Q%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2Q%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA8G%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAsI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgI%3BAAAA%3BAAAA%3BAAAmI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkS%3BAAAA%3BAAAA%3BAAAsP%3BAAAA%3BAAAA%3BAAAA%3BAAAyS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4a%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuM%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgO%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAwJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6N%3BAAAA%3BAAAA%3BAAAA%3BAAA8N%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAgR%3BAAAA%3BAAAA%3BAAAsN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiO%3BAAAA%3BAAAA%3BAAAgQ%3BAAAA%3BAAAA%3BAAAgO%3BAAAA%3BAAAA%3BAAAkF%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0O%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmX%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8K%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8U%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsM%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsI%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8I%3BAAAA%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAAA%3BAAAyE%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqL%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqI%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0J%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FDZ7uiB%3BAgEEA%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%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%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%3BALjBR%3BAKqBgB%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%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALlKhB%3BAKmOM%3BAAAA%3BAAAA%3BAAAA%3BAAWV%3BAAAA%3BAAAA%3BALxMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMlEA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BANsBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMhBA%3BAAAA%3BAAAA%3BANmEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMvCE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BANtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkDA%3BAAAA%3BAAAA%3BANkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhCA%3BAMOE%3BAAAA%3BAAAA%3BAAAA%3BAN7CF%3BAMmDE%3BAAAA%3BAAAA%3BAAAA%3BAN1DF%3BAMgEE%3BAAAA%3BAAAA%3BAAAA%3BANzDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMyEA%3BAAAA%3BAAAA%3BANnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2CA%3BAAAA%3BAAAA%3BAN3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6EA%3BAAAA%3BAAAA%3BAN7EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2FA%3BAAAA%3BAAAA%3BAN9EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsFA%3BAAAA%3BAAAA%3BANtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6FA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BANrFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgGA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BANhLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuLA%3BAAAA%3BAAAA%3BANlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkNF%3BAAAA%3BAAAA%3BANpKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6KF%3BAAAA%3BAAAA%3BAN7KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO3FJ%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%3BAP2BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOiDD%3BAAAA%3BAAAA%3BAnDrEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmD4EN%3BAAAA%3BAAAA%3BACxFA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR2EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQjEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAR8CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQtCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR3FG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwGF%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BApElOD%3BAoEwOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARtKG%3BAQoLF%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BARxRI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8RH%3BAAAA%3BAAAA%3BAR9RG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQsSJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BARzWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqUH%3BAAAA%3BAAAA%3BAAAA%3BARlVG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyVF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BARvWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR7VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ0WC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARreG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BeF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApEzmBA%3BAoEmnBA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BARxlBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQimBH%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARliBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FlBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwmBD%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR9lBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6mBD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARtoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8pBH%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FtBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQorBF%3BAAAA%3BAAAA%3BARprBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyrBD%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BARpuBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4uBJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARlxBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgwBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARvyBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARzzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQoxBH%3BAAAA%3BAAAA%3BAAAA%3BARvyBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQy3BF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BACl6BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BATyDI%3BAS5CF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAaV%3BAAAA%3BAAAA%3BAAAA%3BATxJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASiKJ%3BAAAA%3BAAAA%3BAAIA%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%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAT7OA%3BASmPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT9OJ%3BASiQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BATtQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASsSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATtSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASiTE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATjYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS0WI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATlXH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASyYI%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BATnZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASkaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATtdD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS%2BdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATpdA%3BAS8dE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATveJ%3BAAAA%3BAAAA%3BAAAA%3BASmfE%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBZ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATpuBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUxCJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2BEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUlEA%3BAAAA%3BAAAA%3BAAAA%3BAVwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU1DA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAVcI%3BAUJA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAV7JhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CuEF%3BAUiLA%3BAAAA%3BAAAA%3BAAAA%3BAC5QJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAvErBF%3BAAAA%3BAAAA%3BAwEMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYnFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ%2BBpB%3BAYpBwB%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAZchC%3BAYNoB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAZxE5B%3BAYgFoB%3BAAAA%3BAAAA%3BAAAA%3BAZvFpB%3BAY4FoB%3BAAAA%3BAAAA%3BAAAA%3BAZnGpB%3BAYwGoB%3BAAAA%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAZnEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYkFI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZjGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY2FQ%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZrKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYqHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAZvNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY8NQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ9NR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYuOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZvOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY2PY%3BAAAA%3BAAAA%3BACtUhB%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAbwBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaVJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAzE1FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEyGC%3BAAAA%3BAAAA%3BAAAA%3BAbdG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAawBH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAbzCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa8CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAauCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbvDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb%2FFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAasFD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAb%2FFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAagHF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAbpJG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAayIF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAblMA%3BAa2MD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbrKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa6KD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7KC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAauLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb1QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakNC%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbvOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5aF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAdsFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc3EA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAduBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc7CA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc%2BBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcgCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAeZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc2FF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BA1EpNF%3BAAAA%3BAAAA%3BA2EaA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%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%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%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%3BAf7CG%3BAeiDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAfpEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeuFA%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%3BACjPC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAjBqDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBrDI%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAlBuBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBfI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB1JJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB%2BII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB1NN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBkOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB1ON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB0MM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAlBnPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB2PM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%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%3BAAME%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAlB3fN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBygBA%3BAAAA%3BAAAA%3BAAAA%3BAC7kBJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB2EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB%2FEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBCM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAnBZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB1CN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBsDM%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAnBvFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB6FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAnBhIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBuHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB9IN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB2JI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB3JJ%3BAAAA%3BAAAA%3BAAAA%3BAmBoKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBvME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBsNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAnB1PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBmQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB5SF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB0TF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBvQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBuRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAnB7TE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB0VA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB1UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBsVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB3VF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB2WE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BA%2FExgBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFSG%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%3BAAEpmrB%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB6FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BArB1BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBmCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvNJ%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%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB7NG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB4OF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAvB1UG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBqVF%3BAAAA%3BAAAA%3BAAAA%3BAC7XF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBiGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBnFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxByEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAC5EJ%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%3BACxVF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%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%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%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%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BhHG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B%2BHF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BA1BtIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B4IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B5IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0ByJA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BpKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BiLD%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BrOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BgPA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA1B3PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BkPC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BlSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0ByUK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BrRL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BgSK%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BhSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BySG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BnWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B%2BTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BzXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BiZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BnaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BwXD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BA1BzaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B6cD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BA1BvcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B4cC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B5cD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B4fE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B7gBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BogBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAChpBF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA3BuCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BpFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BhGF%3BAAAA%3BAAAA%3BAAAA%3BA2BuGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BhIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B0IE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAiBN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BzNJ%3BAAAA%3BAAAA%3BAAAA%3BA2BqOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B3cE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B2dE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B%2FgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B0hBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASG%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BACpsBE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%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%3BAC9IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B8GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BvGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BuGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B5FA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BlEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BkEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BjDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BiDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BpCA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B0CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B1CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BsDI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnIR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA9BuGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BjGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BoCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BzDA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BsBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B1BF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B3CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BsDE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B1FD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BqGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BA9B7GG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BsHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BhJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ByJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BA9B7LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ByMH%3BAAAA%3BAAAA%3BA9BzMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B8MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B9ME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BsND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BhPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ByPA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BA9B7RF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BySH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BhUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B4UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BA9BzXG%3BA8B6XA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BA9BhYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ByYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BtXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B%2BXD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BtYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B%2BYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKA%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%3BA9BtgBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BqhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BA9BzjBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BkkBF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B3mBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BynBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BtkBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BslBF%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%3BAASF%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%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%3BAASF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BnvBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B0wBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9Bz2BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8Bs3BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BhzBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B2zBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9Bj4BC%3BA8B44BD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BA9Br3BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B23BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9Bt5BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8Bi6BH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9Bl9BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B84BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BA9Bt9BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B29BF%3BAAAA%3BAAAA%3BA9B39BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8Bo%2BBH%3BAAAA%3BAAAA%3BA9Bt7BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B27BF%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BA9B%2F6BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8Bm8BD%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BA9B18BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8Bw%2FBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BnhCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BkhCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B%2F%2FBC%3BA8BygCD%3BAAAA%3BAAAA%3BAAAA%3BA9Bt%2FBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B%2B%2FBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B1iCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ByhCJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA9BlkCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BykCF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BA9B9kCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BmlCE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BxlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BkmCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B7nCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B%2BkCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B%2FkCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BulCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BvlCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BgmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BppCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BgqCH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B7nCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ByoCH%3BAAAA%3BAAAA%3BA9B%2FqCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BopCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BA9BpsCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B0qCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B9sCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BwtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACj0CH%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBwCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FB7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBsCC%3BAAAA%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBhED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB4EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBjDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBvGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBgHC%3BAAAA%3BAAAA%3BAAAA%3BAC7JL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAhC%2BEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCxEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCwEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC%2FDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC%2BDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC1BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCkCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCzBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCyBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCbC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCkCE%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCtCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC0CA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAhCjEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCuEC%3BAAAA%3BAAAA%3BAAAA%3BAhCvED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC%2BEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC%2FED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC0FA%3BAAAA%3BAAAA%3BAAAA%3BAhC7GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCsGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCvIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC2IH%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAC7QD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC8EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCpFI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCgFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCpEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC7BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAjCuBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BACnHA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACrDhB%3BAAAA%3BAAAA%3BAAAA%3BAnCqEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC7DH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCmGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCnFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCmFE%3BAmC5EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCmCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCZD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCyDC%3BAAAA%3BAAAA%3BAAAA%3BAnCtCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCqDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC5DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC4EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAnCzFA%3BAmC8FE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC5HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC4IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC%2FHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC%2BIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BL%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnChUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC4UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC5UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCuVA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnClbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCyYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCjeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC0eA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAnC3bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCqcC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAuBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCzjBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCsiBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BACnqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BApC2EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCrEA%3BAAAA%3BAAAA%3BApC4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCrCQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoChDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BApCiBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCTI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BApCtII%3BAoC2IC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWG%3BAAAA%3BAAAA%3BAAAA%3BApC1NL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCwKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BApCzNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCgOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApC3PR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCyQA%3BAAAA%3BAAAA%3BApCzQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAoCqNQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%22%7D */