@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: "museo-sans", sans-serif;
  margin: 0;
  padding: 0;
}
.wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 25px;
  position: relative;
  width: 100%;
}
.header {
  background: #ffffff;
  min-height: 210px;
}
.header .top {
  height: 60px;
}
.header .top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.header .bottom {
  height: 150px;
}
.header .bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.header .bottom .wrapper .logo {
  display: block;
  height: 30px;
  margin: 0 25px 0 0;
}
@media (min-width: 600px) {
  .header .bottom .wrapper .logo {
    height: 60px;
  }
}
.header .bottom .wrapper .logo img {
  height: 100%;
  width: auto;
}
.header .bottom .wrapper .navigation-open {
  color: #df252b;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.header .bottom .wrapper .navigation-open:before {
  font-size: 36px;
  margin: 0 5px 0 0;
}
.header .bottom .wrapper .navigation-open span {
  display: none;
  position: relative;
  top: -7px;
}
@media (min-width: 600px) {
  .header .bottom .wrapper .navigation-open span {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .header {
    min-height: 140px;
  }
  .header .bottom {
    height: 80px;
  }
}
.eu-esf {
  margin-bottom: 20px;
}
.eu-esf a {
  display: inline-block;
}
.eu-esf a img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .eu-esf a img {
    width: 200px;
  }
}
.header-navigation {
  z-index: 10;
}
.header-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.header-navigation ul li {
  margin: 0 0 0 25px;
  position: relative;
}
@media (min-width: 768px) {
  .header-navigation ul li {
    display: block;
  }
}
.header-navigation ul li:nth-last-child(1), .header-navigation ul li:nth-last-child(2), .header-navigation ul li:nth-last-child(3) {
  margin: 0 0 0 5px;
}
.header-navigation ul li:hover .hospital-info {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul li a {
  color: #76766f;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.header-navigation ul li a::after {
  background: #df252b;
  bottom: 0;
  content: "";
  display: none;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header-navigation ul li a:hover {
  color: #df252b;
}
.header-navigation ul li a.mdi {
  background: #76766f;
  color: white;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 34px;
}
.header-navigation ul li a.mdi::before {
  font-size: 18px;
  position: relative;
}
.header-navigation ul li a.mdi.mdi-heart {
  background: #009020;
  padding: 0 10px;
  width: auto;
}
.header-navigation ul li a.mdi.mdi-hospital {
  background: #e3000b;
  padding: 0 10px;
  width: auto;
}
.header-navigation ul li a.mdi.mdi-hospital::before {
  margin: 0 5px 0 0;
  top: 1px;
}
.header-navigation ul li a.mdi.mdi-hospital:hover {
  background: #e3000b;
}
.header-navigation ul li a.mdi.mdi-heart {
  padding: 0 10px;
  width: auto;
}
.header-navigation ul li a.mdi.mdi-heart::before {
  margin: 0 5px 0 0;
  top: 1px;
}
.header-navigation ul li a.mdi.mdi-account-plus {
  background: #536dfe;
  padding: 0 10px;
  width: auto;
}
.header-navigation ul li a.mdi.mdi-account-plus:hover {
  background: #536dfe;
}
.header-navigation ul li a.mdi span {
  background: black;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 38px;
  opacity: 0;
  padding: 0 15px;
  position: absolute;
  top: 38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.header-navigation ul li a.mdi:hover {
  background: #df252b;
}
.header-navigation ul li a.mdi:hover span {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul li .hospital-info {
  background: #e3000b;
  opacity: 0;
  padding: 25px;
  position: absolute;
  left: 0px;
  top: 34px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 300px;
}
.header-navigation ul li .hospital-info .title {
  color: white;
  margin: 0 0 25px;
}
.header-navigation ul li .hospital-info .title span {
  display: block;
  font-size: 28px;
  font-size: 500;
  line-height: 28px;
}
.header-navigation ul li .hospital-info .title span::before {
  font-size: 48px;
  margin: 0 10px 0 0;
  position: relative;
  top: 10px;
}
.header-navigation ul li .hospital-info .title a {
  color: white;
  font-size: 22px;
  font-weight: 700;
  left: 60px;
  position: relative;
}
.header-navigation ul li .hospital-info .subtitle {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px;
}
.header-navigation ul li .hospital-info .address {
  color: white;
}
.header-navigation ul li .hospital-info .address span {
  display: block;
  font-size: 16px;
  font-size: 500;
  line-height: 24px;
}
.header-navigation ul li .hospital-info .address span::before {
  float: left;
  font-size: 48px;
  margin: 0 10px 50px 0;
  position: relative;
  top: 10px;
}
.header-navigation ul li .hospital-info .address span a {
  color: white;
  font-size: 700;
}
.header-navigation ul li.active a, .header-navigation ul li.current a {
  color: #df252b;
}
.header-navigation ul li.active a::after, .header-navigation ul li.current a::after {
  display: block;
}
@media screen and (max-width: 599px) {
  .header-navigation.rcp {
    width: 100%;
  }
}
.content {
  background: #df252b;
  background: -webkit-linear-gradient(top, #df252b 0%, #ffffff 75%);
  background: linear-gradient(to bottom, #df252b 0%, #ffffff 75%);
  display: block;
}
.content .content-inner {
  display: flex;
}
@media (min-width: 1024px) {
  .content .content-inner {
    padding: 100px 0 0;
  }
}
.content .content-inner .wrapper {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1024px) {
  .content .content-inner .wrapper {
    flex-flow: row nowrap;
  }
}
.extra-navigation {
  background: #eeeeee;
  display: none;
  height: 60px;
}
@media (min-width: 768px) {
  .extra-navigation {
    display: block;
  }
}
.extra-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  height: 100%;
  list-style: none;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.extra-navigation ul li {
  margin: 0 25px 0 0;
}
.extra-navigation ul li:last-child {
  margin: 0;
}
.extra-navigation ul li a {
  color: #76766f;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.extra-navigation ul li a::after {
  background: #df252b;
  bottom: 0;
  content: "";
  display: none;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.extra-navigation ul li a:hover {
  color: #df252b;
}
.extra-navigation ul li.active a, .extra-navigation ul li.current a {
  color: #df252b;
}
.extra-navigation ul li.active a::after, .extra-navigation ul li.current a::after {
  display: block;
}
a.link-button {
  display: inline-block;
  background: #009020;
  border-radius: 5px;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  padding: 0 30px;
}
a.link-button:hover {
  background: #00771a;
  cursor: pointer;
}
.main {
  display: block;
  left: -25px;
  position: relative;
  width: calc(100% + 50px);
}
@media (min-width: 1024px) {
  .main {
    -ms-flex-order: 2;
    left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.breadcrumb + .main {
  background: #ffffff;
  padding: 50px 25px;
}
@media (min-width: 1024px) {
  .breadcrumb + .main {
    border-radius: 0 100px 0 0;
    overflow: hidden;
  }
}
.breadcrumb + .main h1 {
  color: #76766f;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.breadcrumb + .main h2 {
  color: #76766f;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.breadcrumb + .main h3 {
  color: #76766f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.breadcrumb + .main p {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 25px;
}
.breadcrumb + .main p:last-child {
  margin: 0;
}
.breadcrumb + .main a {
  color: #df252b;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.breadcrumb + .main a::before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  line-height: inherit;
  margin: 0 5px 0 0;
  transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb + .main a:hover {
  color: #000000;
}
.breadcrumb + .main a.sd-lightbox {
  border-bottom: none;
}
.breadcrumb + .main a.sd-lightbox:hover {
  border-bottom: none;
  color: #000000;
}
.breadcrumb + .main figcaption {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.breadcrumb + .main ul {
  list-style: square;
  margin: 0 0 25px;
  padding: 0 0 0 20px;
}
.breadcrumb + .main ul li {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.breadcrumb + .main .ce-textpic {
  margin: 0 0 25px;
}
.breadcrumb + .main .ce-menu-8 {
  margin: 0;
  padding: 0;
  position: relative;
}
.breadcrumb + .main .ce-menu-8 li {
  display: block;
  position: relative;
}
.breadcrumb + .main .ce-menu-8 li a {
  color: #76766f;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.breadcrumb + .main .ce-menu-8 li:hover > a {
  color: #df252b;
}
.breadcrumb + .main .ce-menu-8 ul {
  margin: 0 0 50px;
  padding: 0;
  position: relative;
}
.breadcrumb + .main .ce-menu-8 ul::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.breadcrumb + .main .ce-menu-8 ul > li::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 15px;
}
.breadcrumb + .main .ce-menu-8 ul > li > a {
  padding: 5px 25px;
}
.breadcrumb + .main .ce-menu-8 ul ul {
  margin: 0 0 25px;
  padding: 0;
}
.breadcrumb + .main .ce-menu-8 ul ul > li::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 35px;
}
.breadcrumb + .main .ce-menu-8 ul ul > li > a {
  padding: 5px 50px;
}
.breadcrumb + .main .ce-menu-8 ul ul ul {
  margin: 0 0 25px;
  padding: 0;
}
.breadcrumb + .main .ce-menu-8 ul ul ul > li::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 55px;
}
.breadcrumb + .main .ce-menu-8 ul ul ul > li > a {
  padding: 5px 75px;
}
.breadcrumb + .main .ce-gallery.has-video-iframe div {
  width: 100%;
}
.breadcrumb + .main .video-iframe {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  width: 100%;
}
.breadcrumb + .main .video-iframe iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.breadcrumb + .main .has-contenttable {
  overflow-x: scroll;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb + .main .contenttable {
  border-collapse: collapse;
  margin: 0 0 25px;
  min-width: 600px;
  width: 100%;
}
.breadcrumb + .main .contenttable:last-child {
  margin: 0;
}
.breadcrumb + .main .contenttable thead tr {
  border-bottom: 2px solid #cccccc;
}
.breadcrumb + .main .contenttable thead tr th, .breadcrumb + .main .contenttable thead tr td {
  color: #76766f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  min-width: 120px;
  padding: 10px 20px 10px 0;
  text-align: left;
  vertical-align: top;
}
.breadcrumb + .main .contenttable thead tr th:last-child, .breadcrumb + .main .contenttable thead tr td:last-child {
  padding: 10px 0;
}
.breadcrumb + .main .contenttable tbody tr {
  border-bottom: 1px solid #cccccc;
}
.breadcrumb + .main .contenttable tbody tr:last-child {
  border-bottom: none;
}
.breadcrumb + .main .contenttable tbody tr td {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-width: 120px;
  padding: 10px 20px 10px 0;
  text-align: left;
  vertical-align: top;
}
.breadcrumb + .main .contenttable tbody tr td:last-child {
  padding: 10px 0;
}
.breadcrumb + .main .slideshow {
  left: -25px;
  margin: 0;
  top: -50px;
  width: calc(100% + 50px);
}
#c2785 iframe {
  border: none;
  margin: -50px 0 50px;
  width: 100%;
}
#c2589 {
  height: 300px;
  left: -25px;
  position: relative;
  top: -50px;
  width: calc(100% + 50px);
}
#c2589 iframe {
  border: none;
  height: 300px;
  width: 100%;
}
#c4100 h1 a, #c4103 h6 a {
  display: inline-block;
  background: green;
  color: white;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 5px;
  margin: 0 15px 10px 0;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#c4100 h1 a:last-child, #c4103 h6 a:last-child {
  margin: 0 0 10px;
}
#c4100 h1 a:hover, #c4103 h6 a:hover {
  background: #bf1c21;
  box-shadow: none;
}
.aside {
  display: none;
}
@media (min-width: 1024px) {
  .aside {
    background: #ffffff;
    display: block;
    margin: 0 50px 0 0;
    max-width: 320px;
    min-width: 320px;
    padding: 50px 0;
    width: 320px;
    order: 1;
  }
}
.aside #testimonials {
  margin: 50px 0 0;
}
.aside #testimonials .testimonial {
  margin: 0 0 35px;
  padding: 0 25px 25px;
  border-bottom: 1px solid #eee;
}
.aside #testimonials .testimonial:last-child {
  margin: 0;
  border-bottom: none;
}
.aside #testimonials .testimonial img {
  margin: 0 0 15px;
  border-radius: 0 20px 0 0;
  width: 100%;
  height: auto;
}
.aside #testimonials .testimonial figcaption {
  color: #76766f;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.breadcrumb {
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumb {
    display: block;
    left: 25px;
    position: absolute;
    top: -60px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.breadcrumb ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style: none;
  margin: 0 25px 0 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb ul li::before {
  position: absolute;
  right: -20px;
  top: 0;
}
.breadcrumb ul li:first-child {
  margin: 0 10px 0 0;
}
.breadcrumb ul li:last-child {
  margin: 0;
}
.breadcrumb ul li:last-child::before {
  display: none;
}
.breadcrumb ul li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.breadcrumb ul li a::after {
  background: #ffffff;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.breadcrumb ul li a:hover {
  color: #000000;
}
.breadcrumb ul li a:hover::after {
  background: #000000;
}
.main-navigation .main-navigation-title {
  color: #df252b;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 25px;
  padding: 0 25px;
}
.main-navigation ul {
  position: relative;
}
.main-navigation ul li {
  display: block;
  position: relative;
}
.main-navigation ul li.active > ul, .main-navigation ul li.current > ul {
  display: block;
}
.main-navigation ul li a {
  color: #76766f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-navigation ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation ul li:hover > a, .main-navigation ul li.active > a {
  color: #df252b;
}
.main-navigation ul li.current > a {
  background: #eeeeee;
  color: #df252b;
}
.main-navigation ul.second-level {
  display: none;
  margin: 0 0 50px;
  position: relative;
}
.main-navigation ul.second-level::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 100%;
  left: 25px;
  position: absolute;
  top: 0;
  width: 2px;
}
.main-navigation ul.second-level > li::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 2px;
  left: 25px;
  position: absolute;
  top: 15px;
  width: 15px;
}
.main-navigation ul.second-level > li > a {
  padding: 5px 25px 5px 50px;
}
.main-navigation ul .third-level {
  display: none;
  margin: 0 0 25px;
}
.main-navigation ul .third-level > li::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 2px;
  left: 25px;
  position: absolute;
  top: 15px;
  width: 35px;
}
.main-navigation ul .third-level > li > a {
  padding: 5px 25px 5px 75px;
}
.main-navigation ul .fourth-level {
  display: none;
  margin: 0 0 25px;
}
.main-navigation ul .fourth-level > li::before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 2px;
  left: 25px;
  position: absolute;
  top: 15px;
  width: 55px;
}
.main-navigation ul .fourth-level > li > a {
  padding: 5px 25px 5px 100px;
}
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.slideshow {
  height: 500px;
  margin: 0 0 100px;
  max-width: 1150px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.swiper-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}
