@charset 'UTF-8';
/*!
 * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4f5858;
  text-align: left;
  background-color: transparent;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
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;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: 500;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #9dbf17;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #789112;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6e7c7c;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 850px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1277px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 850px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1277px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 850px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1277px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #4f5858;
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 32px;
  color: #9dbf17;
}
h2, .h2 {
  font-size: 24px;
  margin-bottom: 0.625rem;
  padding-top: 1em;
}
h2:first-child, .h2:first-child {
  padding-top: 0;
}
h2 small, .h2 small {
  font-size: 0.875em !important;
}
/*
.newsbereich h2, .newsbereich .h2 { color: $color-brand-third;}
.newsbereich h2 a, .newsbereich .h2 a { color: $color-brand-third;}
*/
h3, .h3 {
  font-size: 20px;
  padding-top: 1em;
  margin-bottom: 0.3125rem;
}
h4, .h4 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 0.5em;
  margin-bottom: 0;
}
h5, .h5 {
  font-size: 24px;
  font-weight: 500;
  color: #9dbf17;
}
h6, .h6 {
  font-size: 21.6px;
  color: #50a7de;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 24px;
  }
}
.lead {
  color: #4f5858;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2.25rem;
}
.lead a {
  color: #9dbf17 !important;
}
body:not(.blog) .lead a {
  color: inherit;
}
.lead a:hover {
  color: #789112;
}
hr {
  border: none;
  border-bottom: 1px solid #9dbf17;
  clear: both;
  display: block;
  margin: 0 0 0.25em 0;
  padding: 0.25em 0 0 0;
}
small, .small {
  font-size: 12px;
  font-weight: 400;
}
big, .big {
  font-size: 20px;
  font-weight: 400;
}
blockquote {
  position: relative;
  margin: 5rem 0 5rem 0;
  padding: 0;
  font-size: 2.25rem;
  line-height: 1.111em;
  font-family: 'Ubuntu', sans-serif;
  color: #50a7de;
}
cite {
  position: absolute;
  bottom: -2em;
  left: 0;
  font-size: 1.25rem;
  line-height: 2em;
  font-style: normal;
  color: #50a7de;
}
blockquote p:before, q p:before {
  content: '«';
}
blockquote p:after, q p:after {
  content: '»';
}
blockquote.variante {
  margin: -3rem 0 3rem 0;
  padding: 0 0 1rem 0;
  border-top: none;
  border-bottom: 1px solid #9dbf17;
}
blockquote.variante p {
  font-size: 17.776px;
}
/* Vorherige Version in Grau ohne Linien
blockquote, q {font-family: Georgia, times, serif; font-style: italic; color: rgb(102,102,102); font-size: 1.8em; line-height: 1.154em; margin-bottom: 1.2em; padding: 0.2em 0 3rem 25%; position: relative}
blockquote cite {position: absolute; bottom: 0; right: 0; display: inline-block; clear: both; font-size: 1.25rem; line-height: 2em; font-style: normal; color: rgb(138,30,32)}
blockquote p, q p {text-align: right; margin-bottom: 0}
header + blockquote, header + q {padding-top: 0.8em}
blockquote span, q span {color: rgb(102,102,102); font-size: 0.769em; line-height: 1.7em}
*/
@media only screen and (min-width: 576px) {
  blockquote {
    font-size: 38px;
    line-height: 55px;
  }
}
ul, ol {
  list-style-position: outside;
  padding: 0 0 0 0;
}
ol {
  margin-left: 27px;
}
ul.layout, ol.layout {
  list-style: none;
  list-style-image: none;
  padding-left: 0;
}
ul.layout li, ol.layout li {
  list-style: none;
  list-style-image: none;
}
li ul, li ol {
  margin: 0 1em;
}
li {
  padding-bottom: 0;
}
ul li {
  list-style-type: none;
}
main ul:not(.fa-ul):not(.teaserset):not(.list) {
  position: relative;
}
main ul:not(.fa-ul):not(.teaserset):not(.list) li {
  padding-left: 16px;
}
main ul:not(.fa-ul):not(.teaserset):not(.list) > li:before {
  content: "–";
  position: absolute;
  left: 1px;
}
dl {
  float: left;
}
dl dt {
  color: #8a1e20;
  display: inline;
  font-weight: normal;
  line-height: 1.5em;
}
dl dt:before {
  content: '';
  display: block;
  height: 0.5em;
}
dl dd {
  display: inline;
  line-height: 1.5em;
}
dl dd a {
  color: #666;
}
dl dd a:hover {
  text-decoration: none;
}
.fa-ul li {
  list-style-type: none;
}
/* Icon-List 
.single .main .wrapper ul:not(.tribe-events-sub-nav):not(.teaserset):not(.chosen-results):not(.list),
.page .main .wrapper ul:not(.tribe-events-sub-nav):not(.teaserset):not(.list) {padding-left: 0; list-style-type: none; margin-bottom: 2rem}
.single .main .wrapper ul:not(.tribe-events-sub-nav):not(.teaserset):not(.chosen-results):not(.list) li,
.page .main .wrapper ul:not(.tribe-events-sub-nav):not(.teaserset):not(.list) li {font-size: 1em;	margin: 0 0 10px 0;	line-height: 1.4em;	position: relative;	padding-left: 1.25em}
.single .main .wrapper ul:not(.tribe-events-sub-nav):not(.teaserset):not(.chosen-results):not(.list) li:before,
.page .main .wrapper ul:not(.tribe-events-sub-nav):not(.teaserset):not(.list) li:before {color: rgb(138,30,32); position: absolute; text-align: left; left: 5px;	width: 0.9em; top: 0.14285714em; content: "\f105"; display: inline-block; font: normal normal normal 1em/1 FontAwesome;	font-size: inherit;	text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale}
*/
table {
  margin: 0 0 2rem 0;
  width: 100%;
}
th {
  border-top: 1px solid #6e7c7c;
  border-bottom: 1px solid #6e7c7c;
  color: #4f5858;
  font-weight: 500;
  text-align: left;
  padding: 0.25rem 0;
  vertical-align: top !important;
}
td {
  border-bottom: 1px solid #6e7c7c;
  color: #4f5858;
  padding: 0.25rem 0;
  vertical-align: top !important;
}
th + th, td + td {
  border-left: 1rem solid transparent;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
/**
 * Clear inner floats
 */
.clearfix::before, .clearfix::after {
  clear: both;
  content: '';
  display: table;
}
/**
 * Accessibility
 * Text meant only for screen readers.
 * Hide element while making it readable for screen readers
 * 1. Many screen reader and browser combinations announce broken words as they would appear visually.
 */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/**
 * Helper Classes 
 */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-default {
  color: #666;
}
.text-primary {
  color: #8a1e20;
}
.text-success {
  color: #c1cd23;
}
.text-warning {
  color: #ff8a00;
}
.bg-primary {
  background-color: #8a1e20;
}
.bg-success {
  background-color: #c1cd23;
}
.bg-warning {
  background-color: #ff8a00;
}
.table {
  display: table;
}
.table .table-row {
  display: table-row;
}
.table .table-cell {
  display: table-cell;
}
.table .table-cell--middle {
  vertical-align: middle;
}
/*
 * Elemente pro Screen ein- / ausblenden
 */
.visible-sm {
  display: block;
}
/* small */
.visible-md {
  display: none;
}
/* medium */
.visible-lg {
  display: none;
}
/* large */
.hidden-sm {
  display: none;
}
/* small */
.hidden-md {
  display: block;
}
/* medium */
.hidden-lg {
  display: block;
}
/* large */
/*
 * @md
 */
@media only screen and (min-width: 850px) {
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Google Karte */
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Visible / Hidden */
  /* small */
  /* medium */
  /* large */
  /* small */
  /* medium */
  /* large */
  .map iframe {
    height: 450px !important;
  }
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .visible-lg {
    display: none;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .hidden-lg {
    display: block;
  }
}
/*
 * @lg
 */
/*
 * @xl
 */
@media only screen and (min-width: 1277px) {
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Visible / Hidden */
  /* small */
  /* medium */
  /* large */
  /* small */
  /* medium */
  /* large */
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Media */
img, object, embed, video {
  max-width: 100%;
  height: auto;
}
/* fluid media */
p img, figure img, picture img {
  margin: 0;
}
.fluid-width-video-wrapper {
  position: relative;
  padding-top: 56.25% !important;
}
.fluid-width-video-wrapper:before {
  content: '';
  width: calc(100% + 1px);
  background: white;
  display: block;
  position: absolute;
  z-index: 10;
  left: -1px;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Pagination */
.pagination {
  text-align: center;
}
.pagination a {
  text-decoration: none;
}
.pagination a:hover {
  text-decoration: none;
  color: #789112;
}
.pagination .prev .btn span, .pagination .next .btn span {
  float: none;
}
.row .pagination {
  text-align: left;
  margin-bottom: 2em;
}
.row .pagination .page-numbers {
  font-size: 24px;
  line-height: 24px;
}
.row .pagination .page-numbers:after {
  content: ' I ';
  color: #4f5858;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  top: 0px;
}
.row .pagination .fa {
  font-size: 26.664px;
}
.row .pagination .page-numbers.current {
  font-weight: bold;
}
.row .pagination .prev, .row .pagination .next {
  display: inline-block;
  width: 40px;
  font-size: 24px;
  text-align: center;
}
.row .pagination .prev:after, .row .pagination .next:after {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Mitarbeiter */
.mitarbeiter img {
  margin-bottom: 0;
}
.mitarbeiter .mitarbeiter__name {
  margin: 1em 0 0.2em 0;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Downloads */
.downloads {
  display: none;
}
.downloads [class^=col-] {
  border-top: 1px solid #b3b3b3;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Google Karte */
.map {
  display: block !important;
}
.map iframe {
  width: 100% !important;
  height: 350px !important;
}
/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* Themeintegrated functions */
/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Owl Carousel */
.owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.owl-nav div {
  color: white;
  font-size: 2rem;
  margin-right: 0.5rem;
  float: left;
}
.owl-nav div .hover {
  display: none;
}
.owl-nav div:hover i {
  display: none;
}
.owl-nav div:hover i.hover {
  display: block;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Toggle  */
.toggle-button {
  cursor: pointer;
  color: #9d9d9c;
  text-align: right;
}
.toggle-button:hover {
  color: #8a1e20;
}
.toggle-button .fa {
  font-size: 5em;
}
.toggle-button.active {
  background-position: right -330px;
}
.toggle-button .active, .toggle-button.active .passive {
  display: none;
}
.toggle-button.active .active, .toggle-button .passive {
  display: inline;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Accordion Shortcodes */
.accordion {
  margin: 0.5rem 0 1rem 0;
}
.accordion > br {
  display: none;
}
.accordion .accordion-title {
  color: #666;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.accordion .accordion-content {
  margin-bottom: 1em;
  padding-left: 30px;
}
.accordion .accordion-title:after {
  position: absolute;
  text-align: left;
  left: 0px;
  width: 0.9em;
  top: 0.14285714em;
  content: "";
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion .accordion-title:focus, .accordion .accordion-title:hover, .accordion .accordion-title.open {
  outline: none;
  color: #8a1e20;
}
.accordion .accordion-title.open:after {
  content: "";
}
/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* PRINT */
/* ============================================================================================================================= */
/* ============================================================================================================================= */
@media print {
  /* Black prints faster */
  /* Repeat header row at top of each printed page */
  * {
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  h1, h1 span, p {
    color: #8a1e20 !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .menu-main, .menu-meta, .shiftnav-toggle, .sidebar-primary, .post-navigation, .ms-container, .master-slider .ms-bullets, .slider-placeholder, .main {
    width: 100%;
  }
  .head {
    min-height: auto;
  }
  .site-title {
    max-width: 50%;
    float: right;
  }
  .breadcrumb a {
    text-decoration: none;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left !important;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right !important;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-video {
  border-top: 1px solid #8a1e20;
  border-bottom: 1px solid #8a1e20;
  padding: 0.5em 0;
  margin-bottom: 3em;
  width: 100% !important;
}
.wp-caption {
  padding: 0.5em 0;
  width: 100% !important;
  font-size: 0.875rem;
  line-height: 21px;
}
.wp-caption > a, .wp-caption > img {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 0;
}
.wp-caption.alignright > a, .wp-caption.alignright > img {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}
.wp-caption img {
  margin-bottom: 0;
}
.wp-caption .wp-caption-text, .caption {
  clear: both;
  padding-top: 1em;
}
.wp-caption-text {
  font-size: 12px;
  padding: 0.5em 8px;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.edit-link {
  clear: both;
  display: block;
  margin: 0;
  font-size: 0.8em;
}
.edit-link:before {
  content: 'l';
  padding-right: 5px;
}
.edit-link:before {
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.edit-link:before {
  content: '';
  font-family: 'FontAwesome';
  padding-right: 3px;
}
.edit-link:after {
  content: '';
}
.edit-link a {
  text-decoration: none !important;
}
.edit-link a:hover, .edit-link a:focus, .edit-link a:active {
  text-decoration: none !important;
}
.gallery {
  float: left;
  margin-bottom: 2em;
  max-width: 100%;
  width: 100%;
}
.gallery-item {
  float: left;
  margin: 0 0 3.2%;
}
.wp-audio-shortcode {
  margin-bottom: 2em;
}
@media only screen and (min-width: 576px) {
  .gallery-item {
    margin: 0 0 3.2% 3.2%;
  }
  .gallery-columns-2 > .gallery-item, .gallery-columns-3 > .gallery-item, .gallery-columns-4 > .gallery-item {
    width: 48.4%;
  }
  .gallery-columns-5 > .gallery-item, .gallery-columns-6 > .gallery-item, .gallery-columns-7 > .gallery-item, .gallery-columns-8 > .gallery-item, .gallery-columns-9 > .gallery-item {
    width: 31.2%;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(2n+1), .gallery-columns-4 .gallery-item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(3n+1), .gallery-columns-6 .gallery-item:nth-child(3n+1), .gallery-columns-7 .gallery-item:nth-child(3n+1), .gallery-columns-8 .gallery-item:nth-child(3n+1), .gallery-columns-9 .gallery-item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (min-width: 850px) {
  .gallery-columns-3 > .gallery-item {
    width: 31.2%;
  }
  .gallery-columns-4 > .gallery-item {
    width: 22.6%;
  }
  .gallery-columns-5 > .gallery-item, .gallery-columns-6 > .gallery-item, .gallery-columns-7 > .gallery-item, .gallery-columns-8 > .gallery-item, .gallery-columns-9 > .gallery-item {
    width: 14%;
  }
  .gallery-columns-3 .gallery-item:nth-child(2n+1), .gallery-columns-4 .gallery-item:nth-child(2n+1), .gallery-columns-5 .gallery-item:nth-child(3n+1), .gallery-columns-6 .gallery-item:nth-child(3n+1), .gallery-columns-7 .gallery-item:nth-child(3n+1), .gallery-columns-8 .gallery-item:nth-child(3n+1), .gallery-columns-9 .gallery-item:nth-child(3n+1) {
    clear: none;
    margin-left: 3.2%;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(6n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(6n+1), .gallery-columns-8 .gallery-item:nth-child(6n+1), .gallery-columns-9 .gallery-item:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
  .wp-audio-shortcode {
    width: 64% !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-audio-shortcode {
    width: 36% !important;
  }
}
.container-fluid {
  max-width: 100%;
}
.wrapper {
  position: relative;
  margin: 0 1.25rem;
}
/* Inhaltselement mit Abstand */
.wrapper:not(.wrapper-full) {
  margin-left: 5%;
  margin-right: 5%;
}
/* Inhaltselement mit Abstand */
.wrapper-full {
  margin: 0;
}
/* Inhaltselement ohne Abstand */
.main {
  padding-bottom: 3.75rem;
}
.prezi-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 66.2%;
  border: solid 0.5px grey;
}
.prezi-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-container {
  border: solid 0px #9dbf17;
}
.filler-text {
  visibility: hidden;
}
@media only screen and (min-width: 576px) {
  .prezi-container {
    padding-top: 61%;
  }
}
@media only screen and (min-width: 850px) {
  /* Inhaltselement mit Abstand */
  .wrapper:not(.wrapper-full) {
    margin: 0 3%;
  }
  #container {
    background-size: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .prezi-container {
    padding-top: 59%;
  }
}
@media only screen and (min-width: 1277px) {
  #container {
    background-position: 0 150px;
  }
}
@media only screen and (min-width: 1277px) {
  /* Inhaltselement mit Abstand */
  .wrapper:not(.wrapper-full) {
    width: 1200px;
    margin: 0 auto;
  }
  #container {
    background-position: 0 75px;
  }
}
.menu, .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  float: left;
  list-style-image: none;
  list-style: none;
}
.menu li a {
  text-decoration: none;
  display: block;
}
.menu-main {
  display: none;
}
.menu-meta {
  display: none;
}
.foot .menu {
  display: block;
  width: auto;
}
.foot .menu li {
  margin-bottom: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.foot .menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 0.8em;
  border-left: 1px solid #fff;
  padding: 0 14px;
  font-weight: 300;
}
.foot .menu li:first-child a {
  border-left: 0;
  padding-left: 0;
}
.foot .menu a:focus, .foot .menu button:focus, .foot .menu a:hover, .foot .menu button:hover {
  text-decoration: underline;
}
.foot .menu .current-menu-item a, .foot .menu .current_page_parent a {
  color: #f2f2f2;
}
.foot .menu li {
  float: left;
  clear: both;
  padding-top: 0;
}
.foot .menu li a {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 850px) {
  .foot .menu li {
    float: right;
  }
}
.post-navigation {
  margin-bottom: 1em;
  padding-top: 2em;
}
.post-navigation a {
  text-decoration: none;
  color: #9dbf17;
  text-decoration: none;
}
.post-navigation .post-navigation__link {
  text-decoration: none;
  color: #9dbf17;
  text-decoration: none;
}
.post-navigation .post-navigation__link:hover {
  text-decoration: underline;
}
.post-navigation .post-navigation__link--next {
  float: right;
}
.shiftnav.shiftnav-skin-none {
  font-size: 0.888rem;
  background: white;
  color: white;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item {
  border-top: 2px solid #9dbf17;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item:last-child {
  border-bottom: 2px solid #9dbf17;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item li.menu-item {
  border-top: 1px solid #9dbf17;
}
.shiftnav.shiftnav-skin-none ul.sub-menu li.menu-item {
  border-bottom: 0px solid #9dbf17;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item .shiftnav-target {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  border-top: 0;
  text-shadow: none;
  padding: 7px 26px 7px 20px;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu > li.menu-item > .shiftnav-target {
  color: #4f5858;
  font-size: 18px;
  font-weight: 500;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu > li.menu-item > .shiftnav-target i.fa-angle-down {
  display: none;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu > li.menu-item:not(.lang-item) > .shiftnav-target i:not(fa-home) {
  font-size: 18px;
  line-height: 19px;
  color: #9dbf17;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.menu-item-has-children > .shiftnav-target:after {
  content: "";
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item .shiftnav-target ._mi._before {
  padding-left: 3px;
  width: 30px;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.secondary .shiftnav-target {
  background-color: #e8ebeb;
  color: #4f5858;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.secondary + li.menu-item.secondary {
  border-width: 1px !important;
  border-color: #adb5bd;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.third .shiftnav-target {
  background-color: #9dbf17;
  color: white;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.third {
  border-bottom: 2px solid white !important;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.third a span {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 38px;
  text-align: center;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.third a span i {
  color: white !important;
  line-height: 38px !important;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.third a b {
  font-weight: bold;
  font-size: 1.1rem;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item {
  border-color: #adb5bd;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item .shiftnav-target {
  font-size: 14px !important;
  font-weight: normal;
  color: #4f5858;
  background-color: white;
  float: left !important;
  border: none !important;
  display: inline-block !important;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item:first-child .shiftnav-target {
  font-size: 18px !important;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item {
  border: 0 !important;
  width: 25% !important;
  float: right;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item:first-child {
  width: 20% !important;
  float: left;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item .shiftnav-target {
  display: inline-block !important;
  width: 100% !important;
  text-align: right;
  text-transform: uppercase;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item:first-child .shiftnav-target {
  position: relative;
  top: -1px;
  text-align: left;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.lang-item + li.menu-item.lang-item {
  border-left: 1px solid white !important;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item:not(.lang-item) {
  width: 100% !important;
  max-width: 100% !important;
  clear: both;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
  color: #9dbf17;
  height: 44px !important;
  width: 44px !important;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.current_page_ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  font-weight: bold;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu ul.sub-menu {
  padding-left: 20px;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 0px;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 40px;
}
.shiftnav.shiftnav-skin-none ul.shiftnav-menu ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 60px;
}
.shiftnav.shiftnav-skin-none.shiftnav-left-edge {
  border-right: none;
}
.shiftnav.shiftnav-skin-none.shiftnav-right-edge {
  border-left: none;
}
.shiftnav.shiftnav-skin-none .shiftnav-submenu-activation i.fa {
  margin-top: -9px;
}
.shiftnav-search .shiftnav-searchform {
  position: relative;
  height: 40px;
  color: #3E4543;
  background-color: white;
}
.shiftnav-search input.shiftnav-search-input {
  padding: 18px 50px 10px 20px !important;
  line-height: 1.5em !important;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid white;
}
.shiftnav-search .shiftnav-search-submit, .shiftnav-searchbar-drop .shiftnav-search-submit {
  width: 40px;
  font-size: 0.666rem;
  color: #3E4543 !important;
}
.shiftnav-inner .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 1px solid #9dbf17;
  border-radius: 20px;
  padding: 2px 8px;
  font-weight: normal;
}
.shiftnav-nav, .shiftnav ul.shiftnav-menu {
  position: static !important;
}
.shiftnav-toggle {
  position: absolute;
  top: 0;
  right: calc(5% - 12px);
  margin: 0 -12px 0 0;
  font-size: 44px;
  color: #9dbf17;
  text-decoration: none;
  min-width: 52px;
  height: 52px;
  width: auto;
  background: transparent;
  padding: 0;
  border: none;
}
.shiftnav-toggle:focus, .shiftnav-toggle:hover {
  text-decoration: none;
  background: transparent;
  color: #4f5858;
  outline: 0;
}
.shiftnav-toggle .fa {
  font-size: 30px;
  line-height: 52px;
}
.shiftnav-toggle .icon {
  width: 38px;
  height: 44px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.shiftnav-toggle .icon span {
  height: 4px;
  width: 100%;
  background: #9dbf17;
  border-radius: 3px;
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.shiftnav-toggle .icon span:nth-child(1) {
  top: 50%;
  margin-top: -10px;
}
.shiftnav-toggle .icon span:nth-child(2), .shiftnav-toggle .icon span:nth-child(3) {
  top: 50%;
}
.shiftnav-toggle .icon span:nth-child(4) {
  top: 50%;
  margin-top: 10px;
}
.shiftnav-open .shiftnav-toggle .icon span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
  opacity: 0;
}
.shiftnav-open .shiftnav-toggle .icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shiftnav-open .shiftnav-toggle .icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.shiftnav-open .shiftnav-toggle .icon span:nth-child(4) {
  bottom: 6px;
  width: 0%;
  left: 50%;
  opacity: 0;
}
@media only screen and (min-width: 576px) {
  .menu-meta-secondary span:not(.hilfstext) {
    display: inline;
  }
  .menu--foot {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 850px) {
  .menu-main {
    display: block;
    overflow: visible;
    position: relative;
    margin-bottom: 0em;
    z-index: 10000;
  }
  .menu-main *:focus {
    outline: none !important;
  }
  .menu-main .ubermenu {
    margin-left: -10px;
  }
  .menu-main .ubermenu-item {
    position: relative;
  }
  .menu-main .ubermenu-item:last-child {
    padding-right: 0;
  }
  .menu-main .ubermenu-item a {
    color: #9dbf17;
    font-weight: 400;
    font-size: 24px !important;
    padding: 15px 10px !important;
  }
  .menu-main .ubermenu-item a i {
    color: #9dbf17;
    position: relative;
    top: 3px;
    right: 0px !important;
    font-size: 30px;
  }
  .menu-main .ubermenu-item:hover > a, .menu-main .ubermenu-item.current-menu-item > a, .menu-main .ubermenu-item.current-menu-ancestor > a {
    background-color: transparent;
  }
  .menu-main .ubermenu-item .ubermenu-submenu {
    box-shadow: none !important;
  }
  .menu-main .ubermenu-item .ubermenu-submenu .ubermenu-item a {
    background-color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
    display: block;
    width: 100%;
    color: #4f5858;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 1rem !important;
    line-height: 1.5em !important;
  }
  .menu-main .ubermenu-item .ubermenu-submenu .ubermenu-item a:hover, .menu-main .ubermenu-item .ubermenu-submenu .ubermenu-item.current-menu-item > a {
    color: #9dbf17;
  }
  .menu-main .ubermenu-item:hover .sub-menu, .menu-main .ubermenu-item .hover + .sub-menu {
    display: block;
  }
  .menu-main .ubermenu-main-toggle {
    display: none;
    color: #9dbf17;
    position: absolute;
    line-height: 0em;
    top: -90px;
    left: 50%;
    margin-left: -30px;
    width: 58px;
    height: 74px;
    background: transparent;
    padding: 0;
  }
  .menu-main .ubermenu-main-toggle i {
    font-size: 2.5rem;
    line-height: 1.5em;
    position: static;
  }
  .menu-main-active-touch .menu-main .menu-main-toggle {
    display: block;
  }
  .menu-meta {
    display: block;
    width: auto;
  }
  .menu-meta li {
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .menu-meta li a {
    color: #d2091e;
    font-size: 16px;
    line-height: 0.8em;
    border-left: 1px solid #d2091e;
    padding: 0 14px;
    font-weight: 400;
  }
  .menu-meta li:first-child a {
    border-left: 0;
    padding-left: 0;
  }
  .menu-meta a:focus, .menu-meta button:focus, .menu-meta a:hover, .menu-meta button:hover {
    color: #890614;
  }
  .menu-meta .current-menu-item a, .menu-meta .current_page_parent a {
    color: #890614;
  }
  .menu-meta-secondary {
    float: left;
  }
  .menu-meta-secondary span {
    display: inline;
  }
  .menu-meta-secondary .menu-item .fa {
    margin-right: 0.2em;
    font-size: 1rem;
    margin-top: -3px;
    vertical-align: middle;
  }
  .menu-meta-secondary .menu-item .fa._mi {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .menu-meta-language-switcher {
    display: block;
    float: right;
  }
  .menu-meta-language-switcher li {
    float: left;
  }
  .menu-meta-language-switcher li a {
    display: inline-block;
    float: left;
    border-color: #4f5858 !important;
    color: #4f5858 !important;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 400;
  }
  .menu-meta-language-switcher li a.active {
    font-weight: 500;
    color: #d2091e;
  }
  .menu-meta-language-switcher li:last-child a {
    padding-right: 0;
  }
  .menu-meta-language-switcher a:first-letter {
    text-transform: uppercase;
  }
  .menu--foot {
    margin: 0;
  }
  .menu--foot li a {
    line-height: 1.5;
  }
  .shiftnav-toggle {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .menu-main .ubermenu-item a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 1rem;
  }
  .menu--foot li {
    padding: 0 8px 0 0;
    margin-right: 8px;
  }
  .shiftnav-toggle {
    display: none;
  }
}
.head {
  background-color: transparent;
  margin-bottom: 2.5rem;
}
.head .navbar {
  display: none;
}
.head .searchbar {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.head .searchbar.active {
  height: 115px;
}
.head .searchbar .search-form {
  position: relative;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.head .searchbar.active .search-form {
  opacity: 1;
  padding-top: 2rem;
}
.head .searchbar .search-form input[type='search'] {
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  border: none;
  background-color: #d2091e;
  padding: 3px 5px 2px 30px;
  line-height: 1.2em;
  color: #fff;
}
.head .searchbar .search-form input[type='search']::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 500;
}
.head .searchbar .search-form input[type='search']:-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}
.head .searchbar .search-form input[type='search']::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}
.head .searchbar .search-form button[type='submit'] {
  position: absolute;
  top: -10px;
  left: 4px;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}
.head .searchbar .search-form button[type='submit']:hover {
  background-color: transparent;
  color: #fff;
}
.head .searchbar .search-form button[type='submit'] i {
  font-size: 16px;
  position: relative;
  top: 4px;
  color: #fff;
}
.head .search-toggle {
  position: absolute;
  top: 0;
  right: calc(5% + 60px);
  margin: 0 -12px 0 0;
  font-size: 44px;
  color: #9dbf17;
  text-decoration: none;
  min-width: 52px;
  height: 52px;
  width: auto;
  background: transparent;
  padding: 0;
  border: none;
}
.head .search-toggle i {
  font-size: 20px;
  line-height: 11px;
}
.head .search-toggle.active i {
  color: #9dbf17;
}
.head .navbar .search-toggle {
  float: left;
  width: 44px;
  height: 36px;
  margin-top: 0;
}
.head .navbar .search-toggle i {
  color: #9dbf17;
}
.head .navbar .search-toggle:hover i, .head .navbar .search-toggle.active i {
  color: #9dbf17;
}
.head .search-toggle.active i:before {
  content: "Q";
}
.site-title {
  float: left;
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
  padding: 1.25rem 0 !important;
  margin: 0 2.5rem 1.25rem 0;
  position: relative;
  width: 90px;
}
.site-title img {
  vertical-align: baseline;
}
.site-title a {
  text-decoration: none;
  display: inline-block;
}
.site-title a span {
  color: #4f5858;
  display: inline-block;
}
.claim {
  color: #d2091e;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin: 65px 0 2.5rem 0;
  float: left;
  width: 60%;
  max-width: 220px;
}
@media only screen and (min-width: 500px) {
  .claim {
    width: 80%;
    max-width: 290px;
    margin-top: 83px;
  }
  .claim br {
    display: inline !important;
  }
}
@media only screen and (min-width: 850px) {
  .head {
    background-color: transparent;
  }
  .head .navbar {
    display: block;
    background-color: transparent;
    border-bottom: 2px solid #d2091e;
  }
  .head .navbar .wrapper {
    display: block;
  }
  .head .navbar .btn {
    line-height: 2.125rem;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .head .navbar .btn + .btn {
    margin-left: 3px;
  }
  .head .navbar .btn:focus, .head .navbar .btn:hover {
    background-color: #8a1e20;
    color: white;
  }
  .head .searchbar {
    height: auto;
    display: inline-block;
    margin-top: 8px;
  }
  .head .searchbar .wrapper {
    width: auto !important;
  }
  .head .searchbar .search-form {
    width: 140px;
    opacity: 1;
  }
  .site-title {
    float: right;
    position: relative;
    z-index: 10000;
    width: 133px;
    margin-right: 0;
  }
  .site-title span {
    font-size: 26px;
    line-height: 30px;
  }
  .claim {
    float: right;
    text-align: right;
    margin-right: 46px;
    position: absolute;
    right: 133px;
    top: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .head {
    margin-bottom: 70px;
  }
  .site-title span {
    font-size: 30px;
    line-height: 34px;
  }
  .head .searchbar .search-form {
    width: 270px;
    opacity: 1;
  }
}
.foot {
  background-color: #9dbf17;
  clear: both;
  color: #fff;
  padding-top: 2.5rem;
}
.foot > .wrapper {
  position: relative;
}
.foot * {
  font-weight: 300;
}
.foot .scroll-to-top {
  position: absolute;
  bottom: -50px;
  right: 0;
  background-color: #d2091e;
  padding: 10px 14px;
  font-size: 1rem;
  color: #4f5858;
  text-align: center;
  border-radius: 0.2em;
}
.foot .scroll-to-top:hover {
  text-decoration: none;
  background-color: #fff;
}
@media only screen and (min-width: 850px) {
  .foot .scroll-to-top {
    bottom: auto;
    top: 0;
  }
}
.sidebar * {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.sidebar a {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5em;
}
.sidebar a:focus, .sidebar a:hover {
  color: white;
  text-decoration: underline;
}
.sidebar-first .panel-grid + .panel-grid .panel-grid-cell {
  margin-bottom: 0 !important;
}
.sidebar-first .panel-grid + .panel-grid .panel-grid-cell p {
  margin-bottom: 0 !important;
}
.sidebar-first .panel-grid + .panel-grid .panel-grid-cell + .panel-grid-cell p {
  text-align: left !important;
}
@media only screen and (min-width: 850px) {
  .sidebar-first .panel-grid + .panel-grid .panel-grid-cell + .panel-grid-cell p {
    text-align: right !important;
  }
}
.sidebar-archive .widget ul {
  padding-left: 0;
}
.sidebar-archive .widget li {
  list-style: none;
  list-style-image: none;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.sidebar-archive .widget li a {
  color: #8a1e20;
}
fieldset {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 2em 0;
  padding: 0;
  border: 0;
}
fieldset.filter {
  margin: 1rem 0 2rem 0;
}
fieldset > p {
  margin: 0;
}
fieldset legend {
  color: #9dbf17;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
label, .label {
  font-size: 0.722rem;
  margin: 0;
}
select {
  width: 100% !important;
}
.ui-datepicker-month, .ui-datepicker-year {
  width: 49% !important;
  color: #666;
}
button, .btn, select, input, textarea {
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #6e7c7c;
  padding: 6px 1% 4px;
  border-radius: 3px;
  margin: 0 0 0.625rem 0;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5em;
  color: #4f5858;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="file"] {
  width: 100%;
}
textarea {
  vertical-align: top;
  border-radius: 3px;
  margin: 0;
  padding: 5px 1%;
  width: 98%;
  margin-bottom: 1rem;
}
input:hover, input:focus, textarea:hover, textarea:focus {
  background-color: white;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b3b3b3;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #8a1e20;
  /* Change the color to your own background color */
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* your box-shadow */
  -webkit-text-fill-color: #8a1e20;
}
/* ================================================================================================ */
/* #Custom Select */
/* ================================================================================================ */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  margin-bottom: 0.625rem;
  clear: both;
}
@media only screen and (min-width: 850px) {
  .custom-select {
    clear: none;
    width: 70%;
    margin-left: calc(27% + 20px);
  }
}
p + .custom-select {
  margin-top: -1rem;
}
.second {
  margin-top: -5px !important;
}
.wpcf7-form .custom-select .wpcf7-not-valid-tip {
  padding-top: 0.625rem;
  padding-left: 0;
}
.custom-select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  position: relative;
  border: 1px solid #6e7c7c;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #6e7c7c;
  background-color: #f6f7f7;
}
.select-selected.select-arrow-active {
  border-bottom: 1px solid #6e7c7c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #6e7c7c transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #6e7c7c transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #4f5858;
  padding: 6px 1.5% 4px;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #f6f7f7;
  border-radius: 0 0 3px 3px;
  border: 1px solid #6e7c7c;
  border-top: 0;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn {
  font-weight: 500;
  width: auto;
  border-width: 1px;
  border-color: #9dbf17;
  color: white;
  background-color: #9dbf17;
  display: inline-block;
  border-radius: 0px;
  line-height: 1em;
  padding: 0.5em 1em;
  font-size: 16px;
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:focus {
  color: white;
  outline: thin dotted;
  outline-offset: 4px;
  text-decoration: none;
  border-color: #789112;
  background: #789112;
}
.btn:hover {
  text-decoration: none;
  color: white;
  border-color: #789112;
  background: #789112;
}
.btn-xs {
  font-size: 12px;
}
.btn-sm {
  font-size: 14px;
}
.btn-md {
  font-size: 18px;
}
.btn-lg {
  font-size: 20px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-invert {
  border-color: white;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: 0.875rem !important;
  background-color: transparent !important;
}
.btn-invert:focus, .btn-invert:hover {
  border-color: white;
  background-color: white !important;
  color: #9dbf17 !important;
}
.btn-round {
  border-width: 2px;
  border-radius: 2em;
}
.btn-fill {
  color: white !important;
  text-decoration: none;
  background-color: #9dbf17;
  border-color: #9dbf17;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.btn-fill:focus, .btn-fill:hover {
  color: white !important;
  background-color: #789112;
  border-color: #789112;
}
.btn-fill.btn-xs {
  padding: 2px 4px;
}
.btn-fill.btn-sm {
  padding: 4px 8px;
}
.btn-fill.btn-md {
  padding: 8px 16px;
}
.btn-fill.btn-lg {
  padding: 12px 24px;
}
.btn-light {
  color: #6e7c7c !important;
  border-color: #6e7c7c;
}
.btn-fill.btn-light {
  background-color: #e8ebeb;
}
.btn .fa, .btn i {
  font-size: 1rem;
  line-height: 0.5rem;
  position: absolute;
  right: 1em;
  top: 50%;
  margin: -0.24rem 0 0 0;
}
.btn-icon {
  padding-right: 3rem;
}
.btn-icon.btn-fill {
  padding-right: 2.8rem;
}
.btn-icon.btn-fill .fa, .btn-icon.btn-fill i {
  right: 1.4rem;
}
.btn-icon-left {
  padding-left: 2.125em;
  padding-right: 0.7rem;
}
.btn-icon-left .fa, .btn-icon-left i {
  left: 1.4rem;
  right: auto;
}
.btn-icon-left.btn-fill {
  padding-left: 2.8rem;
  padding-right: 0.7rem;
}
.btn-icon-left.btn-fill .fa, .btn-icon-left.btn-fill i {
  left: -0.4rem;
}
.btn-icon.btn-round .fa, .btn-icon.btn-round i {
  right: 1rem;
}
.btn-icon.btn-round {
  padding-right: 2.4rem;
}
.btn-icon-left.btn-round .fa, .btn-icon-left.btn-round i {
  right: 0;
  left: 1rem;
}
.btn-icon-left.btn-round {
  padding-left: 2.4rem;
  padding-right: 1.2rem;
}
.btn-icon-x0 .fa, .btn-icon-x0 i {
  font-size: 1rem;
}
.btn-info {
  background-color: #83d0f5;
  border-color: #83d0f5;
}
.btn-info:focus, .btn-info:hover {
  color: white !important;
  background-color: #54bef1;
  border-color: #54bef1;
}
.btn-link {
  padding: 0 !important;
  border: 0 !important;
}
.btn-link:hover {
  background-color: transparent !important;
  color: #9dbf17 !important;
}
input[type="reset"], .reset {
  color: #9dbf17 !important;
  text-decoration: none;
  border: none;
  background: transparent;
  font-size: 1rem;
  line-height: 30px;
  width: auto;
}
input[type="reset"]:hover, .reset:hover {
  text-decoration: underline;
}
input[type="radio"] {
  border-radius: 8px;
}
input[type="checkbox"] {
  font-size: 1rem !important;
}
.inputbox {
  margin-bottom: 1em;
}
.inputbox label input {
  width: auto;
  display: inline;
  margin: 0;
}
.inputbox label span {
  display: inline-block;
  width: 80%;
}
/*
    .newsbereich .btn {border-color: $color-brand-third; color: white; background-color: $color-brand-third}
.newsbereich .btn:focus {border-color: darken($color-brand-third, 10%); background: darken($color-brand-third, 10%)}
.newsbereich .btn:hover {border-color: darken($color-brand-third, 10%); background: darken($color-brand-third, 10%)}
.newsbereich .btn-invert:hover {border-color: white; background-color: white !important; color: $color-brand-third !important}
.newsbereich .btn-fill {background-color: $color-brand-third; border-color: $color-brand-third;}
.newsbereich .btn-fill:focus, .btn-fill:hover {color: white !important; background-color: darken($color-brand-third, 10%); border-color: darken($color-brand-third, 10%)}
*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* teaserset */
.teaserset {
  padding: 0;
  position: relative;
}
.teaser {
  list-style-image: none;
  list-style: none;
  margin-bottom: 1em !important;
}
.teaser article {
  background-color: #fff;
}
.teaser img {
  margin-bottom: 0;
}
.teaserset-posts .thumbnail img {
  margin-bottom: 0.5rem;
}
.teaserset-posts .thumbnail-icon {
  font-size: 3rem;
  color: #666;
  text-align: left;
  margin-bottom: 2rem;
}
.teaserset-posts .thumbnail-icon a {
  color: #666;
}
.teaserset-posts .thumbnail-icon a:focus, .teaserset-posts .thumbnail-icon a:hover {
  text-decoration: none;
  color: #8a1e20;
}
.teaserset-posts .meta {
  font-size: 12px;
  padding: 1em 0 0 0;
  text-align: left;
}
/*.teaserset-posts .meta:after {content: ''; display: block; width: 100%; margin: 0 auto; border-top: 1px solid $color-text}*/
.teaserset-posts .teaser-title {
  font-weight: 500;
  color: #9dbf17;
  text-align: left;
  padding: 0.5em 0 0 0;
  margin-bottom: 0;
}
.teaserset-posts .teaser-title a {
  color: #9dbf17;
  text-decoration: none;
}
/*.newsbereich .teaserset-posts .teaser-title a,
.newsbereich .teaserset-posts .meta a {color: $color-brand-third}
*/
.teaserset-posts .teaser-title a:focus, .teaserset-posts .teaser-title a:hover {
  text-decoration: none;
  color: #789112;
}
/*.teaserset-posts .teaser-title:after {content: ''; display: block; width: 100%; margin: 0.5em auto; border-top: 1px solid $color-text}*/
.teaserset-posts header + p {
  padding: 0 0 0.5em 0;
  text-align: left;
  font-size: 1rem;
}
.teaserset-posts #post-18 .teaser-title, .teaserset-posts #post-118 .teaser-title {
  color: #83d0f5;
}
.teaserset-posts #post-18 .teaser-title a, .teaserset-posts #post-118 .teaser-title a {
  color: #83d0f5;
}
.teaserset-posts #post-18 header + p, .teaserset-posts #post-118 header + p {
  color: #83d0f5;
}
.teaserset-posts #post-18 header + p .btn, .teaserset-posts #post-118 header + p .btn {
  background-color: #83d0f5;
  border-color: #83d0f5;
}
.teaserset-posts #post-18 header + p .btn:hover, .teaserset-posts #post-118 header + p .btn:hover {
  background-color: #4f5858;
  border-color: #4f5858;
}
.teaserset-testimonials {
  background-color: #821e20;
  padding: 0.5rem 7% 0.75rem !important;
  margin: 0 -7% 0 -7%;
  width: auto !important;
}
.teaserset-testimonials ul {
  padding: 0;
  margin: 0;
}
.teaserset-testimonials ul .owl-item {
  padding: 0 0 4em 0;
}
.teaserset-testimonials ul li {
  padding: 0 0 3em 0;
  margin: 0 !important;
}
.teaserset-testimonials .meta {
  color: white;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.teaserset-testimonials .meta i {
  font-size: 1em;
  line-height: inherit;
  color: white;
}
.teaserset-testimonials blockquote {
  color: white;
  font-size: 1.5rem;
  line-height: 1.125em;
  border: 0;
  margin: 0;
  padding: 0;
}
.teaserset-testimonials blockquote p {
  font-size: 1.5rem;
  line-height: 1.125em;
}
.teaserset-testimonials blockquote p:before, .teaserset-testimonials blockquote p:after {
  display: none;
}
.teaserset-testimonials blockquote cite {
  position: static;
  color: white;
  font-size: 0.875rem;
  line-height: 1em;
}
.teaserset-testimonials p {
  margin-bottom: 0;
  color: white;
}
.teaserset-testimonials a {
  position: absolute;
  bottom: 0.8rem;
  right: 1.5rem;
  margin-left: -158px;
  color: white;
  margin-bottom: 0;
}
.teaserset-testimonials .goto-after {
  display: none;
}
.teaserset-events .meta {
  border-bottom: 1px solid #8a1e20;
  padding: 0.5em 0;
}
.teaserset-events .meta a {
  font-size: 1em;
  line-height: inherit;
  color: #8a1e20;
}
.teaserset-events .teaser-title {
  padding: 0.5em 0 1em !important;
}
.teaserset-startseitenteaser h3 {
  color: #666;
  border-top: 3px solid #8a1e20;
  font-size: 18px;
  line-height: 19px;
  padding: 0.5em 0 1em 0;
  margin-bottom: 3px;
  font-weight: 500;
}
.teaserset-startseitenteaser h3 a {
  color: #666;
}
.teaserset-startseitenteaser h3 a:hover {
  text-decoration: none;
}
.teaserset-startseitenteaser h3 i {
  font-size: 18px;
  line-height: 19px;
  color: #8a1e20;
}
.teaserset-startseitenteaser .textwidget p, .teaserset-startseitenteaser .textwidget hr {
  display: none;
}
.teaserset-startseitenteaser p {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.teaserset-startseitenteaser p:first-child {
  color: #8a1e20;
}
.teaserset-startseitenteaser .teaser:not(:last-child) p:first-child {
  margin-bottom: 2em;
}
.teaserset-dateien .teaser {
  margin: 0 !important;
}
.teaserset-dateien .teaser a {
  display: block;
  border-top: 1px solid #b3b3b3;
  padding: 0 0.5rem 1em 0.5rem;
  text-decoration: none;
}
.teaserset-dateien .teaser a:hover {
  background-color: #f2f2f2;
}
.teaserset-dateien .teaser__title {
  font-size: 1.333rem;
  line-height: 30px;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
.teaserset-dateien .teaser__title span {
  font-weight: 300;
}
.teaserset-dateien .teaser [class^=col-] {
  margin-left: 0 !important;
  text-align: left;
}
.teaserset-dateien .teaser img {
  height: 80px;
  width: auto !important;
  display: inline;
  border: 1px solid #b3b3b3;
}
.teaserset-dateien .teaser picture {
  height: 80px;
  width: auto !important;
  display: inline;
}
.teaserset-dateien .teaser .fa {
  font-size: 4rem !important;
  margin: 2rem 0 0 0;
}
.teaserset-dateien .teaser .fa:first-child {
  color: #8a1e20;
  font-size: 3.333rem;
  position: relative;
  top: -8px;
}
.teaserset-dateien .teaser .fa:last-child {
  margin-left: 1rem;
}
.teaserset-dateien .teaser p {
  margin: 0 0 0.5em 0;
  font-size: 0.888rem;
  line-height: 24px;
}
.teaserset-dateien .teaser .teaser__beschreibung {
  font-size: 1.333rem;
  line-height: 30px;
  color: #8a1e20;
}
.teaserset-standorte [class^=col-] {
  margin: 0;
  float: right;
}
.teaserset-standorte .btn {
  float: left;
  position: relative;
  top: 50px;
}
.teaserset-standorte p {
  margin: 0;
}
.teaserset-standorte .standortbild {
  float: left;
  margin-left: 2em;
}
.teaserset-standorte .standortlink {
  display: block;
  text-decoration: none;
  padding: 8px 55px 10px 5px;
  position: relative;
  border-radius: 2px;
}
.teaserset-standorte .standortlink:hover {
  background-color: #f2f2f2;
}
.teaserset-standorte .standortlink .standorttitel {
  line-height: 38px;
}
.teaserset-standorte .standortlink .subtitel {
  color: #8a1e20;
}
.teaserset-standorte .standortlink .nummer {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #9d9d9c;
  position: relative;
  color: white;
  text-align: left;
}
.teaserset-standorte .standortlink .nummer span {
  position: relative;
  top: -3px;
  font-size: 1.333rem;
  line-height: 40px;
}
.teaserset-standorte .standortlink .fa {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -31px;
  display: block;
}
.page-template-template-children-in-content .main .teaserset-kinder article {
  border-top: 2px solid #8a1e20;
  padding-top: 10px;
}
.page-template-template-children-in-content .main .teaserset-kinder .teaser__title {
  margin-top: 0.3em;
}
@media only screen and (min-width: 576px) {
  .teaserset-testimonials a {
    left: 50%;
    right: auto;
    margin-left: -74px;
  }
  .teaserset-testimonials #goto-after {
    clear: both;
  }
  .teaserset-testimonials .goto-after {
    display: inline-block;
    position: absolute;
    right: 5%;
    left: auto;
    bottom: 0.75rem;
    z-index: 500;
  }
  .teaserset-testimonials .goto-after i {
    color: white;
    font-size: 2rem;
    margin-right: 0.5rem;
    float: left;
  }
  .teaserset-testimonials .goto-after .hover {
    display: none;
  }
  .teaserset-testimonials .goto-after:hover {
    text-decoration: none;
  }
  .teaserset-testimonials .goto-after:hover i {
    display: none;
  }
  .teaserset-testimonials .goto-after:hover .hover {
    display: inline;
  }
  .teaserset-startseitenteaser h3 {
    border-bottom: 1px solid #8a1e20;
  }
  .teaserset-startseitenteaser .textwidget p, .teaserset-startseitenteaser .textwidget hr {
    display: block;
  }
  .teaserset-posts .teaserset__archivlink {
    position: absolute;
    top: 0;
    right: 45px;
  }
}
@media only screen and (min-width: 850px) {
  .teaserset-testimonials {
    background-color: rgba(130, 30, 32, 0.8);
    padding: 0.5rem 0.75rem 0.75rem !important;
    margin: 0 -15px 10rem -15px;
  }
  .teaserset-testimonials blockquote p {
    font-size: 2rem;
  }
  .teaserset-testimonials ul .owl-item {
    padding: 0 1px 1em 1px;
  }
  .teaserset-testimonials a {
    bottom: 1rem;
  }
  .teaserset-testimonials .goto-after {
    right: 0.5rem;
  }
  .teaserset-startseitenteaser h3 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  .teaserset-startseitenteaser h3:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  .teaserset-posts .teaserset__archivlink {
    top: 25.7%;
    right: -102px;
    font-size: 51px;
  }
  .page-template-template-children-in-content .main .teaserset-kinder {
    margin-top: 3em;
  }
  .teaserset-standorte .standortlink {
    margin-top: 37px;
  }
  .teaserset-standorte .standortlink .nummer {
    position: absolute;
    left: -40px;
    top: 12px;
  }
  .teaserset__archivlink {
    top: -56px;
  }
  h2.markant--gross + p .teaserset__archivlink {
    top: -103px;
  }
  .teaserset__archivlink + section {
    padding-top: 0 !important;
  }
  .markant--gross + .teaserset__archivlink {
    top: -145px;
  }
}
.comments {
  border-top: 1px solid #8a1e20;
  padding-top: 1em;
  margin-top: 2em;
}
.comments__title {
  margin-bottom: 1em;
}
.comment-reply-title {
  margin-bottom: 1em;
  display: none;
}
.comments__list {
  list-style: none;
  margin: 0;
  padding: 9px;
  border-radius: 8px;
}
.comments__author {
  float: left;
  font-size: 0.786em;
  line-height: 1.5em;
}
.comments__list .reply, .comments .comment-metadata {
  float: right;
  font-size: 0.786em;
  line-height: 1.5em;
}
.comments .comments-author {
  position: relative;
}
.comments .comment-author a {
  text-decoration: none;
}
.comments .comment-author .fn {
  font-weight: 300;
}
.comments .comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
}
.comments__list .trackback a, .comments__list .pingback a, .comments .comment-metadata a {
  text-decoration: none;
}
.comments .comment-author a:hover, .comments__list article, .comments__list .pingback, .comments__list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px;
}
.comments__list > li:first-child > article, .comments__list > .pingback:first-child, .comments__list > .trackback:first-child {
  border-top: 0;
}
.comments .says {
  display: none;
}
.comments .comment-edit-link {
  margin-left: 10px;
}
.comments .comment-reply-link:before, .comments .comment-reply-login:before {
  margin-right: 2px;
}
.comments .comment-content {
  font-weight: bold;
  clear: both;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.comments .comment-content ul, .comments .comment-content ol {
  margin: 0 0 24px 22px;
}
.comments .comment-content li > ul, .comments .comment-content li > ol {
  margin-bottom: 0;
}
.comments .comment-content > :last-child {
  margin-bottom: 0;
}
.comments .comments__list .children {
  list-style: none;
  margin: 0 0 0 15px;
}
.comments .comments__list .children li {
  list-style: none;
}
.comments .comment-respond {
  margin-top: 24px;
}
.comments .comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
.comments .comment-notes {
  font-size: 0.875em;
}
.comments .comment-notes, .comments .comment-awaiting-moderation, .comments .logged-in-as {
  clear: both;
}
.comments .comment-form p {
  margin-bottom: 0.5em;
}
.comments .comment-form label {
  display: block;
  font-size: 1em;
}
.comments .form-allowed-tags, .comments .form-allowed-tags code {
  display: none;
}
.comments__nav {
  font-size: 0.666rem;
  line-height: 2;
  margin-bottom: 48px;
}
.comments__nav--above {
  margin-top: 36px;
  margin-bottom: 0;
}
.comments__nav__link {
  display: inline-block;
}
.comments__nav__link--previous a {
  margin-right: 10px;
}
.comments .submit {
  display: inline-block;
  width: auto;
}
/* twoseasons.scss */
.blocklink {
  margin-bottom: 4px !important;
}
.blocklink a {
  color: white !important;
  text-align: center;
  background-color: #9CBE16;
  padding: 0;
  display: block;
  line-height: 60px;
  font-size: 28px;
}
body:lang(fr) .blocklink a {
  line-height: 46px;
  font-size: 20px;
}
body:lang(it) .blocklink a {
  line-height: 44px;
  font-size: 22px;
}
@media only screen and (min-width: 850px) {
  .blocklink a {
    line-height: 40px;
    font-size: 18px;
  }
  body:lang(fr) .blocklink a {
    line-height: 36px;
    font-size: 15px;
  }
  body:lang(it) .blocklink a {
    line-height: 36px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .blocklink a {
    line-height: 60px;
    font-size: 29px;
  }
  body:lang(fr) .blocklink a {
    line-height: 50px;
    font-size: 20px;
  }
  body:lang(it) .blocklink a {
    line-height: 56px;
    font-size: 22px;
  }
}
/*
*/
.head .stripes {
  width: 100%;
  margin-top: -20px;
}
.foot .stripes {
  width: 100%;
}
.portraet h2 {
  color: #d2091e;
}
.portraet a {
  color: #d2091e;
}
.portraet a:hover {
  color: #890614;
}
.DiscoverYourFuture {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 500;
}
.testimonial {
  padding: 4em 5% 5% 5%;
}
.testimonial .text {
  width: 100%;
}
.testimonial .bild {
  width: 100vw;
  position: relative;
  left: -5vw;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px 450px 0px;
}
.branchenkachel {
  transition: transform 0.25s ease-in-out;
}
.branchenkachel:hover {
  transform: scale(1.05);
  transition: transform 0.25s ease-in-out;
}
.branchenkachel a {
  color: #fff;
  display: block;
  min-height: 90px;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  position: relative;
  font-size: 20px;
}
.branchenkachel a .fas {
  font-size: 2em;
  position: absolute;
  right: 0.375rem;
  bottom: 0.875rem;
}
.branchenkacheln {
  margin-bottom: -15px !important;
}
.branchenkacheln .panel-grid-cell {
  margin-bottom: 0 !important;
}
.branchenkacheln .panel-grid-cell:nth-child(1) .branchenkachel {
  background-color: #50a7de;
}
.branchenkacheln .panel-grid-cell:nth-child(2) .branchenkachel {
  background-color: #801810;
}
.branchenkacheln .panel-grid-cell:nth-child(3) .branchenkachel {
  background-color: #9dbf17;
}
.branchenkacheln .panel-grid-cell:nth-child(4) .branchenkachel {
  background-color: #d2091e;
}
.branchenkacheln.v2 .panel-grid-cell:nth-child(1) .branchenkachel {
  background-color: #6b071c;
}
.branchenkacheln.v2 .panel-grid-cell:nth-child(2) .branchenkachel {
  background-color: #519c12;
}
.branchenkacheln.v2 .panel-grid-cell:nth-child(3) .branchenkachel {
  background-color: #50a7de;
}
.branchenkacheln.v2 .panel-grid-cell:nth-child(4) .branchenkachel {
  background-color: #410603;
}
.branchenkacheln.v3 .panel-grid-cell:nth-child(1) .branchenkachel {
  background-color: #9dbf17;
}
.branchenkacheln.v3 .panel-grid-cell:nth-child(2) .branchenkachel {
  background-color: #83d0f5;
}
.branchenkacheln.v3 .panel-grid-cell:nth-child(3) .branchenkachel {
  background-color: #d2091e;
}
.branchenkacheln.v3 .panel-grid-cell:nth-child(4) .branchenkachel {
  background-color: #519c12;
}
@media only screen and (min-width: 850px) {
  .branchenkacheln {
    margin-bottom: -15px !important;
  }
  .branchenkacheln .panel-grid-cell {
    margin-bottom: 15px !important;
  }
  .branchenkachel a {
    font-size: 16px;
    padding: 0.625rem;
    min-height: 130px;
  }
  .branchenkachel a .fas {
    font-size: 1.5em;
    right: 0.625rem;
    bottom: 0.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .branchenkachel a {
    font-size: 20px;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  }
  .branchenkachel a .fas {
    font-size: 2em;
    right: 0.375rem;
    bottom: 0.875rem;
  }
}
/*
 * @md
 */
@media only screen and (min-width: 850px) {
  .head .stripes {
    margin-top: -70px;
  }
  .testimonial {
    padding-top: 7em;
    padding-left: 3%;
    padding-right: 3%;
  }
  .testimonial .textwrapper {
    position: relative;
  }
  .testimonial .text {
    position: absolute;
    top: -4.5em;
    z-index: 10;
    width: 43%;
    max-width: 500px;
  }
  .testimonial .bild {
    left: -3vw;
  }
}
/*
 * @lg
 */
@media only screen and (min-width: 992px) {
  .head .stripes {
    margin-top: -100px;
  }
  .testimonial .textwrapper {
    width: 1200px;
    margin: 0 auto;
  }
}
/*
 * @xl
 */
@media only screen and (min-width: 1277px) {
  .head .stripes {
    margin-top: -120px;
  }
  .testimonial .bild {
    padding: 150px 0px 450px 0px;
  }
}
/*
 * @1920
 */
@media only screen and (min-width: 1920px) {
  .head .stripes {
    margin-top: -170px;
  }
  .testimonial .bild {
    padding: 300px 0px 450px 0px;
  }
}
/* social media share image */
.quotes .sow-image-container {
  flex-direction: column !important;
}
/* social media post */
.heateor_sss_sharing_container {
  margin-bottom: 200px;
}
.lsow-dark-bg {
  background-color: #f6f7f7;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#main .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  background-color: #a4b0b0;
}
#main .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
  font-size: 20px;
}
#main .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: #f8f9f9;
  font-size: 16px;
}
#main .sow-tabs .sow-tabs-tab-container {
  background-color: #6e7c7c;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  border-color: transparent;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  background-color: #e8ebeb;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected {
  background-color: #e8ebeb;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected .sow-tabs-title {
  color: #4f5858;
  background-color: transparent;
}
#main .sow-tabs .sow-tabs-panel-container {
  background-color: #e8ebeb;
}
.so-widget-sow-button a {
  font-size: 20px !important;
  font-weight: 500 !important;
}
.mitarbeiter .lsow-project-image {
  background-color: transparent !important;
}
.mitarbeiter .lsow-project-image img {
  background-color: transparent !important;
  -webkit-filter: brightness(100%) !important;
  -moz-filter: brightness(100%) !important;
  -ms-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
}
.mitarbeiter .lsow-project-image .lsow-image-info {
  display: none !important;
}
.mitarbeiter .lsow-project-image .lsow-image-overlay {
  display: none !important;
}
.mitarbeiter .entry-summary:before {
  display: none !important;
}
.mitarbeiter .entry-summary p {
  margin: 0;
  text-align: left;
}
.mitarbeiter .entry-summary p strong {
  font-size: 0.888rem;
}
.mitarbeiter .entry-summary p span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.555rem;
  font-weight: bold;
  border-bottom: 1px solid #c66005;
  margin-bottom: 1px;
}
.mitarbeiter .entry-summary a {
  text-decoration: none;
}
.lsow-accordion.style3 .lsow-panel {
  border: 0 !important;
}
.lsow-accordion.style3 .lsow-panel .lsow-panel-title {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  color: #8a1e20 !important;
  margin: 0;
  top: -30px;
}
.lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
  position: relative;
  content: "";
  right: auto;
  top: auto;
  font-size: 12px;
  color: #8a1e20 !important;
  font-weight: 700;
  float: left;
  margin: 5px 8px 0 0;
}
.lsow-accordion.style3 .lsow-panel .lsow-panel-content {
  padding: 0;
}
.lsow-testimonials-slider .lsow-testimonial-text {
  width: 90%;
  padding-top: 1em;
  margin-bottom: 0em !important;
  color: #4f5858 !important;
  font-size: 20px !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
}
.lsow-testimonials-slider .lsow-testimonial-text i {
  display: none;
}
.lsow-testimonials-slider .lsow-testimonial-user {
  padding-top: 1em !important;
}
.lsow-testimonials-slider .lsow-testimonial-user .lsow-text {
  width: 90%;
  color: #4f5858 !important;
  text-align: center !important;
}
.lsow-testimonials-slider .lsow-testimonial-user .lsow-text .lsow-author-name {
  padding-top: 0 !important;
  color: #9dbf17 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
@media only screen and (min-width: 850px) {
  .lsow-testimonials-slider .lsow-testimonial-text {
    width: auto;
    font-size: 30px !important;
  }
  .lsow-testimonials-slider .lsow-testimonial-user .lsow-text {
    width: auto;
  }
  .lsow-testimonials-slider .lsow-testimonial-user .lsow-text .lsow-author-name {
    font-size: 20px !important;
  }
}
input[type="text"], input[type="tel"], input[type="email"], input[type="file"], input[type="number"] {
  width: 100%;
  background-color: #f6f7f7;
}
input[type="date"] {
  background-color: #f6f7f7;
}
.wpcf7-form .required {
  font-weight: 500;
}
.wpcf7-form label, .wpcf7-form .label {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-right: 20px;
  line-height: 27px;
  padding-top: 2px;
  font-size: 1em;
}
.wpcf7-form input[type="checkbox"] {
  display: inline;
  width: auto;
}
.wpcf7-form input[type="radio"] {
  display: inline;
  width: auto;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item, .wpcf7-form .opt-in .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}
.wpcf7-form select {
  font-size: medium;
}
.wpcf7-form span.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form textarea {
  width: 100%;
  margin-top: 2px;
}
.wpcf7-form input[type='submit'] {
  margin-top: 0.5em;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #d2091e !important;
  padding-top: 2px;
}
.wpcf7-form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1em !important;
  line-height: 1.2em !important;
  color: #d2091e !important;
  background: transparent;
}
.wpcf7-form fieldset {
  border-top: 2px solid #9dbf17 !important;
  padding: 1.5em 0 0 0;
  margin-bottom: 3em;
}
.wpcf7-form input[type="number"] {
  width: 80px;
  text-align: right;
}
.wpcf7-form button, .lsow-button {
  background-color: #9dbf17 !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 16px 25px;
}
input[type="radio"], input[type="checkbox"] {
  display: none !important;
}
input[type="radio"] + span:before, input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  position: relative;
  top: 1px;
  font-size: 22px;
  display: inline-block;
  width: 27px;
}
input[type="radio"] + span:before {
  content: "";
  /* circle-blank */
}
input[type="radio"]:checked + span:before {
  content: "";
  /* circle */
}
input[type="checkbox"] + span:before {
  content: "";
  /* check-empty */
}
input[type="checkbox"]:checked + span:before {
  content: "";
  /* check */
}
@media only screen and (min-width: 850px) {
  .wpcf7-form {
    margin-bottom: 1rem;
  }
  .wpcf7-form label, .wpcf7-form .label {
    width: 27%;
    padding-top: 8px;
  }
  .wpcf7-form label.full, .wpcf7-form .label.full {
    width: 100%;
  }
  .wpcf7-form label + label, .wpcf7-form .label + .label {
    clear: none;
    float: left;
  }
  .wpcf7-form label + label, .wpcf7-form .label + .label, .wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"] {
    width: 70%;
  }
  .wpcf7-form select {
    width: 70% !important;
    margin-bottom: 0.5em;
  }
  .wpcf7-form textarea {
    width: 70%;
  }
  .wpcf7-form input[type="file"] {
    width: 70%;
  }
  .wpcf7-form .full .wpcf7-checkbox {
    width: 100% !important;
  }
  .wpcf7-form .wpcf7-radio {
    width: 70% !important;
    float: left !important;
  }
  .wpcf7-form label + label .wpcf7-checkbox, .wpcf7-form label + label .wpcf7-radio {
    width: 100% !important;
    float: left !important;
  }
  .wpcf7-form .data-protection, .wpcf7-form .lieferfrist, .wpcf7-form .opt-in {
    width: 70% !important;
    float: left !important;
    margin-left: 30%;
    margin-top: 1em;
  }
  .wpcf7-form .wpcf7-checkbox label {
    width: auto !important;
  }
  .wpcf7-form .wpcf7-radio label {
    width: auto !important;
  }
  .wpcf7-form .wpcf7-acceptance label, .wpcf7-form .opt-in label {
    width: auto !important;
    padding-left: 25px;
  }
  .wpcf7-form .wpcf7-acceptance label input[type="radio"] + span:before, .wpcf7-form .wpcf7-acceptance label input[type="checkbox"] + span:before, .wpcf7-form .opt-in label input[type="radio"] + span:before, .wpcf7-form .opt-in label input[type="checkbox"] + span:before {
    position: absolute;
    top: 8px;
    left: -2px;
  }
  .wpcf7-form button {
    margin-left: calc(27% + 20px) !important;
  }
  .wpcf7-form .wpcf7-not-valid-tip {
    padding-left: calc(27% + 20px);
    padding-bottom: 1em;
    clear: both;
  }
  .wpcf7-form .wpcf7-acceptance + .wpcf7-not-valid-tip {
    padding-left: 24px;
    padding-bottom: 1em;
    clear: both;
  }
  .wpcf7-form .ajax-loader {
    margin-left: calc(27% + 20px) !important;
  }
  .wpcf7-form .wpcf7-response-output {
    width: 70%;
    margin: 0 !important;
    margin-left: calc(27% + 20px) !important;
  }
}
@media only screen and (min-width: 992px) {
  .wpcf7-form .data-protection, .wpcf7-form .lieferfrist, .wpcf7-form .opt-in {
    margin-left: 29%;
  }
}
/*////////////////////////////////////////////////////////////////////
//  Media
////////////////////////////////////////////////////////////////////*/
.media:after {
  content: "";
  display: table;
  clear: both;
}
.media .media-body {
  margin-bottom: 1em;
  float: left;
  width: 100%;
  padding: 5px 10px;
  background: #f6f7f7;
  border-radius: 3px;
}
#main .sow-accordion .media .media-body {
  background: #ebeded;
}
.media .media-body * {
  color: #4f5858 !important;
}
.media .media-body:hover, .media .media-body:focus {
  background-color: #6e7c7c !important;
}
.media .media-body:hover *, .media .media-body:focus * {
  color: white !important;
}
.media .media-body h4 {
  font-weight: 400;
  font-size: 1em;
}
.media .media-body .fa-2x {
  font-size: 1em;
}
.media .media-body .media-heading {
  padding: 0 5px 0 15px;
  display: inline;
}
.media .media-body .download-link {
  float: right;
}
.media.media-audio audio {
  display: block;
  width: 100%;
}
.media.media-audio a {
  font-size: 12px;
}
.w3eden + .w3eden, .w3eden + br + .w3eden {
  margin-top: -22px;
}
.w3eden .row > div:last-child .media-body {
  margin-bottom: 0;
}
#cookie-notice {
  background: #83d0f5 !important;
}
#cookie-notice .cookie-notice-container {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 2em 1em;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  line-height: 1.2em !important;
  font-size: 16px;
}
#cookie-notice .cookie-notice-container #cn-notice-text a {
  text-decoration: underline;
  color: #fff;
}
#cookie-notice .cookie-notice-container a#cn-accept-cookie {
  clear: both;
  display: inline-block !important;
  width: auto;
  margin: 1em auto 0;
  font-size: 16px !important;
}
#cookie-notice .cookie-notice-container a#cn-accept-cookie {
  content: 'test';
}
#cookie-notice #cn-notice-text span {
  display: none !important;
  color: #fff !important;
}
html:lang(de-DE) #cookie-notice #cn-notice-text .german {
  display: inline-block !important;
}
html:lang(de-CH) #cookie-notice #cn-notice-text .german {
  display: inline-block !important;
}
html:lang(en-US) #cookie-notice #cn-notice-text .english {
  display: inline-block !important;
}
html:lang(en-GB) #cookie-notice #cn-notice-text .english {
  display: inline-block !important;
}
html:lang(fr-FR) #cookie-notice #cn-notice-text .francais {
  display: inline-block !important;
}
html:lang(it-IT) #cookie-notice #cn-notice-text .italiano {
  display: inline-block !important;
}
.breadcrumb {
  clear: both;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
}
.breadcrumb * {
  color: #6e7c7c;
}
.breadcrumb b {
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #6e7c7c;
}
.breadcrumb a:hover sup {
  text-decoration: none;
}
.breadcrumb .arrow_right {
  font-size: 0.75em;
  position: relative;
}
/*.breadcrumb span:last-child {display: none}*/
.breadcrumb a {
  text-decoration: none;
  font-size: 0.8em;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  text-decoration: underline;
}
.breadcrumb .breadcrumb_last {
  display: none;
}
@media only screen and (min-width: 850px) {
  .breadcrumb a {
    font-size: 1em;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.skkab.ch%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fvendor%2F_bootstrap-reboot.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fvendor%2F_bootstrap-grid.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_helpers.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_base.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_wordpress.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_navigation.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_sidebar.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fcomponents%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fcomponents%2F_teaser.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fcomponents%2F_comments.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fthemes%2F_twoseasons.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_siteorigin-panels.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_livemesh-siteorigin-widgets.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_contact-form-7.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_download-manager.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_cookie-notice.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_yoast-seo.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADlVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACthDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAHfA%3BAAAA%3BAAAA%3BAAAA%3BAGoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAHtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAH5HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2IA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAHjLA%3BAAAA%3BAAAA%3BAIOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpBA%3BAAAA%3BAAAA%3BAImCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJjEA%3BAAAA%3BAAAA%3BAI0EA%3BAAAA%3BAAAA%3BAJ1EA%3BAI2EA%3BAAAA%3BAAAA%3BAJ3EA%3BAI4EA%3BAAAA%3BAAAA%3BAJ5EA%3BAI6EA%3BAAAA%3BAAAA%3BAJ7EA%3BAI8EA%3BAAAA%3BAAAA%3BAJ9EA%3BAI%2BEA%3BAAAA%3BAAAA%3BAJ%2FEA%3BAAAA%3BAAAA%3BAAAA%3BAIoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAJhGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI4GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAJpHJ%3BAAAA%3BAKMA%3BAAAA%3BAAAA%3BAAAA%3BALNA%3BAKUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALZA%3BAAAA%3BAKiBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAL%2FBA%3BAAAA%3BAKoCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BALrCA%3BAAAA%3BAKyCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAL1CA%3BAAAA%3BAK8CA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAL%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAL9DA%3BAAAA%3BAKmEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BALzEA%3BAAAA%3BAK%2BEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BALvFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK8FA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACrHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACjFJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAPVA%3BAOcA%3BAAAA%3BAAAA%3BAAAA%3BAPdA%3BAOkBA%3BAAAA%3BAAAA%3BAPlBA%3BAOsBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACpFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAC5KJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BACdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ9BA%3BAAAA%3BAAAA%3BAAAA%3BAYsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZnFA%3BAY0FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ1FA%3BAYsGA%3BAAAA%3BAAAA%3BAAAA%3BAZtGA%3BAY4GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ5GA%3BAYoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZpHA%3BAYkIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACnIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAbnEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcKA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAddA%3BAciBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAdlBA%3BAAAA%3BAAAA%3BAcsBA%3BAAAA%3BAAAA%3BAAAA%3BAdtBA%3BAcwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAChIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAf1EA%3BAgBKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBlBJ%3BAAAA%3BAgByBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBvGJ%3BAAAA%3BAAAA%3BAgB6HA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAhBhJJ%3BAAAA%3BAAAA%3BAgBwJA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB5JJ%3BAAAA%3BAAAA%3BAgBqKA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAhBzKJ%3BAAAA%3BAAAA%3BAgBkLA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAhBtLJ%3BAgB2LA%3BAAAA%3BAAAA%3BAhB3LA%3BAgBgMA%3BAAAA%3BAAAA%3BAC5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BACpDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACvBJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAnBjFJ%3BAAAA%3BAAAA%3BAoBOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BACvBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BACXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAtBTA%3BAsBWA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%22%7D */