@font-face {
  font-family: 'Gudea';
  src: url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea-Bold.woff2") format('woff2'), url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea-Bold.woff") format('woff'), url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gudea';
  src: url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea.woff2") format('woff2'), url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea.woff") format('woff'), url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gudea';
  src: url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea-Italic.woff2") format('woff2'), url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea-Italic.woff") format('woff'), url("/typo3conf/ext/base/Resources/Public/Fonts/Gudea-Italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* Color */
/* Font */
/* Metrics */
/* Paths */
/*@img-path: '@{web-path}typo3conf/ext/base/Resources/Public/Images/';*/
/* Simple CSS reset */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-size: 100%;
}
textarea {
  resize: vertical;
}
/* Grids & helper classes */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #fff;
  background-color: #003f7b;
}
::-moz-selection {
  color: #fff;
  background-color: #003f7b;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
object,
embed {
  height: 100%;
}
img {
  display: block;
  /*-ms-interpolation-mode: bicubic;*/
}
a img {
  border: none;
}
.aural-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.center-h {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.center-v {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.center-h.center-v {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-user-selection {
  -moz-user-select: none;
  user-select: none;
}
.no-tap-highlight {
  -webkit-tap-highlight-color: transparent;
}
/** standard grid base **/
.container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1010px) {
  .container {
    width: 96%;
  }
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
[class*="grid--"] > .row {
  margin: 0 -15px;
}
.col {
  padding: 0 15px;
  float: left;
  position: relative;
}
/* large */
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  width: 100%;
  float: none;
}
@media only screen and (max-width: 700px) {
  .grid--4x-4x-4x .col-4 {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .grid--6x-6x .col-6 {
    float: none;
    width: auto;
  }
}
/* medium @mediaquery */
/*
.col-medium-1 { width: 8.33333%; }
.col-medium-2 { width: 16.66667%; }
.col-medium-3 { width: 25%; }
.col-medium-4 { width: 33.33333%; }
.col-medium-5 { width: 41.66667%; }
.col-medium-6 { width: 50%; }
.col-medium-7 { width: 58.33333%; }
.col-medium-8 { width: 66.66667%; }
.col-medium-9 { width: 75%; }
.col-medium-10 { width: 83.33333%; }
.col-medium-11 { width: 91.66667%; }
.col-medium-12 { width: 100%; float: none; }
*/
/* small @mediaquery */
/*
.col-small-1 { width: 8.33333%; }
.col-small-2 { width: 16.66667%; }
.col-small-3 { width: 25%; }
.col-small-4 { width: 33.33333%; }
.col-small-5 { width: 41.66667%; }
.col-small-6 { width: 50%; }
.col-small-7 { width: 58.33333%; }
.col-small-8 { width: 66.66667%; }
.col-small-9 { width: 75%; }
.col-small-10 { width: 83.33333%; }
.col-small-11 { width: 91.66667%; }
.col-small-12 { width: 100%; float: none; }
*/
/** block grid base **/
.block-grid {
  /*margin: 0 -1.2% 0 -1.2%;*/
}
.block-grid:before,
.block-grid:after {
  content: "";
  display: table;
}
.block-grid:after {
  clear: both;
}
.block-grid-item {
  float: left;
  padding: 0 1.2%;
}
/* large */
/* 5 blocks in a row */
.block-grid-large-5 .block-grid-item {
  width: 20%;
}
.block-grid-large-5 .block-grid-item:nth-of-type(5n+1) {
  clear: left;
}
/* 4 blocks in a a row */
.block-grid-large-4 .block-grid-item {
  width: 25%;
}
.block-grid-large-4 .block-grid-item:nth-of-type(4n+1) {
  clear: left;
}
/* medium @mediaquery */
/*
.block-grid-medium-3 .block-grid-item { width: 33.33333%; }
.block-grid-medium-3 .block-grid-item:nth-of-type(1n) { clear: none; }
.block-grid-medium-3 .block-grid-item:nth-of-type(3n+1) { clear: left; }
*/
/* small @mediaquery */
/*
.block-grid-small-2 .block-grid-item { width: 50%; }
.block-grid-small-2 .block-grid-item:nth-of-type(1n) { clear: none; }
.block-grid-small-2 .block-grid-item:nth-of-type(2n+1) { clear: left; }
*/
/* Basic content and RTE styles */
/*@import url("https://fonts.googleapis.com/css?family=Gudea:400,700,400italic");*/
/*@import url("https://fonts.googleapis.com/css?family=Gudea:400,400i,700&subset=latin-ext");*/
body {
  color: #252525;
  font-family: 'Gudea', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
  /* !!! */
}
h1 {
  margin-bottom: 18px;
  font-family: 'Gudea', Arial, sans-serif;
  font-size: 27px;
  color: #003f7b;
  text-transform: uppercase;
}
h1 > .heading__subline {
  display: block;
  font-weight: normal;
  font-size: 21px;
  text-transform: none;
}
h2.heading {
  margin-bottom: 16px;
}
h2 {
  margin-bottom: 14px;
  font-family: 'Gudea', Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: #003f7b;
}
h3 {
  margin-bottom: 12px;
  font-family: 'Gudea', Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: #003f7b;
}
h1 a,
h2 a,
h3 a {
  color: inherit;
  text-decoration: none;
}
p {
  margin-bottom: 30px;
}
a.download {
  padding-left: 20px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/download.png") no-repeat 0px center;
  background-size: 13px auto;
  color: inherit;
}
.content-block__text a:not([class]),
a.internal-link:not(.button) {
  display: inline-block;
  position: relative;
  color: #003f7b;
  text-decoration: none;
}
.content-block__text a:not([class]):before,
a.internal-link:not(.button):before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  border-bottom: 1px dotted #003f7b;
  opacity: 0.7;
}
.content-block__text a:not([class]):hover,
a.internal-link:not(.button):hover,
a.internal-link:not(.button):focus,
.content-block__text a:not([class]):focus {
  color: #000;
}
a.internal-link:not(.button):hover:before,
.content-block__text a:not([class]):hover:before,
a.internal-link:not(.button):focus:before,
.content-block__text a:not([class]):focus:before {
  color: #000;
  opacity: 1;
}
a.more {
  color: #003f7b;
  text-decoration: none;
}
a.more:after {
  content: '>';
  display: inline-block;
  margin-left: 2px;
  transform: scale(0.5, 1);
}
a.more:hover,
a.more:focus {
  color: #000;
}
span.highlight-red {
  font-weight: bold;
  color: #960000;
}
ul,
ol {
  margin-bottom: 30px;
}
ul li {
  padding-left: 10px;
  margin-bottom: 6px;
  list-style-type: none;
  position: relative;
}
ul li:before {
  content: '•';
  position: absolute;
  left: -2px;
}
ul.arrow-list {
  margin-bottom: 20px;
}
ul.arrow-list li {
  margin-bottom: 10px;
}
ul.arrow-list li:before {
  content: '>';
  display: inline-block;
  font-size: 1.3em;
  color: #003f7b;
  font-weight: 200;
  left: -3px;
  top: -4px;
  transform: scale(0.5, 1);
}
ul.arrow-list li a {
  color: #003f7b !important;
  text-decoration: none;
}
ul.arrow-list li a:hover,
ul.arrow-list li a:focus {
  color: #003f7b;
}
ul.arrow-list li a::before {
  display: none;
}
ol.numbered-list {
  padding-top: 17px;
  padding-left: 40px;
  list-style-type: none;
}
ol.numbered-list li {
  position: relative;
  min-height: 30px;
  margin-bottom: 35px;
}
ol.numbered-list li::before {
  content: '';
  position: absolute;
  top: -17px;
  left: -40px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/Icons/ordered_list.svg");
}
ol.numbered-list li:nth-child(2)::before {
  background-position: 0 -53px;
}
ol.numbered-list li:nth-child(3)::before {
  background-position: 0 -107px;
}
ol.numbered-list li:nth-child(4)::before {
  background-position: 0 -159px;
}
ol.numbered-list li:nth-child(5)::before {
  background-position: 0 -212px;
}
ol.numbered-list li:nth-child(6)::before {
  background-position: 0 -264px;
}
ol.numbered-list li:nth-child(7)::before {
  background-position: 0 -316px;
}
ol.numbered-list li:nth-child(8)::before {
  background-position: 0 -367px;
}
ol.numbered-list li:nth-child(9)::before {
  background-position: 0 -421px;
}
/* Buttons */
a.button,
button.button,
.form-group .btn {
  display: inline-block;
  min-width: 110px;
  padding: 10px 18px;
  background-color: #40464b;
  color: #fff;
  font-family: 'Gudea', Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
a.button:hover,
button.button:hover,
.form-group .btn:hover {
  background-color: #676b6f;
}
a[href*="tx_web2pdf"] {
  display: inline-block;
  color: #222;
}
a[href*="tx_web2pdf"]::before {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* Table styles */
td {
  vertical-align: top;
  padding: 0 4px 12px 0;
}
table.special-table {
  border-collapse: collapse;
}
table.special-table th,
table.special-table td {
  padding: 10px 15px;
}
table.special-table th {
  background-color: #e0e0e0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
table.special-table td {
  border-bottom: 1px solid #b1b3b4;
}
table.special-table tr:hover td {
  background-color: #f5f5f5;
}
/* Basic and specific form styles */
.powermail_form {
  max-width: 700px;
}
.form-horizontal fieldset {
  border: none;
}
.form-horizontal legend {
  display: none;
}
.form-horizontal .form-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  display: block;
  margin-bottom: 3px;
}
select.form-control {
  background-color: #eee;
  padding: 7px 16px 7px 7px;
  border: 1px solid #ccc;
  font-family: 'Gudea', Arial, sans-serif;
  font-size: inherit;
}
input.form-control,
textarea.form-control {
  width: 100%;
  padding: 8px 6px;
  background-color: #eee;
  border: 1px solid #ccc;
  font-family: 'Gudea', Arial, sans-serif;
  font-size: inherit;
}
select.form-control:hover,
input[type="text"].form-control:hover,
textarea.form-control:hover {
  border-color: #bbb;
}
select.form-control:focus,
input[type="text"].form-control:focus,
textarea.form-control:focus {
  border-color: #999;
}
.form-group .btn[type="submit"] {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  text-transform: capitalize;
}
.form-group input[type="file"] {
  font-family: 'Gudea', Arial, sans-serif;
}
/* Tx_Form 
.csc-mailform {}
.csc-form-element {
	margin-bottom: 20px;
	list-style-type: none;
}
.csc-form-element > label {
	display: block;
	margin-bottom: 3px;
}
.csc-form-element-select select {
	background-color: #eee;
	padding: 7px 16px 7px 7px;
	border: 1px solid #ccc;
	font-family: @primary-font;
	font-size: inherit;
}
.csc-form-element-textline input[type="text"],
.csc-form-element-textarea textarea {
	width: 100%;
	padding: 8px 6px;
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: @primary-font;
	font-size: inherit;
}

.csc-form-element-select select:hover,
.csc-form-element-textline input[type="text"]:hover,
.csc-form-element-textarea textarea:hover {
	border-color: #bbb;
}

.csc-form-element-select select:focus,
.csc-form-element-textline input[type="text"]:focus,
.csc-form-element-textarea textarea:focus {
	border-color: #999;
}
.csc-form-element label { overflow: hidden; }
.csc-form-element label > strong {
	float: right;
	color: #cc0000;
}

@media only screen and (max-width: 480px) {
	.csc-form-element-submit input[type="submit"] { width: 100%; }
}
*/
/* Header */
@keyframes fadeInAndDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.header {
  position: relative;
  margin-top: 20px;
}
.header__inner {
  position: relative;
}
@media only screen and (min-width: 1010px) {
  .header.is-pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 8px 0;
    background-color: #fff;
    animation-duration: .5s;
    animation-name: fadeInAndDown;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  }
  .header.is-pinned .header__inner,
  .header.is-pinned .main-nav {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .header.is-pinned .main-nav {
    margin-top: -25px;
  }
  .v2 .header.is-pinned .main-nav {
    margin-top: -35px;
  }
  .header.is-pinned .main-nav__link {
    font-size: 23px;
  }
  .header.is-pinned .main-nav__list {
    float: left;
    margin-left: 60px;
  }
  .header.is-pinned .lang-nav {
    display: none;
  }
  .header.is-pinned .quick-search:not(.quick-search--is-active) {
    display: none;
  }
  .header.is-pinned .logo {
    display: none;
  }
  .header.is-pinned .logo-condensed {
    display: inline-block;
    float: left;
  }
  .header.is-pinned .quick-search {
    right: 80px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 1px;
  }
  .header.is-pinned .quick-search__trigger {
    display: block;
  }
}
.logo {
  display: inline-block;
  width: 300px;
  margin: -10px;
}
.logo > img {
  width: 100%;
}
.logo-condensed {
  display: none;
  width: 40px;
}
.logo-condensed > img {
  width: 100%;
}
/* Language navigation */
.lang-nav {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.lang-nav__item {
  position: relative;
  float: left;
  padding: 0 6px;
  margin-bottom: 0;
}
.lang-nav__item:before {
  content: '';
  display: inline-block;
  width: 1px;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  background-color: #b1b3b4;
}
.lang-nav__item:first-child:before {
  content: '';
  display: none;
}
.lang-nav__item > a {
  font-size: 16px;
  text-decoration: none;
  color: #b1b3b4;
  transition: color 0.15s ease;
}
.lang-nav__item.lang-nav--current > a,
.lang-nav__item > a:hover,
.lang-nav__item > a:focus {
  color: #40464b;
}
@media only screen and (max-width: 1010px) {
  .header {
    padding-bottom: 30px;
  }
  .logo {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .logo {
    width: 100px;
  }
  .lang-nav {
    top: 7px;
    right: 136px;
  }
}
@media only screen and (max-width: 400px) {
  .logo {
    width: 40%;
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .header {
    padding-bottom: 20px;
  }
  .header__inner {
    padding-bottom: 54px;
  }
  .lang-nav {
    right: auto;
    top: auto;
    left: 0;
    bottom: 5px;
  }
}
/* Quick search */
.quick-search {
  width: 340px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.quick-search__trigger {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent none;
  border: 1px solid transparent;
  border-radius: 3px;
  width: 50px;
  height: 39px;
  font-family: 'Gudea', Arial, sans-serif;
  text-indent: 120%;
  white-space: pre;
  cursor: pointer;
  overflow: hidden;
}
.quick-search__trigger-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 7px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images//Icons/search_magnifier.png") no-repeat center / contain;
}
.quick-search__trigger:active,
.quick-search__trigger--is-active {
  border-color: #ccc;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to top, #ededed, #ffffff);
}
.quick-search__sword {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #b1b3b4;
  font-family: inherit;
  outline: 0;
  transition: all 0.2s ease;
}
.quick-search__sword::-moz-placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.3;
}
.quick-search:hover .quick-search__sword {
  border-color: #999;
}
.quick-search:hover .quick-search__submit {
  opacity: 0.4;
}
.quick-search__sword:focus {
  border-color: #888;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.quick-search__sword:focus + .quick-search__submit {
  opacity: 0.6;
}
.quick-search__submit {
  display: inline-block;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images//Icons/arrow_right_black.png") no-repeat 60% center / 23% auto;
  opacity: 0.25;
  overflow: hidden;
  white-space: pre;
  text-indent: 110%;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1010px) {
  .quick-search {
    display: none;
    opacity: 0;
    width: 240px;
    top: 40px;
    bottom: auto;
  }
  .quick-search__trigger {
    display: inline-block;
  }
  .quick-search--is-active {
    display: block;
    left: 0;
    bottom: -80px;
    top: auto;
    z-index: 80;
    width: 100%;
  }
  .quick-search--is-active:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    z-index: -1;
    background-color: #fff;
  }
}
@media only screen and (max-width: 800px) {
  .quick-search__trigger {
    top: -4px;
  }
}
@media only screen and (max-width: 400px) {
  .quick-search__trigger {
    top: 50px;
  }
}
/* Indexed Search */
.tx-indexedsearch-searchbox fieldset {
  border: none;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.tx-indexedsearch-percent {
  color: #888;
  font-size: 12px;
  margin-left: 5px;
}
.tx-indexedsearch-description {
  margin-bottom: 12px;
}
.tx-indexedsearch-text-item-path {
  display: inline-block;
}
.tx-indexedsearch-text-item-path p {
  margin-bottom: 0;
}
.tx-indexedsearch-text-item-path a {
  color: #003f7b;
  text-decoration: none;
}
.tx-indexedsearch-form {
  float: left;
  margin-bottom: 20px;
}
.tx-indexedsearch-searchbox-sword-label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
.tx-indexedsearch-search-submit {
  float: left;
}
#tx-indexedsearch-searchbox-sword {
  float: left;
  width: 300px;
  padding: 7px 9px;
  border: 1px solid #bbb;
  border-right: none;
  font-family: 'Gudea', Arial, sans-serif;
  font-size: 20px;
}
.tx-indexedsearch-swords-container {
  margin-bottom: 40px;
}
.tx-indexedsearch-swords {
  margin-left: 6px;
}
.tx-indexedsearch-sw-highlight {
  font-style: italic;
  color: #003f7b;
  font-size: 30px;
}
/*#tx-indexedsearch-searchbox-button-submit {
	display: inline-block;
	width: 40px; height: 40px;
	text-indent: 120%;
	white-space: pre;	
	overflow: hidden;
	background: transparent url("../../../../typo3conf/ext/base/Resources/Public/CSS/@{icon-path}/search_magnifier.png") no-repeat 0px 0px;
	background-size: 20px auto;
}*/
.tx-indexedsearch-searchbox-button {
  height: 42px;
}
.tx-indexedsearch-browsebox {
  overflow: hidden;
}
.tx-indexedsearch-browsebox li {
  float: left;
  padding-left: 0;
  margin-right: 10px;
}
.tx-indexedsearch-browsebox li::before {
  display: none;
}
.tx-indexedsearch-browsebox li a {
  text-decoration: none;
  color: #003f7b;
}
.tx-indexedsearch-browsebox li a:hover,
.tx-indexedsearch-browsebox li a:focus {
  text-decoration: underline;
}
/* Teaser */
.teaser {
  padding: 36px 0;
}
.teaser__wrap {
  margin: 0 -1%;
}
.teaser__item {
  float: left;
  width: 33.33333%;
  padding: 0 1%;
}
.teaser__inner {
  position: relative;
}
.teaser__link {
  display: block;
}
.teaser__content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #40464b;
  transition: background-color 0.15s ease;
}
.teaser__link:hover .teaser__content,
.teaser__link:focus .teaser__content {
  background-color: #ffffff;
}
.teaser__title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.teaser__text > p {
  margin-bottom: 0;
}
@media only screen and (max-width: 860px) {
  .teaser__item {
    width: 50%;
    float: none;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (max-width: 600px) {
  .teaser__item {
    width: 70%;
  }
  .teaser__item:last-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .teaser__item {
    width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .teaser__text {
    display: none;
  }
}
/* Slider */
.slider {
  position: relative;
}
.slider__title {
  position: absolute;
  top: 65px;
  right: 100px;
  padding-right: 45px;
  color: #fff;
  font-size: 47px;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.slider__item--text-pos-bottom .slider__title {
  top: auto;
  bottom: 65px;
}
.slider__title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 3px;
  width: 48px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/arrow_right_condensed_white.png") no-repeat right 0;
  background-size: contain;
  filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.3));
}
.slider__indent {
  display: block;
}
.slider__control-paging {
  margin: 0;
  padding: 0 7px;
  position: absolute;
  z-index: 90;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.3);
  list-style-type: none;
  overflow: hidden;
}
.slider__control-paging > li {
  float: left;
  margin: 8px 7px;
  padding: 0;
  line-height: 0;
}
.slider__control-paging > li:before {
  content: '';
  display: none;
}
.slider__control-paging > li > a {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  text-indent: 110%;
  white-space: pre;
  overflow: hidden;
  cursor: pointer;
  /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
  transition: background-color 0.15s ease;
}
.slider__control-paging > li > a:hover,
.slider__control-paging > li > a:focus,
.slider__control-paging > li > a.slider__active {
  background-color: #40464b;
}
/* Slider -- Default */
.slider--default {
  width: 1200px;
  margin: 0 auto;
}
/* Slider -- Hero */
.slider--hero {
  width: 1200px;
  margin: 0 auto;
}
/* Slider -- News */
.slider--news {
  position: relative;
  overflow: hidden;
}
.slider--news .slider__direction-nav {
  position: absolute;
  width: 100%;
  margin: 25% 0 0 0;
  z-index: 90;
}
.slider--news .slider__nav-prev,
.slider--news .slider__nav-next {
  list-style-type: none;
  margin: 0;
}
.slider--news .slider__nav-next:before,
.slider--news .slider__nav-prev:before {
  display: none;
}
.slider--news .slider__prev,
.slider--news .slider__next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  text-indent: -120%;
  overflow: hidden;
}
.slider--news .slider__prev {
  left: 0;
  background: rgba(255, 255, 255, 0.6) url("/typo3conf/ext/base/Resources/Public/Images/Icons/arrow_right_blue.png") no-repeat 21px 50%;
  background-size: 13px auto;
  transform: rotate(180deg);
}
.slider--news .slider__next {
  right: 0;
  background: rgba(255, 255, 255, 0.6) url("/typo3conf/ext/base/Resources/Public/Images/Icons/arrow_right_blue.png") no-repeat 19px 50%;
  background-size: 13px auto;
}
@media only screen and (max-width: 1220px) {
  .slider {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .slider__title {
    font-size: 42px;
  }
  .slider__indent {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .slider__title {
    font-size: 30px;
    right: 30px;
    top: 40px;
  }
}
/* Slider -- special */
.swiper-outer {
  position: relative;
}
.slider-special .slider-overlay {
  display: none;
}
.slider-special .slider-content {
  color: #fff;
}
.slider-special .slider-link {
  text-decoration: none;
  color: #fff;
}
.slider-special .slider-image img {
  width: 100%;
  height: auto;
}
.slider-special .slider-video video {
  width: 100%;
  height: auto;
  user-select: none;
}
.slider-special .slider-content {
  position: absolute;
  left: 20%;
  bottom: 160px;
  max-width: 390px;
  padding: 25px;
  background-color: rgba(0, 63, 123, 0.75);
}
.slider-special .slider-overline {
  margin-bottom: 7px;
  font-size: 15px;
}
.slider-special .slider-title {
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: bold;
}
.slider-special .slider-text {
  display: inline-block;
  font-size: 25px;
}
.slider-special .slider-text::after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
  transform: scale(0.5, 1);
}
.slider-special .slider-pagination {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.slider-special .slider-pagination-bullet {
  position: relative;
  margin: 7px 4px;
  cursor: pointer;
  transform: scale(1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: transform 0.3s ease, box-shadow 0.1s ease;
}
.slider-special .slider-pagination-bullet:hover {
  z-index: 20;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  transform: scale(1.35);
}
.slider-special .slider-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid transparent;
  background-color: transparent;
  pointer-events: none;
  transition: all .5s ease;
}
.slider-special .slider-pagination-bullet.is-active::after {
  border-color: rgba(64, 70, 75, 0.85);
  background-color: rgba(255, 255, 255, 0.2);
}
.slider-special .slider-pagination-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 6px;
  font-weight: bold;
  background-color: #fff;
  font-size: 12px;
  opacity: 0;
  transition: opacity .75s ease;
}
.slider-special .slider-pagination-bullet:hover .slider-pagination-title {
  opacity: 1;
}
.slider-special .slider-button-prev,
.slider-special .slider-button-next {
  position: absolute;
  z-index: 20;
  bottom: 50%;
  width: 80px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.slider-special .slider-button-prev {
  left: 0;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/Icons/arrow_right_condensed_white.png");
  transform: rotate(180deg);
}
.slider-special .slider-button-next {
  right: 0;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/Icons/arrow_right_condensed_white.png");
}
@media only screen and (max-width: 1120px) {
  .slider-special .slider-content {
    bottom: 50%;
    transform: translateY(calc(10%));
  }
}
@media only screen and (max-width: 720px) {
  .slider-special .slider-content {
    position: static;
    max-width: none;
    transform: translateY(0);
  }
  .slider-special .slider-button-prev,
  .slider-special .slider-button-next {
    bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .slider-special .slider-pagination {
    display: none;
  }
}
.mini-slider {
  position: relative;
  margin-bottom: 20px;
}
.mini-slider__stage {
  position: relative;
}
.mini-slider__text {
  margin: 10px 0;
}
.mini-slider__text a {
  color: inherit;
  text-decoration: none;
}
.mini-slider__text__item {
  display: none;
}
.mini-slider__control-paging {
  margin: 0;
  padding: 0 7px;
  position: absolute;
  z-index: 90;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.3);
  list-style-type: none;
  overflow: hidden;
}
.mini-slider__control-paging > li {
  float: left;
  margin: 8px 7px;
  padding: 0;
  line-height: 0;
}
.mini-slider__control-paging > li:before {
  content: '';
  display: none;
}
.mini-slider__control-paging > li > a {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  text-indent: 110%;
  white-space: pre;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.mini-slider__control-paging > li > a:hover,
.mini-slider__control-paging > li > a:focus,
.mini-slider__control-paging > li > a.mini-slider__active {
  background-color: #40464b;
}
.mini-slider__direction-nav {
  margin-top: 4px;
  text-align: center;
}
.mini-slider__nav-prev,
.mini-slider__nav-next {
  display: inline-block;
  position: static;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mini-slider__nav-prev::before,
.mini-slider__nav-next::before {
  display: none;
}
.mini-slider__prev,
.mini-slider__next {
  z-index: 90;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/Icons/arrow_left_blue.png");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center center;
  text-indent: 120%;
  white-space: pre;
  overflow: hidden;
}
.mini-slider__next {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/Icons/arrow_right_blue.png");
}
.header-image {
  width: 1200px;
  margin: 0 auto;
}
/*.header-image__image > img {
	width: 100%;
}*/
@media only screen and (max-width: 1210px) {
  .header-image {
    width: 100%;
  }
}
.main-nav {
  margin-top: 40px;
  margin-bottom: 20px;
}
.main-nav__trigger {
  display: none;
}
.main-nav__list {
  margin-left: -18px;
  margin-bottom: 0;
}
.main-nav__item {
  position: static;
  float: left;
  margin: 0;
  padding: 0;
}
/*.debug .main-nav__item:nth-child(5) .dropdown { display: block; }*/
span.main-nav__link {
  cursor: default;
}
.main-nav__link {
  padding: 10px 18px;
  font-size: 25px;
  color: #40464b;
  text-decoration: none;
  outline: none;
  transition: color 0.15s ease;
}
.main-nav__item.main-nav--current .main-nav-link,
.main-nav__link:hover,
.main-nav__link:focus,
.main-nav--active .main-nav__link {
  color: #003f7b;
}
.main-nav__item:before {
  content: '';
  display: none;
}
.main-nav--has-dropdown:hover > .dropdown {
  display: block;
}
.main-nav--has-dropdown > .main-nav__link {
  position: relative;
}
.main-nav--has-dropdown > .main-nav__link:after {
  content: '';
  pointer-events: none;
  display: block;
  height: 5px;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -10px;
  z-index: 70;
  background-color: #003f7b;
  opacity: 0;
}
.main-nav--has-dropdown:hover > .main-nav__link:after {
  opacity: 1;
}
.dropdown {
  display: none;
  position: absolute;
  left: -100px;
  right: -100px;
  z-index: 60;
  padding: 50px 100px 20px 100px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 5px rgba(0, 0, 0, 0.2);
}
.dropdown__cols {
  display: flex;
  width: 100%;
  margin: 0 -30px;
}
.dropdown__col {
  float: left;
  padding: 0 30px;
  border-right: 1px solid #ddd;
}
.dropdown__col:last-child {
  padding-right: 0;
  border-right: none;
}
.dropdown__headline {
  margin-bottom: 10px;
}
.dropdown__head {
  margin-bottom: 8px;
}
.dropdown__head > a {
  font-size: 24px;
  color: #003f7b;
  text-decoration: none;
}
.dropdown__head > a:hover,
.dropdown__head > a:focus {
  color: #000;
}
.dropdown__image {
  margin-bottom: 18px;
}
.dropdown__image img {
  /*max-width: 184px;
	width: 100%;*/
}
.dropdown__items {
  margin: 0;
}
.dropdown__item {
  padding: 0;
  margin-bottom: 10px;
}
.dropdown__item:before {
  content: '';
  display: none;
}
.dropdown__item > a {
  text-decoration: none;
  color: #40464b;
  font-size: 19px;
}
.dropdown__item > a:hover,
.dropdown__item > a:focus {
  color: #000;
}
.dropdown__subitems {
  margin: 0;
  padding: 10px;
}
.dropdown__subitem {
  margin-bottom: 6px;
  padding: 0;
}
.dropdown__subitem:before {
  content: '';
  display: none;
}
.dropdown__subitem > a {
  text-decoration: none;
  color: #40464b;
  font-size: 17px;
}
.dropdown__subitem > a:hover,
.dropdown__subitem > a:focus {
  color: #000;
}
/* Ausnahmen */
.main-nav__item--uid-14 .dropdown__col {
  float: none;
}
.main-nav__item--uid-14 .dropdown {
  background-image: url("http://www.otto-fuchs.com/fileadmin/user_upload/Gruppe/dropdownimage_gruppe.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
}
/* Mobile Nav */
/*.mobile-nav { 
	display: none; 
	position: absolute;
	right: 0; top: 100%;
	z-index: 90;
	min-width: 300px;
	background-color: rgba(0, 63, 123, 0.8);
}
.mobile-nav__list {
	margin-bottom: 0;
}
.mobile-nav__item {
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}
.mobile-nav__item:last-child {
	border-bottom: none;
}
.mobile-nav__item::before {
	display: none;
}
.mobile-nav__item > a {
	display: block;
	padding: 5px 10px;
	color: #fff;	
}
.mobile-nav__item > a:hover,
.mobile-nav__item > a:focus,
.mobile-nav__item > a:active {
	color: #fff;
}
*/
/**
 * Mobile Nav
 */
/*.debug .mobile-nav {
 	display: block;
 }*/
.mobile-nav {
  display: none;
}
.mobile-nav-sub {
  display: none;
  margin-bottom: 0;
}
.mobile-nav-lvl-1,
.mobile-nav-lvl-2 {
  padding: 0;
  margin: 0;
}
.mobile-nav-item {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.mobile-nav-lvl-1 > .mobile-nav-item {
  border-bottom: 1px solid #ccc;
}
.mobile-nav-lvl-1 > .mobile-nav-item::before,
.mobile-nav-lvl-2 > .mobile-nav-item::before,
.mobile-nav-lvl-3 > .mobile-nav-item::before {
  display: none;
}
.mobile-nav-item > a {
  display: block;
  height: 41px;
  padding: 10px 18px;
  font-size: 18px;
  color: #003f7b;
  text-decoration: none;
}
.mobile-nav-item > a:hover,
.mobile-nav-item > a:focus {
  text-decoration: none;
}
.mobile-nav-lvl-2 {
  display: none;
  margin: 15px 0;
}
.mobile-nav-lvl-2 > .mobile-nav-item > a {
  padding: 6px 18px;
  color: #222;
  font-size: 15px;
}
.mobile-nav-lvl-3 {
  margin-left: 20px;
}
.mobile-nav-lvl-3 > .mobile-nav-item > a {
  padding: 6px 18px;
  color: #333;
  font-size: 14px;
}
.mobile-nav-sub-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-nav-lvl-1 > .mobile-nav-item > .mobile-nav-sub-trigger {
  background-color: #0c4b87;
}
.mobile-nav-lvl-1 > .mobile-nav-item > .mobile-nav-sub-trigger:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
.mobile-nav-lvl-1 > .mobile-nav-item > .mobile-nav-sub-trigger.is-visible:after {
  transform: rotate(180deg);
}
.mobile-nav-lvl-2 > .mobile-nav-item > .mobile-nav-sub-trigger:after,
.mobile-nav-lvl-3 > .mobile-nav-item > .mobile-nav-sub-trigger:after {
  display: inline-block;
  content: '+';
  font-size: 21px;
  color: #003f7b;
}
.mobile-nav-lvl-2 > .mobile-nav-item > .mobile-nav-sub-trigger.is-visible:after,
.mobile-nav-lvl-3 > .mobile-nav-item > .mobile-nav-sub-trigger.is-visible:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 1010px) {
  .main-nav {
    display: none;
  }
  .main-nav__trigger {
    display: inline-block;
    position: absolute;
    right: 54px;
    bottom: 0;
    background: transparent none;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 50px;
    height: 39px;
    font-family: 'Gudea', Arial, sans-serif;
    color: #003f7b;
    font-size: 21px;
    cursor: pointer;
    overflow: hidden;
  }
  .main-nav__trigger-icon {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 7px;
    border-top: 5px solid #003f7b;
    border-bottom: 5px solid #003f7b;
  }
  .main-nav__trigger-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: 5px;
    background-color: #003f7b;
  }
  .main-nav__trigger:active {
    border-color: #ccc;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to top, #ededed, #ffffff);
  }
}
@media only screen and (max-width: 800px) {
  .main-nav__trigger {
    top: -4px;
    right: 60px;
  }
}
@media only screen and (max-width: 400px) {
  .main-nav__trigger {
    top: 50px;
  }
}
.breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px 8px;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 2px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  font-size: 14px;
  color: #333;
}
.breadcrumb__label {
  float: left;
  margin: 0 8px 0 0;
}
.breadcrumb__list {
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}
.breadcrumb__item {
  float: left;
  position: relative;
}
.breadcrumb__item:after {
  content: '/';
  margin: 0 4px;
  opacity: 0.5;
}
.breadcrumb__item:last-child:after {
  content: '';
  display: none;
}
.breadcrumb__item > a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb__item > a:hover,
.breadcrumb__item > a:focus {
  text-decoration: underline;
}
/* Footer */
.footer {
  padding: 18px 0;
  background-color: #40464b;
  color: #fff;
}
.footer-nav {
  float: right;
  margin-bottom: 0;
}
.footer-nav__item {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 12px;
}
.footer-nav__item:before {
  content: none;
  display: none;
}
.footer-nav__item > a {
  color: inherit;
  text-decoration: none;
  font-size: 17px;
}
.footer-nav__item > a:hover,
.footer-nav__item > a:focus {
  border-bottom: 1px solid #fff;
}
.footer-social {
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}
.footer-social__item {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 12px;
}
.footer-social__item:before {
  content: none;
  display: none;
}
.footer-social__item > a {
  display: inline-block;
  white-space: pre;
  text-indent: 110%;
  overflow: hidden;
}
.footer-social__item.footer-social--youtube > a {
  width: 52px;
  height: 28px;
  margin-bottom: -13px;
  position: relative;
  top: -2px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/youtube.png") no-repeat center center / contain;
}
@media only screen and (max-width: 600px) {
  .footer-social {
    display: inline-block;
    float: none;
    margin: 0px 0px 20px 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer-nav {
    float: none;
    text-align: center;
  }
  .footer-nav__item {
    display: inline-block;
    float: none;
    margin-bottom: 12px;
  }
}
/* News Liste */
.news-area {
  margin: 80px auto;
}
.news-select {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.news-select > select {
  padding: 4px 4px 4px 6px;
  font-family: 'Gudea', Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #bbb;
  border-radius: 1px;
}
html.appearance .news-select:before {
  content: '';
  border-left: 1px solid #ddd;
  bottom: 4px;
  display: block;
  position: absolute;
  right: 30px;
  top: 4px;
}
html.appearance .news-select:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #bbb transparent transparent transparent;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  pointer-events: none;
}
html.appearance .news-select > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-right: 40px;
}
.news-select > select > option {
  padding-left: 4px;
}
.news-list__header {
  margin-bottom: 18px;
}
.news-list__item {
  margin-bottom: 30px;
}
.news-list__image {
  float: left;
  width: 33.33333%;
  padding-right: 20px;
}
.news-list__category {
  margin-bottom: 6px;
  font-size: 16px;
  opacity: 0.6;
}
.news-list__date {
  float: left;
  font-weight: normal;
}
.news-list__title {
  margin-bottom: 4px;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
}
.news-list__title:before {
  content: '|';
  margin: 0px 6px;
  font-weight: normal;
}
.news-list__content {
  float: left;
  width: 60%;
}
.news-list__text p {
  margin-bottom: 8px;
}
.news-list__more {
  display: inline-block;
}
.news-area__primary {
  float: left;
  width: 66%;
  padding-right: 20px;
}
.news-area__secondary {
  float: left;
  width: 34%;
  padding-left: 20px;
  border-left: 1px solid #b1b3b4;
}
.news-area__secondary .content-box__header {
  text-transform: none;
}
.news-area__secondary .content-box {
  margin-bottom: 40px;
}
.news-area__secondary .content-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 860px) {
  .news-area__primary,
  .news-area__secondary {
    float: none;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .news-area__secondary {
    margin-top: 60px;
  }
  .news-area__secondary .content-box {
    float: left;
    width: 48%;
  }
  .news-area__secondary .content-box:last-child {
    float: right;
  }
}
@media only screen and (max-width: 640px) {
  .news-area__secondary .content-box {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .news-list__image {
    float: none;
    width: 50%;
    margin-bottom: 10px;
  }
  .news-list__content {
    float: none;
    width: 100%;
  }
}
/* News Slider */
.news-slider__item {
  position: relative;
}
.news-slider__image {
  overflow: hidden;
}
.news-slider__image img {
  width: 100%;
  max-width: none;
}
.news-slider__content {
  width: 100%;
  padding: 14px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.news-slider__date {
  float: left;
}
.news-slider__title {
  font-size: 16px;
  font-weight: bold;
  color: inherit;
}
.news-slider__title:before {
  content: '|';
  margin: 0px 6px;
  font-weight: normal;
}
.news-slider__text {
  display: inline-block;
  margin-right: 6px;
}
.news-slider__text > a {
  color: inherit;
  text-decoration: none;
}
.news-slider__text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .news-slider__content {
    position: static;
  }
}
/* News Article (Detail) */
.news-article__header > h1 {
  margin-bottom: 0;
}
.news-article__images {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.news-article__image-subline {
  margin-bottom: 0;
  padding: 6px 8px;
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
  font-size: 85%;
  font-style: italic;
}
.news-article__meta {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.news-article__category {
  margin-left: 3px;
  opacity: 0.6;
}
.news-article__date:after {
  content: '|';
  opacity: 0.6;
}
.news-article__tags {
  font-size: 13px;
}
.news-article__tags-label {
  float: left;
  margin-right: 8px;
}
.news-article__content {
  margin-top: 20px;
}
.news-article__files {
  margin-top: 30px;
}
/* Related images */
.related-images {
  margin: 0 -10px 50px -10px;
}
.related-images__item {
  padding: 0 10px;
  float: left;
  width: 33.33333%;
}
.related-images__image-wrapper {
  position: relative;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  height: 0;
  padding-top: 80%;
  overflow: hidden;
}
.related-images__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.related-images__image > img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.related-images__copyright {
  font-size: 13px;
  margin-bottom: 10px;
}
.related-images__description {
  margin-bottom: 4px;
}
/* Tags List */
.tags-list {
  margin-bottom: 0;
}
.tags-list__item:before {
  display: none;
}
.tags-list__item {
  margin: 0 4px 0px 0px;
  padding-left: 0;
  float: left;
}
.tags-list__item:after {
  content: ',';
  opacity: 0.6;
}
.tags-list__item:last-child:after {
  display: none;
}
.tags-list__link {
  text-decoration: none;
  color: #003f7b;
}
.tags-list__link:hover,
.tags-list__link:focus {
  color: inherit;
}
/* Tags Overview */
.tags-overview {
  /*margin-top: 20px;*/
}
.tags-overview__header > h2 {
  padding-left: 30px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/tag.png") no-repeat 0px 50%;
  background-size: 20px auto;
}
.tags-overview__item:before {
  display: none;
}
.tags-overview__item {
  float: left;
  margin: 0px 5px 5px 0px;
  padding-left: 0;
  background-color: #d6d6d6;
}
.tags-overview__item > a {
  display: inline-block;
  padding: 4px 8px;
  color: #222;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #bbb;
  transition: 0.1s ease background-color;
}
.tags-overview__item > a:hover,
.tags-overview__item > a:focus {
  background-color: #bbb;
}
/* Diverses */
/* RSS-Feed */
.rss-feed {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1.1;
  outline: none;
  overflow: hidden;
}
.rss-feed--icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/rss.png") no-repeat 0px 0px;
  background-size: contain;
}
.rss-feed--headline {
  display: block;
  color: #003f7b;
  font-size: 20px;
}
.rss-feed--subline {
  display: block;
  color: #333;
  font-size: 14px;
}
/* Link zur News-Übersicht */
.news-link {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  outline: none;
}
.news-link--icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  position: relative;
  left: -3px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/news.png") no-repeat 0px 0px;
  background-size: contain;
}
.news-link--headline {
  display: inline-block;
  margin-top: 8px;
  color: #003f7b;
  font-size: 20px;
}
.accordion {
  margin-bottom: 15px;
}
.accordion__header {
  position: relative;
  padding: 9px 15px;
  background-color: #f1f1f1;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color ease 0.3s, color ease 0.3s;
}
.accordion__header::after {
  position: absolute;
  right: 16px;
  top: 2px;
  content: '+';
  font-size: 40px;
  line-height: 1;
  color: #777;
}
.accordion--is-active .accordion__header::after {
  content: '-';
  right: 19px;
}
.accordion__header:hover,
.accordion--is-active .accordion__header {
  background-color: #e8e8e8;
  color: #222;
}
.accordion__header > * {
  margin-bottom: 0;
  font-size: 22px;
  color: #555;
}
.accordion__content {
  display: none;
  padding-top: 20px;
}
/* Content Box */
.content-box > a {
  text-decoration: none;
}
.content-box__header {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.content-box__header > * {
  margin-bottom: 0;
}
.content-box__header--no-case {
  text-transform: none;
}
.content-box-collection--with-imageborder .content-box__image {
  border: 1px solid #d0d1d2;
}
.content-box__subline {
  margin: 8px 0;
  text-transform: uppercase;
  font-size: 21px;
  color: #40464b;
}
.content-box__subline > h3 {
  color: inherit;
  margin-bottom: 0;
}
.content-box__text {
  padding-top: 12px;
  color: #40464b;
}
.content-box__text p {
  margin-bottom: 10px;
}
/* Content Box Collection 2x horizontal */
.content-box-collection--horizontal.content-box-collection--2x .content-box-collection__wrap {
  margin: 0 -10px;
}
.content-box-collection--horizontal.content-box-collection--2x .content-box {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}
/* Content Box Collection 3x horizontal */
.content-box-collection--horizontal.content-box-collection--3x .content-box-collection__wrap {
  margin: 0 -10px;
}
.content-box-collection--horizontal.content-box-collection--3x .content-box {
  float: left;
  width: 33.33333%;
  padding: 0 10px;
  margin-bottom: 50px;
}
.content-box-collection--horizontal.content-box-collection--3x .content-box:nth-child(3n+1) {
  clear: left;
}
/* Content Box Collection 4x horizontal */
.content-box-collection--horizontal.content-box-collection--4x .content-box-collection__wrap {
  margin: 0 -10px;
}
.content-box-collection--horizontal.content-box-collection--4x .content-box {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}
/* Content Box Collection vertical */
.content-box-collection--vertical .content-box {
  float: none;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d1d2;
}
.content-box-collection--vertical .content-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 830px) {
  /* 4x ==> 3x */
  .content-box-collection--horizontal.content-box-collection--4x .content-box {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 660px) {
  /* 3x ==> 2x */
  .content-box-collection--horizontal.content-box-collection--3x .content-box {
    width: 50%;
  }
  /* 4x ==> 2x */
  .content-box-collection--horizontal.content-box-collection--4x .content-box {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  /* 3x ==> 1x */
  .content-box-collection--horizontal.content-box-collection--3x .content-box {
    float: none;
    width: 100%;
  }
  /* 4x ==> 2x */
  .content-box-collection--horizontal.content-box-collection--4x .content-box {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.content-block {
  margin-bottom: 60px;
}
/*.content-block__text {
	overflow: hidden;
}*/
.content-block--image-flow .content-block__text {
  overflow: visible;
}
.content-block__text > :last-child {
  margin-bottom: 0;
}
.content-block--image-top .content-block__image {
  margin-bottom: 15px;
}
.content-block--image-left .content-block__image {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.content-block--image-right .content-block__image {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.content-block--image-bottom .content-block__image {
  margin-top: 15px;
}
.download-box {
  margin-bottom: 20px;
}
.download-box > a {
  text-decoration: none;
  color: inherit;
}
.download-box__image > img {
  border: 1px solid #d0d1d2;
}
.download-box__text {
  padding-top: 14px;
}
/* Download Box Collection 5x */
.download-box-collection--5x .download-box-collection__wrap {
  max-width: 800px;
  margin: 0 -1%;
}
.download-box-collection--5x .download-box {
  float: left;
  width: 20%;
  padding: 0 1%;
}
.download-box-collection--5x .download-box:nth-child(5n+1) {
  clear: left;
}
@media only screen and (max-width: 700px) {
  /* 5x ==> 4x */
  .download-box-collection--5x .download-box {
    width: 25%;
  }
  .download-box-collection--5x .download-box:nth-child(5n+1) {
    clear: none;
  }
  .download-box-collection--5x .download-box:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 560px) {
  /* 4x ==> 3x */
  .download-box-collection--5x .download-box {
    width: 33.33333%;
  }
  .download-box-collection--5x .download-box:nth-child(5n+1) {
    clear: none;
  }
  .download-box-collection--5x .download-box:nth-child(4n+1) {
    clear: none;
  }
  .download-box-collection--5x .download-box:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 360px) {
  /* 3x ==> 2x */
  .download-box-collection--5x .download-box {
    width: 50%;
  }
  .download-box-collection--5x .download-box:nth-child(5n+1) {
    clear: none;
  }
  .download-box-collection--5x .download-box:nth-child(4n+1) {
    clear: none;
  }
  .download-box-collection--5x .download-box:nth-child(3n+1) {
    clear: none;
  }
  .download-box-collection--5x .download-box:nth-child(2n+1) {
    clear: left;
  }
}
.download-list__item {
  margin-bottom: 10px;
}
.download-list__link {
  display: block;
  text-decoration: none;
  color: #252525;
}
.download-list__title {
  display: block;
  font-weight: bold;
}
.download-list__info {
  color: #003f7b;
}
.lightbox-gallery {
  display: table;
  margin-bottom: 30px;
  cursor: pointer;
}
.lightbox-gallery-inner {
  float: left;
}
.lightbox-gallery-preview {
  position: relative;
}
.lightbox-gallery-count {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160px;
  height: 160px;
  margin-left: -70px;
  margin-top: -75px;
  padding-top: 28px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: 0.25s ease background-color;
}
.lightbox-gallery-count > div {
  font-weight: normal;
  margin-top: 4px;
  text-shadow: 0px 0px 3px #000000;
}
.lightbox-gallery-count::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/gallery.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.lightbox-gallery-title {
  padding: 12px 16px;
  color: #fff;
  background-color: #444;
  transition: 0.25s ease background-color;
}
.lightbox-gallery:hover .lightbox-gallery-title {
  background-color: #333;
}
/* Timeline */
.timeline {
  position: relative;
}
.timeline__items {
  position: relative;
  overflow: hidden;
}
.timeline__items:before {
  content: '';
  display: block;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  background-color: #003f7b;
}
.timeline__item {
  position: relative;
  min-height: 160px;
  margin-bottom: 30px;
  margin-top: -120px;
}
.timeline__item:first-child {
  margin-top: 0;
}
.timeline__item:nth-child(2n) {
  clear: right;
  float: left;
  width: 50%;
  padding-right: 30px;
}
.timeline__item:nth-child(2n+1) {
  clear: left;
  float: right;
  width: 50%;
  padding-left: 30px;
}
.timeline__title {
  position: relative;
}
.timeline__title > h3 {
  font-size: 25px;
  font-weight: bold;
}
.timeline__content {
  padding-top: 20px;
  clear: both;
}
.timeline__images > img {
  display: inline-block;
}
/* rechte Seite */
.timeline__item:nth-child(2n+1) .timeline__title {
  float: left;
}
.timeline__item:nth-child(2n+1) .timeline__title:before {
  content: '';
  display: block;
  position: absolute;
  left: -43px;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #003f7b;
}
.timeline__item:nth-child(2n+1) .timeline__images {
  text-align: left;
}
/* linke Seite */
.timeline__item:nth-child(2n) .timeline__title {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__title:before {
  content: '';
  display: block;
  position: absolute;
  right: -43px;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #003f7b;
}
.timeline__item:nth-child(2n) .timeline__images {
  text-align: right;
}
.timeline__more {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 400px;
  width: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent, #ffffff 84%);
}
.timeline__more::-moz-focus-inner {
  border: 0;
}
.timeline__more:after {
  content: '';
  display: block;
  width: 84px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/Icons/arrow_bottom_blue.png") no-repeat center / contain;
}
@media only screen and (max-width: 550px) {
  .timeline__items {
    height: auto !important;
  }
  .timeline__items:before {
    display: none;
  }
  .timeline__item {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-left: 30px;
  }
  .timeline__title {
    float: none !important;
    position: relative;
  }
  .timeline__title:before {
    right: 0 !important;
    left: -43px !important;
  }
  .timeline__images {
    text-align: left !important;
  }
  .timeline__more {
    display: none;
  }
}
.imagestrip {
  position: relative;
  margin-bottom: 60px;
}
.imagestrip__header {
  margin-bottom: 30px;
}
.imagestrip__images {
  position: relative;
  display: table;
  width: 100%;
}
.imagestrip__image {
  display: table-cell;
  padding: 0 30px;
}
.imagestrip__image:first-child {
  padding: 0;
}
.imagestrip__caption {
  padding-top: 14px;
  color: #003f7b;
  font-size: 21px;
}
@media only screen and (max-width: 900px) {
  .imagestrip__images {
    display: block;
    overflow-x: scroll;
  }
  .imagestrip__image > img {
    width: 100%;
    max-width: none;
  }
  .imagestrip__inner {
    position: relative;
  }
  .imagestrip__inner:after {
    content: '';
    position: absolute;
    z-index: 90;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(to left, #f1f1f1 30%, transparent);
    pointer-events: none;
    opacity: 1;
    transition: opacity 3s ease;
  }
}
/* Divider */
.divider {
  margin: 60px 0;
}
.content-cols__secondary .divider {
  margin: 40px 0;
}
.divider__line {
  border: none;
  border-bottom: 1px solid #ccc;
}
.list {
  margin-bottom: 60px;
}
.list__item {
  margin-bottom: 6px;
  padding: 0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  list-style-type: none;
}
.list__item.list--text-only {
  padding: 8px;
}
.list__item::before {
  content: '';
  display: none;
}
.list__item > a {
  display: block;
  background-color: transparent;
  padding: 8px;
  text-decoration: none;
  color: #222;
  transition: background-color ease 0.2s;
}
.list__item > a::before {
  content: '>';
  color: #003f7b;
  margin: 0 13px 0 6px;
}
.list__item > a:hover,
.list__item > a:focus {
  background-color: #e8e8e8;
  color: #333;
}
.list__item > a:hover::before,
.list__item > a:focus::before {
  color: inherit;
}
.info {
  margin-bottom: 30px;
}
.info__header {
  position: relative;
  padding: 9px 40px 9px 15px;
  background-color: #f1f1f1;
  border-left: 1px solid #e8e8e8;
  border-bottom: none;
  border-radius: 2px;
  color: #222;
}
.info__header::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images//Icons/info.svg") no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.info__header > * {
  margin-bottom: 0;
  font-size: 22px;
  color: #555;
}
.info__content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
.info__content > *:last-child {
  margin-bottom: 0;
}
/* Sitemap */
.ce-menu-8 a {
  text-decoration: none;
  color: #003f7b;
  font-weight: bold;
  font-size: 18px;
}
.ce-menu-8 li ul li a {
  color: #222;
  font-weight: normal;
  font-size: inherit;
}
.ce-menu-8 li ul {
  margin-top: 8px;
}
.cc-no-consent {
  padding-bottom: 35px;
}
.cc-no-consent .cc-window {
  padding: 5px 15px;
  background-color: #fff !important;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-no-consent .cc-link {
  color: inherit;
}
.cc-no-consent .cc-window .cc-btn {
  min-width: 40px;
  padding: 2px 12px;
  background-color: #40464b;
  color: #fff;
}
/* Mobile */
.cc-no-consent .cc-floating {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-no-consent .cc-floating .cc-btn {
  padding: 5px 12px;
}
.icon-teaser {
  height: 224px;
  margin-bottom: 70px;
  border: 2px solid #003f7b;
  text-align: center;
}
.icon-teaser-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  background-color: #fff;
  align-items: center;
  transition: background-color ease 0.3s;
}
.icon-teaser-link:hover,
.icon-teaser-link:focus {
  background-color: #ebf0f5;
}
.icon-teaser-icon {
  display: inline-block;
  margin-top: 16px;
  max-width: 100%;
  height: auto;
}
.icon-teaser-image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.icon-teaser-title {
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 25px;
  font-style: normal;
  color: #003f7b;
}
/* Variante mit Bild */
.icon-teaser.has-image {
  height: auto;
}
.icon-teaser.has-image .icon-teaser-title {
  margin-top: 16px;
}
@media only screen and (max-width: 920px) {
  .icon-teaser-title {
    font-size: 20px;
  }
}
.iconrotation-teaser {
  height: 224px;
  margin-bottom: 70px;
  border: 2px solid #003f7b;
  text-align: center;
}
.iconrotation-teaser-link {
  text-decoration: none;
  background-color: #fff;
  transition: background-color ease 0.3s;
  display: block;
  height: 100%;
  position: relative;
}
.iconrotation-teaser-link > .iconrotation-icon {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
  align-self: center;
}
.iconrotation-teaser-link > .iconrotation-text {
  opacity: 0;
  transition: opacity 0.7s ease;
  padding: 0px 20px;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 20px;
  display: flex;
  bottom: 0;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.iconrotation-teaser-link:hover .iconrotation-icon,
.iconrotation-teaser-link:focus .iconrotation-icon {
  opacity: 0;
}
.iconrotation-teaser-link:hover .iconrotation-text,
.iconrotation-teaser-link:focus .iconrotation-text {
  opacity: 1;
}
.iconrotation-teaser-link:hover,
.iconrotation-teaser-link:focus {
  background-color: #003e7a;
}
.iconrotation-teaser-icon {
  display: inline-block;
  margin-top: 16px;
  max-width: 100%;
  height: auto;
}
.iconrotation-teaser-image {
  width: 100%;
  height: auto;
}
.iconrotation-teaser-title {
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 25px;
  font-style: normal;
  color: #003f7b;
}
/* Variante mit Bild */
.iconrotation-teaser.has-image {
  height: auto;
}
.iconrotation-teaser.has-image .iconrotation-teaser-title {
  margin-top: 16px;
}
@media only screen and (max-width: 920px) {
  .iconrotation-teaser-title {
    font-size: 20px;
  }
}
.textrotation-teaser {
  height: 224px;
  margin-bottom: 70px;
  border: 1px solid #003f7b;
  text-align: center;
}
.textrotation-teaser-link {
  position: relative;
  display: flex;
  height: 100%;
  text-decoration: none;
  background-color: #ebf0f5;
  transition: background-color ease 0.7s;
}
.textrotation-teaser-link:hover,
.textrotation-teaser-link:focus {
  background-color: #003e7a;
}
.textrotation-teaser-link:hover .textrotation-teaser-title,
.textrotation-teaser-link:focus .textrotation-teaser-title {
  opacity: 0;
}
.textrotation-teaser-link:hover .textrotation-teaser-text,
.textrotation-teaser-link:focus .textrotation-teaser-text {
  opacity: 1;
}
.textrotation-teaser-title {
  width: 100%;
  padding: 0 5px;
  font-size: 25px;
  color: #003f84;
  text-transform: uppercase;
  align-self: center;
  opacity: 1;
}
.textrotation-teaser-text {
  padding: 0px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.7s ease;
}
@media only screen and (max-width: 920px) {
  .textrotation-teaser-title {
    font-size: 20px;
  }
}
.imagerotation-teaser {
  height: 224px;
  margin-bottom: 70px;
  border: 1px solid #003f7b;
  text-align: center;
}
.imagerotation-teaser-link {
  position: relative;
  display: flex;
  height: 100%;
  text-decoration: none;
  background-color: #ebf0f5;
  transition: background-color ease 0.7s;
}
.imagerotation-teaser-link:hover,
.imagerotation-teaser-link:focus {
  background-color: #003e7a;
}
.imagerotation-teaser-link:hover .imagerotation-teaser-image,
.imagerotation-teaser-link:focus .imagerotation-teaser-image {
  opacity: 0;
}
.imagerotation-teaser-link:hover .imagerotation-teaser-text,
.imagerotation-teaser-link:focus .imagerotation-teaser-text {
  opacity: 1;
}
.imagerotation-teaser-image {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 25px;
  color: #003f84;
  text-transform: uppercase;
  align-self: center;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.imagerotation-teaser-image > img {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
}
.imagerotation-teaser-text {
  padding: 0px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.7s ease;
}
@media only screen and (max-width: 920px) {
  .imagerotation-teaser-image {
    font-size: 20px;
  }
}
.section-headline {
  margin-bottom: 50px;
  padding-bottom: 6px;
  font-size: 27px;
  font-weight: 800;
  border-bottom: 3px solid currentColor;
  text-align: center;
  text-transform: uppercase;
}
.contact-box {
  min-height: 160px;
}
.contact-box-image {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-box-text {
  font-size: 17px;
  overflow: hidden;
}
.contact-box-name {
  margin-bottom: 10px;
  font-size: 24px;
}
.contact-box-email,
.contact-box-phone {
  text-decoration: none;
  color: #003f7b;
}
.contact-box-area {
  margin-top: 4px;
}
.youtube-video {
  margin-bottom: 30px;
}
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Video */
.video {
  margin-bottom: 30px;
}
html.video {
  margin-bottom: 0;
}
.video-element {
  width: 100%;
  height: auto;
}
.footer-logo-outer {
  overflow: hidden;
  background-color: #eee;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, .3);*/
}
.footer-logo-header {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  color: #555;
  margin-top: 10px;
}
.footer-logo-items {
  display: flex;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: -30px;
  margin-right: -30px;
}
.footer-logo-item {
  /*flex: 1;*/
  margin: 0 30px;
}
.footer-logo-item img {
  height: 50px;
  width: auto;
}
/* cookiebot */
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  padding: 6px 15px !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background-color: #003f7b !important;
  border: 1px solid #003f7b  !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #9a9a9a !important;
  border: 1px solid #9a9a9a !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  padding: 8px 3px 8px 10px !important;
}
#CybotCookiebotDialog {
  border: none !important;
  border-radius: 6px !important;
  margin-top: 220px !important;
  border-radius: 0 !important;
  color: #555554 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  float: none !important;
  width: 60% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  margin-bottom: 20px !important;
}
#CybotCookiebotDialog a,
#CybotCookiebotDialog br,
#CybotCookiebotDialog div,
#CybotCookiebotDialog td {
  line-height: 1.5 !important;
}
#CybotCookiebotDialogBodyContent {
  padding: 5px 20px 4px 20px !important;
}
#CybotCookiebotDialogPoweredbyLink img {
  display: none !important;
}
#CybotCookiebotDialogBodyContentTitle {
  margin-top: 12px !important;
  color: #555554 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  padding: 7px 0 4px 4px !important;
}
#CybotCookiebotDialogBodyContentText {
  font-size: 14px !important;
  margin-top: 10px !important;
  font-family: 'Gudea', Arial, sans-serif !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  order: 2 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  order: 1 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  order: 3 !important;
}
/* Layout sections and everything that does not fit anywhere else */
/* Hero */
.hero {
  padding-bottom: 22px;
  position: relative;
  background-color: #40464b;
}
.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
}
/* Intro area */
.intro-area {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  margin-top: 40px;
  padding-bottom: 30px;
}
.intro-area__primary {
  width: 66.66666%;
  margin-right: 10px;
}
.intro-area__secondary {
  width: 33.33333%;
}
.intro-area__secondary > div {
  height: 100%;
}
.intro-area__facts {
  height: 100%;
  margin-left: 10px;
  padding: 0 23px 23px 23px;
  background-color: #fff;
  color: #40464b;
}
.intro-area__facts h1 {
  color: inherit;
}
.intro-area__facts p {
  margin-bottom: 8px;
}
.intro-area__facts p:last-child {
  margin-bottom: 0;
}
.intro-area__facts .font-large {
  margin-right: 3px;
  font-weight: bold;
  font-size: 24px;
}
.intro-area__facts p .font-large:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  .intro-area__primary {
    width: 50%;
  }
  .intro-area__secondary {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .intro-area {
    display: block;
  }
  .intro-area__facts {
    margin-left: 0;
  }
  .intro-area__primary {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .intro-area__secondary {
    width: auto;
  }
}
/* Main Section */
.main-section {
  margin-top: 30px;
  padding-bottom: 100px;
}
.content-cols {
  /*margin-bottom: 60px;*/
}
.content-cols__primary {
  float: left;
  width: 68.75%;
  padding-right: 40px;
}
.content-cols__secondary {
  float: left;
  width: 31.25%;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 680px) {
  .content-cols__primary {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .content-cols__secondary {
    float: none;
    width: 100%;
  }
  .content-cols__secondary .content-box-collection--vertical .content-box-collection__wrap {
    margin: 0 -2%;
  }
  .content-cols__secondary .content-box-collection--vertical .content-box {
    float: left;
    padding: 0 2%;
    width: 50%;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .content-cols__secondary .content-box-collection--vertical .content-box-collection__wrap {
    margin: 0;
  }
  .content-cols__secondary .content-box-collection--vertical .content-box {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
/* background */
body.page-uid-261,
body.page-uid-264,
body.page-uid-265 {
  background-image: url("/fileadmin/user_upload/Test/Border_5080.jpg");
  background-repeat: no-repeat;
  background-position: top;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmaster.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Freset.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fbasics.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fcontent.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fforms.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fvariables.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fheader.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fsearch.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fteaser.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fslider.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fmini-slider.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fheader-image.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fmain-nav.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fbreadcrumb.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Ffooter.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fnews.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Faccordion.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fcontent-box.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fcontent-block.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fdownload-box.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fdownload-list.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Flightbox-gallery.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Ftimeline.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fimagestrip.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fdivider.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Flist.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Finfo-container.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Ffluid-styled-content.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fcookie-consent.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Ficon-teaser.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Ficon-rotation-teaser.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Ftext-rotation-teaser.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fimage-rotation-teaser.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fsection-headline.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fcontact-box.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fyoutube-video.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Ffooter-logos.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fmodules%5C%2Fcookiebot.less%22%2C%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fbase%5C%2FResources%5C%2FPublic%5C%2FCSS%5C%2Fstyles.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACI%3BEACA%2CSAAS%2C%2BDAA%2BD%2COAAO%2CcACvE%2C8DAA8D%2COAAO%2CaACrE%2C6DAA6D%2COAAO%2CWAF5E%3BEAGA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%2CSAAS%2C0DAA0D%2COAAO%2CcAClE%2CyDAAyD%2COAAO%2CaAChE%2CwDAAwD%2COAAO%2CWAFvE%3BEAGA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%2CSAAS%2CiEAAiE%2COAAO%2CcACzE%2CgEAAgE%2COAAO%2CaACvE%2C%2BDAA%2BD%2COAAO%2CWAF9E%3BEAGA%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3BAC1BJ%3BEAAI%3BEAAW%3B%3BAACf%3BAAAM%3BEAAO%3B%3BAACb%3BEAAW%3B%3B%3BACDX%3BAACA%2CCAAC%3BAACD%2CCAAC%3BEACC%3BEACA%3BEACA%3B%3BAAIF%3BEACC%3BEACA%2CyBAAA%3B%3BAAED%3BEACC%3BEACA%2CyBAAA%3B%3BAAGD%3BAACA%3BAACA%3BEACG%3BEACA%3B%3BAAGH%3BAACA%3BEACG%3B%3BAAGH%3BEACC%3B%3B%3BAAID%2CCAAE%3BEAAM%3B%3BAAER%3BEACC%3BEACA%3BEAAa%3BEACb%3BEACA%2CMAAM%2CqBAAN%3B%3BEACA%2CMAAM%2CwBAAN%3B%3BAAED%3BEAAQ%3B%3BAAER%3BEAAS%3B%3BAACT%2CSAAS%3BAACT%2CSAAS%3BEACL%2CSAAS%2CEAAT%3BEACA%3B%3BAAEJ%2CSAAS%3BEACL%3B%3BAAEJ%3BEACI%2CQAAA%3B%3BAAGJ%3BEACC%3BEACA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAAED%2CSAAS%3BEACR%3BEACA%3BEACA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CgBAAgB%2CqBAAhB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BEACC%3B%3B%3BAAID%3BEAAa%3BEAAe%2CcAAA%3B%3BAAO5B%2CwBAL2C%3BEAC1C%3BIAAa%3B%3B%3BAAId%2CIAAI%3BAACJ%2CIAAI%3BEACH%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CIAAI%3BEACH%3B%3BAAED%2CiBAAoB%3BEACnB%2CeAAA%3B%3BAAGD%3BEACC%2CeAAA%3BEACA%3BEACA%3B%3B%3BAAGD%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAS%3B%3BAACT%3BEAAU%3B%3BAACV%3BEAAU%3B%3BAACV%3BEAAU%3BEAAa%3B%3BAASvB%2CwBAP0C%3BEACzC%2CeAAgB%3BIACf%3BIACA%3B%3B%3BAAUF%2CwBAN0C%3BEACzC%2CYAAa%3BIACZ%3BIACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAqCF%3B%3B%3BAACA%2CWAAW%3BAACX%2CWAAW%3BEACV%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CWAAW%3BEACV%3B%3BAAED%3BEACC%3BEACA%2CeAAA%3B%3B%3B%3BAAID%2CmBAAoB%3BEAAmB%3B%3BAACvC%2CmBAAoB%2CiBAAgB%2CYAAY%3BEAAS%3B%3B%3BAAEzD%2CmBAAoB%3BEAAmB%3B%3BAACvC%2CmBAAoB%2CiBAAgB%2CYAAY%3BEAAS%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACtMzD%3BEACE%3BEACA%2CaAAa%2C0BAAb%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGF%3BEACE%3BEACA%2CaAAa%2C0BAAb%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2CEAAK%3BEACH%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CEAAE%3BEAAW%3B%3BAACb%3BEACE%3BEACA%2CaAAa%2C0BAAb%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%2CaAAa%2C0BAAb%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CEAAG%3BAACH%2CEAAG%3BAACH%2CEAAG%3BEACD%3BEACA%3B%3BAAGF%3BEACE%3B%3BAAEF%2CCAAC%3BEACC%3BEACA%2C4BAA4B%2CsFAA5B%3BEACA%2C0BAAA%3BEACA%3B%3BAAEF%2CoBAAqB%2CEAAC%2CIAAI%3BAAC1B%2CCAAC%2CcAAc%2CIAAI%3BEACjB%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CoBAAqB%2CEAAC%2CIAAI%2CSAAS%3BAACnC%2CCAAC%2CcAAc%2CIAAI%2CSAAS%3BEAC1B%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CiCAAA%3BEACA%3B%3BAAEF%2CoBAAqB%2CEAAC%2CIAAI%2CSAAS%3BAACnC%2CCAAC%2CcAAc%2CIAAI%2CSAAS%3BAAC5B%2CCAAC%2CcAAc%2CIAAI%2CSAAS%3BAAC5B%2CoBAAqB%2CEAAC%2CIAAI%2CSAAS%3BEACjC%3B%3BAAEF%2CCAAC%2CcAAc%2CIAAI%2CSAAS%2CMAAM%3BAAClC%2CoBAAqB%2CEAAC%2CIAAI%2CSAAS%2CMAAM%3BAACzC%2CCAAC%2CcAAc%2CIAAI%2CSAAS%2CMAAM%3BAAClC%2CoBAAqB%2CEAAC%2CIAAI%2CSAAS%2CMAAM%3BEACvC%3BEACA%3B%3BAAGF%2CCAAC%3BEACC%3BEACA%3B%3BAAEF%2CCAAC%2CKAAK%3BEACJ%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%2CWAAW%2CaAAX%3B%3BAAEF%2CCAAC%2CKAAK%3BAACN%2CCAAC%2CKAAK%3BEACJ%3B%3BAAGF%2CIAAI%3BEACF%3BEACA%2CcAAA%3B%3BAAGF%3BAAAI%3BEACF%3B%3BAAEF%2CEAAG%3BEACD%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CEAAG%2CGAAE%3BEACH%2CSAAS%2CKAAT%3BEACA%3BEACA%3B%3BAAGF%2CEAAE%3BEACA%3B%3BAAGF%2CEAAE%2CWAAY%3BEACZ%3B%3BAAGF%2CEAAE%2CWAAY%2CGAAE%3BEACd%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CaAAX%3B%3BAAEF%2CEAAE%2CWAAY%2CGAAG%3BEACf%3BEACA%3B%3BAAEF%2CEAAE%2CWAAY%2CGAAG%2CEAAC%3BAAClB%2CEAAE%2CWAAY%2CGAAG%2CEAAC%3BEAChB%3B%3BAAEF%2CEAAE%2CWAAY%2CGAAG%2CEAAC%3BEAChB%3B%3BAAGF%2CEAAE%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CEAAE%2CcAAe%3BEACf%3BEACA%3BEACA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%3BEACjB%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAa%3BEACb%2CsBAAsB%2CqEAAtB%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C4BAAA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C6BAAA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C6BAAA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C6BAAA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C6BAAA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C6BAAA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C6BAAA%3B%3BAAEF%2CEAAE%2CcAAe%2CGAAE%2CUAAU%2CGAAG%3BEAC9B%2C6BAAA%3B%3B%3BAAIF%2CCAAC%3BAACD%2CMAAM%3BAACN%2CWAAY%3BEACV%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%2CaAAa%2C0BAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsCAAA%3B%3BAAEF%2CCAAC%2COAAO%3BAACR%2CMAAM%2COAAO%3BAACb%2CWAAY%2CKAAI%3BEAAS%3B%3BAAEzB%2CCAAC%3BEACC%3BEACA%3B%3BAAEF%2CCAAC%2CoBAAoB%3BEACnB%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAa%3BEACb%3BEACA%2C4BAA4B%2C4DAA5B%3BEACA%3BEACA%3B%3B%3BAAIF%3BEAAK%3BEAAqB%2CqBAAA%3B%3BAAC1B%2CKAAK%3BEAAiB%3B%3BAACtB%2CKAAK%2CcAAe%3BAACpB%2CKAAK%2CcAAe%3BEAAK%2CkBAAA%3B%3BAACzB%2CKAAK%2CcAAe%3BEAClB%3BEACA%2C6BAAA%3BEACA%3B%3BAAEF%2CKAAK%2CcAAe%3BEAClB%2CgCAAA%3B%3BAAEF%2CKAAK%2CcAAe%2CGAAE%2CMAAO%3BEAC3B%3B%3B%3BAC1PF%3BEACC%3B%3BAAED%2CgBAAiB%3BEAChB%3B%3BAAED%2CgBAAiB%3BEAChB%3B%3BAAED%2CgBAAiB%3BEAChB%3B%3BAAED%2CgBAAiB%3BEAChB%3BEACA%3B%3BAAGD%2CMAAM%3BEACL%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaChBc%2C0BDgBd%3BEACA%3B%3BAAED%2CKAAK%3BAACL%2CQAAQ%3BEACP%3BEACA%2CgBAAA%3BEACA%3BEACA%2CsBAAA%3BEACA%2CaCzBc%2C0BDyBd%3BEACA%3B%3BAAGD%2CMAAM%2CaAAa%3BAACnB%2CKAAK%2CaAAa%2CaAAa%3BAAC%5C%2FB%2CQAAQ%2CaAAa%3BEACpB%3B%3BAAGD%2CMAAM%2CaAAa%3BAACnB%2CKAAK%2CaAAa%2CaAAa%3BAAC%5C%2FB%2CQAAQ%2CaAAa%3BEACpB%3B%3BAAED%2CWAAY%2CKAAI%3BEACf%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CWAAY%2CMAAK%3BEAChB%2CaC%5C%2FCc%2C0BD%2BCd%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAEnDD%3BEACC%3BIACI%3BIACA%2CWAAW%2CiBAAX%3B%3BEAEJ%3BIACI%3BIACA%2CWAAW%2CeAAX%3B%3B%3BAAIL%3BEACC%3BEACA%3B%3BAAED%3BEACC%3B%3BAAwDD%2CwBAtD2C%3BEAE1C%2COAAO%3BIACN%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%2CgDAAA%3B%3BEAED%2COAAO%2CUAAW%3BEAClB%2COAAO%2CUAAW%3BIACjB%3BIACA%3BIACA%2CcAAA%3B%3BEAED%2COAAO%2CUAAW%3BIACjB%3B%3BEAED%2CGAAI%2CQAAO%2CUAAW%3BIACrB%3B%3BEAED%2COAAO%2CUAAW%3BIACjB%3B%3BEAED%2COAAO%2CUAAW%3BIACjB%3BIACA%3B%3BEAED%2COAAO%2CUAAW%3BIAAY%3B%3BEAC9B%2COAAO%2CUAAW%2CcAAa%2CIAAI%3BIAA6B%3B%3BEAChE%2COAAO%2CUAAW%3BIAAQ%3B%3BEAC1B%2COAAO%2CUAAW%3BIACjB%3BIACA%3B%3BEAED%2COAAO%2CUAAW%3BIACjB%3BIACA%2CsCAAA%3BIACA%3BIACA%3B%3BEAED%2COAAO%2CUAAW%3BIACjB%3B%3B%3BAAIF%3BEACC%3BEACA%3BEACE%3B%3BAAEH%2CKAAQ%3BEAAM%3B%3BAAEd%3BEACC%3BEACA%3B%3BAAED%2CeAAkB%3BEACjB%3B%3B%3BAAID%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAED%2CeAAe%3BEACd%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAS%3BEAAU%3BEACnB%3B%3BAAED%2CeAAe%2CYAAY%3BEAC1B%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CeAAkB%3BEACjB%3BEACA%3BEACA%3BEACA%2C4BAAA%3B%3BAAED%2CeAAe%2CkBAAqB%3BAACpC%2CeAAkB%2CIAAC%3BAACnB%2CeAAkB%2CIAAC%3BEAClB%2CcAAA%3B%3BAAaD%2CwBAT2C%3BEAC1C%3BIACC%3B%3BEAED%3BIACC%3B%3B%3BAAcF%2CwBAV0C%3BEACzC%3BIACC%3B%3BEAED%3BIACC%3BIACA%3B%3B%3BAAyBF%2CwBArB0C%3BEACzC%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%2CWAAW%2CkBAAX%3B%3BEAED%3BIACC%3B%3BEAED%3BIACC%3B%3BEAED%3BIACC%3BIACA%3BIACA%3BIACA%3B%3B%3B%3BACnKF%3BEACC%3BEACA%3BEACA%3BEAAU%3B%3BAAGX%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%3BEACA%3BEAAa%3BEACb%2CaFVc%2C0BEUd%3BEACA%3BEACE%3BEACF%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEAAS%3BEAAU%3BEAAQ%3BEAC3B%3BEACA%2C4BAA4B%2CqGAA5B%3B%3BAAED%2CsBAAsB%3BAACtB%3BEACC%3BEACA%2C0CAAA%3BEACA%2CkBAAkB%2CyCAAlB%3B%3BAAGD%3BEACC%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAAGD%2CoBAAoB%3BEACnB%3BEACA%3BEACA%3B%3BAAED%2CaAAa%2CMAAO%3BEACnB%3B%3BAAED%2CaAAa%2CMAAO%3BEACnB%3B%3BAAED%2CoBAAoB%3BEACnB%3BEACA%2C0CAAA%3B%3BAAED%2CoBAAoB%2CMAAS%3BEAC5B%3B%3BAAGD%3BEACC%3BEAEA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%2C4BAA4B%2C2GAA5B%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAEA%2CyBAAA%3B%3BAA8BD%2CwBA3B2C%3BEAC1C%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAED%3BIACC%3B%3BEAED%3BIACC%3BIACA%3BIAAS%3BIAAe%3BIACxB%3BIACA%3B%3BEAED%2CwBAAwB%3BIACvB%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIAAa%3BIAAc%3BIAAe%3BIAC1C%3BIACA%3B%3B%3BAAWF%2CwBAN0C%3BEACzC%3BIACC%3B%3B%3BAAUF%2CwBAN0C%3BEACzC%3BIACC%3B%3B%3B%3BAAKF%2C2BAA4B%3BEAAW%3B%3BAACvC%2C2BAA4B%3BEAC3B%3B%3BAAED%3BEACC%3BEACA%3BEACA%2C6BAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEAAgC%3B%3BAAEhC%3BEACC%3B%3BAAED%2CgCAAiC%3BEAAI%3B%3BAACrC%2CgCAAiC%3BEAAI%2CcAAA%3BEAAuB%3B%3BAAC5D%3BEACC%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%3BEACA%2CaFhKc%2C0BEgKd%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%3BEAA2B%3B%3BAAC3B%3BEAAiC%3BEAAoB%2CcAAA%3BEAAuB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAU5E%3BEACC%3B%3BAAED%3BEACC%3B%3BAAED%2C2BAA4B%3BEAC3B%3BEACA%3BEACA%3B%3BAAED%2C2BAA4B%2CGAAE%3BEAC7B%3B%3BAAED%2C2BAA4B%2CGAAG%3BEAC9B%3BEACA%2CcAAA%3B%3BAAED%2C2BAA4B%2CGAAG%2CEAAC%3BAAChC%2C2BAA4B%2CGAAG%2CEAAC%3BEAC%5C%2FB%3B%3B%3BAC1MD%3BEACC%2CeAAA%3B%3BAAED%3BEACC%2CaAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CaAAA%3B%3BAAED%3BEACC%3B%3BAAED%3BEAAgB%3B%3BAAChB%3BEACC%3BEACA%3BEAAS%3BEAAW%3BEACpB%3BEACA%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3B%3BAAED%2CaAAa%2CMAAO%3BAACpB%2CaAAa%2CMAAO%3BEACnB%2CyBAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%2CaAAgB%3BEACf%3B%3BAAWD%2CwBAR0C%3BEACzC%3BIACC%3BIACA%3BIACA%2CwBAAA%3B%3B%3BAASF%2CwBAL0C%3BEACzC%3BIAAgB%3B%3BEAChB%2CaAAa%3BIAAc%3B%3B%3BAAO5B%2CwBAJ0C%3BEACzC%3BIAAgB%3B%3B%3BAAKhB%2CwBAFyC%3BEACzC%3BIAAgB%3B%3B%3B%3BACtDjB%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEAAW%3BEACX%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CuCAAA%3B%3BAAED%2C8BAA%2BB%3BEAC9B%3BEACA%3B%3BAAED%2CcAAc%3BEACV%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEAAU%3BEAAU%3BEACpB%3BEACA%2C4BAA4B%2CsGAA5B%3BEACA%3BEACA%2CQAAQ%2CyCAAR%3B%3BAAEJ%3BEACC%3B%3BAAGD%3BEACC%3BEACA%2CcAAA%3BEACA%3BEACG%3BEACH%3BEACA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2C0CAAA%3BEACG%3BEACH%3B%3BAAED%2CuBAA0B%3BEACzB%3BEACA%2CeAAA%3BEACA%3BEACA%3B%3BAAED%2CuBAA0B%2CKAAE%3BEAC3B%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CuBAA0B%2CKAAK%3BEAC9B%3BEACA%3BEAAa%3BEACb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BEAEA%2CuCAAA%3B%3BAAED%2CuBAA0B%2CKAAK%2CIAAC%3BAAChC%2CuBAA0B%2CKAAK%2CIAAC%3BAAChC%2CuBAA0B%2CKAAK%2CIAAC%3BEAC%5C%2FB%2CyBAAA%3B%3B%3BAAKD%3BEACC%3BEACA%2CcAAA%3B%3B%3BAAID%3BEACC%3BEACA%2CcAAA%3B%3B%3BAAID%3BEACC%3BEACA%3B%3BAAED%2CaAAc%3BEACb%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAAED%2CaAAc%3BAACd%2CaAAc%3BEACb%3BEACA%3B%3BAAED%2CaAAc%2CkBAAiB%3BAAC%5C%2FB%2CaAAc%2CkBAAiB%3BEAC9B%3B%3BAAED%2CaAAc%3BAACd%2CaAAc%3BEACb%3BEACA%3BEACA%3BEAAa%3BEACb%3BEACA%3B%3BAAED%2CaAAc%3BEACb%3BEACA%2CyCAAyC%2C4FAAzC%3BEACA%2C0BAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAED%2CaAAc%3BEACb%3BEACA%2CyCAAyC%2C4FAAzC%3BEACA%2C0BAAA%3B%3BAAOD%2CwBAJ2C%3BEAC1C%3BIAAU%3B%3B%3BAAQX%2CwBAL0C%3BEACzC%3BIAAiB%3B%3BEACjB%3BIAAkB%3B%3B%3BAAUnB%2CwBAP0C%3BEACzC%3BIACC%3BIACA%3BIAAa%3B%3B%3B%3BAAKf%3BEACC%3B%3BAAED%2CeAAgB%3BEACf%3B%3BAAED%2CeAAgB%3BEACf%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%3B%3BAAED%2CeAAgB%2CcAAc%3BEAC7B%3BEACA%3B%3BAAED%2CeAAgB%2CcAAc%3BEAC7B%3BEACA%3BEACA%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CwCAAA%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%3BEACA%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%3B%3BAAED%2CeAAgB%2CaAAY%3BEAC3B%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%2CWAAW%2CaAAX%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%3BEACA%3BEAAS%3BEAAU%3BEACnB%3BEACA%3BEACA%2C0CAAA%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%2CeAAA%3BEACA%3BEACA%2CWAAW%2CQAAX%3BEACA%2CoCAAA%3BEACA%2CqDAAA%3B%3BAAED%2CeAAgB%2C0BAAyB%3BEACxC%3BEACA%2CsCAAA%3BEACA%2CWAAW%2CWAAX%3B%3BAAED%2CeAAgB%2C0BAAyB%3BEACxC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEAAS%3BEACT%3BEAAQ%3BEACR%2C6BAAA%3BEACA%3BEACA%3BEACA%2CwBAAA%3B%3BAAED%2CeAAgB%2C0BAAyB%2CUAAU%3BEAClD%2CoCAAA%3BEACA%2C0CAAA%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAAED%2CeAAgB%2C0BAAyB%2CMAAO%3BEAC%5C%2FC%3B%3BAAED%2CeAAgB%3BAAChB%2CeAAgB%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%2CsBAAsB%2C0HAAtB%3BEACA%2CWAAW%2CcAAX%3B%3BAAED%2CeAAgB%3BEACf%3BEACA%2CsBAAsB%2C0HAAtB%3B%3BAASD%2CwBAN2C%3BEAC1C%2CeAAgB%3BIACf%3BIACA%2CWAAW%2CWAAW%2CUAAtB%3B%3B%3BAAeF%2CwBAZ0C%3BEACzC%2CeAAgB%3BIACf%3BIACA%3BIACA%2CWAAW%2CaAAX%3B%3BEAED%2CeAAgB%3BEAChB%2CeAAgB%3BIACf%3B%3B%3BAAQD%2CwBAJyC%3BEACzC%2CeAAgB%3BIACf%3B%3B%3BAC%5C%2FRF%3BEACC%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%3BEACC%2CcAAA%3B%3BAAED%2CkBAAmB%3BEAClB%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%3BEACC%3BEACA%2CcAAA%3BEACA%3BEACG%3BEACH%3BEACA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2C0CAAA%3BEACG%3BEACH%3B%3BAAED%2C4BAA%2BB%3BEAC9B%3BEACA%2CeAAA%3BEACA%3BEACA%3B%3BAAED%2C4BAA%2BB%2CKAAE%3BEAChC%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2C4BAA%2BB%2CKAAK%3BEACnC%3BEACA%3BEAAa%3BEACb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CuCAAA%3B%3BAAED%2C4BAA%2BB%2CKAAK%2CIAAC%3BAACrC%2C4BAA%2BB%2CKAAK%2CIAAC%3BAACrC%2C4BAA%2BB%2CKAAK%2CIAAC%3BEACpC%2CyBAAA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BAACA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CsBAAsB%3BAACtB%2CsBAAsB%3BEACrB%3B%3BAAED%3BAACA%3BEACC%3BEACA%3BEACA%3BEAAa%3BEACb%2CaAAA%3BEACA%3BEACA%2CsBAAA%3BEACA%2CsBAAsB%2C8GAAtB%3BEACA%3BEACA%2CyBAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAID%3BEACC%2CsBAAsB%2C%2BGAAtB%3B%3BAC1FD%3BEACC%3BEACA%2CcAAA%3B%3B%3B%3B%3BAAUA%2CwBAJ0C%3BEAC1C%3BIACC%3B%3B%3BACVF%3BEACC%3BEACA%3B%3BAAED%3BEAAqB%3B%3BAACrB%3BEAAkB%3BEAAoB%3B%3BAACtC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3B%3BAAID%2CIAAI%3BEACA%3B%3BAAEJ%3BEACC%2CkBAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%2C4BAAA%3B%3BAAED%2CeAAe%2CkBAAmB%3BAAClC%2CeAAe%3BAACf%2CeAAe%3BAACf%2CiBAAkB%3BEACjB%2CcAAA%3B%3BAAGD%2CeAAe%3BEACd%2CSAAS%2CEAAT%3BEACA%3B%3BAAGD%2CuBAAuB%2CMAAS%3BEAC%5C%2FB%3B%3BAAGD%2CuBAA0B%3BEACzB%3B%3BAAED%2CuBAA0B%2CkBAAe%3BEACxC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAY%3BEAAa%3BEACzB%3BEACA%2CyBAAA%3BEACA%3B%3BAAED%2CuBAAuB%2CMAAS%2CkBAAe%3BEAC9C%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEAAc%3BEACd%3BEACA%2C8BAAA%3BEACA%2C2CAAA%3BEACA%2CyCAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAAED%2CcAAc%3BEACb%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%3BEACC%3B%3BAAED%2CeAAkB%3BEACjB%3BEACA%2CcAAA%3BEACA%3B%3BAAED%2CeAAkB%2CIAAC%3BAACnB%2CeAAkB%2CIAAC%3BEAClB%3B%3BAAGD%3BEACC%3B%3BAAED%2CgBAAiB%3B%3B%3B%3BAAKjB%3BEACC%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%2CeAAe%3BEACd%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CeAAkB%3BEACjB%3BEACA%2CcAAA%3BEACA%3B%3BAAED%2CeAAkB%2CIAAC%3BAACnB%2CeAAkB%2CIAAC%3BEAClB%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%2CkBAAkB%3BEACjB%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CkBAAqB%3BEACpB%3BEACA%2CcAAA%3BEACA%3B%3BAAED%2CkBAAqB%2CIAAC%3BAACtB%2CkBAAqB%2CIAAC%3BEACrB%3B%3B%3BAAID%2CuBAAwB%3BEACvB%3B%3BAAED%2CuBAAwB%3BEACvB%2CsBAAsB%2CkFAAtB%3BEACA%3BEACA%2C2BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA6CA%3BEACC%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BAACA%3BEACC%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CiBAAoB%3BEACnB%2C6BAAA%3B%3BAAED%2CiBAAoB%2CmBAAgB%3BAACpC%2CiBAAoB%2CmBAAgB%3BAACpC%2CiBAAoB%2CmBAAgB%3BEACnC%3B%3BAAED%2CgBAAmB%3BEAClB%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAED%2CgBAAmB%2CIAAC%3BAACpB%2CgBAAmB%2CIAAC%3BEACnB%3B%3BAAED%3BEACC%3BEACA%2CcAAA%3B%3BAAGD%2CiBAAoB%2CmBAAmB%3BEACtC%2CiBAAA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%2CiBAAoB%2CmBAAmB%3BEACtC%2CiBAAA%3BEACA%3BEACA%3B%3BAAGF%3BEACC%3BEACA%3BEAAQ%3BEACR%3BEAAa%3BEACb%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAED%2CiBAAoB%2CmBAAmB%3BEACtC%3B%3BAAED%2CiBAAoB%2CmBAAmB%2C0BAAuB%3BEAC7D%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%2CsDAAA%3B%3BAAED%2CiBAAoB%2CmBAAmB%2C0BAAuB%2CWAAW%3BEACxE%2CWAAW%2CcAAX%3B%3BAAED%2CiBAAoB%2CmBAAmB%2C0BAAuB%3BAAC9D%2CiBAAoB%2CmBAAmB%2C0BAAuB%3BEAC7D%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEACA%2CcAAA%3B%3BAAED%2CiBAAoB%2CmBAAmB%2C0BAAuB%2CWAAW%3BAACzE%2CiBAAoB%2CmBAAmB%2C0BAAuB%2CWAAW%3BEACxE%2CWAAW%2CaAAX%3B%3BAAgDD%2CwBA3C2C%3BEAC1C%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%3BIACA%3BIAAa%3BIACb%2CaPnTa%2C0BOmTb%3BIACA%2CcAAA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3BIAAW%3BIAAY%3BIAAU%3BIACjC%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3B%3BEAED%2CuBAAuB%3BIACtB%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIAAS%3BIACT%3BIAAa%3BIACb%2CyBAAA%3B%3BEAED%2CkBAAkB%3BIACjB%3BIACA%2C0CAAA%3BIACA%2CkBAAkB%2CyCAAlB%3B%3B%3BAAYF%2CwBAP0C%3BEACzC%3BIACC%3BIACA%3B%3B%3BAAQD%2CwBAJyC%3BEACzC%3BIACC%3B%3B%3BAC%5C%2FVF%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%2CiBAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%2CiBAAiB%3BEAChB%2CSAAS%2CGAAT%3BEACA%2CaAAA%3BEACA%3B%3BAAED%2CiBAAiB%2CWAAW%3BEAC3B%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CiBAAoB%3BEAAI%3BEAAgB%3B%3BAACxC%2CiBAAoB%2CIAAC%3BAACrB%2CiBAAoB%2CIAAC%3BEAAS%3B%3B%3BACnC9B%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CiBAAiB%3BEAChB%3BEACA%3B%3BAAED%2CiBAAoB%3BEACnB%3BEACA%3BEACA%3B%3BAAED%2CiBAAoB%2CIAAC%3BAACrB%2CiBAAoB%2CIAAC%3BEACpB%2C6BAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CoBAAoB%3BEACnB%3BEACA%3B%3BAAED%2CoBAAuB%3BEACtB%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CoBAAoB%2CuBAA0B%3BEAC7C%3BEAAa%3BEACb%3BEACA%3BEACA%3BEACA%2C4BAA4B%2CkGAA5B%3B%3BAAqBA%2CwBAlByC%3BEACzC%3BIACC%3BIACA%3BIACA%2CwBAAA%3BIACA%3BIACA%3BIACA%2CWAAW%2CkBAAX%3B%3BEAED%3BIACC%3BIACA%3B%3BEAED%3BIACC%3BIACA%3BIACA%3B%3B%3B%3BAC7EF%3BEAAa%2CiBAAA%3B%3BAACb%3BEACC%3BEACA%3BEACA%3B%3BAAED%2CYAAe%3BEACd%2CwBAAA%3BEACA%2CaVHc%2C0BUGd%3BEACA%3BEACA%2CsBAAA%3BEACA%3B%3BAAED%2CIAAI%2CWAAY%2CaAAY%3BEACxB%2CSAAS%2CEAAT%3BEACA%2C2BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%2CIAAI%2CWAAY%2CaAAY%3BEAC3B%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEAAa%3BEACb%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%2CsDAAA%3BEACG%3BEACA%3BEACA%3B%3BAAEJ%2CIAAI%2CWAAY%2CaAAe%3BEAC9B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CYAAe%2CSAAS%3BEAAS%3B%3BAACjC%3BEAAqB%3B%3BAACrB%3BEAAmB%3B%3BAACnB%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CiBAAiB%3BEAChB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%2CgBAAiB%3BEAAI%3B%3BAACrB%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%2C8BAAA%3B%3BAAED%2CqBAAsB%3BEAAuB%3B%3BAAC7C%2CqBAAsB%3BEACrB%3B%3BAAED%2CqBAAsB%2CaAAY%3BEACjC%3B%3BAAcD%2CwBAV0C%3BEACzC%3BEACA%3BIAAwB%3BIAAa%3BIAAa%3BIAAY%3B%3BEAC9D%3BIACC%3B%3BEAED%2CqBAAsB%3BIAAe%3BIAAa%3B%3BEAClD%2CqBAAsB%2CaAAY%3BIAAc%3B%3B%3BAAOjD%2CwBAJ0C%3BEACzC%2CqBAAsB%3BIAAe%3BIAAa%3B%3B%3BAAenD%2CwBAZ0C%3BEACzC%3BIACC%3BIACA%3BIACA%3B%3BEAED%3BIACC%3BIACA%3B%3B%3B%3BAAMF%3BEACC%3B%3BAAED%3BEACC%3B%3BAAED%2CmBAAoB%3BEACnB%3BEACA%3B%3BAAED%3BEACC%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2C0CAAA%3B%3BAAED%3BEAAqB%3B%3BAACrB%3BEACC%3BEACA%3BEACA%3B%3BAAED%2CmBAAmB%3BEAClB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%3B%3BAAED%3BEAAqB%3BEAAuB%3B%3BAAC5C%2CkBAAqB%3BEAAI%3BEAAgB%3B%3BAACzC%2CkBAAmB%3BEAAI%3B%3BAAQvB%2CwBAN0C%3BEACzC%3BIACC%3B%3B%3B%3BAAKF%2CqBAAwB%3BEACvB%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%2CgBAAA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2C8BAAA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%2CmBAAmB%3BEAClB%2CSAAS%2CGAAT%3BEACA%3B%3BAAED%3BEAAsB%3B%3BAACtB%3BEAA4B%3BEAAa%3B%3BAAEzC%3BEAAyB%3B%3BAAEzB%3BEAAuB%3B%3B%3BAAGvB%3BEACC%2C0BAAA%3B%3BAAED%3BEACC%2CeAAA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CsBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEAAS%3BEACT%3BEAAU%3B%3BAAEX%2CsBAAyB%3BEACrB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACC%3BEACA%3B%3BAAED%3BEACC%3B%3B%3BAAGD%3BEAAa%3B%3BAACb%2CgBAAgB%3BEAAU%3B%3BAAC1B%3BEACC%2CqBAAA%3BEACA%3BEACA%3B%3BAAED%2CgBAAgB%3BEACf%3BEACA%3B%3BAAED%2CgBAAgB%2CWAAW%3BEAAS%3B%3BAAEpC%3BEACC%3BEACA%2CcAAA%3B%3BAAED%2CgBAAgB%3BAAChB%2CgBAAgB%3BEAAS%3B%3B%3BAAGzB%3B%3B%3BAAGA%2CsBAAyB%3BEACxB%3BEACA%2C4BAA4B%2C8EAA5B%3BEACA%2C0BAAA%3B%3BAAGD%2CoBAAoB%3BEAAU%3B%3BAAC9B%3BEACC%3BEACA%2CuBAAA%3BEACA%3BEACA%3B%3BAAED%2CoBAAuB%3BEACtB%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAA%3BEACA%2CsCAAA%3B%3BAAGD%2CoBAAuB%2CIAAC%3BAACxB%2CoBAAuB%2CIAAC%3BEACvB%3B%3B%3B%3BAAMD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEAAa%3BEACb%3BEACA%2C4BAA4B%2C8EAA5B%3BEACA%3B%3BAAED%3BEACC%3BEACA%2CcAAA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3B%3BAAID%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEAAa%3BEACb%3BEACA%3BEACA%3BEACA%2C4BAA4B%2C%2BEAA5B%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAC5VD%3BEACC%3B%3BAAED%3BEACC%3BEACA%2CiBAAA%3BEACA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%2CuDAAA%3B%3BAAED%2CkBAAkB%3BEACjB%3BEACA%3BEACA%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CqBAAsB%2CmBAAkB%3BEACvC%3BEACA%3B%3BAAED%2CkBAAkB%3BAAClB%2CqBAAsB%3BEACrB%3BEACA%3B%3BAAED%2CkBAAqB%3BEACpB%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3B%3BACpCD%2CYAAe%3BEAAI%3B%3BAACnB%3BEACC%3BEACA%3B%3BAAED%2CoBAAuB%3BEACtB%3B%3BAAED%3BEAAgC%3B%3BAAChC%2CyCAA0C%3BEAAsB%2CyBAAA%3B%3BAAEhE%3BEACC%2CaAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAED%2CqBAAwB%3BEAAK%3BEAAgB%3B%3BAAC7C%3BEACC%3BEACA%2CcAAA%3B%3BAAED%2CkBAAmB%3BEAClB%3B%3B%3BAAID%2CmCAAmC%2C2BAA4B%3BEAC9D%2CeAAA%3B%3BAAED%2CmCAAmC%2C2BAA4B%3BEAC9D%3BEACA%3BEACA%2CeAAA%3BEACA%3B%3B%3BAAID%2CmCAAmC%2C2BAA4B%3BEAC9D%2CeAAA%3B%3BAAED%2CmCAAmC%2C2BAA4B%3BEAC9D%3BEACA%3BEACA%2CeAAA%3BEACA%3B%3BAAED%2CmCAAmC%2C2BAA4B%2CaAAY%2CUAAU%3BEACpF%3B%3B%3BAAID%2CmCAAmC%2C2BAA4B%3BEAC9D%2CeAAA%3B%3BAAED%2CmCAAmC%2C2BAA4B%3BEAC9D%3BEACA%3BEACA%2CeAAA%3BEACA%3B%3B%3BAAID%2CiCAAkC%3BEACjC%3BEACA%3BEACA%3BEACA%2CgCAAA%3B%3BAAED%2CiCAAkC%2CaAAY%3BEAC7C%3BEACA%3BEACA%3B%3BAAWD%2CwBAR0C%3B%3BEAEzC%2CmCAAmC%2C2BAA4B%3BIAC9D%3BIACA%3B%3B%3BAAeF%2CwBAX0C%3B%3BEAEzC%2CmCAAmC%2C2BAA4B%3BIAC9D%3B%3B%3BEAGD%2CmCAAmC%2C2BAA4B%3BIAC9D%3B%3B%3BAAgBD%2CwBAZyC%3B%3BEAEzC%2CmCAAmC%2C2BAA4B%3BIAC9D%3BIACA%3B%3B%3BEAGD%2CmCAAmC%2C2BAA4B%3BIAC9D%3BIACA%3BIACA%3B%3B%3BAC1GF%3BEACC%3B%3B%3B%3B%3BAAKD%2C0BAA2B%3BEAC1B%3B%3BAAED%2CoBAAuB%3BEACtB%3B%3BAAED%2CyBAA0B%3BEACzB%3B%3BAAED%2C0BAA2B%3BEAC1B%3BEACA%3BEACA%3B%3BAAED%2C2BAA4B%3BEAC3B%3BEACA%3BEACA%3B%3BAAED%2C4BAA6B%3BEAC5B%3B%3BAC1BD%3BEACC%3B%3BAAED%2CaAAgB%3BEACf%3BEACA%3B%3BAAGD%2CoBAAuB%3BEAAM%2CyBAAA%3B%3BAAC7B%3BEACC%3B%3B%3BAAID%2C4BAA6B%3BEAC5B%3BEACA%2CaAAA%3B%3BAAED%2C4BAA6B%3BEAC5B%3BEACA%3BEACA%2CaAAA%3B%3BAAED%2C4BAA6B%2CcAAa%2CUAAU%3BEACnD%3B%3BAAaD%2CwBAV0C%3B%3BEAEzC%2C4BAA6B%3BIAC5B%3B%3BEAED%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3BEAC7D%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3B%3BAAc9D%2CwBAV0C%3B%3BEAEzC%2C4BAA6B%3BIAC5B%3B%3BEAED%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3BEAC7D%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3BEAC7D%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3B%3BAAY7D%2CwBATyC%3B%3BEAEzC%2C4BAA6B%3BIAC5B%3B%3BEAED%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3BEAC7D%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3BEAC7D%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3BEAC7D%2C4BAA6B%2CcAAa%2CUAAU%3BIAAS%3B%3B%3BACvD9D%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CcAAA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BEACC%2CcAAA%3B%3BACbD%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEAAc%3BEACd%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CuCAAA%3B%3BAAED%2CuBAA0B%3BEACzB%3BEACA%3BEACA%2CgCAAA%3B%3BAAED%2CuBAAuB%3BEACtB%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEAAa%3BEACb%2CsBAAsB%2C0DAAtB%3BEACA%3BEACA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%3BEACA%3BEACA%2CuCAAA%3B%3BAAED%2CiBAAiB%2CMAAO%3BEACvB%3B%3B%3BAC7CD%3BEAAY%3B%3BAACZ%3BEACC%3BEACA%3B%3BAAED%2CgBAAgB%3BEACf%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAQ%3BEACR%3BEACA%3BEACA%2CyBAAA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CeAAe%3BEAAe%3B%3BAAE9B%2CeAAe%2CUAAU%3BEACxB%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CeAAe%2CUAAU%3BEACxB%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%2CgBAAmB%3BEAClB%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%2CiBAAoB%3BEAAM%3B%3B%3BAAG1B%2CeAAe%2CUAAU%2CMAAO%3BEAC%5C%2FB%3B%3BAAED%2CeAAe%2CUAAU%2CMAAO%2CiBAAgB%3BEAC%5C%2FC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEAAa%3BEACb%3BEACA%3BEACA%2CyBAAA%3B%3BAAED%2CeAAe%2CUAAU%2CMAAO%3BEAAoB%3B%3B%3BAAGpD%2CeAAe%2CUAAU%2CIAAK%3BEAC7B%3B%3BAAED%2CeAAe%2CUAAU%2CIAAK%2CiBAAgB%3BEAC7C%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEAAc%3BEACd%3BEACA%3BEACA%2CyBAAA%3B%3BAAED%2CeAAe%2CUAAU%2CIAAK%3BEAAoB%3B%3BAAElD%3BEACC%3BEACA%3BEACA%3BEAAS%3BEAAU%3BEACnB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAkB%2CoDAAlB%3B%3BAAED%2CeAAe%3BEAAqB%3B%3BAACpC%2CeAAe%3BEACd%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEAAa%3BEACb%3BEACA%3BEAAW%3BEACX%2CWAAW%2CkBAAX%3BEACA%2C4BAA4B%2CqGAA5B%3B%3BAA0BA%2CwBAvByC%3BEACzC%3BIACC%3B%3BEAED%2CgBAAgB%3BIACf%3B%3BEAED%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAED%3BIACC%3BIACA%3B%3BEAED%2CgBAAgB%3BIACf%3BIACA%3B%3BEAED%3BIAAoB%3B%3BEACpB%3BIAAkB%3B%3B%3BAC5HnB%3BEACC%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%2CeAAA%3B%3BAAED%2CkBAAkB%3BEAAe%3B%3BAACjC%3BEACC%3BEACA%2CcAAA%3BEACA%3B%3BAA2BD%2CwBAxB0C%3BEACzC%3BIACC%3BIACA%3B%3BEAED%2CkBAAqB%3BIACpB%3BIACA%3B%3BEAED%3BIAAqB%3B%3BEACrB%2CkBAAkB%3BIACd%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIAAU%3BIACV%3BIAAa%3BIACb%2CkBAAkB%2CkDAAlB%3BIACA%3BIACA%3BIACA%2C2BAAA%3B%3B%3B%3BACzCL%3BEACC%2CcAAA%3B%3BAAED%2CwBAAyB%3BEAAW%2CcAAA%3B%3BAACpC%3BEAAiB%3BEAAc%2C6BAAA%3B%3BACL%5C%2FB%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%3B%3BAAED%2CWAAW%3BEACV%3B%3BAAED%2CWAAW%3BEACV%2CSAAS%2CEAAT%3BEACA%3B%3BAAED%2CWAAc%3BEACb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsCAAA%3B%3BAAED%2CWAAc%2CIAAC%3BEACd%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAED%2CWAAc%2CIAAC%3BAACf%2CWAAc%2CIAAC%3BEACd%3BEACA%3B%3BAAGD%2CWAAc%2CIAAC%2CMAAM%3BAACrB%2CWAAc%2CIAAC%2CMAAM%3BEACpB%3B%3BACvCD%3BEACC%3B%3BAAED%3BEACC%3BEACA%2C0BAAA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CaAAa%3BEACZ%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEAAa%3BEACb%3BEACA%3BEACA%3BEACA%2C4BAA4B%2CwEAA5B%3BEACA%3BEACA%3B%3BAAED%2CaAAgB%3BEACf%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%2CsBAAA%3BEACA%3B%3BAAED%2CcAAiB%2CIAAC%3BEACjB%3B%3B%3BACjCD%2CUAAW%3BEACV%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAED%2CUAAW%2CGAAG%2CGAAG%2CGAAG%3BEACnB%3BEACA%3BEACA%3B%3BAAED%2CUAAW%2CGAAG%3BEACb%3B%3BACbD%3BEACC%3B%3BAAED%2CcAAe%3BEACd%2CiBAAA%3BEACA%3BEACA%3BEACA%2CwCAAA%3B%3BAAED%2CcAAe%3BEACd%3B%3BAAED%2CcAAe%2CWAAW%3BEACzB%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%3B%3B%3BAAGD%2CcAAe%3BEACd%2CoCAAA%3B%3BAAED%2CcAAe%2CaAAa%3BEAC3B%2CiBAAA%3B%3BACvBD%3BEACC%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsCAAA%3B%3BAAED%2CiBAAiB%3BAACjB%2CiBAAiB%3BEAChB%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAID%2CYAAY%3BEACX%3B%3BAAED%2CYAAY%2CUAAW%3BEACtB%3B%3BAAQD%2CwBAL0C%3BEACzC%3BIACC%3B%3B%3BAClDF%3BEACC%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CsCAAA%3BEACC%3BEACA%3BEACA%3B%3BAAEF%2CyBAA4B%3BEAC3B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CyBAA4B%3BEACxB%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CyBAAyB%2CMAAO%3BAAChC%2CyBAAyB%2CMAAO%3BEAC%5C%2FB%3B%3BAAED%2CyBAAyB%2CMAAO%3BAAChC%2CyBAAyB%2CMAAO%3BEAC%5C%2FB%3B%3BAAGD%2CyBAAyB%3BAACzB%2CyBAAyB%3BEACxB%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAID%2CoBAAoB%3BEACnB%3B%3BAAED%2CoBAAoB%2CUAAW%3BEAC9B%3B%3BAAQD%2CwBAL0C%3BEACzC%3BIACC%3B%3B%3BACjFF%3BEACC%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsCAAA%3B%3BAAED%2CyBAAyB%3BAACzB%2CyBAAyB%3BEACxB%3B%3BAAED%2CyBAAyB%2CMAAO%3BAAChC%2CyBAAyB%2CMAAO%3BEAC%5C%2FB%3B%3BAAED%2CyBAAyB%2CMAAO%3BAAChC%2CyBAAyB%2CMAAO%3BEAC%5C%2FB%3B%3BAAED%3BEACC%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAAOA%2CwBAJyC%3BEACzC%3BIACC%3B%3B%3BAClDF%3BEACC%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsCAAA%3B%3BAAED%2C0BAA0B%3BAAC1B%2C0BAA0B%3BEACzB%3B%3BAAED%2C0BAA0B%2CMAAO%3BAACjC%2C0BAA0B%2CMAAO%3BEAChC%3B%3BAAED%2C0BAA0B%2CMAAO%3BAACjC%2C0BAA0B%2CMAAO%3BEAChC%3B%3BAAED%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2C2BAA8B%3BEAC7B%3BEACA%3BEACA%3B%3BAAEF%3BEACC%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAAOA%2CwBAJyC%3BEACzC%3BIACC%3B%3B%3BAC3DF%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CqCAAA%3BEACA%3BEACA%3B%3BACPD%3BEACC%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BAACA%3BEACC%3BEACA%3B%3BAAED%3BEACC%3B%3BACvBD%3BEACC%3B%3BAAED%3BEACE%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CkBAAmB%3BEACjB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAIF%3BEACE%3B%3BAAEF%2CIAAI%3BEACF%3B%3BAAEF%3BEACE%3BEACA%3B%3BAC5BF%3BEACC%3BEACA%3B%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%3B%3BEAEC%2CcAAA%3B%3BAAED%2CiBAAkB%3BEACjB%3BEACA%3B%3B%3BACzBD%2CCAAC%3BAACD%2CCAAC%3BAACD%2CCAAC%3BEACG%2C4BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CCAAC%3BAACD%2CCAAC%3BAACD%2CCAAC%3BEACG%3BEACA%2CqCAAA%3B%3BAAEJ%2CCAAC%3BAAA0D%2CCAAC%3BEACxD%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAAEJ%2CCAAC%3BEACG%3B%3BAAEJ%2CqBAAsB%3BAAAG%2CqBAAsB%3BAAAI%2CqBAAsB%3BAAAK%2CqBAAsB%3BEAChG%3B%3BAAEJ%3BEACI%2CqCAAA%3B%3BAAEJ%2CkCAAmC%3BEAC%5C%2FB%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%2CiCAAA%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%2CaAAa%2C0BAAb%3B%3BAAEJ%2CCAAC%3BEACG%3B%3BAAEJ%2CCAAC%3BEACG%3B%3BAAEJ%2CCAAC%3BEACG%3B%3B%3B%3BACxEJ%3BEACC%3BEACA%3BEACA%2CyBAAA%3B%3BAAED%2CKAAK%3BEACJ%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEAAS%3BEACT%3BEACA%3B%3B%3BAAID%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%2CsBAAyB%3BEAAM%3B%3BAAC%5C%2FB%3BEACC%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAAED%2CkBAAmB%3BEAAK%3B%3BAACxB%2CkBAAmB%3BEAClB%3B%3BAAED%2CkBAAmB%2CEAAC%3BEACnB%3B%3BAAED%2CkBAAmB%3BEAClB%3BEACA%3BEACA%3B%3BAAED%2CkBAAmB%2CEAAE%2CYAAW%3BEAC%5C%2FB%3B%3BAAaD%2CwBAT0C%3BEACzC%3BIACC%3B%3BEAED%3BIACC%3B%3B%3BAAiBF%2CwBAb0C%3BEACzC%3BIAAc%3B%3BEACd%3BIAAqB%3B%3BEACrB%3BIACC%3BIACA%3BIACA%3B%3BEAED%3BIACC%3B%3B%3B%3BAAKF%3BEACC%3BEACA%3B%3BAAED%3B%3B%3BAACA%3BEACC%3BEACA%3BEACA%3B%3BAAED%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAwBD%2CwBArB0C%3BEACzC%3BIACC%3BIACA%3BIACA%3B%3BEAED%3BIACC%3BIACA%3B%3BEAED%2CwBAAyB%2CkCAAkC%3BIAC1D%2CaAAA%3B%3BEAED%2CwBAAyB%2CkCAAkC%3BIAC1D%3BIACA%2CaAAA%3BIACA%3BIACA%3B%3B%3BAAgBF%2CwBAZ0C%3BEACzC%2CwBAAyB%2CkCAAkC%3BIAC1D%3B%3BEAED%2CwBAAyB%2CkCAAkC%3BIAC1D%3BIACA%3BIACA%3BIACA%3B%3B%3B%3BAAKF%2CIAAI%3BAAAe%2CIAAI%3BAAAe%2CIAAI%3BEACtC%2CkEAAA%3BEACA%3BEACA%22%7D */