@media (min-width: 1024px) {
  .swiper-container {
    border-radius: 0 100px 0 0;
  }
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.swiper-text {
  background: #df252b;
  background: -webkit-linear-gradient(45deg, #df252b 0%, rgba(223, 37, 43, 0.8) 100%);
  background: linear-gradient(45deg, #df252b 0%, rgba(223, 37, 43, 0.8) 100%);
  bottom: 0;
  left: 0;
  padding: 25px;
  position: absolute;
  width: 100%;
  z-index: 50;
}
@media (min-width: 1024px) {
  .swiper-text {
    border-radius: 0 100px 0 0;
    max-width: 700px;
  }
}
.swiper-text p {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 20px;
}
.swiper-text p:first-child {
  margin: 0 0 10px;
}
.swiper-text p:last-child {
  margin: 0;
}
.swiper-text p strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.swiper-text p a {
  border: 2px solid #ffffff;
  border-radius: 0 0 10px 0;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 30px 0 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-text p a::before {
  color: #ffffff;
  font-size: 18px;
  line-height: 31px;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-text p a:hover {
  background: #ffffff;
  color: #df252b !important;
}
.swiper-text p a:hover::before {
  color: #df252b;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Pagination Styles */
.swiper-pagination {
  bottom: 50px;
  display: none;
  position: absolute;
  right: 50px;
  width: 150px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .swiper-pagination {
    display: block;
  }
}
.swiper-pagination .swiper-pagination-image {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: block;
  height: 60px;
  margin: 25px 0 0;
  opacity: 0.3;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 150px;
}
.swiper-pagination .swiper-pagination-image.swiper-pagination-bullet-active {
  opacity: 0.7;
}
.swiper-pagination .swiper-pagination-image:hover {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-image img {
  height: auto;
  width: 100%;
}
.shortcuts {
  margin: 0 0 75px;
  position: relative;
}
.shortcuts::after {
  clear: both;
  content: "";
  display: block;
}
.shortcuts .shortcut {
  color: #ffffff;
  display: block;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (min-width: 600px) {
  .shortcuts .shortcut {
    border-radius: 0 0 35px 0;
    float: left;
    margin: 0 25px 25px 0;
    min-height: 222px;
    width: calc(50% - 12.5px);
  }
  .shortcuts .shortcut:nth-child(2n+2) {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .shortcuts .shortcut {
    min-height: 168px;
  }
}
@media (min-width: 1024px) {
  .shortcuts .shortcut {
    min-height: 222px;
    width: calc(33% - 17px);
  }
  .shortcuts .shortcut:nth-child(2n+2) {
    margin: 0 25px 25px 0;
  }
  .shortcuts .shortcut:nth-child(3n+3) {
    margin: 0 0 25px;
  }
}
.shortcuts .shortcut::before {
  bottom: -30px;
  color: #ffffff;
  font-size: 110px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.shortcuts .shortcut:hover::before {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(3);
  transform: scale(3);
}
.shortcuts .shortcut p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.shortcuts .shortcut p:first-child {
  margin: 0 0 10px;
}
.shortcuts .shortcut p strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.header-image {
  left: -25px;
  position: relative;
  top: -50px;
  width: calc(100% + 50px);
}
.header-image img {
  height: auto;
  width: 100%;
}
.off-canvas {
  background: white;
  height: 100vh;
  overflow-y: scroll;
  padding: 50px 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 350px;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 420px) {
  .off-canvas {
    width: 100%;
  }
}
.off-canvas.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.off-canvas .close {
  text-align: right;
  position: relative;
  top: -20px;
  padding-right: 20px;
  cursor: pointer;
}
.off-canvas .close span {
  color: #df252b;
  font-size: 40px;
  font-weight: bold;
}
.off-canvas .extra-navigation {
  height: auto;
  padding: 50px 0 25px;
}
.off-canvas .extra-navigation ul {
  display: block;
}
.off-canvas .extra-navigation ul li {
  display: block;
  margin: 0;
  position: relative;
}
.off-canvas .extra-navigation ul li a {
  color: #76766f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.off-canvas .extra-navigation ul li.active > a, .off-canvas .extra-navigation ul li:hover > a {
  color: #df252b;
}
.off-canvas .extra-navigation ul li.current > a {
  background: #ffffff;
  color: #df252b;
}
.off-canvas .extra-navigation ul li.current > a::after {
  display: none;
}
.off-canvas .main-navigation {
  padding: 25px 0 50px;
}
.off-canvas .main-navigation ul.first-level.rcp {
  background-color: #536dfe;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.off-canvas .main-navigation ul.first-level.rcp li a {
  color: #fff;
}
.off-canvas .main-navigation ul.first-level.rcp li a:hover {
  color: #fff;
}
.off-canvas .main-navigation ul.first-level.rcp ul.second-level {
  margin: 0;
}
.off-canvas .main-navigation ul .third-level, .off-canvas .main-navigation ul.second-level {
  display: block;
}
.off-canvas .main-navigation-title {
  color: #df252b;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 25px;
}
.off-canvas-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
.off-canvas-overlay.active {
  opacity: 1;
  visibility: visible;
}
.breadcrumb + .main .contact-person-wrapper {
  left: -25px;
  list-style: none;
  padding: 0;
  position: relative;
  width: calc(100% + 50px);
}
@media (min-width: 600px) {
  .breadcrumb + .main .contact-person-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.breadcrumb + .main .contact-person-wrapper li {
  padding: 25px;
}
.breadcrumb + .main .contact-person-wrapper li:nth-child(1) {
  padding: 0 25px 25px;
}
@media (min-width: 600px) {
  .breadcrumb + .main .contact-person-wrapper li {
    flex: 1 calc(50% - 25px);
  }
  .breadcrumb + .main .contact-person-wrapper li:nth-child(2) {
    padding: 0 25px 25px;
  }
  .breadcrumb + .main .contact-person-wrapper li:last-child:nth-child(odd) {
    margin: 0 50% 0 0;
  }
}
.breadcrumb + .main .contact-person-wrapper li .contact-person-image {
  display: none;
}
.breadcrumb + .main .contact-person-wrapper li p {
  margin: 0;
}
@media (min-width: 600px) {
  .powermail_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.powermail_form h3 {
  display: none;
}
.powermail_form .powermail_fieldset {
  border: none;
  margin: 0 0 50px;
}
@media (min-width: 600px) {
  .powermail_form .powermail_fieldset.layout1 {
    padding: 0 25px 0 0;
    width: 50%;
  }
  .powermail_form .powermail_fieldset.layout2 {
    padding: 0 0 0 25px;
    width: 50%;
  }
  .powermail_form .powermail_fieldset.layout3 {
    width: 100%;
  }
}
.powermail_form .powermail_fieldset .powermail_legend {
  color: #76766f;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap {
  margin: 0 0 25px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label {
  color: #76766f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field {
  position: relative;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_input, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_textarea, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_captcha, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_date {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_input.parsley-error, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_textarea.parsley-error, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_captcha.parsley-error, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_date.parsley-error {
  border: 2px solid red;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_captcha {
  margin: 0 0 15px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_captcha.parsley-error {
  border: 2px solid red;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_select {
  background: transparent url("../icons/select-arrow.svg") no-repeat scroll center right 5px / 24px auto;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_select.parsley-error {
  border: 2px solid red;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_select option {
  padding: 1px 5px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit {
  background: #df252b;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background: #cc1e24;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .parsley-errors-list {
  bottom: -20px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .parsley-errors-list li {
  color: red;
  display: block;
  font-size: 12px;
}
.breadcrumb + .main .news.news-single .teaser-text {
  margin: 0 0 25px;
}
.breadcrumb + .main .news .article {
  border-bottom: 2px solid #cccccc;
  padding: 25px 0;
}
.breadcrumb + .main .news .article:first-child {
  padding: 0 0 25px;
}
.breadcrumb + .main .news .article:nth-last-child(3), .breadcrumb + .main .news .article:last-child {
  border-bottom: none;
}
.breadcrumb + .main .news .article > p:first-child {
  margin: 0;
}
.breadcrumb + .main .news .article .ce-gallery {
  display: none;
}
.breadcrumb + .main .news .article .teaser-text p {
  font-style: italic;
}
.breadcrumb + .main .news .article h2 {
  margin: 50px 0 10px;
}
.breadcrumb + .main .news .article.articletype-0 h2 {
  margin: 0 0 10px;
}
.breadcrumb + .main .news .page-navigation p {
  margin: 0;
}
.breadcrumb + .main .news .page-navigation .f3-widget-paginator {
  margin: 0;
  padding: 0;
}
.breadcrumb + .main .news .page-navigation .f3-widget-paginator li {
  display: inline-block;
}
.breadcrumb + .main .news .page-navigation .f3-widget-paginator li.current {
  background: #76766f;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 15px;
}
.breadcrumb + .main .news .page-navigation .f3-widget-paginator li a {
  background: #df252b;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 15px;
  transition: all 0.3s ease 0s;
}
.breadcrumb + .main .news .page-navigation .f3-widget-paginator li a:hover {
  background: #cc1e24;
}
.tx-geolocations #geolocations-map {
  height: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .tx-geolocations #geolocations-map {
    height: 600px;
  }
}
.tx-geolocations #geolocations-map #map-canvas {
  height: 300px !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .tx-geolocations #geolocations-map #map-canvas {
    height: 600px !important;
  }
}
.tx-geolocations #geolocations-map #map-canvas .toggle-lock {
  background-color: #df252b;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  height: 27px;
  line-height: 28px;
  margin-right: 11px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 27px;
}
.tx-geolocations #geolocations-map #map-canvas .toggle-lock.disabled {
  background: red;
}
.tx-geolocations #geolocations-map #map-canvas .toggle-lock.disabled::before {
  content: "";
}
.tx-geolocations #geolocations-map #map-canvas .poi-info-window {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.tx-geolocations #geolocations-map #map-canvas .poi-info-window .info-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.tx-geolocations #geolocations-map #map-canvas .poi-info-window .info-city, .tx-geolocations #geolocations-map #map-canvas .poi-info-window .info-country {
  margin: 0 0 10px;
}
.tx-geolocations #geolocations-map #loading-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .tx-geolocations #geolocations-map #loading-overlay {
    height: 600px;
  }
}
.tx-geolocations #geolocations-map #loading-overlay::before {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  color: #df252b;
  display: block;
  font-size: 48px;
  height: 100%;
  line-height: 300px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .tx-geolocations #geolocations-map #loading-overlay::before {
    line-height: 600px;
  }
}
.tx-geolocations #search-radial {
  margin: 50px 0 0;
}
@media (min-width: 600px) {
  .tx-geolocations #search-radial {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.tx-geolocations #search-radial .geolocations-fieldset {
  margin: 0 0 25px;
}
@media (min-width: 600px) {
  .tx-geolocations #search-radial .geolocations-fieldset:nth-child(1) {
    padding: 0 25px 0 0;
    width: 50%;
  }
  .tx-geolocations #search-radial .geolocations-fieldset:nth-child(2) {
    padding: 0 0 0 25px;
    width: 50%;
  }
  .tx-geolocations #search-radial .geolocations-fieldset:nth-child(3) {
    width: 100%;
  }
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-label {
  color: #76766f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field {
  position: relative;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field .geolocations-input {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field .geolocations-input[disabled="disabled"] {
  background: #ffffff;
  cursor: not-allowed;
  opacity: 0.3;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field .geolocations-select {
  background: transparent url("../icons/select-arrow.svg") no-repeat scroll center right 5px / 24px auto;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field .geolocations-select[disabled="disabled"] {
  background: #ffffff;
  cursor: not-allowed;
  opacity: 0.3;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field .geolocations-select option {
  padding: 1px 5px;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field .geolocations-submit {
  background: #df252b;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tx-geolocations #search-radial .geolocations-fieldset .geolocations-fieldwrap .geolocations-field .geolocations-submit:hover {
  background: #cc1e24;
}
.tx-geolocations #search-radial #geolocations-message {
  background-color: #df252b;
  color: #ffffff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  white-space: nowrap;
}
.tx-geolocations #geolocations-list {
  margin: 0 0 50px;
}
.tx-geolocations #geolocations-list .geolocations-list-item {
  border: none;
  display: block;
  margin: 0;
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0;
}
.tx-geolocations #geolocations-list .geolocations-list-item:hover {
  background: white;
}
.tx-geolocations #geolocations-list .geolocations-list-item:hover p {
  color: #76766f;
}
.tx-geolocations #geolocations-list .geolocations-list-item:last-child {
  border-bottom: none;
}
.tx-geolocations #geolocations-list .geolocations-list-item p:first-child {
  margin: 0;
}
.tx-geolocations #geolocations-list .geolocations-list-item h2 {
  color: #df252b;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.tx-geolocations #geolocations-list .geolocations-list-item h2:hover {
  color: #000000;
}
.tx-geolocations #geolocations-list .geolocations-list-item p {
  margin: 0;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.glossary ul.glossary-letters {
  display: none;
  -ms-flex-pack: justify;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .glossary ul.glossary-letters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.glossary ul.glossary-letters > li {
  background: #df252b;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(100% / 26);
}
.glossary ul.glossary-letters > li:hover {
  color: black;
}
.glossary ul.glossary-letters > li.disabled {
  background: #eeeeee;
  color: #76766f;
  cursor: default;
}
.glossary ul.glossary-letters > li.disabled:hover {
  color: #76766f;
}
.glossary ul.glossary-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.glossary ul.glossary-content > li {
  border-bottom: 2px solid #eeeeee;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.glossary ul.glossary-content > li.inactive {
  height: 44px !important;
}
.glossary ul.glossary-content > li.inactive > h3::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.glossary ul.glossary-content > li.big {
  color: #df252b;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}
.glossary ul.glossary-content > li > h3 {
  color: #df252b;
  cursor: pointer;
  line-height: 44px;
  position: relative;
}
.glossary ul.glossary-content > li > h3::before {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.glossary ul.glossary-content > li ul {
  padding: 0 0 0 20px;
}
#form_kesearch_pi1 .kesearch_searchbox {
  border: none;
}
#form_kesearch_pi1 .kesearch_searchbox #ke_search_sword {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#form_kesearch_pi1 .kesearch_searchbox #kesearch_submit, #form_kesearch_pi1 .kesearch_searchbox .resetbutt {
  display: none;
}
#form_kesearch_pi1 .kesearch_searchbox .submitbutt input {
  background: #df252b;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#form_kesearch_pi1 .kesearch_searchbox .submitbutt input:hover {
  background: #cc1e24;
}
#kesearch_num_results {
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 50px 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#kesearch_num_results::before {
  -webkit-animation: rotate 2s 0s infinite linear normal;
  animation: rotate 2s 0s infinite linear normal;
  color: #df252b;
  content: "";
  display: block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  font-size: 24px;
  line-height: inherit;
  text-align: center;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#kesearch_num_results.visible {
  color: #76766f;
}
#kesearch_num_results.visible::before {
  opacity: 0;
}
#kesearch_results {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#kesearch_results.visible {
  opacity: 1;
}
#kesearch_results .result-list-item {
  border-bottom: 2px solid #eeeeee;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
#kesearch_results .result-list-item:last-child {
  border-bottom: none;
}
#kesearch_results .result-list-item .result-title {
  color: #76766f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
#kesearch_results .result-list-item .result-teaser {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#kesearch_results .result-list-item .result-teaser .hit {
  border-bottom: 2px solid #76766f;
  font-weight: 700;
}
#kesearch_results .result-list-item .teaser_icon, #kesearch_results .result-list-item .result-number {
  display: none;
}
#kesearch_pagebrowser_bottom {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#kesearch_pagebrowser_bottom.visible {
  opacity: 1;
}
#kesearch_pagebrowser_bottom .result_txt {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li {
  display: block;
  margin: 0 5px 0 0;
}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li:last-child {
  margin: 0;
}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a {
  background: #df252b;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a:hover {
  background: #cc1e24;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer {
  background: #eeeeee;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  padding: 100px 0;
}
.footer .middle {
  border-top: 2px solid #eeeeee;
}
.footer .middle .wrapper {
  padding: 50px 25px 0;
}
@media (min-width: 1024px) {
  .footer .middle .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.footer .middle .wrapper .dsgvo a {
  display: inline-block;
}
.footer .middle .wrapper .dsgvo a img {
  width: 150px;
  height: auto;
}
.footer .middle .wrapper .social {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .footer .middle .wrapper .social {
    margin-top: 0;
  }
}
.footer .middle .wrapper .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: relative;
  background: #aaaaaa;
  cursor: pointer;
}
.footer .middle .wrapper .social a:first-child {
  margin-left: 0;
}
.footer .middle .wrapper .social a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: auto;
}
.footer .middle .wrapper .social a.facebook:hover {
  background: #0084FF;
}
.footer .middle .wrapper .social a.instagram:hover {
  background: linear-gradient(210.43deg, #4F5BD5 -12.96%, #962FBF 19.03%, #D62976 50.35%, #FA7E1E 85.01%, #FEDA75 115%);
}
.footer .middle .wrapper .social a.youtube:hover {
  background: #ff0000;
}
.footer .bottom .wrapper {
  padding: 40px 25px 0;
}
@media (min-width: 1024px) {
  .footer .bottom .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.footer .to-top {
  background: #df252b;
  bottom: 25px;
  color: #ffffff;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  opacity: 0;
  position: fixed;
  right: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  width: 44px;
  z-index: 300;
}
.footer .to-top.visible {
  opacity: 1;
  visibility: visible;
}
.footer .to-top:hover {
  background: #cc1e24;
}
@media (min-width: 1024px) {
  .footer .to-top {
    bottom: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#cookie-hint {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  right: 0;
  z-index: 200;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#cookie-hint div::after {
  display: block;
  content: "";
  clear: both;
}
#cookie-hint p {
  margin: 0;
  width: 75%;
  float: left;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#cookie-hint p a {
  color: #df252b;
}
#cookie-dismiss {
  float: right;
  display: inline-block;
  background: #df252b;
  padding: 0 15px;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 0;
}
.footer-navigation {
  margin: 0 0 75px;
}
.footer-navigation ul {
  left: -25px;
  list-style: none;
  position: relative;
  width: calc(100% + 50px);
}
.footer-navigation ul::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  .footer-navigation ul {
    left: 0;
    width: 100%;
  }
}
.footer-navigation ul li {
  display: block;
  margin: 0 0 25px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .footer-navigation ul li {
    border-radius: 0 0 35px 0;
    float: left;
    height: 98px;
    margin: 0 25px 25px 0;
    width: calc(50% - 12.5px);
  }
  .footer-navigation ul li:nth-child(2n+2) {
    margin: 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .footer-navigation ul li {
    width: calc(25% - 19px);
  }
  .footer-navigation ul li:nth-child(2n+2) {
    margin: 0 25px 25px 0;
  }
  .footer-navigation ul li:nth-child(4), .footer-navigation ul li:nth-child(8), .footer-navigation ul li:nth-child(11) {
    margin: 0 0 25px;
  }
  .footer-navigation ul li:nth-last-child(1), .footer-navigation ul li:nth-last-child(2), .footer-navigation ul li:nth-last-child(3) {
    width: calc(33% - 14px);
  }
}
.footer-navigation ul li a {
  background: #aaaaaa;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  line-height: 24px;
  padding: 25px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.footer-navigation ul li a::after {
  background: #aaaaaa;
  bottom: -30px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.footer-navigation ul li a::before {
  bottom: 10px;
  color: #ffffff;
  font-size: 110px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.footer-navigation ul li a:hover {
  background: transparent;
}
.footer-navigation ul li a:hover::after {
  background: transparent;
}
.footer-navigation ul li a:hover::before {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(3);
  transform: scale(3);
}
.copyright {
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .copyright {
    /* margin: 0; */
  }
}
.copyright-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media (min-width: 1024px) {
  .copyright-navigation ul {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.copyright-navigation ul li {
  margin: 0 0 10px;
  position: relative;
}
@media (min-width: 1024px) {
  .copyright-navigation ul li {
    margin: 0 0 0 25px;
  }
  .copyright-navigation ul li:first-child {
    margin: 0;
  }
}
.copyright-navigation ul li a {
  color: #76766f;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.copyright-navigation ul li a::after {
  background: #df252b;
  bottom: 0;
  content: "";
  display: none;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.copyright-navigation ul li a:hover {
  color: #df252b;
}
.copyright-navigation ul li.active a, .copyright-navigation ul li.current a {
  color: #df252b;
}
.copyright-navigation ul li.active a::after, .copyright-navigation ul li.current a::after {
  display: block;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cc-revoke, .cc-window {
  font-size: 14px;
}
.cc-window.cc-floating {
  max-width: 30em;
}
.cc-btn.cc-allow {
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
  background-color: #cecece !important;
}
.cc-btn.cc-allow:hover {
  background-color: #f4f4f4 !important;
}
.tx-storefinder #tx_storefinder_map {
  margin: 50px 0;
}
.tx-storefinder .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  margin-bottom: -50px;
}
@media (min-width: 1024px) {
  .tx-storefinder .form-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }
}
.tx-storefinder .form-grid .form-column > div {
  padding-bottom: 20px;
}
.tx-storefinder .form-grid .form-column > div.country {
  visibility: hidden;
}
.tx-storefinder form label {
  color: #666666;
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
}
.tx-storefinder form input[type=text] {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.tx-storefinder form select {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  color: #76766f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tx-storefinder form select option {
  padding: 2px 10px;
}
.tx-storefinder form .submit, .tx-storefinder form input[type=submit] {
  background: #df252b;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tx-storefinder form .submit:hover, .tx-storefinder form input[type=submit]:hover {
  background: #cc1e24;
}
.tx-storefinder .mapHeader {
  border: none;
  border-bottom: 2px solid #eeeeee;
  display: block;
  margin: 0;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #76766f;
}
.tx-storefinder .mapHeader:last-child {
  border-bottom: none;
}
.tx-storefinder .mapHeader .storename {
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
  color: #df252b;
  font-size: 18px;
}
.tx-storefinder .mapHeader .address, .tx-storefinder .mapHeader .email, .tx-storefinder .mapHeader .url {
  margin-bottom: 5px;
}
.tx-storefinder .mapHeader .distance, .tx-storefinder .mapHeader .icon {
  display: none;
}
.frame-type-mask_teaser {
  margin-bottom: 20px;
}
.frame-type-mask_teaser .container .show-more {
  display: none;
}
@media screen and (max-width: 599px) {
  .frame-type-mask_teaser {
    margin-bottom: 80px;
  }
  .frame-type-mask_teaser .container {
    position: relative;
  }
  .frame-type-mask_teaser .container .text {
    max-height: 100px;
    overflow: hidden;
  }
  .frame-type-mask_teaser .container .text.expanded {
    max-height: initial;
    overflow: initial;
  }
  .frame-type-mask_teaser .container .show-more {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    cursor: pointer;
    color: #df252b;
    text-align: center;
    font-weight: bold;
  }
  .frame-type-mask_teaser .container .show-more div {
    display: inline-block;
    color: #76766f;
    background-color: #eeeeee;
    padding: 8px 30px 8px 10px;
    position: relative;
  }
  .frame-type-mask_teaser .container .show-more div svg {
    display: inline-block;
    position: absolute;
    top: 7px;
    transition: transform 0.3s ease-in-out;
  }
  .frame-type-mask_teaser .container .show-more::before {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    content: "";
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .frame-type-mask_teaser .container .show-more.expanded::before {
    display: none;
  }
  .frame-type-mask_teaser .container .show-more.expanded div svg {
    transform: rotate(180deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-2147 {
  background: #eeeeee;
  background-image: url("../Images/Adventskalender-bg.jpg");
}
#page-2147 .breadcrumb ul li {
  color: #76766f !important;
}
#page-2147 main.main {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
#page-2147 main.main > .frame-default {
  background: #ffffff;
  padding: 30px 20px;
  margin: 0 auto 50px;
}
@media (min-width: 1024px) {
  #page-2147 main.main > .frame-default {
    border-radius: 0 100px 0 0;
  }
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext, #page-2147 main.main > .frame-default.frame-type-textmedia header {
  display: block;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext h1, #page-2147 main.main > .frame-default.frame-type-textmedia header h1 {
  color: #A81817;
  margin: 0 0 5px;
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext h2, #page-2147 main.main > .frame-default.frame-type-textmedia header h2 {
  color: #345F2B;
  margin-bottom: 15px;
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext p, #page-2147 main.main > .frame-default.frame-type-textmedia header p {
  margin: 0 0 15px;
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext p:last-child, #page-2147 main.main > .frame-default.frame-type-textmedia header p:last-child {
  margin: 0;
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext .social-button, #page-2147 main.main > .frame-default.frame-type-textmedia header .social-button {
  background-color: #795433;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  margin: 13px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 0 45px 0 15px;
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext .social-button.fb, #page-2147 main.main > .frame-default.frame-type-textmedia header .social-button.fb {
  background-image: url("../Icons/facebook.png");
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext .social-button.insta, #page-2147 main.main > .frame-default.frame-type-textmedia header .social-button.insta {
  background-image: url("../Icons/instagram.png");
}
#page-2147 main.main > .frame-default.frame-type-textmedia .ce-bodytext .social-button:hover, #page-2147 main.main > .frame-default.frame-type-textmedia header .social-button:hover {
  background-color: #67482b;
}
#page-2147 main.main > .frame-default.frame-type-html header {
  display: block;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
#page-2147 main.main > .frame-default.frame-type-html header h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
#page-2147 main.main > .frame-default .ce-textpic {
  margin: 0;
}
#page-2147 main.main .frame-type-html .logos {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
}
#page-2147 main.main .frame-type-html .logos > div {
  text-align: center;
}
#page-2147 main.main .frame-type-html .logos > div a {
  display: inline-block;
}
#page-2147 main.main .frame-type-html .logos > div a img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
#page-2147 main.main .frame-type-mask_advent_calendar {
  margin: 0 auto 50px;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li {
  padding: 0 0 60px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 50px 0 0;
  cursor: pointer;
  /*
          &:hover {
            @media screen and (hover:none) and (pointer:coarse) {
              .overlay {
                bottom: -50px;
              }
            }
          }
          */
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li img {
  display: block;
  width: 100%;
  height: auto;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 32px;
  border-radius: 0 50px 0 0;
  box-shadow: 0 0 0 8px #E9EBE8;
  background-repeat: no-repeat;
  background-position: right 36px top 22px;
  transition: all 0.3s ease-in-out;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li .overlay .day {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li .overlay .steps {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li .overlay .steps strong {
  font-weight: bold;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.green .overlay {
  background-color: #345F2B;
  background-image: url("../Icons/Adventskalender-Blaetter.png");
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.green.today {
  box-shadow: none;
  border: 10px solid #345F2B;
  border-bottom: 0;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.green.today .overlay {
  padding: 24px;
  box-shadow: 0 0 0 8px #345F2B;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.red .overlay {
  background-color: #A81817;
  background-image: url("../Icons/Adventskalender-Rentier.png");
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.red.today {
  box-shadow: none;
  border: 10px solid #A81817;
  border-bottom: 0;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.red.today .overlay {
  padding: 24px;
  box-shadow: 0 0 0 8px #A81817;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.blue .overlay {
  background-color: #355673;
  background-image: url("../Icons/Adventskalender-Schneeflocke.png");
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.blue.today {
  box-shadow: none;
  border: 10px solid #355673;
  border-bottom: 0;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.blue.today .overlay {
  padding: 24px;
  box-shadow: 0 0 0 8px #355673;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.brown .overlay {
  background-color: #795433;
  background-image: url("../Icons/Adventskalender-Kugel.png");
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.brown.today {
  box-shadow: none;
  border: 10px solid #795433;
  border-bottom: 0;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.brown.today .overlay {
  padding: 24px;
  box-shadow: 0 0 0 8px #795433;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.gold .overlay {
  background-image: url("../Icons/Adventskalender-Blaetter.png"), linear-gradient(108.73deg, #FDDC99 4.23%, #8D6749 100%);
  background-position: right 36px top 22px, center center;
  background-repeat: no-repeat, no-repeat;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.gold.today {
  box-shadow: none;
  border: 10px solid linear-gradient(108.73deg, #FDDC99 4.23%, #8D6749 100%);
  border-bottom: 0;
}
#page-2147 main.main .frame-type-mask_advent_calendar ul li.gold.today .overlay {
  padding: 24px;
  box-shadow: none;
}
@media (max-width: 545px) {
  #page-2147 main.main .frame-type-mask_advent_calendar ul {
    grid-template-columns: 1fr 1fr;
  }
  #page-2147 main.main .frame-type-mask_advent_calendar ul li {
    padding: 0 0 70px;
  }
  #page-2147 main.main .frame-type-mask_advent_calendar ul li .overlay {
    padding: 24px 15px;
    background-size: 20%;
    background-position: right 26px top 20px;
  }
  #page-2147 main.main .frame-type-mask_advent_calendar ul li .overlay .day {
    font-size: 24px;
  }
  #page-2147 main.main .frame-type-mask_advent_calendar ul li .overlay .steps {
    font-size: 12px;
    line-height: 18px;
  }
  #page-2147 main.main .frame-type-mask_advent_calendar ul li.gold .overlay {
    background-size: 20%, cover;
    background-position: right 26px top 20px, center center;
  }
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal-underlay {
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  animation: fadein 0.5s;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal {
  width: 100%;
  max-width: 600px;
  position: relative;
  background-color: #ffffff;
  margin: 20px auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media (min-width: 500px) {
  #page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal {
    border-radius: 0 100px 0 0;
  }
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 30px;
  color: #76766F;
}
@media (min-width: 500px) {
  #page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-close {
    left: 20px;
    top: 20px;
  }
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-close:focus, #page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body {
  padding: 40px;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .image {
  margin-bottom: 40px;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 320px;
  border-radius: 0 50px 0 0;
  margin: 0 auto;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .steps {
  color: #76766F;
  text-align: center;
  margin-bottom: 32px;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .text {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .text h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .participate {
  margin-top: 40px;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .participate button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background: #009020;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
}
#page-2147 main.main .frame-type-mask_advent_calendar .advent-popup .modal .modal-body .participate button:hover {
  background: #00771a;
  cursor: pointer;
}
#page-2147 main.main .powermail_form {
  max-width: 560px;
  margin: 0 auto;
}
#page-2147 main.main .powermail_form .powermail_fieldset {
  margin: 0;
  width: 100%;
  display: block;
}
#page-2147 main.main .powermail_form .powermail_fieldset .powermail_submit {
  background: #009020;
  -webkit-appearance: none;
  appearance: none;
}
#page-2147 main.main .powermail_form .powermail_fieldset .powermail_submit:hover {
  background: #00771a;
}
#page-2147 main.main .powermail_form .powermail_fieldset .powermail_field {
  color: #76766f;
}
#page-2147 main.main .powermail_form #donate-now {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  align-items: center;
}
@media (min-width: 768px) {
  #page-2147 main.main .powermail_form #donate-now {
    grid-template-columns: 1fr 200px;
  }
}
#page-2147 main.main .powermail_form #donate-now .donate-now h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  display: block;
}
#page-2147 main.main .powermail_form #donate-now .donate-now a.button {
  display: inline-block;
  background: #009020;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  padding: 0 30px;
}
#page-2147 main.main .powermail_form #donate-now .donate-now a.button:hover {
  background: #00771a;
  cursor: pointer;
}
#page-2147 main.main .powermail_form #donate-now .donate-now img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin: 0 30px;
  position: relative;
  top: 10px;
}
#page-2147 main.main .powermail_form #donate-now .donate-now-pp {
  text-align: center;
}
#page-2147 main.main .powermail_form #donate-now .donate-now-pp a {
  display: inline-block;
}
#page-2147 main.main .powermail_form #donate-now .donate-now-pp a img {
  display: block;
  width: 198px;
  height: auto;
  margin: 0 auto;
}
#page-2147 main.main .tx-powermail .powermail_create {
  max-width: 600px;
  margin: 0 auto;
}
.extra-navigation ul li:last-child a {
  color: #D32F2F !important;
}
#c5173 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: -8px;
}
#c5173 ul li {
  padding: 8px;
}
#c5173 ul li a {
  background: #536dfe;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
#c5173 ul li a:hover {
  background: #2042fe;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 20000;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#loader.loaded {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #df252b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#c4823 div.has-video-iframe {
  margin-left: 0;
  margin-bottom: 0;
  float: none;
}
#c4823 div.has-video-iframe video {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_reset.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_wrapper.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_header.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_header-navigation.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_content.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_extra-navigation.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_main.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_aside.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_breadcrumb.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_main-navigation.scss%22%2C%22%2F(stdin)%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_slideshow.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_shortcuts.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_header-image.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_off-canvas.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_contact-person.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_powermail.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_news.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_geolocations.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_glossary.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_search.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_footer.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_footer-navigation.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_copyright.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_copyright-navigation.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_video.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_cookie.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_stores.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_teaser.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_adventcalendar.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_job-offers-menu.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2FGeneral.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACrGH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAC%2FDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvXA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpCA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAC5EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BACxIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAD3KJ%3BACoLA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADzLA%3BAC%2BLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FNF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BACND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BACrID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACpCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3IL%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAC9ER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtRD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAC9FF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAASL%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5KA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzGL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAC1DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACZA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACrHJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BACpEZ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAChiBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BACER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */