@charset "UTF-8";
/** 
  * Erdmann & Freunde - Nutshell
  * BASE Contao Framework
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE 
  * 
  */
/** Contents
  *
  * SETTINGS
  * ...variables
  *
  *
  * MIXINS
  * ...general
  * ...responsive
  * 
  *
  * GENERIC
  * ...normalize
  * ...contao-reset
  * ...box-sizing
  *
  *
  * BASE
  * ...shared
  * ...page
  * ...type
  * ...grid
  * ...layout
  *
  *
  * COMPONENTS
  * ...media
  * ...tables
  * ...accordion
  * ...links
  * ...events
  * ...faq
  * ...forms
  * ...navs
  * ...news
  * ...newsletter
  * ...slider
  * ...downloads
  *
  */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  /* 2 */
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  /* 1 */
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button, input, select, textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button, input, select {
  /* 1 */
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.block {
  overflow: hidden;
}
.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul, ol, dl, blockquote, p, address, hr, fieldset, figure, pre {
  margin-bottom: 1rem;
}
ul, ol, dd {
  margin-left: 1rem;
}
.clearfix:after, [id="header"] .inside:after, .ce_gallery ul:after, .row:after, [id="footer"] > .inside:after, .nav--horizontal ul:after, .nav--breadcrumb ul:after, .pagination:after, .news-list .layout_short:after, .news-list .layout_latest:after, .news-list .layout_simple:after, .news-list .event:after, .news-grid:after, .events-list .event:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #453006;
}
:not(p) a {
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
html {
  font-family: "Lato", sans-serif, sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  background-color: #fff;
  color: #453006;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 34.3125em) {
  html {
    font-size: 0.8125em;
  }
}
@media screen and (min-width: 68.75em) {
  html {
    font-size: 0.9375em;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.startseite h2 {
  font-size: 1.875rem;
  text-align: center;
}
h1 {
  font-size: 1.75rem;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 68.75em) {
  h1 {
    font-size: 1.875rem;
  }
}
p + h1, ul + h1, ol + h1 {
  margin-top: 2rem;
}
.ce_text + .ce_text h1:first-child {
  margin-top: 1rem;
}
h1 + h2 {
  margin-top: -0.5rem;
}
h2 {
  font-size: 1.3125rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 68.75em) {
  h2 {
    font-size: 1.4375rem;
  }
}
p + h2, ul + h2, ol + h2 {
  margin-top: 2rem;
}
.ce_text + .ce_text h2:first-child {
  margin-top: 1rem;
}
h2 + h3 {
  margin-top: -0.5rem;
}
h3 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 68.75em) {
  h3 {
    font-size: 1.0625rem;
  }
}
p + h3, ul + h3, ol + h3 {
  margin-top: 2rem;
}
.ce_text + .ce_text h3:first-child {
  margin-top: 1rem;
}
h3 + h4 {
  margin-top: -0.5rem;
}
h4 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 68.75em) {
  h4 {
    font-size: 1rem;
  }
}
p + h4, ul + h4, ol + h4 {
  margin-top: 1.5rem;
}
.ce_text + .ce_text h4:first-child {
  margin-top: 0.5rem;
}
h4 + h5 {
  margin-top: -0.5rem;
}
h5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 68.75em) {
  h5 {
    font-size: 1rem;
  }
}
p + h5, ul + h5, ol + h5 {
  margin-top: 1.5rem;
}
.ce_text + .ce_text h5:first-child {
  margin-top: 0.5rem;
}
h5 + h6 {
  margin-top: -0.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 68.75em) {
  h6 {
    font-size: 1rem;
  }
}
p + h6, ul + h6, ol + h6 {
  margin-top: 1.5rem;
}
.ce_text + .ce_text h6:first-child {
  margin-top: 0.5rem;
}
p {
  margin-top: 0;
}
p a {
  color: #453006;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0;
}
code {
  color: #a48c63;
}
pre {
  padding: 1rem;
  background: #555;
  color: #fff;
  overflow-x: scroll;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}
.li--block {
  margin-bottom: 1rem;
}
.ce_text {
  margin-bottom: 1rem;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1 {
  width: 100%;
}
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2 {
  width: 100%;
}
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3 {
  width: 100%;
}
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4 {
  width: 100%;
}
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5 {
  width: 100%;
}
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6 {
  width: 100%;
}
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7 {
  width: 100%;
}
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8 {
  width: 100%;
}
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9 {
  width: 100%;
}
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10 {
  width: 100%;
}
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11 {
  width: 100%;
}
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  width: 100%;
}
@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 0) {
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 0) {
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 34.375em) {
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 48em) {
  .offset-md-1 {
    margin-left: calc(8.3333333333% + 0.15625rem);
  }
  .row .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: calc(16.6666666667% + 0.3125rem);
  }
  .row .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: calc(25% + 0.46875rem);
  }
  .row .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }
  .row .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: calc(41.6666666667% + 0.78125rem);
  }
  .row .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .row .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: calc(58.3333333333% + 1.09375rem);
  }
  .row .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .row .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: calc(75% + 1.40625rem);
  }
  .row .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: calc(83.3333333333% + 1.5625rem);
  }
  .row .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: calc(91.6666666667% + 1.71875rem);
  }
  .row .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .offset-md-12 {
    margin-left: calc(100% + 1.875rem);
  }
  .row .offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 58.75em) {
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 68.75em) {
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .row .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .row .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .row .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .row .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .row .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .row .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .row .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .row .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .row .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .row .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .row .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .row .offset-xl-12 {
    margin-left: 100%;
  }
}
.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
@media screen and (min-width: 0) {
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    float: right;
  }
  .pull-left-xl {
    float: left;
  }
}
@media screen and (min-width: 0) {
  .clear-xs {
    clear: both;
  }
}
@media screen and (min-width: 34.375em) {
  .clear-xs {
    clear: none;
  }
}
@media screen and (min-width: 34.375em) {
  .clear-sm {
    clear: both;
  }
}
@media screen and (min-width: 48em) {
  .clear-sm {
    clear: none;
  }
}
@media screen and (min-width: 48em) {
  .clear-md {
    clear: both;
  }
}
@media screen and (min-width: 58.75em) {
  .clear-md {
    clear: none;
  }
}
@media screen and (min-width: 58.75em) {
  .clear-lg {
    clear: both;
  }
}
@media screen and (min-width: 68.75em) {
  .clear-lg {
    clear: none;
  }
}
@media screen and (min-width: 68.75em) {
  .clear-xl {
    clear: both;
  }
}
[id="header"] {
  background: #fff;
  color: #453006;
}
[id="header"] .inside {
  max-width: 66.625em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.mod_article {
  max-width: 66.625em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.article--full {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
[id="footer"] > .inside {
  max-width: 66.625em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.image--left img {
  text-align: left;
  margin-left: 0;
}
.image--right img {
  text-align: right;
  margin-right: 0;
}
.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ce_gallery ul {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0;
  list-style-type: none;
}
.ce_gallery li {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem;
}
.ce_gallery .cols_2 li {
  width: 50%;
}
.ce_gallery .cols_3 li {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .ce_gallery .cols_3 li {
    width: 33.3333333333%;
  }
}
.ce_gallery .cols_4 li {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .ce_gallery .cols_4 li {
    width: 25%;
  }
}
.ce_gallery .cols_5 li {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .ce_gallery .cols_5 li {
    width: 20%;
  }
}
.ce_gallery .cols_6 li {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .ce_gallery .cols_6 li {
    width: 16.6666666667%;
  }
}
.ce_gallery img {
  display: block;
}
.ce_player .inside, .ce_player .mejs-video, .ce_youtube .inside, .ce_youtube .mejs-video {
  margin-left: auto;
  margin-right: auto;
}
.ce_player .mejs-video, .ce_youtube .mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}
.ce_player .mejs-audio, .ce_youtube .mejs-audio {
  margin-top: 30px;
}
.ce_player .mejs-audio audio, .ce_youtube .mejs-audio audio {
  height: auto;
}
.ce_player .mejs-overlay, .ce_player .mejs-poster, .ce_youtube .mejs-overlay, .ce_youtube .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.ce_player .mejs-video .mejs-mediaelement video, .ce_player .mejs-video .mejs-mediaelement .me-plugin, .ce_player .mejs-video .mejs-mediaelement embed, .ce_youtube .mejs-video .mejs-mediaelement video, .ce_youtube .mejs-video .mejs-mediaelement .me-plugin, .ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
a.btn, span.btn, button.btn, div.btn > a, div.btn > button, .ce_toplink > a, .ce_toplink > button, .toplink > a, .toplink > button, input.submit, .ce_comments .submit {
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  background: transparent;
  background-image: none;
  white-space: nowrap;
}
a.btn, span.btn, button.btn {
  margin-bottom: 1rem;
}
a.btn--primary, span.btn--primary, button.btn--primary, .ce_comments .submit {
  background: #453006;
  color: #fff;
}
a.btn--primary:hover, span.btn--primary:hover, button.btn--primary:hover, .ce_comments .submit:hover {
  background: #160f02;
}
div.btn:not(:last-child), .ce_toplink:not(:last-child), .toplink:not(:last-child) {
  margin-bottom: 1rem;
}
div.btn--primary > a, div.btn--primary > button, .ce_toplink > a, .ce_toplink > button, .toplink > a, .toplink > button {
  background: #453006;
  color: #fff;
}
div.btn--primary > a:hover, div.btn--primary > button:hover, .ce_toplink > a:hover, .ce_toplink > button:hover, .toplink > a:hover, .toplink > button:hover {
  background: #160f02;
}
.div.btn--left {
  text-align: left;
}
div.btn--center {
  text-align: center;
}
div.btn--right {
  text-align: right;
}
.btn--floated {
  float: left;
  margin-right: 0.25rem;
}
.ce_toplink a, .toplink a {
  text-decoration: none;
}
.back {
  border-top: 1px solid #a48c63;
  margin-top: 1rem;
  padding-top: 0.5rem;
}
.back a {
  text-decoration: none;
}
.back a:before {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-bottom: 0.25rem;
  display: inline-block;
  content: "◄";
  vertical-align: middle;
  margin-right: 0.25rem;
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .nav--horizontal li {
    float: left;
  }
}
.nav--horizontal a, .nav--horizontal span.active, .nav--horizontal span.trail {
  display: block;
  padding: 0.5rem 1rem;
}
.nav--right {
  float: right;
}
.nav--vertical a, .nav--vertical span.active, .nav--vertical span.trail {
  display: block;
  padding: 0.5rem 1rem;
}
.nav--border {
  border: 1px solid #a48c63;
}
.nav--border a, .nav--border span.active, .nav--border span.trail {
  padding: 1rem 1rem;
  border-bottom: 1px solid #a48c63;
}
.nav--border a.last, .nav--border span.active.last, .nav--border span.trail.last {
  border-bottom: 0;
}
.nav--breadcrumb {
  border: 1px solid #a48c63;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 48em) {
  .nav--breadcrumb li {
    float: left;
    padding-right: 1rem;
  }
}
.nav--breadcrumb a:after {
  font-size: 0.75rem;
  display: inline-block;
  content: "►";
  vertical-align: middle;
  padding-left: 1rem;
}
.nav--select select {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #a48c63;
  padding: 0.25rem 0.5rem;
}
.nav--select .submit {
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
}
.nav--pager ul {
  text-align: center;
}
.nav--pager li {
  display: inline-block;
}
.nav--pager .empty {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
.nav--pager a {
  padding: 0.5rem;
}
.pagination {
  margin-top: 1rem;
  clear: both;
  text-align: center;
  line-height: 1;
}
.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination p {
  padding: 0.25rem;
  padding-left: 0;
  margin: 0.25rem;
  margin-left: 0;
  border-top: 2px solid transparent;
  font-size: 14px;
  color: #453006;
}
.pagination li {
  display: inline;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 0.25rem;
  margin: 0.25rem;
  font-size: 14px;
}
.pagination span {
  border: 2px solid #453006;
  border-radius: 5px;
}
.pagination a.next {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 34.375em) {
  .pagination p {
    float: left;
  }
  .pagination p + ul {
    float: right;
  }
}
.slider {
  position: relative;
}
.slider .slider-control {
  position: static;
  height: 0;
}
.slider .slider-control a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  display: block;
  color: inherit;
  font-family: Arial;
}
.slider .slider-control a:before {
  padding: 0.5rem;
  display: block;
}
.slider .slider-control a:hover {
  opacity: 0.5;
}
.slider .slider-prev:before {
  content: "◄";
}
.slider .slider-next:before {
  content: "►";
}
.slider .slider-menu {
  font-size: 3rem;
  line-height: 1;
  top: auto;
  bottom: 0;
}
.slider .slider-menu b {
  color: inherit;
}
.slider .slider-menu b.active {
  color: #453006;
}
.slider .slider-menu b:hover {
  opacity: 0.5;
}
.news-list {
  margin-bottom: 1rem;
}
.news-list > h1 {
  margin-bottom: 0;
}
.news-list > h1:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-list > h2 {
  margin-bottom: 0;
}
.news-list > h2:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-list > h3 {
  margin-bottom: 0;
}
.news-list > h3:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-list > h4 {
  margin-bottom: 0;
}
.news-list > h4:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-list > h5 {
  margin-bottom: 0;
}
.news-list > h5:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-list > h6 {
  margin-bottom: 0;
}
.news-list > h6:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-list .info {
  margin-bottom: 0;
  font-weight: 700;
}
.news-list .image_container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.news-list .float_left {
  margin-right: 1rem;
}
.news-list .float_right {
  margin-left: 1rem;
}
.news-list .layout_short > h1, .news-list .layout_latest > h1, .news-list .layout_simple > h1, .news-list .event > h1 {
  margin-top: 1rem;
}
.news-list .layout_short > h2, .news-list .layout_latest > h2, .news-list .layout_simple > h2, .news-list .event > h2 {
  margin-top: 1rem;
}
.news-list .layout_short > h3, .news-list .layout_latest > h3, .news-list .layout_simple > h3, .news-list .event > h3 {
  margin-top: 1rem;
}
.news-list .layout_short > h4, .news-list .layout_latest > h4, .news-list .layout_simple > h4, .news-list .event > h4 {
  margin-top: 1rem;
}
.news-list .layout_short > h5, .news-list .layout_latest > h5, .news-list .layout_simple > h5, .news-list .event > h5 {
  margin-top: 1rem;
}
.news-list .layout_short > h6, .news-list .layout_latest > h6, .news-list .layout_simple > h6, .news-list .event > h6 {
  margin-top: 1rem;
}
.news-list .layout_short:after, .news-list .layout_latest:after, .news-list .layout_simple:after, .news-list .event:after {
  border-bottom: 1px solid #a48c63;
  margin-top: 1rem;
  content: "";
  display: block;
}
.news-list .layout_simple time, .news-list .layout_simple a, .news-list .layout_upcoming time, .news-list .layout_upcoming a {
  padding-top: 1rem;
  display: inline-block;
}
.news-list .header {
  margin-top: 1rem;
}
.news-grid {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-bottom: 1rem;
}
.news-grid > h1 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-grid > h1:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-grid > h2 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-grid > h2:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-grid > h3 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-grid > h3:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-grid > h4 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-grid > h4:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-grid > h5 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-grid > h5:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-grid > h6 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.news-grid > h6:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.news-grid .layout_short, .news-grid .layout_latest, .news-grid .layout_simple, .news-grid .event {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 34.375em) {
  .news-grid .layout_short, .news-grid .layout_latest, .news-grid .layout_simple, .news-grid .event {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
  }
  .news-grid .layout_short:nth-of-type(2n + 1), .news-grid .layout_latest:nth-of-type(2n + 1), .news-grid .layout_simple:nth-of-type(2n + 1), .news-grid .event:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 48em) {
  .news-grid .layout_short, .news-grid .layout_latest, .news-grid .layout_simple, .news-grid .event {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
  }
  .news-grid .layout_short:nth-of-type(n), .news-grid .layout_latest:nth-of-type(n), .news-grid .layout_simple:nth-of-type(n), .news-grid .event:nth-of-type(n) {
    clear: none;
  }
  .news-grid .layout_short:nth-of-type(2n + 1), .news-grid .layout_latest:nth-of-type(2n + 1), .news-grid .layout_simple:nth-of-type(2n + 1), .news-grid .event:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 58.75em) {
  .news-grid .layout_short, .news-grid .layout_latest, .news-grid .layout_simple, .news-grid .event {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
  }
  .news-grid .layout_short:nth-of-type(n), .news-grid .layout_latest:nth-of-type(n), .news-grid .layout_simple:nth-of-type(n), .news-grid .event:nth-of-type(n) {
    clear: none;
  }
  .news-grid .layout_short:nth-of-type(3n + 1), .news-grid .layout_latest:nth-of-type(3n + 1), .news-grid .layout_simple:nth-of-type(3n + 1), .news-grid .event:nth-of-type(3n + 1) {
    clear: both;
  }
}
.news-grid .layout_simple time {
  display: block;
}
.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-menu > h1 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.news-menu > h1 + * {
  border-top: 1px solid #a48c63;
}
.news-menu > h2 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.news-menu > h2 + * {
  border-top: 1px solid #a48c63;
}
.news-menu > h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.news-menu > h3 + * {
  border-top: 1px solid #a48c63;
}
.news-menu > h4 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.news-menu > h4 + * {
  border-top: 1px solid #a48c63;
}
.news-menu > h5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.news-menu > h5 + * {
  border-top: 1px solid #a48c63;
}
.news-menu > h6 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.news-menu > h6 + * {
  border-top: 1px solid #a48c63;
}
.news-menu .level_1 {
  padding-top: 1rem;
}
.news-menu .year {
  margin-bottom: 1rem;
}
.news-menu .year > a, .news-menu .year > .active {
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.news-menu .level_2 li {
  margin-bottom: 0.25rem;
}
.events-list {
  margin-bottom: 1rem;
}
.events-list > h1 {
  margin-bottom: 0;
}
.events-list > h1:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.events-list > h2 {
  margin-bottom: 0;
}
.events-list > h2:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.events-list > h3 {
  margin-bottom: 0;
}
.events-list > h3:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.events-list > h4 {
  margin-bottom: 0;
}
.events-list > h4:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.events-list > h5 {
  margin-bottom: 0;
}
.events-list > h5:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.events-list > h6 {
  margin-bottom: 0;
}
.events-list > h6:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.events-list .image_container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.events-list .float_left {
  margin-right: 1rem;
}
.events-list .float_right {
  margin-left: 1rem;
}
.events-list .event > h1 {
  margin-top: 1rem;
}
.events-list .event > h2 {
  margin-top: 1rem;
}
.events-list .event > h3 {
  margin-top: 1rem;
}
.events-list .event > h4 {
  margin-top: 1rem;
}
.events-list .event > h5 {
  margin-top: 1rem;
}
.events-list .event > h6 {
  margin-top: 1rem;
}
.events-list .event:after {
  border-bottom: 1px solid #a48c63;
  margin-top: 1rem;
  content: "";
  display: block;
}
.events-list .layout_upcoming time, .events-list .layout_upcoming a {
  padding-top: 1rem;
  display: inline-block;
}
.events-list .header {
  margin-top: 1rem;
}
.events-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.events-menu > h1 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.events-menu > h1 + * {
  border-top: 1px solid #a48c63;
}
.events-menu > h2 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.events-menu > h2 + * {
  border-top: 1px solid #a48c63;
}
.events-menu > h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.events-menu > h3 + * {
  border-top: 1px solid #a48c63;
}
.events-menu > h4 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.events-menu > h4 + * {
  border-top: 1px solid #a48c63;
}
.events-menu > h5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.events-menu > h5 + * {
  border-top: 1px solid #a48c63;
}
.events-menu > h6 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.events-menu > h6 + * {
  border-top: 1px solid #a48c63;
}
.events-menu .level_1 {
  padding-top: 1rem;
}
.events-menu .year {
  margin-bottom: 1;
}
.events-menu .year > a, .events-menu .year > .active {
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.events-menu .level_2 li {
  margin-bottom: 0.25rem;
}
.ce_form {
  overflow: visible;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
input.text, input.captcha, textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid rgba(121, 111, 90, 0.5);
  background-clip: padding-box;
  background-image: none;
}
textarea.textarea {
  height: auto;
}
.widget-text, .widget-textarea {
  margin-bottom: 1rem;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="file"] {
  display: block;
  vertical-align: middle;
  line-height: 1;
}
input.radio, input.checkbox {
  margin: 0.25rem 0 0;
  margin-left: 1px;
  margin-top: 1px \9 ;
  line-height: normal;
}
input.radio + label, input.checkbox + label {
  margin-right: 0.25rem;
  font-weight: normal;
}
select.select {
  margin-left: 0.25rem;
}
.widget-radio, .widget-checkbox, .widget-select, .widget-upload {
  margin-bottom: 1rem;
}
.widget-radio legend, .widget-checkbox legend, .widget-select legend, .widget-upload legend {
  font-weight: 700;
}
span.mandatory {
  color: #453006;
}
p.error {
  margin-bottom: 0;
}
.ce_accordion {
  margin-bottom: 0.25rem;
}
.ce_accordion .toggler {
  font-size: 1.2rem;
  line-height: 1.2;
  cursor: pointer;
  background: #d1c3ab;
  color: #453006;
  padding: 0.5rem;
  /*border: $toggler-border;*/
  border-bottom: 1px solid #453006;
  border-radius: 5px;
}
.ce_accordion .toggler:hover {
  color: rgba(69, 48, 6, 0.5);
}
.ce_accordion .toggler:focus {
  outline: 0;
}
.ce_accordion .toggler:before {
  font-family: "Genericons";
  content: "";
}
.ce_accordion .toggler.active:before {
  font-family: "Genericons";
  content: "";
}
.ce_accordion .accordion {
  padding: 0.5rem;
  background: #f5f2ed;
  border-radius: 5px;
}
.ce_download, .ce_downloads {
  margin-bottom: 1rem;
}
.ce_download .mime_icon, .ce_downloads .mime_icon {
  display: inline-block;
  vertical-align: middle;
}
.ce_download a, .ce_downloads a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.ce_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table th, table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
thead {
  text-align: left;
  background: rgba(204, 204, 204, 0.2);
}
tfoot {
  font-style: italic;
}
.table--striped .even {
  background: rgba(204, 204, 204, 0.2);
}
.table--overflow {
  overflow-x: scroll;
}
.newsletter-subscribe, .newsletter-unsubscribe {
  margin-bottom: 2rem;
}
.newsletter-subscribe .formbody, .newsletter-unsubscribe .formbody {
  display: flex;
  flex-flow: row wrap;
}
.newsletter-subscribe .text, .newsletter-unsubscribe .text {
  margin-bottom: 0;
  display: inline-block;
  flex: 1;
}
.newsletter-subscribe .error, .newsletter-unsubscribe .error {
  margin-bottom: 0;
  flex: 1 100%;
  font-weight: 700;
}
.newsletter-subscribe .submit, .newsletter-unsubscribe .submit {
  margin-left: 0.25rem;
}
.newsletter-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.newsletter-list li {
  border-bottom: 1px solid #a48c63;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}
.newsletter-list li:first-of-type {
  border-top: 1px solid #a48c63;
}
@media screen and (min-width: 34.375em) {
  .newsletter-list li {
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (min-width: 48em) {
  .newsletter-list li {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.newsletter-list li a:hover {
  opacity: 0.5;
}
.newsletter-reader {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #a48c63;
  padding: 0 1rem;
}
.faq-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.faq-list > ul {
  margin-top: 2rem;
}
.faq-list li {
  margin-bottom: 0.5rem;
}
.faq-list li a {
  display: inline-block;
}
.faq-list li a:before {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-bottom: 0.25rem;
  display: inline-block;
  content: "►";
  vertical-align: middle;
  margin-right: 0.25rem;
}
.faq-list > h1, .faq-list article > h1 {
  margin-bottom: 0;
}
.faq-list > h1:after, .faq-list article > h1:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-list > h2, .faq-list article > h2 {
  margin-bottom: 0;
}
.faq-list > h2:after, .faq-list article > h2:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-list > h3, .faq-list article > h3 {
  margin-bottom: 0;
}
.faq-list > h3:after, .faq-list article > h3:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-list > h4, .faq-list article > h4 {
  margin-bottom: 0;
}
.faq-list > h4:after, .faq-list article > h4:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-list > h5, .faq-list article > h5 {
  margin-bottom: 0;
}
.faq-list > h5:after, .faq-list article > h5:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-list > h6, .faq-list article > h6 {
  margin-bottom: 0;
}
.faq-list > h6:after, .faq-list article > h6:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-page > h1, .faq-page article > h1 {
  margin-bottom: 0;
}
.faq-page > h1:after, .faq-page article > h1:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-page > h2, .faq-page article > h2 {
  margin-bottom: 0;
}
.faq-page > h2:after, .faq-page article > h2:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-page > h3, .faq-page article > h3 {
  margin-bottom: 0;
}
.faq-page > h3:after, .faq-page article > h3:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-page > h4, .faq-page article > h4 {
  margin-bottom: 0;
}
.faq-page > h4:after, .faq-page article > h4:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-page > h5, .faq-page article > h5 {
  margin-bottom: 0;
}
.faq-page > h5:after, .faq-page article > h5:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-page > h6, .faq-page article > h6 {
  margin-bottom: 0;
}
.faq-page > h6:after, .faq-page article > h6:after {
  border-top: 1px solid #a48c63;
  content: "";
  display: block;
}
.faq-page .info {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 1rem;
  opacity: 0.5;
}
.faq-page section {
  padding: 1rem 0;
  border-bottom: 1px solid #a48c63;
}
.faq-page section.last {
  margin-bottom: 1rem;
}
.faq-reader .info {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 1rem;
  opacity: 0.5;
}
.ce_comments {
  overflow: visible;
}
.ce_comments .widget {
  margin-bottom: 1rem;
}
.ce_comments p.error {
  margin-bottom: 0;
  color: #f00;
}
.ce_comments .error {
  border-color: #f00;
  border-color: rgba(255, 0, 0, 0.5);
}
.comment_default {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #a48c63;
}
.comment_default .info {
  padding-bottom: 1rem;
  border-bottom: 1px solid #a48c63;
}
.comment_default.last {
  margin-bottom: 2rem;
}
.search .formbody {
  display: flex;
  flex-flow: row wrap;
}
.search .text, .search .widget-text {
  margin-bottom: 0.5rem;
  display: inline-block;
  flex: 1;
}
.search .widget-text label {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
.search .submit, .search .submit_container {
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  align-self: flex-end;
}
.search .submit_container .submit {
  margin-left: 0;
}
.search .relevance {
  color: #555;
}
.search .context {
  margin-bottom: 0.25rem;
}
.search .highlight {
  font-weight: bold;
}
.search .url {
  color: #555;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fnutshell.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fgeneric%2F_normalize.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fgeneric%2F_contao-reset.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fgeneric%2F_box-sizing.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fbase%2F_shared.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fbase%2F_page.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fmixins%2F_responsive.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fbase%2F_type.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fbase%2F_grid.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fbase%2F_layout.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_media.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_links.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fmixins%2F_general.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_navs.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_slider.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_news.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_events.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_forms.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_accordion.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_downloads.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_tables.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_newsletter.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_faq.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_comments.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fnutschell%2Fcomponents%2F_search.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADPA%3BAAAA%3BAAAA%3BACiBA%3BAAAA%3BAAAA%3BADjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9BA%3BAAAA%3BAAAA%3BACiDA%3BAAAA%3BAAAA%3BADjDA%3BAAAA%3BAAAA%3BAC4DA%3BAAAA%3BAAAA%3BAAAA%3BAD5DA%3BAAAA%3BAAAA%3BACqEA%3BAAAA%3BAAAA%3BADrEA%3BAAAA%3BAAAA%3BAAAA%3BAC8EA%3BAAAA%3BAAAA%3BAAAA%3BAD9EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0FA%3BAAAA%3BAAAA%3BAD1FA%3BAAAA%3BAAAA%3BAAAA%3BACmGA%3BAAAA%3BAAAA%3BADnGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhHA%3BAAAA%3BAAAA%3BAC0HA%3BAAAA%3BAAAA%3BAD1HA%3BAAAA%3BAAAA%3BACmIA%3BAAAA%3BAAAA%3BADnIA%3BAAAA%3BAAAA%3BAC4IA%3BAAAA%3BAAAA%3BAD5IA%3BAAAA%3BAAAA%3BAAAA%3BACqJA%3BAAAA%3BAAAA%3BAAAA%3BADrJA%3BAAAA%3BAAAA%3BAC8JA%3BAAAA%3BAAAA%3BAAAA%3BAD9JA%3BAAAA%3BAAAA%3BACuKA%3BAAAA%3BAAAA%3BADvKA%3BAAAA%3BAAAA%3BAAAA%3BACgLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuMA%3BAAAA%3BAAAA%3BADvMA%3BAAAA%3BAAAA%3BAC%2BMA%3BAAAA%3BAAAA%3BAD%2FMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3NA%3BAAAA%3BAAAA%3BACuOA%3BAAAA%3BAAAA%3BADvOA%3BAAAA%3BAAAA%3BAAAA%3BACgPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6PA%3BAAAA%3BAAAA%3BAD7PA%3BAAAA%3BAAAA%3BACwQA%3BAAAA%3BAAAA%3BADxQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlRA%3BAAAA%3BAAAA%3BAAAA%3BAC6RA%3BAAAA%3BAAAA%3BAAAA%3BAD7RA%3BAAAA%3BAAAA%3BAAAA%3BACySA%3BAAAA%3BAAAA%3BAAAA%3BADzSA%3BAAAA%3BAAAA%3BACkTA%3BAAAA%3BAAAA%3BADlTA%3BAAAA%3BAAAA%3BAC6TA%3BAAAA%3BAAAA%3BAD7TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvUA%3BAAAA%3BAAAA%3BACkVA%3BAAAA%3BAAAA%3BAAAA%3BADlVA%3BAAAA%3BAAAA%3BAC4VA%3BAAAA%3BAAAA%3BAD5VA%3BAAAA%3BAAAA%3BACqWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlXA%3BAAAA%3BAAAA%3BAC%2BXA%3BAAAA%3BAAAA%3BAD%2FXA%3BAAAA%3BAAAA%3BAAAA%3BACwYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxYA%3BAAAA%3BAAAA%3BACkZA%3BAAAA%3BAAAA%3BADlZA%3BAAAA%3BAAAA%3BAC2ZA%3BAAAA%3BAAAA%3BAD3ZA%3BAAAA%3BAAAA%3BAAAA%3BACoaA%3BAAAA%3BAAAA%3BACjZA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkBA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BACJF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiDY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2DZ%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlFU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGR%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAhCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlFU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGR%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAhCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlFU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGR%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAhCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlFU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGR%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAhCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlFU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGR%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAhCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlFU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGR%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2BCU%3BAEnCV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFmCU%3BAE1BV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0BU%3BAEjBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFiBU%3BAERV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQU%3BAECV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFDU%3BAEYV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFZU%3BAEqBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrBU%3BAE8BV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9BU%3BAEuCV%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAALD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAF5CS%3BAEsDV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtDU%3BAE%2BDV%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAHD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFnFY%3BAEyFV%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAF7FU%3BAEmGV%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFvGU%3BAE6GV%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFjHU%3BAEuHV%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAF3HU%3BAEiIV%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFrIU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGxDZ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1CF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAJoBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIVR%3BAAAA%3BAAAA%3BAJUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIAR%3BAAAA%3BAAAA%3BAJAQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIUR%3BAAAA%3BAAAA%3BAJVQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImBV%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7GH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANeU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOrCV%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAPAY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOeR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAP%2FFW%3BAOqGT%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvJH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9CJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT3CU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASsDN%3BAAAA%3BAAAA%3BAAAA%3BATtDM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS8DN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BATlEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS0EN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAHpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAALF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAALF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAALF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAALF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAALF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAC3KF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAJvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIkCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAANF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAANF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAANF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAANF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAANF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAC%2FFF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC7FA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1CF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAC%2FBA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BATcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAfeQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeAN%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATtBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUtCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1EF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC9BA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */