@charset "UTF-8";
/* global styles */
.cleared:after {
  clear: both;
  content: "";
  display: block;
}
br[data-mce-bogus="1"] {
  display: none;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.entry-content {
  word-break: break-word;
}
.entry-content--space-bottom {
  margin-bottom: 8rem;
}
.entry-content hr {
  border-color: #B4B4B4;
}
.entry-content a {
  text-decoration: underline;
  color: #000;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content .small-font {
  font-size: 1.2rem;
}
.entry-content sup {
  font-size: 0.7em;
  vertical-align: top;
}
.entry-content p {
  margin: 0 0 2rem;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-left: 1.4rem solid #557EB5;
  border-radius: 0.5rem;
  padding: 2.6rem 2rem;
  margin-bottom: 2rem;
}
.entry-content blockquote:before {
  font-family: "icomoon" !important;
  content: "";
  display: block;
  font-size: 3rem;
  margin-bottom: 1rem;
  display: none;
  line-height: 1;
}
.entry-content blockquote.warning {
  border-left: 1.4rem solid #E01C15;
}
.entry-content blockquote.warning:before {
  content: "";
  display: block;
}
.entry-content blockquote.notice {
  border-left: 1.4rem solid #69A434;
}
.entry-content blockquote.notice:before {
  content: "";
  display: block;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content ul, .entry-content ol {
  margin: 0 0 2rem;
}
.entry-content h5 {
  margin-bottom: 1rem;
}
.entry-content ul {
  padding-left: 1.3rem;
}
.entry-content ul li {
  text-indent: -1.3rem;
}
.entry-content ul li:before {
  content: "-";
  margin-right: 0.5rem;
}
.entry-content ol {
  list-style-position: inside;
  margin-bottom: 0;
}
.entry-content--italic {
  font-family: "source-serif-4-small-text", serif;
  font-size: 1.8rem;
  line-height: 1.33;
  font-style: italic;
  font-weight: 400;
}
.entry-content table {
  width: 100%;
  margin-bottom: 3rem;
}
.entry-content table td {
  border-bottom: 1px solid rgba(180, 180, 180, 0.5);
  padding: 1rem 0;
}
.entry-content table.colored tr:nth-child(even) td {
  background: #f5f5f5;
}
.entry-content table.colored tr:first-child td {
  vertical-align: middle;
  padding: 0.5rem 0.9rem;
}
.entry-content table.colored td {
  padding: 1rem 0.9rem;
}
.entry-content table.colored td:first-child {
  width: 13rem;
  box-sizing: border-box;
}
.entry-content table.sticky-column {
  width: auto;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1.2rem;
}
.entry-content table.sticky-column td, .entry-content table.sticky-column th {
  padding: 0.5rem 0.9rem;
  font-weight: 300;
  border: none;
  min-height: 3.8rem;
  vertical-align: middle;
  width: 13rem;
  min-width: 13rem;
  box-sizing: border-box;
}
.entry-content table.sticky-column td {
  width: 8rem;
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: center;
  min-width: 8rem;
}
.entry-content table.sticky-column tr:nth-child(odd) td {
  background: #f5f5f5;
}
.entry-content table.sticky-column tr:first-child td {
  background-color: #ffffff;
  text-align: left;
}
.entry-content table.sticky-column tbody th {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  font-weight: 300;
  text-align: left;
}
.entry-content .sticky-column-outer {
  width: 100%;
  overflow: auto;
}
.entry-content .colored-table-wrap {
  position: relative;
}
.entry-content .colored-table-wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13rem;
  content: "";
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 2;
}
.entry-content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem 2rem;
}
.entry-content .gallery-item {
  width: calc(100% - 4rem);
  margin: 0 2rem 2rem;
}
.entry-content .gallery-item img {
  width: 100%;
}
.entry-content .gallery-caption {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  padding-top: 1rem;
}
.entry-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 4rem);
  margin: 0 2rem 2rem;
}
.entry-content .gallery-columns-3 .gallery-item {
  width: calc(33.33% - 4rem);
  margin: 0 2rem 2rem;
}
body.overlayed, html.overlayed {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
html.overlayed {
  overflow-y: scroll !important;
  margin-top: 0 !important;
}
body.overlayed {
  overflow: hidden;
}
.btn {
  background: #fff;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  border: 1px solid #000;
  border-radius: 0.5rem;
  padding: 1.3rem 5rem 1.7rem 2rem;
  display: inline-block;
  color: #000;
  position: relative;
  text-decoration: none !important;
}
.btn span {
  display: inline-block;
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: rotate(-90deg) translate(0, -50%);
  overflow: hidden;
  transform-origin: 50% 0;
  transition: right 0.35s;
}
.btn--full {
  display: block;
}
.btn--grey {
  background: #646464;
  border-color: #323232;
}
.btn--grey span {
  color: #fff;
}
.btn:hover span {
  right: 0.5rem;
}
.ia-btn, .woocommerce-Button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background: #fff;
  background-color: #fff;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  border: 1px solid #646464;
  border-radius: 0.5rem;
  padding: 2rem 5rem 2rem 2rem;
  display: inline-block;
  color: #646464 !important;
  position: relative;
  text-decoration: none !important;
  transition: all 0.35s;
}
.ia-btn--news_download, .woocommerce-Button--news_download, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--news_download, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--news_download, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--news_download, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--news_download, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--news_download, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--news_download, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--news_download, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--news_download {
  margin-top: 2rem;
}
.ia-btn:hover, .woocommerce-Button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  border: 1px solid #323232;
  color: #323232 !important;
  font-weight: bold !important;
}
.ia-btn:before, .woocommerce-Button:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:before {
  position: absolute;
  right: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  box-sizing: border-box;
  content: "";
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -1rem;
}
.ia-btn--pdf:before, .ia-btn.woocommerce-Button--pdf:before, .woocommerce-Button--pdf:before, .woocommerce-Button.woocommerce-Button--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--pdf:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--pdf:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--pdf:before {
  content: "";
  font-family: "icomoon";
  font-size: 2.2rem;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
}
.ia-btn--download:before, .ia-btn.woocommerce-Button--download:before, .woocommerce-Button--download:before, .woocommerce-Button.woocommerce-Button--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--download:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--download:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--download:before {
  content: "";
  font-family: "icomoon";
  font-size: 2.2rem;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
}
.ia-btn--transparent, .ia-btn.woocommerce-Button--transparent, .woocommerce-Button--transparent, .woocommerce-Button.woocommerce-Button--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--transparent, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--transparent, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--transparent {
  background: transparent;
}
.ia-btn--inline, .woocommerce-Button--inline, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--inline, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--inline, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--inline, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--inline, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--inline, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--inline, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--inline, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--inline {
  display: inline-block;
  width: auto !important;
}
.ia-btn--dark, .ia-btn.woocommerce-Button--dark, .woocommerce-Button--dark, .woocommerce-Button.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--dark {
  background: #646464 !important;
  color: #fff !important;
}
.ia-btn--dark:before, .ia-btn.woocommerce-Button--dark:before, .woocommerce-Button--dark:before, .woocommerce-Button.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--dark:before {
  border-color: #fff;
}
.ia-btn--yellow, .ia-btn.woocommerce-Button--yellow, .woocommerce-Button--yellow, .woocommerce-Button.woocommerce-Button--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--yellow, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--yellow {
  background: #E4B900;
  border-color: #E4B900;
  color: #000 !important;
}
.ia-btn--yellow:before, .ia-btn.woocommerce-Button--yellow:before, .woocommerce-Button--yellow:before, .woocommerce-Button.woocommerce-Button--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--yellow:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--yellow:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--yellow:before {
  border-color: #000;
}
.ia-btn--custom:before, .ia-btn.woocommerce-Button--custom:before, .woocommerce-Button--custom:before, .woocommerce-Button.woocommerce-Button--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--custom:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--custom:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--custom:before {
  display: none;
}
.ia-btn--custom span, .ia-btn.woocommerce-Button--custom span, .woocommerce-Button--custom span, .woocommerce-Button.woocommerce-Button--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--custom span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--custom span, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--custom span {
  font-size: 3rem;
  line-height: 1.8rem;
  position: absolute;
  right: 2rem;
  font-weight: bold;
  top: 50%;
  transform: translate(0, -50%);
}
.ia-btn--secondary, .ia-btn.woocommerce-Button--secondary, .woocommerce-Button--secondary, .woocommerce-Button.woocommerce-Button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--secondary, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--secondary {
  border: none;
  padding: 0.1rem 4rem 0.5rem 0;
  color: #323232 !important;
  background: transparent;
}
.ia-btn--secondary:before, .ia-btn.woocommerce-Button--secondary:before, .woocommerce-Button--secondary:before, .woocommerce-Button.woocommerce-Button--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--secondary:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--secondary:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--secondary:before {
  right: 1.1rem;
  top: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
}
.ia-btn--secondary:after, .ia-btn.woocommerce-Button--secondary:after, .woocommerce-Button--secondary:after, .woocommerce-Button.woocommerce-Button--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--secondary:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--secondary:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--secondary:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #323232;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
}
.ia-btn--secondary:hover, .ia-btn.woocommerce-Button--secondary:hover, .woocommerce-Button--secondary:hover, .woocommerce-Button.woocommerce-Button--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--secondary:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--secondary:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--secondary:hover {
  border: none;
  color: #000 !important;
}
.ia-btn--secondary.loaded:after, .ia-btn.woocommerce-Button--secondary.loaded:after, .woocommerce-Button--secondary.loaded:after, .woocommerce-Button.woocommerce-Button--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--secondary.loaded:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--secondary.loaded:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--secondary.loaded:after {
  background: url(../images/loader.svg) no-repeat 50% 50% / 2.9rem 2.9rem;
  border: none;
}
.ia-btn--secondary.loaded:before, .ia-btn.woocommerce-Button--secondary.loaded:before, .woocommerce-Button--secondary.loaded:before, .woocommerce-Button.woocommerce-Button--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--secondary.loaded:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--secondary.loaded:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--secondary.loaded:before {
  display: none;
}
.ia-btn--back:before, .ia-btn.woocommerce-Button--back:before, .woocommerce-Button--back:before, .woocommerce-Button.woocommerce-Button--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--back:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--back:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--back:before {
  transform: rotate(135deg);
  right: 0.8rem;
}
.ia-btn--secondary-small, .ia-btn.woocommerce-Button--secondary-small, .woocommerce-Button--secondary-small, .woocommerce-Button.woocommerce-Button--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button--secondary-small, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button--secondary-small, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--secondary-small {
  font: 500 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  padding: 0.4rem 4rem 0.4rem 0;
}
.woocommerce-Button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background: transparent;
}
.woocommerce-Button.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--dark, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--dark {
  background: #646464 !important;
  color: #fff !important;
  transition: background 0.35s;
}
.woocommerce-Button.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--dark:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--dark:before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--dark:before {
  border-color: #fff;
}
.woocommerce-Button.woocommerce-Button--dark:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.woocommerce-Button--dark:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.woocommerce-Button--dark:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woocommerce-Button--dark:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.woocommerce-Button--dark:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.woocommerce-Button--dark:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.woocommerce-Button--dark:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.woocommerce-Button--dark:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.woocommerce-Button--dark:hover {
  background-color: #323232 !important;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.ia-slider {
  position: relative;
}
.ia-slider .slick-arrow {
  position: absolute;
  left: -3rem;
  top: 50%;
  height: 3.5rem;
  width: 3.5rem;
  background: #B4B4B4;
  text-indent: -9999px;
  padding: 0;
  margin: -2rem 0 0;
  border: none;
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
}
.ia-slider .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.ia-slider .slick-arrow:before {
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 1.2rem;
  left: 1.4rem;
  transform: rotate(135deg);
  content: "";
}
.ia-slider .slick-arrow.slick-next {
  left: auto;
  right: -3rem;
}
.ia-slider .slick-arrow.slick-next:before {
  left: 1rem;
  transform: rotate(-45deg);
}
.flex-columns {
  display: flex;
  flex-wrap: wrap;
}
.flex-columns--grid {
  margin: 0 -2rem;
}
.flex-columns-4 .product-card, .flex-columns-4 > div {
  width: calc(25% - 4rem);
  margin: 0 2rem 4rem;
}
.flex-columns-4 .product-card .product-card, .flex-columns-4 > div .product-card {
  margin: 0;
  width: 100%;
  height: 100%;
}
.flex-columns-4 .product-card .teaser-card-small--person, .flex-columns-4 .product-card .teaser-card-small, .flex-columns-4 > div .teaser-card-small--person, .flex-columns-4 > div .teaser-card-small {
  height: 100%;
}
.flex-columns-3 .product-card, .flex-columns-3 > div {
  width: calc(33.33% - 4rem);
  margin: 0 2rem 4rem;
}
.flex-columns-3 .product-card .product-card, .flex-columns-3 > div .product-card {
  margin: 0;
  width: 100%;
  height: 100%;
}
.flex-columns-3 .product-card .teaser-card-small--person, .flex-columns-3 .product-card .teaser-card-small, .flex-columns-3 > div .teaser-card-small--person, .flex-columns-3 > div .teaser-card-small {
  height: 100%;
}
.flex-columns-1 > div {
  width: calc(100% - 4rem);
  margin: 0 2rem 4rem;
}
.flex-columns-2 > div {
  width: calc(50% - 4rem);
  margin: 0 2rem;
}
.flex-columns-2 > div.project-hero__col-75 {
  width: calc(75% - 4rem);
}
.flex-columns-2 > div.project-hero__col-75 > div {
  margin-bottom: 5rem;
}
.flex-columns-2 > div.project-hero__col-75 > div.visitor-centre__accordion, .flex-columns-2 > div.project-hero__col-75 > div.contentbox-btn, .flex-columns-2 > div.project-hero__col-75 > div.contentbox-table, .flex-columns-2 > div.project-hero__col-75 > div.contentbox-space, .flex-columns-2 > div.project-hero__col-75 > div:last-child {
  margin-bottom: 0;
}
.flex-columns-2 > div.project-hero__col-25 {
  width: calc(25% - 4rem);
}
.flex-columns-2 > div .product-card {
  margin: 0;
  width: 100%;
  height: 100%;
}
.flex-columns--product {
  margin-bottom: 10rem;
}
.flex-columns .col-28 {
  width: 28.1%;
}
.flex-columns .col-65 {
  width: 65.5%;
}
.flex-columns .col-50 {
  width: calc(50% - 4rem);
  margin: 0 2rem 4rem;
}
.flex-columns .col-45 {
  width: calc(44.4% - 4rem);
  margin: 0 2rem;
}
.flex-columns .col-55 {
  width: calc(55.6% - 4rem);
  margin: 0 2rem;
}
.flex-columns .col-40 {
  width: calc(50% - 4rem);
  margin: 0 2rem;
  padding-right: 10%;
  box-sizing: border-box;
}
.flex-columns .col-40--product {
  padding-right: 7.5%;
}
.flex-columns .col-40--product img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100% !important;
  transform: translate(-50%, -50%);
}
.flex-columns .col-33 {
  width: calc(33.33% - 4rem);
  margin: 0 2rem 4rem;
}
.flex-columns .col-25 {
  width: calc(25% - 4rem);
  margin: 0 2rem 4rem;
}
.columns-grid {
  display: flex;
  margin: 0 -2rem;
  flex-wrap: wrap;
}
.columns-grid .column-grid-3 {
  width: calc(33.33% - 4rem);
  margin: 0 2rem 4rem;
  display: flex;
}
.card {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  display: flex;
  position: relative;
}
.card__image {
  padding-top: 39%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.card__image img {
  display: none;
}
.card__meta {
  display: flex;
  justify-content: space-between;
  font: 500 1rem/1.6 "sofia-pro", Arial, sans-serif;
  letter-spacing: 0.75px;
  margin-bottom: 0.5rem;
}
.card__label {
  text-transform: uppercase;
  max-width: calc(100% - 7rem);
}
.card__inner {
  padding: 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  margin-top: 39%;
}
.card__heading {
  margin-bottom: 1.5rem;
  flex: 1;
}
.card__heading a {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #000;
  display: block;
  transition: color 0.35s;
}
.card__heading a:hover {
  color: #E01C15;
}
.card__tags {
  font-size: 0;
}
.card__tags a {
  display: inline-block;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  color: #E01C15;
  margin: 0 2rem 0 0;
}
.card__tags a span {
  color: #646464;
}
.card__tags a:hover {
  text-decoration: underline;
}
.ia-form h6 {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  margin-bottom: 2rem;
}
.ia-form p {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 2px solid #646464;
  position: relative;
  margin-bottom: 2rem !important;
  padding: 2.3rem 2rem 1.5rem !important;
  box-sizing: border-box;
}
.ia-form p#subscribed_field {
  margin: 2rem 0 0 !important;
}
.ia-form p.filled-in label {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  position: absolute;
  left: 2rem;
  top: 0.7rem;
}
.ia-form p.legal {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 6rem !important;
  height: auto;
  border: none;
}
.ia-form p.legal label {
  position: static;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.ia-form p.legal label a {
  color: #000;
  text-decoration: underline;
}
.ia-form p.legal label a:hover {
  text-decoration: none;
}
.ia-form p.legal label input {
  display: none !important;
}
.ia-form p.legal label input:checked + span:after {
  opacity: 1;
}
.ia-form p.legal label abbr {
  display: none !important;
}
.ia-form p.legal label span {
  padding: 0 0 0 3.8rem;
  display: block;
  margin-bottom: 2rem;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.ia-form p.legal label span:last-child {
  margin-bottom: 0;
}
.ia-form p.legal label span:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0.2rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.ia-form p.legal label span:after {
  width: 1rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.35s;
}
.ia-form p.legal label span.optional {
  display: none;
}
.ia-form p.legal.woocommerce-invalid label span:before {
  border: 1px solid #E01C15;
}
.ia-form p label {
  display: block;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 2;
  right: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ia-form p input[type="text"], .ia-form p input[type="password"], .ia-form p input[type="date"], .ia-form p input[type="tel"], .ia-form p input[type="email"], .ia-form p input[type="number"], .ia-form p textarea {
  color: #323232;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
}
.ia-form p textarea {
  height: 32rem;
  background: transparent;
  resize: none;
}
.ia-form p em {
  position: absolute;
  top: 100%;
  left: 2rem;
  color: #E01C15;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
}
.ia-form p.error:before {
  content: "";
  font-family: "icomoon" !important;
  font-size: 2.3rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  color: #E01C15;
  transform: translate(0, -50%);
}
.ia-form p.ia-form-textarea {
  border: none;
}
.ia-form p.ia-form-radio {
  background: transparent;
  padding-left: 0;
  border: none;
}
.ia-form p.ia-form-radio input {
  display: none;
}
.ia-form p.ia-form-radio input:checked + label:after {
  opacity: 1;
}
.ia-form p.ia-form-radio label {
  padding: 0 0 0 3.8rem;
  display: block;
  margin-bottom: 2rem;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.ia-form p.ia-form-radio label:last-child {
  margin-bottom: 0;
}
.ia-form p.ia-form-radio label:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.ia-form p.ia-form-radio label:after {
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  background: #000;
  opacity: 0;
  transition: opacity 0.35s;
}
.ia-form p.ia-form-checkbox {
  background: transparent;
  padding-left: 0;
  border: none;
}
.ia-form p.ia-form-checkbox input {
  display: none;
}
.ia-form p.ia-form-checkbox input:checked + label:after {
  opacity: 1;
}
.ia-form p.ia-form-checkbox label {
  padding: 0 0 0 3.8rem;
  display: block;
  margin-bottom: 2rem;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.ia-form p.ia-form-checkbox label:last-child {
  margin-bottom: 0;
}
.ia-form p.ia-form-checkbox label:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0.2rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.ia-form p.ia-form-checkbox label:after {
  width: 1rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.35s;
}
.ia-form p.ia-form-checkbox.create-account label {
  display: block;
  padding-left: 0;
  overflow: visible;
}
.ia-form p.ia-form-checkbox.create-account label:before {
  display: none;
}
.ia-form p.mailchimp-newsletter {
  background: transparent;
  padding: 0 !important;
  border: none;
}
.ia-form p.mailchimp-newsletter input {
  display: none !important;
}
.ia-form p.mailchimp-newsletter input:checked + span:after {
  opacity: 1;
}
.ia-form p.mailchimp-newsletter label {
  position: static !important;
}
.ia-form p.mailchimp-newsletter label span {
  padding: 0 0 0 3.8rem;
  display: block;
  margin-bottom: 2rem;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.ia-form p.mailchimp-newsletter label span:last-child {
  margin-bottom: 0;
}
.ia-form p.mailchimp-newsletter label span:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0.2rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.ia-form p.mailchimp-newsletter label span:after {
  width: 1rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.35s;
}
.ia-form button {
  margin-top: 1rem;
  display: inline-block;
  min-width: 26rem;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
}
.ia-form.woocommerce-form p.form-row {
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 2.3rem 2rem 1rem;
  position: relative;
  height: 6rem;
}
.ia-form.woocommerce-form p.form-row.woocommerce-invalid {
  background: #f2d4d3;
  border-block-color: #e33d39;
}
.ia-form.woocommerce-form p.form-row.woocommerce-invalid label {
  color: #E01C15 !important;
}
.ia-form.woocommerce-form p.form-row#chosen_climate_field {
  height: auto;
}
.ia-form.woocommerce-form p.form-row.ia-form-checkbox, .ia-form.woocommerce-form p.form-row.mailchimp-newsletter {
  background: transparent;
  padding-left: 0;
  border: none;
  height: auto;
}
.ia-form.woocommerce-form p.form-row#subscribed_field label:before {
  display: none;
}
.ia-form.woocommerce-form p.form-row#subscribed_field span {
  white-space: normal;
  margin-bottom: 0;
}
.ia-form.woocommerce-form p.form-row#subscribed_field span:before {
  top: -2rem;
}
.ia-form.woocommerce-form p.form-row#subscribed_field span:after {
  top: -1.3rem;
}
.ia-form.woocommerce-form p.form-row#subscribed_field .description {
  display: block !important;
  background: transparent;
  padding: 0 0 2rem;
  margin: -0.5rem 0 0;
  color: #000;
}
.ia-form.woocommerce-form p.form-row#subscribed_field .description:before {
  display: none;
}
.ia-form.woocommerce-form p.form-row.notes {
  height: 12rem;
}
.ia-form.woocommerce-form p.form-row label {
  line-height: 2rem;
}
.ia-form.woocommerce-form p.form-row input[type="text"], .ia-form.woocommerce-form p.form-row input[type="password"], .ia-form.woocommerce-form p.form-row input[type="date"], .ia-form.woocommerce-form p.form-row input[type="email"], .ia-form.woocommerce-form p.form-row input[type="number"], .ia-form.woocommerce-form p.form-row textarea {
  background: transparent;
}
.ia-form.woocommerce-form p.form-row--transparent {
  background: transparent;
  border: none;
  padding: 0 !important;
}
.ia-form.woocommerce-form p.form-row .select2-container--default .select2-selection--single {
  border: none;
}
.ia-form.woocommerce-form p.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #323232;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
}
.ia-form.woocommerce-form p.form-row-wide--password_1.invalid {
  margin-bottom: 8rem !important;
}
.ia-form.woocommerce-form .ia-form-select {
  position: relative;
}
.ia-form.woocommerce-form .ia-form-select .optional {
  display: none;
}
.ia-form.woocommerce-form .ia-form-select:after {
  width: 0;
  position: absolute;
  right: 2rem;
  top: 2.8rem;
  pointer-events: none;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  content: "";
  border-top: 1rem solid #000;
}
.ia-form.woocommerce-form .ia-form-select select {
  border: none;
  background: transparent;
  color: #323232;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
}
.ia-form.woocommerce-form p.lost_password {
  text-align: center;
  padding: 0;
  border: none;
  background: transparent;
  font-style: italic;
}
.ia-form.woocommerce-form p.lost_password a {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  color: #000;
  text-decoration: underline;
  font-style: italic;
}
.ia-form.woocommerce-form p.lost_password a:hover {
  text-decoration: none;
}
.ia-form__field-instructions {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  margin-bottom: 2.6rem;
  display: block;
}
.ia-form legend {
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  padding: 2.6rem 0;
}
.switch {
  position: relative;
  display: block;
  height: 2rem;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  color: #646464;
}
.switch span {
  cursor: pointer;
}
.switch input {
  display: none;
}
.switch input:checked + .switch__slider {
  background-color: #323232;
}
.switch input:checked + .switch__slider:before {
  transform: translateX(2.1rem);
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 4.2rem;
  right: 0;
  bottom: 0;
  background-color: #B4B4B4;
  transition: 0.4s;
  border-radius: 2rem;
}
.switch__slider:before {
  position: absolute;
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  left: -0.2rem;
  bottom: -0.2rem;
  border: 1px solid #B4B4B4;
  background-color: #fff;
  transition: 0.4s;
}
.switch-labeled {
  width: auto;
  padding-left: 4.5rem;
}
.switch-labeled b {
  font-size: 1.6rem;
  line-height: 2rem;
}
.switch-labeled input:checked + .switch__slider {
  background: transparent;
  border-color: #323232;
}
.switch-labeled input:checked + .switch__slider:before {
  transform: translateX(1.6rem);
  border-color: #323232;
  background: #323232;
}
.switch-labeled .switch__slider {
  width: 3.6rem;
  height: 1.9rem;
  border: 1px solid #B4B4B4;
  right: auto;
  background: transparent;
}
.switch-labeled .switch__slider:before {
  width: 1.3rem;
  height: 1.3rem;
  bottom: 0.2rem;
  left: 0.3rem;
  background: #B4B4B4;
}
.show-mobile {
  display: none;
}
/*typography*/
.ia-heading {
  position: relative;
  margin-bottom: 2rem;
}
.ia-heading:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3rem;
  height: 1px;
  background-color: #000;
  content: "";
}
.ia-heading span {
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-transform: uppercase;
  font: 600 1.6rem/1.18 "sofia-pro", Arial, sans-serif;
  padding-right: 1rem;
}
.teaserbox-section--grey .ia-heading span {
  background: #f5f5f5;
}
.ia-label {
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.ia-label--link {
  color: #000;
  text-decoration: underline;
}
.ia-label--link:hover {
  text-decoration: none;
}
.ia-label--small {
  font: 500 1rem/1.6 "sofia-pro", Arial, sans-serif;
  letter-spacing: 0.75px;
}
.ia-label--capitalize {
  text-transform: capitalize;
}
h1, .text-size-1, .entry-content h1 {
  font: 700 4rem/1.1 "sofia-pro", Arial, sans-serif;
}
h2, .text-size-2, .entry-content h2 {
  font: 400 2.2rem/1.18 "sofia-pro", Arial, sans-serif;
  font-family: "source-serif-4-small-text", serif;
  font-style: italic;
}
.entry-content h2 {
  font: 700 4rem/1.1 "sofia-pro", Arial, sans-serif;
}
.text-size-2--big {
  font: 400 2.8rem/1.14 "sofia-pro", Arial, sans-serif;
}
h3, .text-size-3 {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
}
.entry-content h3 {
  font: 700 3rem/1.13 "sofia-pro", Arial, sans-serif;
}
h4, .text-size-4 {
  font: 700 3rem/1.13 "sofia-pro", Arial, sans-serif;
}
.entry-content h4 {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
h5, .text-size-5, .entry-content h5 {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.text-size-xl {
  font: 700 6.6rem/1.03 "sofia-pro", Arial, sans-serif;
}
.fake-banner .announce-banner {
  margin-bottom: 0;
}
.announce-banner {
  background-color: #E01C15;
  margin: -1rem 0 0;
  padding: 0.3rem 0 1rem;
  color: #fff;
}
.announce-banner__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.announce-banner__icon {
  font-size: 3rem;
  margin-right: 3rem;
  width: 3rem;
}
.announce-banner__close {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
}
.announce-banner__content {
  max-width: calc(100% - 9rem);
  width: calc(100% - 9rem);
  padding-top: 0.3rem;
}
.announce-banner__content a {
  color: #fff;
}
.announce-banner__content p {
  margin-bottom: 0.3rem;
}
body .cmplz-btn.cmplz-view-preferences {
  display: none;
}
body .cmplz-manage-consent {
  opacity: 0;
  visibility: hidden;
}
body .cmplz-cookiebanner {
  margin: 0 auto;
  border-radius: 0;
  padding: 2rem 3rem 1rem;
  box-sizing: border-box;
  max-width: 1220px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
body .cmplz-cookiebanner:before, body .cmplz-cookiebanner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - .5rem);
  width: 100vw;
  background: #323232;
  content: "";
}
body .cmplz-cookiebanner:after {
  left: auto;
  right: calc(100% - .5rem);
}
body .cmplz-cookiebanner .cmplz-header {
  display: block;
}
body .cmplz-cookiebanner .cmplz-links.cmplz-documents, body .cmplz-cookiebanner .cmplz-btn.cmplz-deny {
  display: none;
}
body .cmplz-cookiebanner .cmplz-title {
  margin-bottom: -2rem;
  font-size: 1.2rem;
}
body .cmplz-cookiebanner .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons {
  flex-direction: row-reverse;
}
.birds-tags-list {
  padding-bottom: 2rem;
}
.birds-tags-list > div {
  display: inline-block;
  margin: 0 2rem 2rem 0;
}
.contentbox-btn {
  margin-top: 2rem;
}
.contentbox-btn .ia-btn {
  min-width: 24rem;
  box-sizing: border-box;
}
.contentbox-table {
  margin-top: 2rem;
}
.contentbox-table td, .contentbox-table th {
  padding: 1rem 1rem;
  border-top: 1px solid #B4B4B4;
  text-align: left;
}
.contentbox-table td:first-child, .contentbox-table th:first-child {
  padding-left: 0;
}
.contentbox-table th {
  border: none;
}
.teaserbox-faq {
  padding: 4rem 0;
}
.teaserbox-faq__title {
  margin-bottom: 4rem;
}
.ia-tooltip {
  position: absolute;
  top: 2rem;
  z-index: 4;
  right: 0;
  cursor: pointer;
}
.ia-tooltip span {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  font: 400 1.8rem/1.33 "sofia-pro", Arial, sans-serif;
  background: #323232;
  border-radius: 50% 0 0 50%;
  position: relative;
  z-index: 3;
}
.ia-tooltip__in {
  position: absolute;
  top: 50%;
  right: 0;
  white-space: nowrap;
  z-index: 2;
  transform: translate(105%, -50%);
  transition: transform 0.35s;
  color: #fff;
  background: #323232;
  border-radius: 0.5rem;
  padding: 0.5rem 5rem 0.5rem 1rem;
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
}
.ia-tooltip__in b {
  font: 400 1.4rem/1.14 "sofia-pro", Arial, sans-serif;
  display: block;
}
.ia-tooltip:hover .ia-tooltip__in {
  transform: translate(0%, -50%);
}
.glob-heading {
  font: 400 2.2rem/1.18 "sofia-pro", Arial, sans-serif;
  margin: 0 0 1rem;
  font-family: "source-serif-4-small-text", serif;
  font-style: italic;
}
.glob-heading2 {
  font: 700 3rem/1.13 "sofia-pro", Arial, sans-serif;
  margin: 0 0 1rem;
  font-family: "sofia-pro", Arial, sans-serif;
}
.news-date {
  margin: 4rem 0 -2rem;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
}
.teaserbox-sub-section:last-child {
  margin-bottom: 0;
}
.teaserbox-sub-section .visitor-centre__gallery-carousel {
  padding: 4rem 0;
}
.call-to-action-unified {
  margin-bottom: 0 !important;
}
.teaserbox-section {
  margin-bottom: 0rem;
}
.teaserbox-section--grey {
  margin-bottom: 10rem;
  padding: 4rem 0;
}
.teaserbox-section:last-child {
  margin-bottom: 0;
}
.teaserbox-section .flex-columns--grid.flex-columns-3 {
  margin-bottom: 4rem;
}
.related-news {
  margin-bottom: 5rem;
  overflow: hidden;
}
.yt-wrap {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}
.yt-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentbox {
  margin-bottom: 4rem;
}
.contentbox .footer__socials a img {
  filter: brightness(0%);
}
body .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons {
  flex-direction: row-reverse;
}
body .cmplz-btn.cmplz-view-preferences {
  background: transparent !important;
  border: none !important;
  text-decoration: underline !important;
  color: #646464 !important;
  font-size: 1.4rem !important;
  min-width: 1px !important;
  margin-right: 3rem !important;
}
body .cmplz-btn.cmplz-accept, body .cmplz-btn.cmplz-save-preferences {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  min-width: 1px !important;
  position: relative;
  padding-right: 3rem !important;
  border-radius: 0.5rem;
}
body .cmplz-btn.cmplz-accept:before, body .cmplz-btn.cmplz-save-preferences:before {
  position: absolute;
  right: 1.4rem;
  top: 1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
body .cmplz-title {
  padding-left: 6rem;
}
body .cmplz-cookiebanner .cmplz-body {
  overflow: visible !important;
}
body .cmplz-message {
  max-width: 70%;
  color: #d0d0d0 !important;
  padding-left: 6rem;
  position: relative;
}
body .cmplz-message a {
  color: #d0d0d0 !important;
  text-decoration: underline;
}
body .cmplz-message a:hover {
  text-decoration: none;
}
body .cmplz-message:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 4rem;
}
@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
.hide-scroll {
  height: 2rem;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.play-audio.played .icon-sound_icon:before {
  content: "";
}
@media screen and (max-width: 1260px) {
  .ia-slider .slick-arrow {
    left: 1.5rem;
  }
  .ia-slider .slick-arrow.slick-next {
    right: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .flex-columns-2 > div.project-hero__col-75 {
    width: 100%;
  }
  .flex-columns-2 > div.project-hero__col-25 {
    width: 100%;
    margin-bottom: 4rem;
  }
  .columns-grid .column-grid-3 {
    width: calc(50% - 4rem);
  }
  .announce-banner, .fake-banner .announce-banner {
    margin-bottom: 1rem;
  }
  .announce-banner__icon, .fake-banner .announce-banner__icon {
    margin-right: 0;
  }
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    max-width: 56.8rem;
    margin: 0 auto;
  }
  h1, .text-size-1, .entry-content h1 {
    font: 700 3rem/1.13 "sofia-pro", Arial, sans-serif;
  }
  h2, .text-size-2, .entry-content h2 {
    font: 400 2.2rem/1.18 "sofia-pro", Arial, sans-serif;
    font-family: "source-serif-4-small-text", serif;
    font-style: italic;
  }
  h3, .text-size-3, .entry-content h3 {
    font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  }
  h4, .text-size-4, .entry-content h4, .text-size-2--big {
    font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  }
  h5, .text-size-5, .entry-content h5 {
    font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  }
  .text-size-xl {
    font: 700 6.6rem/1.03 "sofia-pro", Arial, sans-serif;
  }
  .flex-columns .col-40--product {
    padding-right: 4.5%;
  }
  .flex-columns--grid {
    margin: 0 -1rem;
  }
  .flex-columns > div, .flex-columns .col-50 {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem);
  }
  .flex-columns-4 .product-card, .flex-columns-4 > div {
    width: calc(33.33% - 2rem);
    margin: 0 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  body .cmplz-message {
    max-width: 100%;
    padding-left: 0;
  }
  body .cmplz-message:before {
    left: 50%;
    margin-left: -2rem;
    top: -4rem;
  }
  .birds-tags-list {
    white-space: nowrap;
    overflow-y: scroll;
    margin-right: -2.1rem;
    padding: 0.5rem;
    margin-left: -0.5rem;
  }
  .teaserbox-section {
    overflow: hidden;
  }
  .columns-grid .column-grid-3 {
    width: calc(100% - 4rem);
  }
  .teaserbox-section--grey {
    padding: 0;
  }
  .flex-columns .col-33 {
    width: 100%;
    margin: 0 0 2rem;
  }
  .text-size-xl {
    font: 700 4rem/1.1 "sofia-pro", Arial, sans-serif;
  }
  .birds-tags-list > div {
    margin: 0 1rem 1rem 0;
  }
  .flex-columns-3 .product-card, .flex-columns-3 > div {
    width: 100%;
    margin: 0 0 4rem;
  }
  .flex-columns-3 .product-card:last-child, .flex-columns-3 > div:last-child {
    margin-bottom: 2rem;
  }
  .show-mobile {
    display: block;
  }
  .ia-btn, .woocommerce-Button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font: 500 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
    line-height: 2rem;
  }
  .flex-columns-4 .product-card, .flex-columns-4 > div {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
  .flex-columns .col-40--product {
    padding-right: 0;
    width: 100%;
    margin: 0;
  }
  .flex-columns--grid {
    margin: 0;
  }
  .flex-columns .col-50 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 4rem;
  }
  .flex-columns .col-50 > .teaser-card-max {
    margin-bottom: 0;
  }
  .flex-columns .col-50 > .teaser-card-max + .align-center {
    padding-top: 2rem;
  }
  .flex-columns .col-50:last-child {
    margin-bottom: 0;
  }
  .flex-columns-2 {
    flex-direction: row;
  }
  .flex-columns-2 > div {
    width: 100%;
    margin: 0 0 4rem;
  }
  .flex-columns-2 > div:last-child {
    margin-bottom: 0;
  }
  .flex-columns-2 > div.project-hero__col-75 {
    width: 100%;
  }
  .flex-columns-2 > div.project-hero__col-25 {
    width: 100%;
  }
  .flex-columns-2.flex-columns--top {
    margin-bottom: 4rem;
  }
  .products .flex-columns--grid {
    margin: 0 -1rem;
  }
  .teaserbox-section .flex-columns--grid {
    margin-bottom: 6rem;
  }
  .teaserbox-section .flex-columns--grid.home-categories {
    margin-bottom: 2rem;
  }
  .teaserbox-faq__title {
    margin-bottom: 2rem;
  }
  body .cmplz-cookiebanner {
    padding-top: 3.5rem;
  }
  body .cmplz-message:before {
    top: -5.5rem;
  }
  body .cmplz-cookiebanner .cmplz-message {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  body .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block;
  }
}
.call-to-action-01 {
  padding: 4.2rem 0;
  margin-bottom: 10rem;
  position: relative;
}
.call-to-action-01--shop {
  padding: 8.2rem 0;
  overflow: hidden;
}
.call-to-action-01__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 3;
}
.call-to-action-01__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.call-to-action-01__body {
  width: 48.2%;
  float: right;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  border-top: 1.4rem solid #E01C15;
  padding: 4rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.call-to-action-01__label, .call-to-action-01__title {
  margin-bottom: 2rem;
}
.call-to-action-01__btn {
  min-width: 54%;
  margin-top: 4rem;
  box-sizing: border-box;
}
.call-to-action-01--half .call-to-action-01 {
  padding: 6.4rem 0 5.2rem;
}
.call-to-action-01--half .call-to-action-01__bg {
  width: 56%;
}
.call-to-action-02 {
  background: #8866A7;
  padding: 3rem 0 6rem;
  color: #ffffff;
}
.call-to-action-02__left {
  width: 28.1%;
  padding-top: 7.3rem;
}
.call-to-action-02__right {
  width: 65.5%;
}
.call-to-action-02__right .icon-donate-icon {
  margin-left: 21%;
  margin-bottom: 3.5rem;
  font-size: 5rem;
  display: inline-block;
}
.call-to-action-02__content {
  margin-bottom: 4rem;
}
.call-to-action-02__donate {
  margin: 0 -2rem 2rem;
  display: flex;
  flex-wrap: wrap;
}
.call-to-action-02__donate a {
  width: calc(25% - 4rem);
  margin: 0 2rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
  padding: 2rem 4rem;
  color: #ffffff;
  display: block;
  transition: background 0.35s, color 0.35s;
}
.call-to-action-02__donate a.selected {
  background: #ffffff;
  color: #8866A7;
}
.call-to-action-02__donate-value {
  color: #000;
  display: block;
}
.call-to-action-02__donate-custom {
  width: 8rem;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #000;
  font: 700 4rem/1.1 "sofia-pro", Arial, sans-serif;
}
.call-to-action-02__zewo {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.call-to-action-02__zewo img, .call-to-action-02__zewo div {
  width: 4rem;
  margin-right: 2rem;
}
.call-to-action-02__zewo img img, .call-to-action-02__zewo div img {
  margin-right: 0;
}
.call-to-action-02__zewo p {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  max-width: calc(100% - 6rem);
}
.call-to-action-02__btn {
  display: flex;
  justify-content: flex-end;
}
.call-to-action-02__btn .ia-btn {
  min-width: 26rem;
  box-sizing: border-box;
  border: none;
  color: #8866A7 !important;
}
.call-to-action-03 {
  background: #f5f5f5 url(../images/newsletter-icon.svg) no-repeat 50% 4rem;
  padding: 11.5rem 0 4.2rem;
  margin-bottom: 8rem;
}
.call-to-action-03__left {
  width: 39.6%;
}
.call-to-action-03__right {
  width: 48.2%;
  padding-top: 3.5rem;
}
.call-to-action-03__right .newsletter-form {
  max-width: 36rem;
}
.call-to-action-03__decription {
  margin-bottom: 4rem;
}
.call-to-action-04 {
  background: #557EB5;
  margin-bottom: 8rem;
  padding: 4rem 0 4.5rem;
  color: #ffffff;
}
.call-to-action-04--yellow, .call-to-action-04--grey {
  background: #E4B900;
  color: #000;
  padding-bottom: 7rem;
}
.call-to-action-04--yellow .call-to-action-04__right, .call-to-action-04--grey .call-to-action-04__right {
  margin-right: 0;
  width: 56.6%;
}
.call-to-action-04--yellow .call-to-action-04__btn, .call-to-action-04--grey .call-to-action-04__btn {
  color: #000 !important;
  min-width: 42%;
}
.call-to-action-04--yellow .call-to-action-04__btn span, .call-to-action-04--grey .call-to-action-04__btn span {
  font-weight: 300;
  color: #000 !important;
}
.call-to-action-04--grey .call-to-action-04__btn {
  background: #646464 !important;
}
.call-to-action-04--grey .call-to-action-04__btn span {
  font-weight: 300;
  color: #fff !important;
}
.call-to-action-04__decription-lead {
  font-weight: bold;
  margin-bottom: 2rem;
}
.call-to-action-04__in {
  justify-content: space-between;
}
.call-to-action-04__left {
  width: 37.5%;
}
.call-to-action-04__right {
  width: 39.6%;
  margin-right: 17%;
  padding-top: 2rem;
}
.call-to-action-04__decription {
  margin-bottom: 4rem;
}
.call-to-action-04__btn {
  min-width: 78%;
  box-sizing: border-box;
  border: none !important;
}
.call-to-action-04__btn + .call-to-action-04__decription {
  margin-top: 4rem;
  margin-bottom: 0;
}
.call-to-action-04__icon {
  font-size: 7rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.no-bottom-space {
  margin-bottom: 0 !important;
}
.hero {
  padding: 10rem 0 8.7rem;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.hero--slim {
  margin-bottom: 10rem;
}
.hero--slim .hero__heading {
  min-height: 25rem;
}
.hero--extra-slim {
  height: 42rem;
  padding: 0;
  margin-bottom: 6rem;
}
.hero.stories-hero {
  margin-bottom: 1rem;
}
.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.hero__body {
  position: relative;
  z-index: 2;
  width: 50%;
}
.hero__bottom {
  padding: 1.2rem 1.2rem 2rem 1.3rem;
  box-sizing: border-box;
  min-width: 35rem;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.35s, color 0.35s;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hero__bottom:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  font-size: 2em;
  font-family: "icomoon" !important;
  color: #fff;
  transition: color 0.35s;
}
.hero__bottom-title {
  text-transform: uppercase;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  margin-bottom: 0.6rem;
}
.hero__bottom .ia-tooltip {
  top: 1rem;
}
.hero__bottom .ia-tooltip span {
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
}
.hero__bottom:hover {
  background-color: #fff;
  color: #323232;
}
.hero__bottom:hover:before {
  color: #323232;
}
.hero__bottom:hover .hero__location-link, .hero__bottom:hover a {
  color: #323232;
}
.hero__heading {
  min-height: 40rem;
  padding-bottom: 10rem;
  box-sizing: border-box;
}
.hero__btn {
  color: #ffffff !important;
  margin-bottom: 1rem;
}
.hero__btn:before, .hero__btn:after {
  border-color: #ffffff;
}
.hero__location {
  font: 600 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
}
.hero__location-link:before {
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  left: -100vw;
  right: -100vw;
  content: "";
  background: transparent;
}
.hero__location a {
  color: #fff;
  transition: color 0.35s;
}
.hero__location span {
  font-size: 2em;
  position: relative;
  top: 0.25em;
  margin-left: 1rem;
}
.hero__author {
  font-weight: 300;
  font-style: italic;
}
.hero__donate {
  position: absolute;
  bottom: 5rem;
  right: calc((100% - 1160px)/2);
  z-index: 3;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #8866A7;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero__donate span {
  font-size: 2.3rem;
  display: block;
  margin-bottom: 0.5rem;
}
.hero__donate strong {
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
}
.teaserbox-search {
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #f9f9f9;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.teaserbox-search__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teaserbox-search__right {
  width: 12rem;
}
.teaserbox-search__left {
  max-width: calc(100% - 17rem);
}
.teaserbox-search__label {
  margin-bottom: 0.2rem;
}
.teaserbox-search__heading {
  margin-bottom: 0.6rem;
}
.teaserbox-search__heading a {
  color: #000;
  font: 700 1.4rem/1.14 "sofia-pro", Arial, sans-serif;
}
.teaserbox-search__meta {
  padding-top: 1rem;
  display: flex;
  font: 300 1rem/1.5 "sofia-pro", Arial, sans-serif;
}
.teaserbox-search__meta div {
  display: flex;
  align-items: center;
}
.teaserbox-search__meta div span {
  font-size: 2em;
}
.teaserbox-search__meta div b {
  font-weight: 300;
}
.teaserbox-search__meta div + div {
  margin-left: 2rem;
}
.teaser-card-max {
  background: #ffffff;
}
.teaser-card-max__image {
  padding-top: 62.5%;
  display: block;
}
.teaser-card-max__image img {
  display: none;
}
.teaser-card-max__body {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin: -17.8% 10.7% 0;
  box-sizing: border-box;
  padding: 1.5rem 2rem 2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.teaser-card-max__label {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.teaser-card-max__heading {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  margin-bottom: 1.2rem;
}
.teaser-card-max__heading--italic {
  font-family: "source-serif-4-small-text", serif;
  font-style: italic;
}
.teaser-card-max__heading a {
  color: #000;
}
.teaser-card-max__heading a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.teaser-card-max--slim .teaser-card-max__heading {
  padding-right: 10%;
}
.teaserbox-video__in {
  padding-top: 56.5%;
  position: relative;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.teaserbox-video__in iframe {
  border-radius: 0.5rem;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  min-height: 100%;
}
.teaserbox-video__caption {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
}
.teaserbox-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  height: 14%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 9rem;
}
.teaserbox-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
}
.teaserbox-video__poster:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.teaserbox-video__poster img {
  display: none;
}
.teaserbox-video__body {
  position: absolute;
  left: 4rem;
  bottom: 5rem;
  color: #ffffff;
}
.col-50 .teaserbox-video__play {
  font-size: 4.5rem;
}
.teaser-card-about {
  position: relative;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  background: #ffffff;
}
.teaser-card-about__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 54.7%;
  border-radius: 0.5rem 0 0 0.5rem;
}
.teaser-card-about__image img {
  display: none;
}
.teaser-card-about__body {
  margin-left: 54.7%;
  padding: 4rem;
  box-sizing: border-box;
}
.teaser-card-about__label {
  font: 500 1rem/1.6 "sofia-pro", Arial, sans-serif;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.teaser-card-about__heading {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  margin-bottom: 0.5rem;
}
.teaser-card-about__description {
  min-height: 15rem;
  margin-bottom: 1.5rem;
}
.teaser-card-about__link {
  text-decoration: underline;
  color: #000;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.teaser-card-about__line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.2rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.teaser-card-middle {
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  background: #ffffff;
}
.teaser-card-middle__image {
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 50%;
  display: block;
  margin-bottom: 1.5rem;
}
.teaser-card-middle__image img {
  display: none;
}
.teaser-card-middle__body {
  text-align: center;
  margin: 0 10.7%;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.teaser-card-middle__label {
  font: 400 1.4rem/1.14 "sofia-pro", Arial, sans-serif;
  font-family: "source-serif-4-small-text", serif;
  font-style: italic;
  display: inline-block;
  margin-bottom: 1rem;
}
.teaser-card-middle__label-line {
  margin-top: 0.5rem;
  height: 0.3rem;
  display: block;
}
.teaser-card-middle__heading a {
  color: #000;
}
.teaser-card__image-wrap {
  overflow: hidden;
  margin-bottom: 1rem;
}
.teaser-card__image-wrap a {
  transition: transform 0.35s;
}
.teaser-card__image-wrap a:hover {
  transform: translate3d(0, 0, 1px) scale(1.05);
  will-change: transform;
}
.teaser-card-small {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.teaser-card-small__email, .teaser-card-small__phone {
  color: #000;
  text-decoration: underline;
}
.teaser-card-small__email:hover, .teaser-card-small__phone:hover {
  text-decoration: none;
}
.teaser-card-small__label a {
  color: #000;
}
.teaser-card-small__image {
  border-radius: 0.5rem 0.5rem 0 0;
  display: block;
  padding-top: 53.87%;
}
.teaser-card-small__image img {
  display: none;
}
.teaser-card-small__body {
  padding: 0 2rem 2rem;
  position: relative;
}
.teaser-card-small__name {
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  margin: 0.3rem 0 0.5rem;
}
.teaser-card-small__status {
  font-size: 1.4rem;
  position: absolute;
  top: 0.1rem;
  right: 1rem;
}
.teaser-card-small__heading {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.teaser-card-small__heading a {
  color: #000;
  word-break: break-word;
}
.teaser-card-small__decription {
  padding-top: 1rem;
}
.teaser-card-small--search .teaser-card-small__top {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.teaser-card-small--search .teaser-card-small__top .ia-label {
  max-width: 50%;
}
.teaser-card-small--search .teaser-card-small__heading {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  margin-bottom: 1rem;
}
.teaser-card-small--search .teaser-card-small__decription {
  margin-bottom: 2rem;
}
.teaser-card-small--person .teaser-card-small__image {
  padding-top: 69.2%;
}
.teaserbox-vds {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  background: #fff;
}
.teaserbox-vds__image {
  border-radius: 0.5rem 0.5rem 0 0;
  display: block;
  padding-top: 76%;
  margin-bottom: 1rem;
}
.teaserbox-vds__image img {
  display: none;
}
.teaserbox-vds__body {
  padding: 0 2rem 2rem;
  position: relative;
}
.teaserbox-vds__icon {
  font-size: 3.2rem;
  position: absolute;
  color: #000;
  top: -0.3rem;
  right: 1rem;
}
.teaserbox-vds__icon.played:before {
  content: "";
}
.teaserbox-vds__heading {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.teaserbox-vds__heading a {
  color: #000;
}
.teaserbox-vds--daily {
  padding-left: 50%;
  position: relative;
  min-height: 32.5rem;
}
.teaserbox-vds--daily .teaserbox-vds__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  margin-bottom: 0;
  padding-top: 0;
}
.teaserbox-vds--daily .teaserbox-vds__body {
  display: flex;
  flex-direction: column;
  min-height: 32.5rem;
  box-sizing: border-box;
  justify-content: center;
  padding-top: 2rem;
}
.teaserbox-vds--daily .teaserbox-vds__body-in {
  position: relative;
}
.teaserbox-vds--daily .teaserbox-vds__heading {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  padding: 0.5rem 0 2.5rem;
}
.teaserbox-vds--slim {
  display: flex;
  align-items: center;
  border-radius: 4.8rem;
  padding: 0.4rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
}
.teaserbox-vds--slim .teaserbox-vds__image {
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  margin: 0 2rem 0 0;
}
.teaserbox-vds--slim .teaserbox-vds__image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.teaserbox-vds--slim .teaserbox-vds__image img {
  display: none;
}
.teaserbox-vds--slim .teaserbox-vds__body {
  padding: 0 2rem 0 0;
}
.teaserbox-vds--slim .teaserbox-vds__heading {
  font-weight: 300;
}
.teaserbox-vds--ultra {
  padding: 5rem 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  box-shadow: none;
}
.teaserbox-vds--ultra .teaserbox-vds__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  padding: 0;
  margin: 0;
}
.teaserbox-vds--ultra .teaserbox-vds__image img {
  display: none;
}
.teaserbox-vds--ultra .teaserbox-vds__icon {
  top: 4.1rem;
  right: 5rem;
}
.teaserbox-vds--ultra .teaserbox-vds__body {
  position: relative;
  width: 50%;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  float: right;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1.4rem solid #E01C15;
  padding: 4rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.teaserbox-vds--ultra .teaserbox-vds__label, .teaserbox-vds--ultra .teaserbox-vds__title {
  margin-bottom: 2rem;
}
.teaserbox-vds--ultra .teaserbox-vds__btn {
  min-width: 54%;
  margin-top: 4rem;
  box-sizing: border-box;
}
.teaserbox-vds--ultra .teaserbox-vds__heading {
  font: 700 3rem/1.13 "sofia-pro", Arial, sans-serif;
  margin-bottom: 2rem;
}
.teaserbox-vds--small .teaserbox-vds__body {
  padding: 0 1rem 1.5rem;
}
.teaserbox-vds--small .teaserbox-vds__icon {
  font-size: 2rem;
  top: -0.3rem;
  right: 0.4rem;
}
.teaserbox-vds--small .teaserbox-vds__label {
  font-size: 0.8rem;
}
.teaserbox-vds--small .teaserbox-vds__heading {
  font: 700 1.4rem/1.14 "sofia-pro", Arial, sans-serif;
}
.teaserbox-vds--small .teaserbox-vds__heading a {
  color: #000;
}
.teaser-card-extra-small {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  min-height: 14.5rem;
  box-sizing: border-box;
}
.teaser-card-extra-small__image {
  border-radius: 0 0.5rem 0.5rem 0;
  display: block;
  width: 14.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.teaser-card-extra-small__image img {
  display: none;
}
.teaser-card-extra-small__body {
  padding: 1rem 16.5rem 1rem 2rem;
  position: relative;
  color: #ffffff;
}
.teaser-card-extra-small__heading {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  min-height: 5rem;
  margin-bottom: 1.3rem;
}
.teaser-card-extra-small__link {
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.35s;
}
.teaser-card-extra-small__link:hover {
  text-decoration: underline;
}
.teaser-card-extra-small__link--download {
  text-decoration: none !important;
}
.teaser-card-extra-small__link--download span {
  display: inline-block;
  font-size: 2em;
  padding-left: 0.6rem;
  font-weight: normal;
  line-height: 0;
  position: relative;
  top: 0.25em;
}
.product-card {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.product-card:hover .product-card__image a img {
  transform: translate(-50%, -50%) scale(1.05);
}
.product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0 0;
  overflow: hidden;
}
.product-card__image > a {
  padding-top: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-card__image > a::after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
}
.product-card__image img {
  vertical-align: top;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transition: transform 0.35s;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.product-card__badge {
  position: absolute;
  top: 1.5rem;
  left: 0;
  background: #557EB5;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font: 500 1rem/1.6 "sofia-pro", Arial, sans-serif;
  padding: 0.2rem 1rem;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
}
.product-card__badge--red {
  background: #E01C15;
}
.product-card__badge--yellow {
  background: #E4B900;
}
.product-card__badge--green {
  background: #69A434;
}
.product-card__badge--orange {
  background: #E77400;
}
.product-card__badge + .product-card__badge {
  top: 4rem;
}
.product-card__badge + .product-card__badge + .product-card__badge {
  top: 6.5rem;
}
.product-card__badge + .product-card__badge + .product-card__badge + .product-card__badge {
  top: 9rem;
}
.product-card__badge + .product-card__badge + .product-card__badge + .product-card__badge + .product-card__badge {
  top: 11.5rem;
}
.product-card__pin {
  color: #323232;
  font-size: 2.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.product-card .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0rem;
  z-index: 3;
  right: 1rem;
}
.product-card .yith-wcwl-add-to-wishlist .button {
  color: #646464 !important;
  border: none !important;
  background: transparent !important;
  font: 500 1.28rem "sofia-pro", Arial, sans-serif !important;
  font-size: 1.6rem !important;
  padding: 0 !important;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  text-align: left;
  text-indent: -9999px;
  display: block;
}
.product-card .yith-wcwl-add-to-wishlist .button:before {
  display: none;
}
.product-card .yith-wcwl-add-to-wishlist .button .yith-wcwl-icon {
  display: none;
}
.product-card .yith-wcwl-add-to-wishlist .button:after {
  content: "";
  font-family: "icomoon" !important;
  font-size: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  text-indent: 0;
}
.product-card .yith-wcwl-add-to-wishlist .button.delete_item:after {
  content: "";
}
.product-card .yith-wcwl-add-to-wishlist .button.loaded:after, .product-card .yith-wcwl-add-to-wishlist .button.delete_item.loaded:after {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../images/loader.svg) no-repeat 50% 50% / contain;
}
.product-card__body {
  background-color: #f5f5f5;
  padding: 1rem 1.5rem 1.5rem;
  position: relative;
}
.product-card__label {
  padding-right: 2rem;
  margin-bottom: 0.5rem;
}
.product-card__status {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.product-card__heading {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  margin-bottom: 6.5rem;
}
.product-card__heading a {
  color: #000;
}
.product-card__bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  align-items: center;
}
.product-card__bottom ins bdi {
  font-weight: bold;
}
.product-card__add-to-cart {
  color: #323232;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  z-index: 3;
}
.product-card__add-to-cart span {
  transition: all 0.35s;
}
.product-card__add-to-cart:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #f5f5f5 url(../images/loader.svg) no-repeat 50% 50% / contain;
  opacity: 0;
}
.product-card__add-to-cart:hover span {
  color: #000;
  font-weight: bold;
}
.product-card__add-to-cart.loaded:after {
  opacity: 1;
}
.product-card--wide {
  display: flex;
}
.product-card--wide .product-card__image {
  width: 52.3%;
  border-radius: 0.4rem 0 0 0.4rem;
}
.product-card--wide .product-card__status {
  top: 3.7rem;
  right: 2rem;
}
.product-card--wide .product-card__heading {
  margin-bottom: 1.5rem;
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
}
.product-card--wide .product-card__price {
  font-weight: bold;
}
.product-card--wide .product-card__body {
  width: 47.7%;
  padding: 3.5rem 4rem 9.6rem 3rem;
  box-sizing: border-box;
}
.product-card--wide .product-card__bottom {
  position: absolute;
  bottom: 2.3rem;
  right: 0;
  left: auto;
  width: 47.7%;
  padding: 0 2rem 0 3rem;
  box-sizing: border-box;
}
.event-card__info {
  position: relative;
  margin-top: 1rem;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  padding-left: 3rem;
}
.event-card__info .event-details__icon {
  right: auto;
  left: 0;
  top: 0;
  font-size: 2rem;
}
.event-card__info a {
  color: #000;
  text-decoration: underline;
}
.event-card__info a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1260px) {
  .product-card__heading {
    margin-bottom: 4.5rem;
  }
  .hero__hefing {
    min-height: 30rem;
  }
  .hero__body {
    width: 70%;
  }
  .hero__donate {
    right: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .call-to-action-01__body {
    padding: 2rem;
  }
  .call-to-action-01__label, .call-to-action-01__title {
    margin-bottom: 1rem;
  }
  .teaser-card-max--slim .teaser-card-max__heading {
    padding-right: 0;
  }
  .home-categories--shopthemen .teaser-card-max__heading {
    argin-bottom: 0;
  }
  .home-categories--shopthemen .teaser-card-max__body {
    box-sizing: border-box;
    min-height: 14.5rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .call-to-action-02__in, .call-to-action-03__in, .call-to-action-04__in {
    flex-direction: column;
  }
  .call-to-action-02__left, .call-to-action-03__left, .call-to-action-04__left {
    width: 100%;
    padding: 0;
  }
  .call-to-action-02__right, .call-to-action-03__right, .call-to-action-04__right {
    width: 100%;
  }
  .hero__body {
    width: 100%;
  }
  .hero__donate {
    bottom: 7rem;
  }
  .menu-modal + .cd-main-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 4rem 0 2rem;
  }
  .hero .ia-label {
    margin-bottom: 1rem;
  }
  .hero__bottom {
    min-width: 1px;
    display: block;
    padding-bottom: 1.2rem;
  }
  .hero__bottom-title {
    margin-bottom: 0;
  }
  .hero__heading {
    min-height: 33rem;
  }
  .hero__donate {
    width: 6rem;
    height: 6rem;
    bottom: 12rem;
  }
  .hero__donate strong {
    display: none;
  }
  .hero__donate span {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .teaserbox-search {
    padding: 0.5rem;
  }
  .teaserbox-search__right {
    width: 8rem;
  }
  .teaserbox-search__left {
    max-width: calc(100% - 9.6rem);
  }
  .call-to-action-01 {
    padding: 0;
    margin-bottom: 4rem;
  }
  .call-to-action-01--half .call-to-action-01__bg {
    width: 100%;
  }
  .call-to-action-01__bg {
    height: 30rem;
    position: relative;
  }
  .call-to-action-01__bg .call-to-action-01__bg--mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .call-to-action-01__body {
    margin: 0 -1.6rem;
    border-radius: 0 0 0.5rem 0.5rem;
    float: none;
    background: #F5F5F5;
    width: auto;
    padding: 2rem;
  }
  .call-to-action-01__btn {
    display: block;
  }
  .call-to-action-04--yellow .call-to-action-04__right, .call-to-action-04--grey .call-to-action-04__right {
    width: 100%;
  }
  .call-to-action-04--yellow .call-to-action-04__right .call-to-action-04__btn, .call-to-action-04--grey .call-to-action-04__right .call-to-action-04__btn {
    width: 100%;
  }
  .call-to-action-04__in .call-to-action-04__left, .call-to-action-04__in .call-to-action-04__right {
    width: 100%;
    margin: 0;
  }
  .teaser-card-extra-small__heading {
    font: 700 1.6rem/1.38 "sofia-pro", Arial, sans-serif;
  }
  .product-card__heading {
    word-break: break-word;
    margin-bottom: 3.5rem;
  }
  .product-card__bottom {
    bottom: 1rem;
  }
  .product-card--wide {
    flex-direction: column;
  }
  .product-card--wide .product-card__image {
    width: 100%;
    min-height: 1px;
  }
  .product-card--wide .product-card__image > a {
    height: auto;
  }
  .product-card--wide .product-card__body {
    width: 100%;
    padding: 2rem 1.6rem;
  }
  .product-card--wide .product-card__status {
    top: 2rem;
  }
  .product-card--wide .product-card__bottom {
    position: static;
    width: 100%;
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
  .teaser-card-max__body {
    margin: -17.8% 4% 0.5rem;
  }
  .teaserbox-vds--ultra {
    flex-direction: column;
  }
  .teaserbox-vds--ultra .teaserbox-vds__image {
    position: static;
    height: auto;
    padding-top: 75%;
    width: 100%;
  }
  .teaserbox-vds--ultra .teaserbox-vds__body {
    margin: -17% 4% 2rem;
    width: auto;
    padding: 2rem;
  }
  .teaserbox-vds--daily {
    flex-direction: column;
    padding-left: 0;
  }
  .teaserbox-vds--daily .teaserbox-vds__image {
    position: static;
    height: 22rem;
    width: 100%;
  }
  .teaserbox-vds--daily .teaserbox-vds__body {
    margin: 2rem 4%;
    width: auto;
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 481px) {
  .call-to-action-01__bg {
    height: auto;
    padding-top: 75%;
  }
}
.vowa-form {
  padding: 2em;
  max-width: 100%;
  background: #f5f5f5;
}
.vowa-form h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.vowa-form input, .vowa-form textarea, .vowa-form select, .vowa-form button {
  color: #323232;
  font: 500 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.vowa-form .frm_error_style {
  margin-bottom: 1em;
  color: red;
}
.vowa-form .frm_error {
  position: absolute;
  bottom: -24px;
  font-size: 11px;
  color: red;
}
.vowa-form .frm_form_field {
  margin-bottom: 2rem;
}
.vowa-form .form-radio .frm_radio {
  display: flex;
  align-items: center;
}
.vowa-form .form-radio label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  height: 28px;
}
.vowa-form .form-radio label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  margin-right: 30px;
  margin-top: -23px;
}
.vowa-form .form-radio label input:before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  /* Make it circular */
  border: 1px solid #000;
  /* Border color */
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
.vowa-form .form-radio label input:after {
  width: 1.8rem;
  height: 1.8rem;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  background: #000;
  opacity: 0;
  transition: opacity 0.35s;
}
.vowa-form .form-radio label input:checked::after {
  opacity: 1;
}
input:checked + .vowa-form .form-radio label:after {
  opacity: 1;
}
.vowa-form .form-group {
  background: white;
  box-sizing: border-box;
  padding: 2.3rem 2rem 1.5rem;
  position: relative;
  height: 6rem;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 2px solid #646464;
}
.vowa-form .form-group input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  color: #323232;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
  padding: 0;
  border: none;
  -webkit-appearance: none;
}
.vowa-form .form-group select {
  width: 100%;
  border: none;
  background: transparent;
  color: #323232;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
}
.vowa-form .form-group label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1em;
  color: #424242;
  display: flex;
  align-items: center;
  transition: 0.3s all;
  font-weight: 500;
}
.vowa-form .form-group label.filled {
  font-size: 12px;
  top: 5px;
  font-style: italic;
}
.vowa-form .form-group input[type="text"]:focus + .frm_primary_label, .vowa-form .form-group input[type="email"]:focus + .frm_primary_label, .vowa-form .form-group input[type="tel"]:focus + .frm_primary_label, .vowa-form .form-group input[type="number"]:focus + .frm_primary_label {
  font-size: 12px;
  top: 5px;
  font-style: italic;
}
.vowa-form .form-select:after {
  width: 0;
  position: absolute;
  right: 2rem;
  top: 2.8rem;
  pointer-events: none;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  content: "";
  border-top: 1rem solid #000;
}
.vowa-form .form-text {
  height: 12rem;
}
.vowa-form .form-text textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}
.vowa-form .form-checkbox {
  position: relative;
}
.vowa-form .form-checkbox .frm_checkbox {
  padding-left: 30px;
}
.vowa-form .form-checkbox input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 20px;
}
.vowa-form .form-checkbox input[type="checkbox"]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  margin-top: -4px;
  width: 2.2rem;
  height: 2.2rem;
  background: #f5f5f5;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 2px;
  position: absolute;
  top: 13px;
  left: -30px;
}
.vowa-form .form-checkbox input[type="checkbox"]:checked:after {
  width: 1rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  left: -24px;
  top: 16px;
  transform: rotate(-45deg);
  transition: opacity 0.35s;
}
.vowa-form .form-checkbox .frm_description {
  font-size: 14px;
  padding-left: 30px;
}
.vowa-form .form-checkbox .frm_error {
  bottom: -19px;
}
.vowa-form .frm_dropzone.frm_single_upload {
  max-width: 100%;
}
.vowa-form .form-upload {
  height: 7em;
}
.vowa-form .form-upload svg.frmsvg.frm-svg-icon {
  max-width: 25px;
}
.vowa-form .form-upload .frm_dropzone .dz-message {
  padding: 0;
  margin: 0;
  border: unset;
}
.vowa-form .form-upload .frm_upload_icon {
  margin-right: 10px;
}
.vowa-form .form-upload .frm_upload_text {
  display: none;
}
.vowa-form .form-upload .dz-image {
  width: 18%;
}
.vowa-form .form-upload .dz-column {
  width: 80%;
}
.vowa-form .frm_button_submit {
  background: #646464;
  color: #fff;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  border: 1px solid #646464;
  border-radius: 0.5rem;
  padding: 2rem 5rem 2rem 2rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.35s;
  max-width: 50%;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
}
.vowa-form .frm_button_submit:hover {
  background: #323232;
  border: 1px solid #323232;
}
.vowa-form .frm_button_submit:before {
  position: absolute;
  right: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  box-sizing: border-box;
  content: "";
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-45deg);
}
.vowa-form .frm_button_submit:after {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  content: "";
  background: url(../images/loader.svg) no-repeat 0 0 /contain;
  filter: brightness(0) invert(1);
  width: 3rem;
  height: 3rem;
  opacity: 0;
}
.vowa-form .frm_blank_field {
  background: #f2d4d3;
  border-block-color: #e33d39;
  margin-bottom: 30px;
}
.vowa-form .frm_blank_field input, .vowa-form .frm_blank_field textarea, .vowa-form .frm_blank_field select {
  background: #f2d4d3;
}
.vowa-form .frm_blank_field label {
  color: #E01C15;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 0;
  background: #FBFBFB;
  -webkit-font-smoothing: antialiased;
  font-family: "sofia-pro", Arial, sans-serif;
  font-weight: 300;
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
*::-webkit-media-controls-panel, *::--webkit-media-controls-play-button, *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.otgs-development-site-front-end {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
nav ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}
blockquote {
  quotes: none;
}
select, button {
  border-radius: 0;
  -webkit-appearance: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
:focus, *:focus, :active, *:active {
  outline: 0;
}
ins {
  background-color: none;
  color: #000;
  font-weight: normal !important;
  text-decoration: none;
}
mark {
  color: #000;
  font-weight: bold;
  cursor: default !important;
}
del {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
del:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  background: #666;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
iframe {
  max-width: 100%;
}
.clear {
  clear: both;
  font-size: 1px;
}
#page {
  padding-top: 10.7rem;
  max-width: 1800px;
  margin: 0 auto;
  background: #fff;
}
#page.page-is-legacy {
  padding-top: 12rem;
}
.vdsNav {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1800px;
  transform: translate(-50%, 0);
  z-index: 10;
  margin-top: 0;
  transition: margin 0.35s;
}
.vdsNav .tabNav {
  z-index: 3;
}
.opened-menu .vdsNav {
  z-index: 8;
}
.cd-main-content {
  will-change: auto !important;
  position: static !important;
  transform: none !important;
}
.vds-app {
  padding: 12rem 0 0;
}
.vds-app--slim {
  padding: 0;
}
@media screen and (min-width: 36rem) {
  .searchField {
    top: calc(2rem + 136px);
  }
}
@media screen and (max-width: 1023px) {
  .scrolled .vdsNav {
    margin-top: -3.8rem !important;
  }
  .searchField {
    top: calc(2rem + 146px);
  }
}
@media screen and (max-width: 767px) {
  .scrolled .vdsNav {
    margin-top: 0 !important;
  }
  .vds-app {
    padding-top: 7rem;
  }
  .vdsNav {
    margin: 0 0 2rem !important;
    transform: translate(-50%, -40px);
  }
}
.scrolled .vdsNav {
  margin-top: calc(-3.2rem - 40px);
}
.loaded #page {
  position: relative;
  overflow: hidden;
}
.loaded #page:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #151611;
  z-index: 16;
  content: "";
}
#wrapper {
  overflow: hidden;
}
/* text aligments */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center, .aligncenter {
  text-align: center !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.inner {
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
  max-width: 1220px;
}
.inner > .inner {
  padding: 0 !important;
}
.inner--slim {
  max-width: 1020px;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wow {
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .inner {
    padding: 0 2rem;
  }
  #page {
    padding-top: 11rem;
  }
  #page.page-is-legacy {
    padding-top: 0 !important;
  }
  #page.page-is-legacy .cd-main-content {
    padding-top: 4rem;
  }
  .logged-in #page.page-is-legacy header#headArea {
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* header styles */
.header {
  padding: 1rem 0 0;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  max-width: 1800px !important;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 0.0625em 0.3125em rgba(0, 0, 0, 0.15);
}
.header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.4rem;
  content: "";
  background: #ebebeb;
  height: 0.1rem;
  transition: top 0.35s;
}
.scrolled .header:after {
  top: -0.1rem;
}
.logged-in .header {
  top: 32px;
}
.header__top {
  transition: max-height 0.35s;
  overflow: hidden;
  max-height: 3.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #323232;
}
.header__top li {
  display: inline;
  margin-right: 4.4rem;
}
.header__top li:last-child {
  margin-right: 0;
}
.header__top a {
  text-decoration: none;
  color: #323232;
}
.header__top.collapced {
  max-height: 0;
}
.header__top a {
  font: 400 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  align-items: center;
  display: flex;
  transition: color 0.35s;
}
.header__top a:hover {
  color: #E01C15;
}
.header__top a span {
  font-size: 1.8em;
  margin-right: 0.5rem;
}
.header__top-left {
  display: flex;
  padding: 0.5rem 0 0.8rem;
}
.header__top-left ul {
  display: flex;
}
.header__top-right {
  display: flex;
  padding: 0.5rem 0 0.8rem;
}
.header__top-right a {
  margin-right: 3.2rem;
  margin-left: 0;
  text-transform: capitalize;
  letter-spacing: 0;
}
.header__top-right a:last-child {
  margin-right: 0;
}
.header__top-right a .icon-arrow-down-icon {
  margin-left: 0.5rem;
  font-size: 1.6em;
  margin-right: 0;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.header__logo {
  float: left;
}
.header__logo img {
  max-height: 4rem;
  width: 14.1rem;
  vertical-align: top;
}
.header__navi {
  float: right;
  display: flex;
  align-items: center;
}
.header__navi-donate {
  padding: 0.9rem 1.2rem 1rem 1.7rem;
  margin-left: 4rem;
  font: 400 1rem/1.6 "sofia-pro", Arial, sans-serif;
  background-color: #8866A7;
  border-radius: 1.8rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.header__navi-donate span {
  font-size: 1.8em;
  margin-left: 0.5rem;
}
.header__navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header__navi ul li {
  float: left;
  margin-left: 3.5rem;
}
.header__navi ul li:first-child {
  margin-left: 0;
}
.header__navi--shop ul li {
  margin: 0 2rem 0 0;
}
.header__navi--shop ul li .header__item span {
  margin-left: 0;
}
.header__navi--shop ul li:last-child {
  margin-right: 0;
}
.header__item {
  display: flex;
  align-items: center;
  color: #000;
  font: 300 1rem/1.5 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.35s;
  position: relative;
}
.header__item-wish {
  font-size: 3.4rem;
  line-height: 3.7rem;
  transition: color 0.35s;
}
.header__item-wish:hover span:before {
  color: #E01C15;
}
.header__item:hover {
  text-decoration: none;
  color: #E01C15;
}
.header__item span {
  font-size: 3.3em;
  margin-left: 1.4rem;
}
.header__item-menu {
  position: relative;
  margin-left: 3.5rem;
}
.header__item-menu span {
  font-size: 3.4em;
  margin-left: 0;
  transition: opacity 0.35s;
}
.header__item-menu .icon-close-icon {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.header__item-menu.active .icon-burger-icon {
  opacity: 0;
}
.header__item-menu.active .icon-close-icon {
  opacity: 1;
}
.header__item-menu.active .icon-close-icon:hover {
  color: #E01C15;
}
.header__item.active {
  color: #000 !important;
  pointer-events: inherit !important;
}
.header__item--has-items {
  position: relative;
}
.header__item--has-items:after {
  width: 1.2rem;
  height: 1.2rem;
  background: #E01C15;
  border-radius: 50%;
  top: 0.2rem;
  right: -0.2rem;
  content: "";
  position: absolute;
}
.header__item i {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #E01C15;
  border-radius: 50%;
  text-indent: 0;
  top: -0.1rem;
  right: -0.3rem;
  content: "";
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font: 300 1rem/1.5 "sofia-pro", Arial, sans-serif;
  text-align: center;
}
.header__search {
  position: fixed;
  overflow-y: auto;
  left: 0;
  right: 0;
  top: 7.3rem;
  bottom: 0;
  z-index: 9;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
.header__search.active {
  opacity: 1;
  visibility: visible;
}
.header__search .fake-banner {
  opacity: 0;
  visibility: hidden;
}
.header__search-other .teaser-card-small__body {
  padding: 0 1rem 1rem;
}
.header__search-other .teaser-card-small__body__name {
  font: 700 1.4rem/1.14 "sofia-pro", Arial, sans-serif;
}
.header__search-in {
  max-width: 76rem;
  padding-top: 3.2rem;
}
.header__search-reset {
  color: #000;
  font: 400 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.header__search-reset.show {
  opacity: 1;
  visibility: visible;
}
.header__search-reset span {
  font-size: 2em;
  margin-right: 0.5rem;
}
.header__search-reset:hover {
  color: #E01C15;
}
.header__search-heading {
  background-color: #646464;
  border: 1px solid #646464;
  border-radius: 2.3rem;
  font-weight: 300;
  width: 13.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.header__search-heading b, .header__search-heading i {
  font-weight: 300;
  font-style: normal;
}
.header__search-heading b {
  padding-left: 0.1rem;
}
.header__search-heading span {
  float: right;
  margin: 0 -1rem;
  font-size: 2.5rem;
}
.header__search-filters {
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 5rem;
}
.header__search-filters-outer {
  width: calc(100% - 28.5rem);
}
.header__search-filters-outer ul {
  white-space: nowrap;
  overflow-x: auto;
}
.header__search-filters-outer ul li {
  margin-left: 1rem;
  display: inline-block;
}
.header__search-filters-outer ul li:last-child {
  margin-right: 0;
}
.header__search-filters-outer ul li a {
  border: 1px solid #646464;
  border-radius: 2.3rem;
  font-weight: 300;
  color: #fff;
  display: block;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 4.2rem 1.25rem 2rem;
  box-sizing: border-box;
  color: #646464;
}
.header__search-filters-outer ul li a span {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2.5rem;
}
.header__search .results-count {
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  margin-bottom: 2.4rem;
}
.header__search-results-count {
  margin-bottom: 2.4rem;
}
.header__filters {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.header__filters.show {
  opacity: 1;
  visibility: visible;
}
.header__filters-in {
  width: 48rem;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 7rem 6rem 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.header__filters-apply {
  margin: 4rem 0 0 -6rem;
  width: calc(100% + 12rem);
  padding: 2rem 6rem;
  box-sizing: border-box;
}
.header__filters-apply a {
  background: #646464;
  padding: 1.6rem;
  border-radius: 0.5rem;
  color: #fff;
  font: 500 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  display: block;
  position: relative;
}
.header__filters-apply a span {
  position: absolute;
  right: 1.6rem;
  font-size: 2em;
  top: 50%;
  transform: translate(0, -50%);
}
.header__filters-apply a b {
  font-weight: 500;
}
.header__filters-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 48rem;
  position: absolute;
}
.header__filters-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #000;
  font-size: 3rem;
}
.header__filters-item {
  margin-top: 1rem;
  border: 0.1rem solid #646464;
  border-radius: 0.6rem;
  padding: 1.3rem 1rem 1.3rem 1.6rem;
  position: relative;
}
.header__filters-item + .ia-label {
  margin-top: 2rem;
}
.header__filters-title {
  display: block;
  color: #646464;
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  padding-right: 2.5rem;
  position: relative;
}
.header__filters-title span {
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 0;
  font-size: 2.5rem;
}
.header__filters-title.active {
  font-weight: bold;
  color: #000;
}
.header__filters-title.active span {
  transform: rotate(180deg);
}
.header__filters-reset {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  font-size: 2.5rem;
  background: #fff;
  color: #646464;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.header__filters-reset.show {
  opacity: 1;
  visibility: visible;
}
.header__filters-options {
  display: none;
}
.header__filters-controls {
  font: 300 1rem/1.5 "sofia-pro", Arial, sans-serif;
  margin: 0.5rem 0 1rem;
}
.header__filters-controls a {
  color: #000;
  display: inline-block;
}
.header__filters-controls a:hover {
  text-decoration: underline;
}
.header__filters-search {
  border: 0.1rem solid #646464;
  border-radius: 2rem;
  position: relative;
  max-width: 75%;
}
.header__filters-search input {
  padding: 0.6rem 2rem 0.7rem 1.5rem;
  border: none;
  font: 300 1rem/1.5 "sofia-pro", Arial, sans-serif;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  display: block;
}
.header__filters-search button {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  font-size: 2.2rem;
  position: absolute;
  right: 1rem;
  height: 2.2rem;
  color: #000;
  top: 50%;
  background: transparent;
  border-radius: 50%;
  transform: translate(0, -50%);
}
.header__filters-list li {
  display: block;
  margin-top: 1rem;
}
.header__filters-list li input {
  display: none;
}
.header__filters-list li input:checked + label:after {
  opacity: 1;
}
.header__filters-list li input:checked + label::before {
  opacity: 0;
}
.header__filters-list li label {
  display: flex;
  align-items: center;
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  padding: 0.3rem 0;
  cursor: pointer;
  position: relative;
}
.header__filters-list li label:before, .header__filters-list li label:after {
  position: absolute;
  content: "";
  font-family: "icomoon" !important;
  font-size: 2.5rem;
  right: 0;
  top: 0;
  transition: opacity 0.35s;
}
.header__filters-list li label:after {
  content: "";
  opacity: 0;
}
.header__filters-list li label span {
  font-size: 2em;
  margin-right: 0.5rem;
}
.header.opened-search .header__navi {
  opacity: 0;
  visibility: hidden;
}
.header.opened-search .header__inner {
  position: relative;
}
.opened-menu .header {
  box-shadow: none;
}
.opened-menu .header__top {
  max-height: 3.2rem;
}
.opened-menu .header__search {
  z-index: 10;
}
.opened-menu .header__top-left {
  opacity: 0;
  visibility: hidden;
}
.opened-menu-2 .menu-overlay, .opened-menu-2 .menu-overlay.hide {
  z-index: 12;
}
.menu-overlay {
  position: fixed;
  top: 0;
  max-width: 1800px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.menu-overlay.hide {
  z-index: 8;
}
.opened-menu .menu-overlay {
  opacity: 1;
  visibility: visible;
}
.menu-modal {
  border-radius: 0.5rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  z-index: 10;
  max-width: 35rem;
  width: 100%;
  margin-top: 3.3rem;
}
.menu-modal.active {
  opacity: 1;
  visibility: visible;
}
.menu-modal-languages {
  z-index: 13;
}
.menu-modal-switcher {
  position: relative;
}
.menu-modal-switcher--desktop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 0;
  background-color: #fff;
}
.menu-modal-switcher--mobile {
  display: none;
  padding: 3rem 0;
}
.menu-modal-switcher span {
  margin-right: 1rem;
  font-size: 2.2em;
  display: inline-block;
}
.menu-modal-switcher a {
  display: flex;
  padding-right: 3rem;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  position: relative;
  float: left;
}
.menu-modal-switcher a:before {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0.3rem;
  top: 0.5rem;
  transform: rotate(45deg);
  content: "";
}
.menu-modal-switcher a img {
  margin-right: 2rem;
}
.menu-modal__inner {
  padding: 1.6rem 0;
}
.menu-modal__heading {
  padding: 0 3.5rem 1.5rem 0;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
  position: relative;
}
.menu-modal__heading h3 {
  font: 600 1.6rem/1.56 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.33px;
  padding: 0 2rem;
}
.menu-modal__close {
  position: absolute;
  right: 2rem;
  top: 0;
  font-size: 2.25rem;
  color: #000;
  text-decoration: none !important;
}
.menu-modal-search {
  transform: translate(0, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  border-radius: 0;
  z-index: 11;
  max-width: 100%;
  margin-top: 0;
}
.menu-modal-search .menu-modal__inner {
  padding-top: 7.5rem;
}
.menu-modal-search .menu-modal__close {
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
}
.menu-modal-search .menu-modal__close em {
  font-style: normal;
  font: 300 1rem/1.5 "sofia-pro", Arial, sans-serif;
  margin-right: 0.5rem;
  font-style: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.menu-modal-navigation {
  transform: translate(-50%, 0);
  top: 7.2rem;
  left: 50%;
  max-width: 1800px;
  width: 101%;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
  z-index: 9;
}
.menu-modal-navigation .fake-banner {
  opacity: 0;
  visibility: hidden;
}
.logged-in .header__search {
  top: calc(32px + 9.2rem);
}
.logged-in .header__filters {
  top: 32px;
}
.logged-in .menu-modal-search {
  margin-top: 3.3rem;
}
.wpml-ls-legacy-list-vertical {
  padding: 0.5rem 2rem 2rem;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item {
  margin-bottom: 2rem;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item:last-child {
  margin-bottom: 0;
}
.wpml-ls-legacy-list-vertical a {
  padding: 0 0 0 3.8rem;
  display: block;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  text-decoration: none;
  transition: color 0.35s;
}
.wpml-ls-legacy-list-vertical a .wpml-ls-flag {
  display: none;
}
.wpml-ls-legacy-list-vertical a:hover {
  color: #E01C15;
}
.wpml-ls-legacy-list-vertical a span {
  vertical-align: inherit;
  line-height: 1;
  display: block;
  padding-top: 0.1rem;
}
.wpml-ls-legacy-list-vertical a:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.wpml-ls-legacy-list-vertical a:after {
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  background: #000;
  opacity: 0;
  transition: opacity 0.35s;
}
.wpml-ls-legacy-list-vertical .wpml-ls-current-language a:after {
  opacity: 1;
}
.algolia-autocomplete {
  display: none !important;
}
.search-type-filters {
  opacity: 1;
}
.search-type-filters.hide {
  opacity: 0;
}
.search-type-filters ul li {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #646464;
  border-radius: 0.5rem;
  padding: 2rem 0;
}
.search-type-filters ul li.active a {
  color: #323232;
}
.search-type-filters ul li.active a em {
  transform: rotate(180deg);
}
.search-type-filters ul li > a {
  display: block;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  color: #646464;
  box-sizing: border-box;
  padding: 0 6rem 0 2rem;
  position: relative;
}
.search-type-filters ul li > a:before {
  width: 1.2rem;
  height: 2.2rem;
}
.search-type-filters ul li > a em {
  font-size: 2.2em;
  position: absolute;
  right: 1.8rem;
  top: -0.6rem;
}
.search-type-filters ul li > a em + span {
  display: none;
}
.search-type-filters ul li > a span {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  width: 3rem;
  height: 3rem;
  border: 1px solid #323232;
  border-radius: 50%;
  text-align: center;
  font: 600 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
.search-type-filters ul li > a[data-count="0"] {
  pointer-events: none;
}
.search-type-filters ul li ul {
  padding: 2rem 2rem 0;
  display: none;
}
.search-type-filters ul li ul li {
  margin-bottom: 2.5rem;
  opacity: 1;
  padding: 0;
  border: none;
}
.search-type-filters ul li ul li:last-child {
  margin-bottom: 0;
}
.search-type-filters ul li ul li a {
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #323232;
  padding: 0 0 0 4.3rem;
}
.search-type-filters ul li ul li a[data-count="0"] {
  pointer-events: inherit;
}
.search-type-filters ul li ul li a.selected:after {
  opacity: 1;
}
.search-type-filters ul li ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #323232;
  content: "";
  border-radius: 0.3rem;
}
.search-type-filters ul li ul li a:after {
  content: "";
  width: 0.4rem;
  height: 0.8rem;
  border-bottom: 1px solid #323232;
  border-right: 1px solid #323232;
  position: absolute;
  top: 0.6rem;
  left: 0.9rem;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.35s;
}
.search-results-title, .search-stats-title {
  display: none;
  color: #646464;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  margin-bottom: 4rem;
}
.search-results-title.ais-Stats, .search-stats-title.ais-Stats {
  top: -25px;
  position: relative;
  display: block;
}
.search-results-title em, .search-stats-title em {
  font-style: normal;
}
.search-results-title b, .search-stats-title b {
  font-weight: bold;
}
.search-results-title--no-results, .search-stats-title--no-results {
  display: none;
}
.search-results a {
  display: block;
  margin-bottom: 10px;
}
.search-results__birds {
  margin-bottom: 3rem;
}
.search-results__birds-list {
  overflow-x: auto;
  font-size: 0;
  display: flex;
  padding-top: 0.5rem;
}
.search-results__birds-list a {
  width: 10rem;
  min-width: 10rem;
  margin-right: 1.6rem;
  margin-left: 0.4rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  display: inline-block;
  border-radius: 0.5rem;
}
.search-results__birds-list a .preload {
  background: url(../images/loader.gif) no-repeat 50% 50%;
  border-radius: 0.5rem 0.5rem 0 0;
  display: block;
  height: 10rem;
  background-size: 100%;
  margin-bottom: 0.5rem;
}
.search-results__birds-list a .preload img {
  border-radius: 0.5rem 0.5rem 0 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.search-results__birds-list a b {
  display: block;
  text-align: center;
  font: 500 1.2rem/1.16 "sofia-pro", Arial, sans-serif;
  color: #000;
  padding: 0 0.5rem 1rem;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.search-results__other {
  padding-bottom: 3rem;
}
.search-results__other-list a {
  overflow: hidden;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  color: #000;
}
.search-results__other-list a:hover .search-results__link-title {
  color: #E01C15;
}
.search-results__other-list a:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.search-results__other-list a img {
  width: 10rem;
  float: right;
  margin-left: 2rem;
}
.search-results__link-info {
  max-width: 46rem;
  overflow: hidden;
}
.search-results__link-type {
  font: 500 1rem/1.6 "sofia-pro", Arial, sans-serif;
  display: block;
  text-transform: uppercase;
}
.search-results__link-title {
  display: block;
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  transition: color 0.35s;
  margin-bottom: 1rem;
}
.search-results__link-excerpt {
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  display: block;
}
.search-form {
  margin-bottom: 4rem;
  position: relative;
}
.search-form .search-field {
  display: block;
  border: 1px solid #646464;
  border-radius: 0.5rem;
  background: #fff;
  color: #646464;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.search-form .search-field:-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.search-form .search-field::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.search-form .search-field:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.search-form button[type="submit"] {
  position: absolute;
  right: 2.6rem;
  top: 1.7rem;
  height: 3rem;
  width: 1.3rem;
  overflow: hidden;
  font-size: 3rem;
  border: none;
  color: #646464;
  background: transparent;
}
.search-form button[type="submit"] .icon-close-icon {
  margin-left: -0.6rem;
}
.search-form .search-clear {
  position: absolute;
  right: 6rem;
  top: 0.3rem;
  font-size: 2.4rem;
  color: #646464;
  transition: opacity 0.35s, visibility 0.35s;
  background: #fff;
  z-index: 2;
}
.search-form .search-clear.hide {
  opacity: 0;
  visibility: hidden;
}
.search-form .search-clear .icon-close-icon {
  display: block;
}
.search-form .search-clear--slim {
  font-size: 3rem;
  background: transparent;
  width: 3rem;
  height: 3rem;
}
.search-form .search-clear--slim span {
  display: block;
}
.search-form--shop {
  margin-bottom: 0;
}
.search-form--shop .search-field {
  padding: 1rem 1rem 1rem 2rem;
  background: #f5f5f5;
  padding-right: 5rem;
  border-radius: 10rem;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.25);
  border: none;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #646464;
}
.search-form--shop .search-field::-webkit-input-placeholder {
  color: #646464;
  font-weight: 300;
  opacity: 1;
}
.search-form--shop .search-field:-moz-placeholder {
  color: #646464;
  font-weight: 300;
  opacity: 1;
}
.search-form--shop .search-field::-moz-placeholder {
  color: #646464;
  font-weight: 300;
  opacity: 1;
}
.search-form--shop .search-field:-ms-input-placeholder {
  color: #646464;
  font-weight: 300;
  opacity: 1;
}
.search-form--shop button[type="submit"] {
  top: 0.2rem;
  right: 2rem;
}
.search-form__close {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translate(0%, -50%);
  color: #323232;
  white-space: nowrap;
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: opacity 0.35s, visibility 0.35s;
}
.search-form__close.show {
  opacity: 1;
  visibility: visible;
}
.search-form__close span {
  font-size: 2.6rem;
  margin-left: 0.5rem;
}
.filter {
  position: relative;
}
.filter > span {
  display: block;
  border: 1px solid #B4B4B4;
  border-radius: 0.5rem;
  background: #fff;
  color: #B4B4B4;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.filter > span span {
  position: absolute;
  width: 26px;
  height: 13px;
  font-size: 2.5rem;
  overflow: hidden;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.filter ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 15rem;
  overflow-y: auto;
  padding: 2rem;
  border: 1px solid #B4B4B4;
  border-radius: 0.5rem;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.filter ul li {
  display: block;
  margin-bottom: 1rem;
}
.filter ul li:last-child {
  margin-bottom: 0;
}
.filter ul a {
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  display: block;
  color: #323232;
}
.filter.opened ul {
  opacity: 1;
  visibility: visible;
}
.navi-top {
  margin-top: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.1rem 0;
  margin-bottom: 4rem;
}
.navi-top ul {
  display: flex;
  justify-content: space-between;
}
.navi-top ul li:last-child {
  padding-right: 1rem;
}
.navi-top ul a {
  display: flex;
  align-items: center;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.35s;
}
.navi-top ul a:hover {
  color: #E01C15;
}
.navi-top ul a span {
  margin-right: 0.8rem;
  font-size: 2.9em;
  display: inline-block;
}
.navi-main > ul {
  margin-right: -1px;
  display: flex;
  flex-wrap: wrap;
}
.navi-main > ul > li {
  border-right: 1px solid #B4B4B4;
  width: 15%;
  box-sizing: border-box;
  padding: 0 2% 0 0;
  margin-right: 2%;
  box-sizing: border-box;
}
.navi-main > ul > li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.navi-main > ul > li.current_page_item > a {
  color: #E01C15;
}
.navi-main > ul > li > a {
  font: 700 1.6rem/1.38 "sofia-pro", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: block;
  color: #000;
  transition: color 0.35s;
}
.navi-main > ul > li > a:hover {
  color: #E01C15;
}
.navi-main > ul > li ul li {
  margin-bottom: 0.6rem;
}
.navi-main > ul > li ul li:last-child {
  margin-bottom: 0;
}
.navi-main > ul > li ul a {
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  margin-left: -0.5rem;
  display: block;
  color: #000;
  transition: color 0.35s;
  padding: 0.5rem;
}
.navi-main > ul > li ul a:hover {
  background: #F5F5F5;
  font-weight: 500;
}
.search-type-filters {
  float: right;
  width: 26rem;
}
.search-results {
  float: left;
  width: 65%;
}
.logged-in .header__item-account {
  position: relative;
  color: #fff;
  top: 0.2rem;
}
.logged-in .header__item-account:before {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #323232;
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 1.6rem;
  z-index: -1;
}
.fake-banner {
  opacity: 0;
}
/*TEMPORARELY MODX SEARCH*/
.search-box-wrapper {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 12;
  top: 5.4rem;
  transition: top 0.35s;
  width: 35.2rem !important;
}
.search-box-wrapper.collapced {
  top: 2.2rem;
}
.opened-menu .search-box-wrapper.collapced {
  top: 5.4rem;
}
.gsib_a {
  padding: 0 !important;
}
button.gsc-search-button, button.gsc-search-button-v2, button.gsc-search-button-v2:hover, button.gsc-search-button:hover {
  background: transparent !important;
  border: none !important;
  color: #000;
  cursor: pointer;
  top: 4px;
  transform: inherit;
  right: 1.2rem;
}
div.gsc-input-box {
  height: auto !important;
  padding: 0;
}
.gsc-search-button-v2 svg {
  fill: #000 !important;
  width: 20px;
  height: 20px;
}
.search-box-wrapper button[type="submit"] {
  position: absolute;
  right: 4.1rem;
  top: 2.7rem;
  height: 4.8rem;
  width: 2rem;
  overflow: hidden;
  font-size: 3rem;
  border: none;
  width: 20rem;
  color: #646464;
  background: transparent;
}
.gssb_c {
  position: fixed !important;
  transform: translate(-50%, -13px);
  left: 50% !important;
  top: 5.4rem;
}
.search-box-wrapper td.gsc-input input {
  padding: 1rem 5rem 1rem 2rem !important;
  background: #f5f5f5 !important;
  border-radius: 10rem;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.25);
  border: none;
  line-height: 1.43;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  color: #646464 !important;
  height: auto !important;
  box-sizing: border-box;
}
.search-form--shop .search-field::-webkit-input-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
.search-form--shop .search-field:-moz-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
.search-form--shop .search-field::-moz-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
.search-form--shop .search-field:-ms-input-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1023px) {
  .search-box-wrapper {
    right: 1.6rem;
    left: 1.6rem;
    width: auto !important;
    transform: inherit;
    top: 5.8rem !important;
  }
  .opened-menu .header__top {
    max-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-box-wrapper {
    right: 8.2rem;
  }
}
/*END OF SEARCH*/
@media screen and (max-height: 700px) {
  .menu-modal-switcher--desktop {
    display: none;
  }
  .menu-modal-switcher--mobile {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding-bottom: 6rem;
    left: 0;
    transform: inherit;
  }
  .header:after {
    display: none;
  }
  .header__top {
    max-height: 0;
  }
  .header__inner {
    padding: 0;
  }
  .header__navi-donate {
    margin-left: 2rem;
  }
  .header__navi ul li {
    margin-left: 1rem;
  }
  .header__navi--shop ul li {
    margin-left: 0;
  }
  .header__item {
    text-indent: -9999px;
  }
  .header__item-menu {
    margin-left: 0;
  }
  .header__item span {
    text-indent: 0;
    font-size: 3rem;
    margin-left: 2.6rem;
  }
  .header__search-in {
    max-width: 100%;
  }
  .header__search-filters-in {
    width: auto;
    left: 0;
    padding: 0 14%;
  }
  .header__search-filters-outer {
    margin-bottom: -1.5rem;
  }
  .header__search-filters-outer ul {
    padding-bottom: 1.5rem;
  }
  .header .search-form--shop .search-field {
    border-radius: 0.5rem;
  }
  .header__filters-in {
    width: auto;
    left: 0;
    padding-left: 14%;
    padding-right: 14%;
  }
  .menu-modal {
    margin-top: 4.5rem;
    top: 6.3rem;
  }
  .menu-modal.menu-modal-languages {
    margin-top: 0;
    top: 50%;
  }
  .menu-modal-search .menu-modal__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-modal-search .menu-modal__close {
    right: 3rem;
  }
  .menu-modal-navigation .menu-modal__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-modal-navigation .menu-modal__inner .inner {
    max-width: 626px;
  }
  .navi-top {
    padding: 1.4rem 0;
  }
  .navi-top ul {
    display: block;
  }
  .navi-top ul li {
    margin-bottom: 1rem;
  }
  .navi-top ul li:last-child {
    margin-bottom: 0;
    padding-right: 0;
  }
  .navi-top ul a {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .navi-top ul a span {
    margin-right: 0;
    width: 35px;
    text-align: center;
  }
  .navi-main > ul {
    margin: 0;
  }
  .navi-main > ul > li {
    width: 50%;
    padding: 0 5rem 5rem;
    box-sizing: border-box;
    margin: 0;
  }
  .navi-main > ul > li:nth-child(2n) {
    border: none;
  }
}
@media screen and (max-width: 782px) {
  .logged-in .header {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 6rem;
  }
  .header__navi-donate {
    text-indent: -9999px;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    bottom: 1.3rem;
    right: 1.6rem;
  }
  .header__navi-donate span {
    text-indent: 0;
    font-size: 2.2em;
    margin: 0;
  }
  .header__navi ul li {
    margin-left: 1.5rem;
  }
  .header__navi--shop ul li {
    margin-left: 0;
  }
  .header__logo {
    width: 4.4rem;
    height: 4.2rem;
    overflow: hidden;
  }
  .header__logo img {
    min-width: 14.6rem;
    margin-top: 0.1rem;
  }
  .header__item {
    text-indent: -9999px;
  }
  .header__item:hover {
    color: #000 !important;
  }
  .header__item:hover span {
    color: #000 !important;
  }
  .header__item i {
    right: -0.1rem;
  }
  .header__item-menu {
    margin-left: 0.8rem;
  }
  .header__item-menu span {
    font-size: 3rem;
  }
  .header__item span {
    text-indent: initial;
    margin-left: 1.4rem;
  }
  .header.opened-search .product__search--shop {
    left: 0;
    right: 0;
    bottom: -4.7rem;
  }
  .header__search-in {
    padding-top: 7.5rem;
  }
  .header__search-in .home-featured__list--category {
    margin-bottom: 0.7rem;
  }
  .header__search-in .flex-columns-4 {
    margin: 0 -0.5rem;
  }
  .header__search-in .flex-columns-4 > div {
    width: calc(33.33% - 1rem);
    margin: 0 0.5rem 1rem;
  }
  .header__search-in .flex-columns-4 > div .teaserbox-vds--small .teaserbox-vds__label, .header__search-in .flex-columns-4 > div .teaserbox-vds--small .teaserbox-vds__icon {
    display: none;
  }
  .header__search-reset {
    position: absolute;
    right: 0;
    top: calc(100% + 2rem);
  }
  .header__search-filters {
    margin-bottom: 2rem;
  }
  .header__search-filters-outer {
    margin-bottom: -1.5rem;
    margin-right: -1.6rem;
    width: calc(100% - 13.9rem);
  }
  .header__search-filters-outer ul {
    padding-bottom: 1.5rem;
  }
  .header__search-filters-outer ul li:first-child {
    margin-left: 0;
  }
  .header__filters-in {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .menu-modal__inner {
    padding: 0 0 1.6rem;
  }
  .opened-menu .header__top {
    max-height: 0;
  }
  .opened-menu .search-box-wrapper {
    top: 5.6rem !important;
  }
  .search-filters {
    padding-bottom: 2rem;
  }
  .search-filters .column-grid-3 {
    margin-bottom: 2rem;
  }
  .navi-main > ul > li {
    width: 100%;
    border-bottom: 1px solid #B4B4B4 !important;
    border-right: none !important;
    margin-bottom: 2rem;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .navi-main > ul > li:last-child {
    border: none !important;
    padding-bottom: 0;
  }
  .menu-modal-navigation .footer__language-switcher > span span:before {
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }
  .menu-modal-navigation .footer__language-switcher a {
    color: #646464;
  }
  .menu-modal-navigation .footer__language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-item {
    margin-right: 1rem;
  }
  .menu-modal-navigation .footer__language-switcher .wpml-ls-legacy-list-vertical a {
    color: #646464;
  }
  .menu-modal-navigation .footer__language-switcher .wpml-ls-legacy-list-vertical a img {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .header {
    z-index: 11;
  }
  .menu-modal {
    position: absolute;
    top: 9rem;
    transform: translate(-50%, 0);
  }
  body.overlayed, html.overlayed {
    position: static;
    overflow: inherit;
  }
}
@media screen and (max-width: 400px) {
  .menu-modal {
    max-width: calc(100vw - 4rem);
  }
  .menu-modal-search {
    max-width: 100%;
  }
  .menu-modal-navigation {
    max-width: 101%;
  }
}
/*footer*/
.footer {
  padding: 8rem 0;
  background: #323232;
  overflow: hidden;
}
.footer .flex-columns {
  margin-bottom: 4rem;
}
.footer .flex-columns .flex-columns .project-hero__col-50 {
  margin-bottom: 0;
}
.footer__item-heading {
  border-top: 1px solid #646464;
  padding: 1.7rem 0;
}
.footer__item-heading a {
  font: 500 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0.5rem;
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  transition: color 0.35s;
  position: relative;
}
.footer__item-heading a .icon-arrow-down-icon {
  position: absolute;
  right: 0rem;
  color: #646464;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
}
.footer__item-heading a:hover {
  color: #646464;
}
.footer__item-heading a span {
  font-size: 2em;
  width: 4.5rem;
}
.footer__item-heading a.expanded span.icon-arrow-down-icon {
  transform: rotate(180deg);
  margin-top: -1.5rem;
}
.footer__item-content {
  color: #fff;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  padding-bottom: 4rem;
}
.footer__item-content a {
  color: #fff;
  text-decoration: underline;
}
.footer__item-content a:hover {
  text-decoration: none;
}
.footer__item-content [class^="icon-"] {
  font-size: 2em;
  display: inline-block;
  position: relative;
  top: 0.22em;
}
.footer__labels {
  color: #fff;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.footer__labels span {
  display: inline-block;
  width: 11rem;
}
.footer__info {
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  color: #fff;
  padding-top: 0.8rem;
}
.footer__language-switcher {
  position: relative;
}
.footer__language-switcher span {
  margin-right: 1.6rem;
  font-size: 1.6em;
  display: inline-block;
}
.footer__language-switcher a {
  display: flex;
  padding-right: 3rem;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  position: relative;
}
.footer__language-switcher a:before {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  transform: rotate(45deg);
  content: "";
}
.footer__language-switcher a img {
  margin-right: 2rem;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical {
  padding: 0.5rem 0 2rem;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  max-width: 100vw;
  display: block;
  border: none;
  padding-top: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-item {
  margin: 0 2rem 0 0;
  display: inline-block;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a {
  padding: 0;
  display: flex;
  color: #fff;
  position: relative;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  border: none;
  text-decoration: none;
  transition: color 0.35s;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a img {
  margin-right: 1rem;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a .wpml-ls-flag {
  display: inline;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a:hover {
  color: #E01C15;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a span {
  vertical-align: inherit;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a:before, .footer__language-switcher .wpml-ls-legacy-list-vertical a:after {
  display: none;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-current-language {
  display: none;
}
.footer__language-switcher:hover .wpml-ls-legacy-list-vertical {
  opacity: 1;
  visibility: visible;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer__login {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
}
.footer__login a {
  color: #fff;
  text-decoration: underline;
}
.footer__login a:hover {
  text-decoration: none;
}
.footer__socials a {
  text-decoration: none;
  transition: color 0.35s;
  display: flex;
  align-items: center;
}
.footer__socials a img {
  margin-right: 0.5rem;
}
.footer__socials a:hover {
  color: #646464;
}
@media screen and (max-width: 1023px) {
  .footer .inner {
    max-width: 650px;
  }
  .footer__navi ul li {
    width: 100%;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer__info {
    width: 100%;
  }
  .footer__middle {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
  .footer .flex-columns-2 > div {
    margin-bottom: 0;
  }
  .footer .flex-columns {
    margin-bottom: 4rem;
  }
  .footer .flex-columns + .flex-columns, .footer .flex-columns .flex-columns {
    margin-bottom: 0;
  }
  .footer .flex-columns + .flex-columns .project-hero__col-50 + .project-hero__col-50, .footer .flex-columns .flex-columns .project-hero__col-50 + .project-hero__col-50 {
    margin-top: 2rem;
  }
}
/*projekte*/
.project-inner {
  max-width: 86rem;
}
.project-back {
  padding: 2.5rem 0;
  text-align: right;
}
.project-back .ia-btn--secondary {
  font-size: 1.4rem;
  padding-top: 0.4rem;
  color: #646464 !important;
}
.project-back .ia-btn--secondary:before {
  transform: rotate(135deg);
  right: 0.8rem;
}
.project-hero {
  margin-bottom: 3.5rem;
}
.project-hero--event {
  margin-bottom: 4rem;
}
.project-hero__photo {
  height: 42rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.project-hero__photo img {
  display: none;
}
.project-hero__photo--big {
  height: 74rem;
}
.project-hero__caption {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
}
.project-hero__caption a {
  text-decoration: underline;
  color: #000;
}
.project-hero__caption a:hover {
  text-decoration: none;
}
.project-hero__caption p {
  display: inline;
}
.project-hero .slick-arrow {
  left: 2rem;
}
.project-hero .slick-arrow.slick-next {
  right: 2rem;
}
.project-hero__col-25 {
  max-width: calc(25% - 2rem);
}
.project-hero__col-50 {
  max-width: calc(50% - 2rem);
}
.project-hero__col-75 {
  max-width: calc(75% - 2rem);
}
.project-hero__col-75 .visitor-centre__accordion-gallery__list {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0 2rem;
  margin: 0 -1rem;
}
.project-hero__col-75 .visitor-centre__accordion-gallery__list > div {
  width: calc(33.33% - 2rem);
  margin: 0 1rem 2rem;
}
.project-hero__col-75 .visitor-centre__accordion-gallery__list--2 > div {
  width: calc(50% - 2rem);
}
.project-hero__col-75 .visitor-centre__accordion-gallery__list--2.ia-slider > div {
  width: auto;
}
.project-hero__col-75 .visitor-centre__accordion-gallery__list--1 > div {
  width: calc(100% - 2rem);
}
.project-hero__col-75 .visitor-centre__accordion-gallery__list--1.ia-slider > div {
  width: auto;
}
.project-hero--no-image {
  padding-top: 4rem;
}
.project-hero-2 {
  margin-bottom: 10rem;
  padding: 6rem 0;
  min-height: 40rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.project-hero-2--big {
  min-height: 62rem;
}
.project-hero-2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.project-hero-2 .inner {
  position: relative;
  z-index: 2;
}
.project-hero-2 h1 {
  font: 700 4rem/1.1 "sofia-pro", Arial, sans-serif;
}
.project-hero-2 h1 + .project-description {
  padding-top: 2rem;
}
.project-hero-2 img {
  display: none;
}
.project-heading {
  margin-bottom: 4rem;
}
.project-heading--slim {
  margin-bottom: 2rem;
}
.project-heading h1 {
  font: 700 4rem/1.1 "sofia-pro", Arial, sans-serif;
}
.project-description {
  margin-bottom: 3rem;
  padding-bottom: 4rem;
}
.project-details__list {
  margin-bottom: 3rem;
}
.project-details__item {
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding: 1rem 0;
}
.project-details__item > strong {
  display: inline-block;
  width: 16rem;
  font-weight: 300;
}
.project-details__item a {
  color: #000;
  text-decoration: underline;
}
.project-details__item a:hover {
  text-decoration: none;
}
.project-details__item:first-child {
  border: none;
}
.project-details__item--last span {
  text-transform: uppercase;
}
.project-map {
  height: 26.7rem;
  width: 40rem;
  display: block;
  margin: 0 auto 8rem;
}
.project-stories {
  background: #f5f5f5;
  padding: 10rem 0 6rem;
  margin-bottom: 8rem;
}
.project-stories--white {
  background: transparent;
  margin: 0;
}
.project-stories--white .project-story__content .entry-content {
  padding: 1.5rem 0 0;
}
.project-story {
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding: 2.2rem 0;
}
.project-story__heading {
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  position: relative;
}
.project-story__heading--small {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.project-story__heading a {
  color: #000;
  display: block;
  padding-right: 3rem;
}
.project-story__heading:before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  transform: rotate(45deg);
  right: 0.9rem;
  top: 0.7rem;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: none;
}
.project-story__heading span:before {
  position: absolute;
  width: 1.3rem;
  height: 0.1rem;
  content: "";
  right: 0.6rem;
  top: 1.2rem;
  background: #646464;
}
.project-story__heading span:after {
  position: absolute;
  height: 1.3rem;
  width: 0.1rem;
  content: "";
  top: 50%;
  margin-top: -0.5rem;
  right: 1.2rem;
  background: #646464;
}
.project-story__heading:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #323232;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
  pointer-events: none;
}
.project-story__heading.expanded:before {
  transform: rotate(-135deg);
  top: 1.1rem;
}
.project-story__heading.expanded span:after {
  opacity: 0;
}
.project-story__heading--custom:before {
  display: none;
}
.project-story__content {
  display: none;
}
.project-story__content .entry-content {
  padding: 1.5rem 0;
}
.project-employee__gallery {
  margin: 0 -2rem;
}
.project-employee__item {
  margin: 0.5rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  max-width: 26rem;
}
.project-employee__photo {
  padding-top: 69.2%;
  border-radius: 0.5rem 0.5rem 0 0;
}
.project-employee__photo img {
  display: none;
}
.project-employee__info {
  padding: 2rem;
}
.project-employee__info-name {
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  color: #000;
  margin-bottom: 1rem;
  display: inline-block;
}
.project-employee__info-email {
  color: #000;
}
.project-employee__list {
  display: flex;
  flex-wrap: wrap;
}
.project-employee__list-item {
  border: 1px solid #646464;
  border-radius: 2.3rem;
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  display: flex;
  align-items: center;
  color: #000;
  margin: 0 2rem 2rem 0;
}
.project-employee__list-item img {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  vertical-align: top;
  margin-right: 1rem;
}
.project-publications-list__item {
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding: 1rem 0 3rem;
}
.project-publications-list__item-title {
  position: relative;
  padding-right: 2rem;
  display: block;
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  text-decoration: none !important;
}
.project-publications-list__item-title:before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  transform: rotate(-45deg);
  right: 1.1rem;
  top: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
}
.project-publications-list__item-title:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #323232;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
}
.project-publications-list__item-info {
  padding-top: 2.5rem;
}
.project-publications-list__item-pdf {
  display: flex;
  text-decoration: none !important;
  margin-top: 1.5rem;
}
.project-publications-list__item-pdf span {
  font-size: 2.2rem;
  margin-left: 1rem;
}
.project-bird-species {
  margin-bottom: 8rem;
}
.project-related {
  margin-bottom: 8rem;
}
.project-comments {
  background: #323232;
  padding: 6rem 0 4rem;
  margin-bottom: 8rem;
}
.project-comments__heading {
  line-height: 5rem;
  position: relative;
  padding: 0 2rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 2rem;
}
.project-comments__heading:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #ffffff;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
}
.project-comments__heading:before {
  width: 1.2rem;
  height: 0.1rem;
  right: 2.7rem;
  top: 50%;
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.project-comments .col-50 {
  margin-bottom: 2rem;
}
.project-forest {
  margin-bottom: 8rem;
}
.project-forest .call-to-action-01 {
  margin-bottom: 4rem;
}
.single-news .project-hero__col-25 {
  margin-bottom: -50rem;
}
#proj-employee {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .project-hero__photo {
    height: 27rem;
  }
  .project-hero__photo--big {
    height: 40rem;
  }
  .project-hero__col-25 {
    max-width: 100%;
  }
  .project-hero__col-50 {
    max-width: 100%;
  }
  .project-hero__col-75 {
    max-width: 100%;
  }
  .project-hero-2 {
    min-height: 25rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .project-hero--no-image {
    padding-top: 0;
  }
  .project-hero__photo {
    height: 28rem;
  }
  .project-hero__photo--big {
    height: 36rem;
  }
  .project-hero__col-25 {
    max-width: 100%;
  }
  .project-hero__col-50 {
    max-width: 100%;
  }
  .project-hero__col-75 {
    max-width: 100%;
  }
  .project-hero-2 {
    min-height: 15rem;
  }
  .project-hero-2 h1 {
    font: 700 3rem/1.13 "sofia-pro", Arial, sans-serif;
  }
  .project-heading h1 {
    font: 700 3rem/1.13 "sofia-pro", Arial, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .project-hero__col-25 .ia-btn--custom {
    min-width: 30rem;
    box-sizing: border-box;
  }
}
.projects--space-bottom {
  margin-bottom: 10rem;
}
.projects__search {
  padding-top: 2rem;
}
.projects__search .search-form button[type="submit"] {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  top: 1.4rem;
  right: 1rem;
}
.projects__search + article .entry-header {
  padding-top: 0;
}
.projects__wrap {
  display: flex;
  justify-content: space-between;
}
.projects__body {
  width: 74.1%;
}
.projects__sidebar {
  width: 22.4%;
}
.projects__sidebar .ia-heading {
  margin-bottom: 1.5rem;
}
.projects__sidebar h4 {
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  margin-bottom: 2rem;
}
.projects__content {
  font-family: "source-serif-4-small-text", serif;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 9rem;
}
.projects__content .ia-btn {
  margin-top: 1.5rem;
}
.projects__grid {
  display: flex;
  margin: 0 -2rem;
  flex-wrap: wrap;
}
.projects__grid-heading {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  margin-bottom: 2rem;
}
.projects.news-wrap .teaser-card-small {
  width: calc(25% - 4rem);
}
.projects .teaser-card-small {
  width: calc(33.33% - 4rem);
  margin: 0 2rem 4rem;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.25);
}
.projects .teaser-card-small--nothing {
  box-shadow: none;
}
.projects__more {
  text-align: center;
}
.projects__filter-search {
  margin: 2rem 2rem 0;
  position: relative;
}
.projects__filter-search .icon-search-icon {
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
}
.projects__filter-term {
  width: 100%;
  display: block;
  border: 1px solid #B4B4B4;
  border-radius: 0.5rem;
  background: #fff;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #323232;
  padding: 0.3rem 1rem 0.7rem 2.5rem;
  width: 100%;
  box-sizing: border-box;
}
.projects__filters {
  position: relative;
}
.projects__filters.loaded:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.7) url(../images/loader.svg) no-repeat 50% 50% / 6rem 6rem;
}
.projects__filters .projects__filter {
  position: relative;
}
.projects__filters .projects__filter-clear {
  position: absolute;
  top: 0.1rem;
  width: 7.1rem;
  right: 0.1rem;
  height: 5.4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  color: #000;
  z-index: 2;
  font-size: 2rem;
}
.projects__filters .projects__filter-clear .icon-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projects__filters .select {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #646464;
  border-radius: 0.5rem;
  padding: 1.7rem 0;
}
.projects__filters .select.active a {
  color: #323232;
}
.projects__filters .select.active a em {
  transform: rotate(180deg);
}
.projects__filters .select > a {
  display: block;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  color: #646464;
  box-sizing: border-box;
  padding: 0 6rem 0 2rem;
  position: relative;
}
.projects__filters .select > a:before {
  width: 1.2rem;
  height: 2.2rem;
}
.projects__filters .select > a em {
  font-size: 2.2em;
  position: absolute;
  right: 1.8rem;
  top: -0.6rem;
}
.projects__filters .select > a em + span {
  display: none;
}
.projects__filters .select .dropdown-list {
  display: none;
}
.projects__filters .select .dropdown-list-in {
  margin: 2rem 2rem 0;
  overflow-y: auto;
  max-height: 29.2rem;
}
.projects__filters .select .dropdown-list-item {
  margin-bottom: 2rem;
  opacity: 1;
  padding: 0;
  border: none;
}
.projects__filters .select .dropdown-list-item:last-child {
  margin-bottom: 0;
}
.projects__filters .select .dropdown-list-item.current a:after {
  opacity: 1;
}
.projects__filters .select .dropdown-list-item a {
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #323232;
  padding: 0 0 0 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.projects__filters .select .dropdown-list-item a[data-count="0"] {
  pointer-events: inherit;
}
.projects__filters .select .dropdown-list-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #323232;
  content: "";
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.projects__filters .select .dropdown-list-item a:after {
  content: "";
  width: 0.4rem;
  height: 0.8rem;
  border-bottom: 1px solid #323232;
  border-right: 1px solid #323232;
  position: absolute;
  top: 0.6rem;
  left: 0.9rem;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.35s;
}
.projects__filters-sortieren {
  padding-top: 9rem;
}
.projects__filters-sortieren .select {
  border: none;
  padding: 0;
}
.projects__filters-sortieren .select .dropdown-list {
  display: block;
}
.projects__filters-sortieren .select .dropdown-list-in {
  margin: 0;
}
.projects__filters-sortieren .select .dropdown-list-item {
  margin-bottom: 1rem;
}
.projects__filters-sortieren .select .dropdown-list-item.current a {
  font-weight: bold;
}
.projects__filters-sortieren .select .dropdown-list-item a {
  padding-left: 0;
}
.projects__filters-sortieren .select .dropdown-list-item a::before, .projects__filters-sortieren .select .dropdown-list-item a:after {
  display: none;
}
.projects__filters .projects__filter--switch {
  padding: 3rem 1rem 3rem 0;
}
@media screen and (max-width: 1023px) {
  .projects.news-wrap .teaser-card-small {
    width: calc(33.33% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .projects.news-wrap .teaser-card-small {
    width: 100%;
    margin: 0 0 2rem;
  }
}
/*home*/
.home-section {
  margin-bottom: 10rem;
}
.home-lead .entry-content {
  max-width: 75%;
  padding-top: 6rem;
}
.home-hero-navi {
  position: relative;
  z-index: 5;
  margin-top: -4rem;
}
.home-hero-navi__in {
  max-width: 67rem;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 2rem 0;
  margin: 0 auto;
}
.home-hero-navi__list {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.home-hero-navi__list a {
  width: calc(33.33% - 4rem);
  padding: 0 2rem;
  border-left: 1px solid #B4B4B4;
  min-height: 4rem;
  text-align: center;
  color: #000;
  flex: 1;
  display: block;
  position: relative;
  transition: color 0.35s;
  min-height: 4rem;
}
.home-hero-navi__list a:before {
  position: absolute;
  top: 0;
  left: -1px;
  height: 100vh;
  width: 1px;
  content: "";
  background: #B4B4B4;
}
.home-hero-navi__list a:first-child {
  border: none;
}
.home-hero-navi__list a:first-child:before {
  display: none;
}
.home-hero-navi__list a span {
  font-size: 4rem;
  display: inline-block;
  margin-right: 1.5rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.home-hero-navi__list a div {
  text-align: left;
  margin-left: 5.5rem;
}
.home-hero-navi__list a div i {
  font-style: normal;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  display: block;
}
.home-hero-navi__list a:hover {
  color: #E01C15;
}
.home-categories .ia-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 64.2%;
  box-sizing: border-box;
  display: block;
}
.home-categories .ia-btn--secondary {
  width: auto;
  display: inline-block;
}
.home-categories .teaser-card-max {
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.home-in-focus__in {
  margin-bottom: 4rem;
}
.home-featured__list {
  margin-bottom: 2rem;
  display: block;
}
.home-featured__list--category {
  margin-bottom: 3rem;
  position: relative;
}
.home-featured__list--category:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10rem;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}
.home-featured__list--category ul {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 2rem;
}
.home-featured__list li {
  display: inline;
}
.home-featured__list li a {
  display: inline-block;
  font: 300 1.4rem/1.28 "sofia-pro", Arial, sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #646464;
  border-bottom: 0.3rem solid transparent;
  margin-right: 2rem;
}
.home-featured__list li a:hover {
  border-color: #646464;
}
.home-featured__list li.active a {
  border-color: #646464;
  font-weight: bold;
}
.home-featured__slider {
  margin: 0 -2rem 3.5rem;
}
.home-featured__slider .teaser-card-small, .home-featured__slider .product-card, .home-featured__slider .teaserbox-vds {
  margin: 0.5rem 2rem;
  height: 100%;
}
.home-featured__slider .teaser-card-small__body, .home-featured__slider .product-card__body, .home-featured__slider .teaserbox-vds__body {
  padding-bottom: 0.5rem;
}
.home-featured__slider .slick-track {
  display: flex;
}
.home-featured__slider .slick-slide {
  height: auto;
  padding-bottom: 1rem;
}
.home-featured__slider-wide {
  margin: 0 0 3.5rem -2rem;
}
.home-featured__slider-wide .product-card--wide, .home-featured__slider-wide .teaserbox-vds {
  width: 86rem;
  box-sizing: border-box;
  margin: 0.5rem 2rem;
}
.product-wide-vertical > div {
  max-width: 86rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .home-lead .entry-content {
    max-width: 100%;
  }
  .home-categories .teaser-card-max {
    margin-bottom: 2rem;
  }
  .home-featured__slider-wide .product-card--wide, .home-featured__slider-wide .teaserbox-vds {
    width: 68vw;
  }
}
@media screen and (max-width: 767px) {
  .home-featured__list--category {
    margin-bottom: 3rem;
  }
  .home-featured__list li a {
    font-size: 1.2rem;
    margin-right: 1.5rem;
  }
  .home-in-focus__in {
    margin-bottom: 1rem;
  }
  .home-section {
    margin-bottom: 6rem;
  }
  .home-featured__list {
    position: relative;
  }
  .home-featured__list:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10rem;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
  }
  .home-featured__list ul {
    white-space: nowrap;
    padding-bottom: 2rem;
    overflow-x: auto;
    margin-bottom: -2rem;
  }
  .home-hero-navi {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .home-hero-navi__in {
    box-shadow: none;
    padding: 0;
  }
  .home-hero-navi__list {
    margin: 0;
    display: block;
    overflow: visible;
  }
  .home-hero-navi__list a {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 1rem 0;
    border: none;
    display: flex;
    height: auto;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: inherit;
    margin-bottom: 2rem;
  }
  .home-hero-navi__list a span {
    position: static;
    transform: none;
    margin-left: 1.5rem;
  }
  .home-hero-navi__list a div {
    max-width: calc(100% - 10rem);
    margin-left: 0;
  }
  .home-hero-navi__list a:before {
    display: none;
  }
  .home-hero-navi__list a:last-child {
    margin-bottom: 0;
  }
  .home-categories .ia-btn {
    max-width: 92%;
  }
}
@media screen and (max-width: 560px) {
  .home-featured__slider .slick-slide > div {
    width: 68vw;
  }
}
/*visitor centre*/
.page-template-visitor-centre-page .hero {
  min-height: 74rem;
  box-sizing: border-box;
  margin-bottom: 10rem;
}
.hero__top-winner {
  position: absolute;
  top: 6rem;
  right: calc((100% - 1220px)/2 + 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero__top-winner img {
  width: 7rem;
  margin-left: 1rem;
}
.hero__top-winner span {
  color: #fff;
}
.hero__menu {
  position: fixed;
  top: 26rem;
  right: 0;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  width: 19rem;
  box-sizing: border-box;
  padding: 2rem;
  z-index: 5;
}
.hero__menu li {
  margin-bottom: 1rem;
}
.hero__menu li:last-child {
  margin-bottom: 0;
}
.hero__menu li a {
  display: block;
  border-radius: 5px;
  border: 1px solid #646464;
  padding: 1.1rem 0 1.1rem 5rem;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  color: #646464;
  transition: color 0.35s, border 0.35s;
  position: relative;
}
.hero__menu li a img {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}
.hero__menu li a:hover {
  color: #000;
  border: 1px solid #000;
}
.hero__menu-arrow {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.hero__menu-arrow:after {
  position: absolute;
  left: 100%;
  top: -0.3rem;
  bottom: -0.3rem;
  width: 1rem;
  content: "";
  background-color: #fff;
}
.hero__menu-arrow:before {
  width: 2rem;
  height: 2rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 -0.3rem;
}
.hero__accordion {
  position: absolute;
  left: calc((100% - 1220px)/2 + 3rem);
  bottom: 5rem;
  width: 35rem;
}
.hero__accordion-item {
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
}
.hero__accordion-title {
  font: 600 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  padding: 0 2.5rem;
  display: block;
  color: #fff;
}
.hero__accordion-title.expanded span:after {
  opacity: 0;
}
.hero__accordion-title:after {
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  margin-top: -0.7rem;
  width: 1.3rem;
  height: 1.3rem;
}
.hero__accordion-title span:before {
  position: absolute;
  width: 0.7rem;
  height: 0.1rem;
  content: "";
  top: 50%;
  right: 0.4rem;
  background-color: #fff;
}
.hero__accordion-title span:after {
  position: absolute;
  height: 0.7rem;
  width: 0.1rem;
  content: "";
  top: 50%;
  right: 0.7rem;
  margin-top: -0.3rem;
  background-color: #fff;
}
.hero__accordion-title--info:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  font-family: "icomoon" !important;
  font-size: 1.4rem;
  border-radius: 50%;
  margin-top: -0.7rem;
}
.hero__accordion-title--online:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border-radius: 50%;
  margin-top: -0.6rem;
  background-color: #69A434;
}
.hero__accordion-content {
  display: none;
  padding-left: 2.5rem;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
}
.hero__accordion-content table {
  margin-bottom: 0;
  max-width: 80%;
}
.hero__accordion-content table td {
  padding: 1rem 0 0;
  border: none;
}
.hero__accordion-content table td a {
  color: #ffffff;
  text-decoration: none;
}
.hero__accordion-content-col {
  width: calc(50% - 2rem);
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0.5rem 0 1.5rem;
  box-sizing: border-box;
}
.visitor-centre__content {
  margin-bottom: 10rem;
}
.visitor-centre__content .ia-btn {
  min-width: 26rem;
  box-sizing: border-box;
}
.visitor-centre__content .text-size-1 {
  margin-bottom: 4rem;
}
.visitor-centre__events {
  margin-bottom: 6rem;
}
.visitor-centre__events--top-space {
  margin-top: 8rem;
}
.visitor-centre__events .col-50 {
  margin-bottom: 4rem;
}
.visitor-centre__gallery {
  margin-bottom: 10rem;
}
.visitor-centre__gallery-item {
  margin: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
.visitor-centre__gallery-item--full {
  width: 100%;
  padding: 0;
}
.visitor-centre__gallery-image {
  padding-top: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background: transparent !important;
}
.visitor-centre__gallery-image img {
  display: block;
  height: 52rem;
}
.visitor-centre__gallery-caption {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.visitor-centre__gallery .ia-slider .slick-arrow.slick-next {
  right: 2.5rem;
}
.visitor-centre__gallery .ia-slider .slick-arrow.slick-prev {
  left: 2.5rem;
}
.visitor-centre__bereich {
  margin-bottom: 10rem;
}
.visitor-centre__offers {
  margin-bottom: 10rem;
}
.visitor-centre__offers .teaser-card-small {
  height: 100%;
}
.visitor-centre__offers .flex-columns {
  justify-content: flex-start;
}
.visitor-centre__accordion-title {
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  color: #000;
}
.visitor-centre__accordion-title.expanded:before {
  transform: rotate(-135deg);
  margin-top: -0.2rem;
}
.visitor-centre__accordion-title:after {
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  margin-top: -1.1rem;
  width: 2.2rem;
  height: 2.2rem;
}
.visitor-centre__accordion-title:before {
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  transform: rotate(45deg);
  margin: -0.5rem 0.8rem;
}
.visitor-centre__accordion-title span {
  font-size: 3rem;
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(59deg) brightness(105%) contrast(111%);
  margin-right: 1.5rem;
  display: inline-block;
}
.visitor-centre__accordion-title span.icon-mud-house {
  font-size: 3rem;
}
.visitor-centre__accordion-title img {
  margin-right: 1.5rem;
}
.visitor-centre__accordion-title h5, .visitor-centre__accordion-title h4 {
  font: 600 1.6rem/1.18 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.133rem;
  display: flex;
  padding-right: 3.5rem;
  align-items: center;
  margin-bottom: 0;
}
.visitor-centre__accordion-title--capitalize h5 {
  text-transform: capitalize;
  letter-spacing: 0;
}
.visitor-centre__accordion-content {
  display: none;
  padding-bottom: 4rem;
}
.visitor-centre__accordion-photo img {
  width: 100%;
}
.visitor-centre__accordion-gallery {
  margin-bottom: 1.5rem;
  width: 100%;
}
.visitor-centre__accordion-gallery__list > div {
  margin-bottom: 2rem;
}
.visitor-centre__accordion-gallery__list > div:last-child {
  margin-bottom: 0;
}
.visitor-centre__accordion-gallery .slick-prev {
  left: 3rem;
}
.visitor-centre__accordion-gallery .slick-arrow.slick-next {
  right: 3rem;
}
.visitor-centre__vms {
  background-color: #f5f5f5;
  padding: 3rem 0;
}
.visitor-centre__vms .col-40 {
  color: #323232;
}
.visitor-centre__vms .col-40 .ia-label {
  margin-bottom: 2rem;
}
.project-hero__col-75 .visitor-centre__accordion-gallery {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}
.project-hero__col-75 .visitor-centre__accordion-gallery .visitor-centre__accordion-photo, .project-hero__col-75 .visitor-centre__accordion-gallery .yt-wrap {
  margin: 0 2rem 1rem;
}
.project-hero__col-75 .visitor-centre__accordion-gallery .project-hero__caption {
  margin: 0 2rem;
}
.visitor-centre__gallery-carousel.ia-slider .slick-arrow.slick-next {
  right: 2.5rem;
}
.visitor-centre__gallery-carousel.ia-slider .slick-arrow.slick-prev {
  left: 2.5rem;
}
.visitor-centre__accordion-photo {
  position: relative;
  overflow: hidden;
}
#map {
  height: 56rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .visitor-centre__gallery-item {
    width: 68vw;
  }
  .visitor-centre__gallery-image img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .visitor-centre__gallery-item {
    width: auto;
    margin: 0 1rem;
  }
  .visitor-centre__gallery-image img {
    height: 20rem;
    width: auto;
  }
  .visitor-centre__gallery-carousel .slick-arrow {
    top: 1rem;
    transform: none;
  }
  .visitor-centre__gallery-carousel .slick-arrow.slick-next {
    margin-top: -1rem;
    right: 1rem !important;
  }
  .visitor-centre__gallery-carousel .slick-arrow.slick-prev {
    right: 5rem;
    left: auto !important;
    margin-top: -1rem;
  }
}
.visitor-centre-info {
  padding: 8rem 0;
}
.visitor-centre-info h1 {
  margin-bottom: 4rem;
}
.visitor-centre-info__options--extra {
  margin-bottom: 8rem;
}
.visitor-centre-info__option {
  margin-top: 2rem;
  display: flex;
}
.visitor-centre-info__option span, .visitor-centre-info__option div {
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
}
.visitor-centre-info__option p {
  display: inline-block;
  vertical-align: top;
}
.visitor-centre-info__feature {
  margin-bottom: 3rem;
}
.visitor-centre-info__feature:last-child {
  margin-bottom: 0;
}
.visitor-centre-info__feature-title {
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
}
.visitor-centre-info__feature-title span {
  font-size: 2.2rem;
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(59deg) brightness(105%) contrast(111%);
  margin-right: 1.5rem;
  display: inline-block;
}
.visitor-centre-info__feature-title h5 {
  font: 600 1.6rem/1.18 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.133rem;
  display: inline-block;
}
.visitor-centre-info__feature-status {
  padding-left: 4.4rem;
  position: relative;
}
.visitor-centre-info__feature-status:before {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  content: "";
  border-radius: 50%;
}
.visitor-centre-info__feature-status--online:before {
  background-color: #69A434;
}
.visitor-centre-info__feature-status--offline:before {
  background-color: #E01C15;
}
.visitor-centre-info__feature-row {
  padding-left: 4.4rem;
  margin-top: 2rem;
  display: flex;
}
.visitor-centre-info__feature-cell {
  width: 50%;
}
.visitor-centre-info__list-row {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 1.5rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.5);
}
.visitor-centre-info__list-row:last-child {
  border: none;
}
.visitor-centre-info__list-status {
  width: 5rem;
  height: 2.2rem;
}
.visitor-centre-info__list-status span {
  text-indent: -9999px;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.7rem 0 0 0.5rem;
  display: block;
  border-radius: 50%;
}
.visitor-centre-info__list-status--online span {
  background: #69A434;
}
.visitor-centre-info__list-status--offline span {
  background: #E01C15;
}
.visitor-centre-info__list-date {
  width: 10rem;
  text-align: right;
}
.visitor-centre-info__list-info {
  width: calc(100% - 15rem);
}
.visitor-centre-info__list--tickets .visitor-centre-info__list-info {
  width: 60%;
  margin-right: 12%;
}
.visitor-centre-info__list--tickets .visitor-centre-info__list-info span {
  display: block;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  max-width: 26rem;
  display: block;
  padding-top: 1rem;
}
.visitor-centre-info__list--tickets .visitor-centre-info__list-price {
  width: 28%;
}
/*publication*/
.publication-detail {
  padding: 3rem 0 0;
}
.publication-detail__heading {
  margin-bottom: 3rem;
}
.publication-detail .ia-btn--back {
  margin-bottom: 2rem;
}
.publication-detail .ia-btn--pdf {
  min-width: 30rem;
  box-sizing: border-box;
}
.publication-detail__content {
  margin-bottom: 10rem;
}
.publication-detail__grey {
  background: #f5f5f5;
  padding: 6rem 0 3rem;
  margin-bottom: 8rem;
}
.publication-detail__grey-title {
  margin-bottom: 3rem;
}
.publication-detail__with-slider {
  margin-bottom: 10rem;
}
.publication-slider {
  max-width: 47rem;
  position: relative;
  margin-bottom: 2rem;
}
.publication-slider__image {
  padding-top: calc(100% - 1rem);
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  margin: 0.5rem 0.5rem 1rem;
}
.publication-slider__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.publication-slider__image--thumb {
  width: 10rem;
  height: 10rem;
  padding-top: 0;
  cursor: pointer;
}
.publication-slider__caption {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  margin-left: 0.5rem;
}
.publication-slider .slick-arrow.slick-prev {
  left: 2rem;
}
.publication-slider .slick-arrow.slick-next {
  right: 2rem;
}
.publication-slider-navi {
  padding: 0.5rem;
}
.publication-slider-navi .slick-slide[data-slick-index="0"] {
  display: none;
}
/*mitarbeiter*/
.mitarbeiter__grid {
  padding: 8rem 0;
}
.mitarbeiter__heading + .mitarbeiter__grid {
  padding-top: 2rem;
}
.mitarbeiter-detail {
  padding: 3rem 0 10rem;
}
.mitarbeiter-detail__in {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.mitarbeiter-detail__left {
  width: 39%;
}
.mitarbeiter-detail__left-quote {
  padding-top: 1rem;
}
.mitarbeiter-detail__right {
  width: 48.1%;
}
.mitarbeiter-detail__publications {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .mitarbeiter-detail__left {
    width: 45%;
  }
  .mitarbeiter-detail__right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mitarbeiter-detail {
    padding: 0 0 5rem;
  }
  .mitarbeiter-detail__in {
    flex-direction: column;
    padding-top: 0;
  }
  .mitarbeiter-detail__left {
    width: 100%;
  }
  .mitarbeiter-detail__right {
    width: 100%;
  }
}
/*ratgeber*/
.ratgeber__filters {
  background: #323232;
  padding: 4rem 0 6rem;
  margin-bottom: 10rem;
}
.ratgeber__filters-heading {
  position: relative;
  display: block;
  background-color: rgba(245, 245, 245, 0.1);
  border-radius: 0.5rem;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  color: #ffffff;
  padding: 1.7rem 2rem;
  margin-bottom: 2rem;
}
.ratgeber__filters-heading span:before {
  position: absolute;
  width: 1.3rem;
  height: 0.1rem;
  content: "";
  right: 1.9rem;
  top: 2.5rem;
  background: #ffffff;
}
.ratgeber__filters-heading span:after {
  position: absolute;
  height: 1.3rem;
  width: 0.1rem;
  content: "";
  top: 50%;
  margin-top: -0.6rem;
  right: 2.5rem;
  background: #ffffff;
}
.ratgeber__filters-heading:after {
  position: absolute;
  right: 1.3rem;
  top: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
}
.ratgeber__filters-heading.expanded span:after {
  display: none;
}
.ratgeber__filters .col-50 {
  margin-bottom: 2rem;
}
.ratgeber__filters-content {
  background-color: rgba(245, 245, 245, 0.1);
  border-radius: 0.5rem;
  padding: 2rem;
}
.ratgeber__filters-content--slim {
  background: transparent;
  padding: 0 0 1rem;
}
.ratgeber__filters-content h3.white {
  text-transform: uppercase;
  font: 600 1.6rem/1.56 "sofia-pro", Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 1rem;
}
.ratgeber__filters-content form {
  padding-top: 3rem;
}
.ratgeber__filters-content form p {
  margin-bottom: 1rem;
}
.ratgeber__filters-content form input, .ratgeber__filters-content form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #B4B4B4;
  border-radius: 0.5rem;
  font: 500 1.6rem/1.25 "sofia-pro", Arial, sans-serif;
  padding: 1.5rem 2rem;
  background-color: transparent;
  color: #B4B4B4;
}
.ratgeber__filters-content form input::-webkit-input-placeholder, .ratgeber__filters-content form select::-webkit-input-placeholder {
  opacity: 1;
  color: #B4B4B4;
}
.ratgeber__filters-content form input:-moz-placeholder, .ratgeber__filters-content form select:-moz-placeholder {
  opacity: 1;
  color: #B4B4B4;
}
.ratgeber__filters-content form input::-moz-placeholder, .ratgeber__filters-content form select::-moz-placeholder {
  opacity: 1;
  color: #B4B4B4;
}
.ratgeber__filters-content form input:-ms-input-placeholder, .ratgeber__filters-content form select:-ms-input-placeholder {
  opacity: 1;
  color: #B4B4B4;
}
.ratgeber__filters-content form button.ia-btn--dark {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #646464;
  color: #323232 !important;
}
.ratgeber__filters-content form button.ia-btn--dark span {
  color: #ffffff !important;
  font-weight: 300;
}
.ratgeber__filters-content form .select-wrap {
  position: relative;
}
.ratgeber__filters-content form .select-wrap:before {
  position: absolute;
  background: #464646;
  border-radius: 0.5rem;
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  width: 5rem;
  content: "";
}
.ratgeber__filters-content form .select-wrap:after {
  width: 1.4rem;
  height: 1.4rem;
  border-bottom: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -1.2rem;
}
.ratgeber__grid > h3 {
  margin-bottom: 1.5rem;
}
.ratgeber__modal {
  position: fixed;
  bottom: 3rem;
  right: 6rem;
}
.ratgeber__modal-btn {
  width: 9rem;
  height: 9rem;
  background: #E4B900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.ratgeber__modal-btn span {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.ratgeber__modal-btn strong {
  display: block;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  text-transform: uppercase;
}
.ratgeber__modal-btn.opened span, .ratgeber__modal-btn.opened strong {
  opacity: 0;
}
.ratgeber__modal-btn.opened:before, .ratgeber__modal-btn.opened:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  margin: -1.5rem 0 0 -0.1rem;
  height: 3rem;
  content: "";
  background: #000;
  transform: rotate(45deg);
}
.ratgeber__modal-btn.opened:after {
  transform: rotate(-45deg);
}
.ratgeber__modal-body {
  position: absolute;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  width: 39rem;
  background-color: #f5f5f5;
  bottom: 4.5rem;
  right: -2rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 4rem 2rem 8rem;
  text-align: center;
  transition: opacity 0.35s, visibility 0.35s;
}
.ratgeber__modal-body > .icon-contact-icon {
  font-size: 3rem;
  margin-bottom: 2.5rem;
  display: inline-block;
}
.ratgeber__modal-body .ia-label {
  margin-bottom: 1rem;
}
.ratgeber__modal-body .ia-btn {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.ratgeber__modal-body h3 {
  margin-bottom: 1.5rem;
}
.ratgeber__modal-body.opened {
  opacity: 1;
  visibility: visible;
}
.ratgeber__modal-content {
  font-size: 1.2rem;
  text-align: left;
}
.ratgeber-detail .hero--extra-slim {
  margin-bottom: 1rem;
}
.ratgeber-detail__info {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  margin-bottom: 4rem;
}
.ratgeber-detail__info a {
  color: #000;
  text-decoration: underline;
}
.ratgeber-detail__info a:hover {
  text-decoration: none;
}
.ratgeber-detail__columns {
  display: flex;
  justify-content: space-between;
}
.ratgeber-detail__sidebar {
  width: 22.4%;
}
.ratgeber-detail__sidebar a {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #000;
  padding-left: 2rem;
  position: relative;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.ratgeber-detail__sidebar a:hover {
  text-decoration: none;
}
.ratgeber-detail__sidebar a span {
  color: #E01C15;
  position: absolute;
  top: 0;
  left: 0;
}
.vds-slider:after {
  right: calc(100% + .5rem);
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #ffffff;
  z-index: 2;
  content: "";
  position: absolute;
}
.vds-slider .teaserbox-vds--daily {
  width: 86rem;
  box-sizing: border-box;
  margin: 0.5rem 4rem 0.5rem 0;
}
.vds-slider .slick-list {
  overflow: visible;
}
.vds-slider .slick-list:after {
  clear: both;
  overflow: hidden;
  content: "";
  display: block;
}
/*news*/
.stories-reportagen {
  padding-top: 9rem;
}
.stories-reportagen--no-top-space {
  padding-top: 0;
}
.stories-reportagen__heading {
  margin-bottom: 2rem;
}
.stories-reportagen .call-to-action-01 {
  margin-bottom: 4rem;
}
.stories-reportagen .call-to-action-01__body {
  width: 59%;
}
.stories-caption {
  margin-bottom: 4rem;
}
.stories-meta {
  margin-bottom: 2rem;
}
.stories-inner {
  display: flex;
  margin-bottom: 9rem;
  justify-content: space-between;
}
.stories-sidebar {
  width: 22.5%;
}
.stories-sidebar__heading {
  font-weight: bold;
  padding: 1.5rem 0 1rem;
  border-top: 1px solid rgba(180, 180, 180, 0.5);
}
.stories-sidebar__widget {
  margin-bottom: 3rem;
}
.stories-sidebar__widget:last-child {
  margin-bottom: 0;
}
.stories-content {
  width: 74.1%;
}
.stories-video {
  margin-bottom: 9rem;
}
.stories-video--multiple {
  margin-bottom: 4rem;
}
.stories-video .ia-heading {
  margin-bottom: 2.5rem;
}
.stories-video .col-50 {
  margin-bottom: 5rem;
}
.news-wrap {
  padding-top: 4rem;
}
.news-wrap .projects__body {
  margin-bottom: 3rem;
}
.news-notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.news-notification__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.news-notification.show {
  opacity: 1;
  visibility: visible;
}
.news-notification__in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 35rem;
  padding: 2rem;
  box-sizing: border-box;
  font: 400 1.4rem/1.14 "sofia-pro", Arial, sans-serif;
  background: #fff;
  border-radius: 1rem;
  transform: translate(-50%, -50%);
}
.news-notification__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  color: #000;
  font-weight: bold;
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .stories-reportagen .call-to-action-01__body {
    width: auto;
  }
}
/*shop*/
/*
 * Woocommerce style reset
*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: unset;
  width: unset;
}
.entry-summary--hidead-to-cart form.cart {
  display: none;
}
.product__search {
  margin-top: 2rem;
}
.product__search .search-form button[type="submit"] {
  width: 3rem;
}
.product__search--shop {
  margin-top: 0;
  width: 40%;
}
.product-wrapper {
  margin-bottom: 5rem;
}
.woocommerce div.product .product_title, .product_meta, .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  margin-bottom: 4rem;
}
.woocommerce div.product form.cart div.quantity {
  float: unset;
  margin: unset;
  width: calc(50% - 1rem);
}
.product-infos-wrapper {
  background-color: #F5F5F5;
  padding: 6rem 0;
  margin-bottom: 10rem;
}
.product-infos-wrapper h3 {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  margin-bottom: 1rem;
}
.product-detail__heading {
  font-weight: bold;
  position: relative;
}
.product-detail__heading a {
  color: #000;
  display: block;
  line-height: 3.8rem;
}
.product-detail__heading:before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  transform: rotate(45deg);
  right: 0.9rem;
  top: 1.3rem;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: none;
}
.product-detail__heading:after {
  position: absolute;
  right: 0;
  top: 6px;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #323232;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
  pointer-events: none;
}
.product-detail__heading.expanded:before {
  transform: rotate(-135deg);
  top: 1.7rem;
}
.product-detail__categories {
  padding-top: 5rem;
}
.product-detail__content {
  display: none;
}
.product-detail__content .entry-content {
  padding: 0 0 3rem 0;
}
.product-detail__thumbnails .slick-slide {
  box-sizing: border-box;
  padding: 0.5rem;
}
.product-detail__thumbnails-in {
  position: relative;
  padding-top: 75%;
  border-radius: 0.1rem;
  cursor: pointer;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.25);
}
.product-detail__gallery {
  margin-bottom: 2rem;
}
.product-detail__gallery-outer {
  position: relative;
}
.product-detail__gallery-outer .product-card__badge {
  left: 0.5rem;
  top: 2.5rem;
  z-index: 2;
}
.product-detail__gallery-outer .product-card__badge + .product-card__badge {
  top: 5.5rem;
}
.product-detail__gallery-outer .product-card__badge + .product-card__badge + .product-card__badge {
  top: 8.5rem;
}
.product-detail__gallery-outer .product-card__badge + .product-card__badge + .product-card__badge + .product-card__badge {
  top: 11.5rem;
}
.product-detail__gallery .slick-slide {
  box-sizing: border-box;
  padding: 0.5rem;
}
.product-detail__gallery-in {
  position: relative;
  padding-top: 100%;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.25);
}
.product-detail__gallery .slick-arrow {
  left: 2rem;
}
.product-detail__gallery .slick-arrow.slick-next {
  left: auto;
  right: 2rem;
}
.product-detail__category {
  color: #000;
  margin-bottom: 1rem;
  display: inline-block;
}
.product-detail__title {
  margin-bottom: 1rem;
}
.product-detail__number {
  margin-bottom: 3rem;
}
.product-detail__description {
  margin-bottom: 1rem;
}
.product-detail__availability {
  font-size: 1.2rem;
  line-height: 2.2rem;
  display: flex;
  font-weight: 400;
  align-items: center;
  margin-bottom: 3rem;
  color: #69A434;
}
.product-detail__availability--hide {
  display: none;
}
.product-detail__availability span {
  font-size: 1.8em;
}
.product-detail__availability--out-of-stock {
  color: #E01C15;
}
.product-detail__price {
  margin-bottom: 4.5rem;
}
.product-detail__attr {
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid rgba(180, 180, 180, 0.5);
  padding: 1rem 0 1.2rem;
  margin-bottom: 0.3rem;
}
.product-detail__attr-label {
  width: 28%;
  box-sizing: border-box;
  padding-right: 1rem;
  hyphens: auto;
}
.product-detail__attr-value {
  width: 64%;
}
.product-detail__attr-value p {
  margin-bottom: 1rem;
}
.product-detail__attr-value p:last-child {
  margin-bottom: 0;
}
.product-detail__attr-value p a {
  color: #000;
  text-decoration: underline;
}
.product-detail__attr-value p a:hover {
  text-decoration: none;
}
.product-detail .custom-select {
  position: relative;
  display: block;
  height: 6rem;
  margin-bottom: 1rem !important;
  cursor: pointer;
}
.product-detail .custom-select .icon-arrow-down-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 3rem;
  font-weight: bold;
  color: #646464;
  pointer-events: none;
}
.product-detail .custom-select select {
  cursor: pointer;
  width: 17rem;
  border-radius: 5px;
  border: 1px solid #646464;
  line-height: 6rem;
  height: 6rem;
  box-sizing: border-box;
  padding: 0 2rem;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
  color: #646464;
  margin-right: 0 !important;
}
.product-detail form.cart {
  margin-bottom: 1rem !important;
}
.product-detail button.single_add_to_cart_button {
  color: #ffffff !important;
  background: #646464 !important;
  font: 500 1.28rem "sofia-pro", Arial, sans-serif !important;
  font-size: 1.6rem !important;
  padding: 2rem !important;
  box-sizing: border-box;
  width: 36rem;
  border: none;
  max-width: 100%;
  text-align: left;
  transition: background 0.35s;
}
.product-detail button.single_add_to_cart_button:after {
  content: "";
  font-family: "icomoon" !important;
  font-size: 3.2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.product-detail button.single_add_to_cart_button:hover {
  color: #fff !important;
  border: none !important;
  background: #323232 !important;
}
.product-detail .ia-btn--wishlist {
  width: 36rem;
  max-width: 100%;
  box-sizing: border-box;
}
.top-seller__heading {
  margin-bottom: 2rem;
}
.top-seller__slider {
  margin: 0 -2rem 10rem;
}
.top-seller__slider .slick-list:after {
  clear: both;
  content: "";
  display: block;
}
.top-seller__slider--slim {
  margin-bottom: 4rem;
}
.top-seller__slider .slick-track {
  display: flex;
  margin-left: -10rem;
  transition: margin 0.5s;
}
.top-seller__slider .slick-track .slick-slide {
  height: auto;
}
.top-seller__slider .product-card {
  margin: 0.5rem 2rem;
  height: calc(100% - 1rem);
  background-color: #f5f5f5;
}
.top-seller__slider.animate .slick-track {
  margin-left: 0;
}
@keyframes bounce {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.woocommerce-Price-currencySymbol {
  display: inline-block;
  padding-right: 0.5rem;
}
select[name="quantity"].error {
  border-color: red;
}
.yith-wcwl-add-button .separator, .yith-wcwl-add-button .view-wishlist {
  display: none;
}
.yith-wcwl-add-button .button {
  color: #646464 !important;
  border: 0.1rem solid #646464 !important;
  background: #ffffff !important;
  font: 500 1.28rem "sofia-pro", Arial, sans-serif !important;
  font-size: 1.6rem !important;
  padding: 2rem !important;
  box-sizing: border-box;
  width: 36rem;
  max-width: 100%;
  text-align: left;
}
.yith-wcwl-add-button .button .yith-wcwl-icon {
  display: none;
}
.yith-wcwl-add-button .button:after {
  content: "";
  font-family: "icomoon" !important;
  font-size: 3.2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.yith-wcwl-add-button .button:before {
  display: none;
}
.yith-wcwl-add-button .button.delete_item:after {
  content: "";
}
.entry-header {
  padding-top: 6rem;
}
.entry-header h1 {
  margin-bottom: 2rem;
}
.woocommerce div.product form.cart {
  position: relative;
  width: 36rem;
  max-width: 100%;
}
.woocommerce div.product form.cart .variations {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
  width: calc(50% - 1rem);
}
.woocommerce div.product form.cart .variations .label {
  display: none;
}
.woocommerce div.product form.cart .variations .reset_variations {
  visibility: hidden;
  opacity: 0;
}
.added-product-info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 7px 40px;
  z-index: 10000;
}
.sustainability__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.sustainability__item:last-child {
  margin-bottom: 0;
}
.sustainability__item-image {
  width: 12rem;
}
.sustainability__item-info {
  width: calc(100% - 15rem);
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .product__search--shop {
    width: auto;
    position: absolute;
    bottom: 1.3rem;
    left: 1.6rem;
    right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .product__search--shop {
    right: 8.2rem;
  }
  .entry-header {
    padding-top: 3rem;
  }
  #yith-wcwl-popup-message {
    padding: 7px 20px;
    white-space: nowrap;
    margin-left: 0 !important;
    transform: translate(-50%, 0);
  }
  .added-product-info {
    white-space: nowrap;
    padding: 7px 20px;
  }
  .product-detail__categories {
    padding-top: 3rem;
  }
  .product-detail__categories + .project-back {
    margin-top: -1rem;
    padding: 0 0 2rem;
  }
  .product-detail__thumbnails {
    display: none;
  }
  .product-detail__attr-label {
    width: 40%;
  }
  .product-detail__attr-value {
    width: 57%;
  }
}
@media screen and (max-width: 560px) {
  .top-seller__slider {
    margin: 0 -1rem 2rem;
  }
  .top-seller__slider .slick-arrow {
    opacity: 0;
    animation-duration: 1.2s;
  }
  .top-seller__slider.animate .slick-arrow {
    animation-name: bounce;
  }
  .top-seller__slider .product-card {
    margin: 0.5rem 1rem;
  }
}
.woocommerce-products-header__title {
  margin-bottom: 2rem;
}
.woocommerce-products-header .term-description {
  margin-bottom: 6rem;
}
.woocommerce-products-header__best-seller {
  margin-bottom: 7rem;
}
.woocommerce-products__heading {
  margin-bottom: 2rem;
}
.woocommerce ul.products {
  margin-bottom: 10rem;
}
.page-template-wishlist-page #main .entry-content, .woocommerce-cart #main .woocommerce {
  min-height: 30rem;
}
@media screen and (max-width: 1023px) {
  .woocommerce-products-header {
    max-width: 58.6rem;
  }
}
@media screen and (max-width: 767px) {
  #main .text-center:last-child {
    margin-bottom: 3rem !important;
  }
}
.woocommerce-account {
  background: #f5f5f5;
}
.woocommerce-account h1.ia-heading {
  display: none;
}
.woocommerce-account h2 {
  text-transform: uppercase;
  font: 600 1.6rem/1.18 "sofia-pro", Arial, sans-serif;
  font-family: "sofia-pro", Arial, sans-serif;
  font-style: normal;
}
.woocommerce-account h2.woocommerce-account__heading {
  text-transform: none;
}
.woocommerce-account__hello {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  min-height: 32rem;
}
.woocommerce-account__hello span {
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.woocommerce-account__hello span a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-account__hello span a:hover {
  text-decoration: none;
}
.woocommerce-account__logout {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  padding: 8rem 0;
}
.woocommerce-account__logout .ia-btn {
  min-width: 16rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.woocommerce-account__logout p {
  max-width: 46rem;
  font-style: italic;
}
.woocommerce-account__logout p a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-account__logout p a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 28%;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-dashboard li a {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding: 1.5rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  color: #B4B4B4;
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a span {
  position: absolute;
  transition: color 0.35s;
  right: 0.5rem;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 300;
  font-size: 3rem;
  color: #B4B4B4;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover span {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 66%;
}
.woocommerce-account__heading {
  font: 700 2.1rem/1.19 "sofia-pro", Arial, sans-serif;
  margin-bottom: 4rem;
}
.woocommerce-account__heading--small-padding {
  margin-bottom: 2rem;
}
.woocommerce-account__heading--no-padding {
  margin-bottom: 0rem;
}
.woocommerce-account__heading--light {
  font-weight: 300;
}
.woocommerce-account__heading--checkout {
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding-top: 1rem;
}
.woocommerce-account__note {
  margin-bottom: 4rem;
}
.woocommerce-account .addresses .woocommerce-Address {
  position: relative;
}
.woocommerce-account .addresses address {
  font-style: normal;
}
.woocommerce-account .addresses .title h3 {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  margin-bottom: 1rem;
}
.woocommerce-account .addresses .title .edit {
  position: absolute;
  right: 32%;
  top: 1rem;
  color: #000;
  font-size: 2.2rem;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-page form.checkout_coupon, .woocommerce-page form.login, .woocommerce-page form.register {
  margin-top: 1rem;
  border: none;
  border-top: 1px solid #000;
  border-radius: 0;
  padding: 1rem 0 0;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 50%;
  font-size: 3rem;
  transform: translate(0, -50%);
  right: 0;
}
.woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
  content: "";
  font-family: "icomoon" !important;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border: none;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table td, .woocommerce-page table.shop_table tbody:first-child tr:first-child td, .woocommerce-page table.shop_table td {
  border-top: 0.1rem solid #000;
  padding: 2rem 1rem 4rem;
  vertical-align: top;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td.woocommerce-orders-table__cell-order-number a, .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-number a, .woocommerce-page table.shop_table tbody:first-child tr:first-child td.woocommerce-orders-table__cell-order-number a, .woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-number a {
  color: #000;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--completed, .woocommerce table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--processing, .woocommerce table.shop_table td .woocommerce-orders-table__cell-order-status--completed, .woocommerce table.shop_table td .woocommerce-orders-table__cell-order-status--processing, .woocommerce-page table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--completed, .woocommerce-page table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--processing, .woocommerce-page table.shop_table td .woocommerce-orders-table__cell-order-status--completed, .woocommerce-page table.shop_table td .woocommerce-orders-table__cell-order-status--processing {
  color: #69A434;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--failed, .woocommerce table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--cancelled, .woocommerce table.shop_table td .woocommerce-orders-table__cell-order-status--failed, .woocommerce table.shop_table td .woocommerce-orders-table__cell-order-status--cancelled, .woocommerce-page table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--failed, .woocommerce-page table.shop_table tbody:first-child tr:first-child td .woocommerce-orders-table__cell-order-status--cancelled, .woocommerce-page table.shop_table td .woocommerce-orders-table__cell-order-status--failed, .woocommerce-page table.shop_table td .woocommerce-orders-table__cell-order-status--cancelled {
  color: #E01C15;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td.woocommerce-orders-table__cell-order-actions, .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions, .woocommerce-page table.shop_table tbody:first-child tr:first-child td.woocommerce-orders-table__cell-order-actions, .woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td.actions, .woocommerce table.shop_table td.actions, .woocommerce-page table.shop_table tbody:first-child tr:first-child td.actions, .woocommerce-page table.shop_table td.actions {
  padding-bottom: 0;
}
.woocommerce table.shop_table .my_account_orders__th, .woocommerce-page table.shop_table .my_account_orders__th {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.woocommerce table.shop_table .woocommerce-button, .woocommerce-page table.shop_table .woocommerce-button {
  padding: 1.4rem 2rem;
}
.woocommerce table.shop_table .woocommerce-button:before, .woocommerce-page table.shop_table .woocommerce-button:before {
  display: none;
}
.woocommerce table.shop_table .shop_table__product-wrap, .woocommerce-page table.shop_table .shop_table__product-wrap {
  display: flex;
}
.woocommerce table.shop_table .shop_table__product-wrap a, .woocommerce-page table.shop_table .shop_table__product-wrap a {
  width: 7.2rem;
  height: 5.4rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  margin-right: 2rem;
  background: #ffffff;
}
.woocommerce table.shop_table .shop_table__product-wrap + div, .woocommerce-page table.shop_table .shop_table__product-wrap + div {
  width: calc(100% - 9.2rem);
}
.woocommerce table.shop_table .shop_table__product-wrap img, .woocommerce-page table.shop_table .shop_table__product-wrap img {
  width: 7.2rem;
}
.woocommerce table.shop_table .shop_table__product-name, .woocommerce-page table.shop_table .shop_table__product-name {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  margin-bottom: 0.7rem;
}
.woocommerce table.shop_table .shop_table__product-number, .woocommerce-page table.shop_table .shop_table__product-number {
  margin-bottom: 0.7rem;
}
.woocommerce table.shop_table--merkliste, .woocommerce-page table.shop_table--merkliste {
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.woocommerce table.shop_table--merkliste .add_to_cart_button, .woocommerce-page table.shop_table--merkliste .add_to_cart_button {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  display: block;
}
.woocommerce table.shop_table--merkliste .cart__table-row, .woocommerce-page table.shop_table--merkliste .cart__table-row {
  display: none;
}
.woocommerce table.shop_table--merkliste .product-detail__availability, .woocommerce-page table.shop_table--merkliste .product-detail__availability {
  margin-bottom: 0;
}
.woocommerce table.shop_table--merkliste .yith-wcwl-add-to-wishlist, .woocommerce-page table.shop_table--merkliste .yith-wcwl-add-to-wishlist {
  width: 2.3rem;
}
.woocommerce table.shop_table--merkliste .yith-wcwl-add-button .button, .woocommerce-page table.shop_table--merkliste .yith-wcwl-add-button .button {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  text-indent: -9999px !important;
  width: 2.3rem;
}
.woocommerce table.shop_table--merkliste .yith-wcwl-add-button .button:after, .woocommerce-page table.shop_table--merkliste .yith-wcwl-add-button .button:after {
  text-indent: 0 !important;
  right: 0 !important;
}
.woocommerce table.shop_table--merkliste td, .woocommerce-page table.shop_table--merkliste td {
  padding-top: 2rem;
  text-align: left;
}
.woocommerce table.shop_table--merkliste tbody th, .woocommerce-page table.shop_table--merkliste tbody th {
  font-weight: 300;
}
.add-all-products-to-cart {
  display: flex;
  align-items: center;
}
.add-all-products-to-cart__btn.in-progress {
  opacity: 0.5;
  pointer-events: none;
}
.add-all-products-to-cart__btn.in-progress + .add-all-products-to-cart__loader {
  opacity: 1;
}
.add-all-products-to-cart__loader {
  background: url(../images/loader.svg) no-repeat 0 0 / contain;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  margin-left: 1.5rem;
  opacity: 0;
}
.woocommerce-form__notes {
  margin-bottom: 2rem;
}
.woocommerce-form-login__rememberme {
  display: none !important;
}
.woocommerce-form-login__rememberme + input {
  display: none !important;
}
.woocommerce-form-login__submit {
  width: 100%;
}
.woocommerce-form button {
  width: 100%;
}
.ia-btn .icon-download_icon, .woocommerce-Button .icon-download_icon {
  font-weight: 300 !important;
  line-height: 2rem;
}
.ia-btn .icon-download_icon.rotate, .woocommerce-Button .icon-download_icon.rotate {
  transform: rotate(-90deg);
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  padding-right: 0;
  background: #323232;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
}
.woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a, .woocommerce-page .woocommerce-error a, .woocommerce-page .woocommerce-info a, .woocommerce-page .woocommerce-message a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce .woocommerce-error a:hover, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-message a:hover, .woocommerce-page .woocommerce-error a:hover, .woocommerce-page .woocommerce-info a:hover, .woocommerce-page .woocommerce-message a:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  padding: 0.1rem 2.5rem 0.1rem 0.5rem;
  margin-top: -0.3rem;
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
  font-weight: bold;
  border: none !important;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.woocommerce .woocommerce-error .button:before, .woocommerce .woocommerce-info .button:before, .woocommerce .woocommerce-message .button:before, .woocommerce-page .woocommerce-error .button:before, .woocommerce-page .woocommerce-info .button:before, .woocommerce-page .woocommerce-message .button:before {
  display: none;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  right: 1rem;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  content: "";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 4rem;
  top: 0.7rem;
  line-height: 1;
  left: 1rem;
}
.woocommerce .woocommerce-error .showlogin, .woocommerce .woocommerce-info .showlogin, .woocommerce .woocommerce-message .showlogin, .woocommerce-page .woocommerce-error .showlogin, .woocommerce-page .woocommerce-info .showlogin, .woocommerce-page .woocommerce-message .showlogin {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce .woocommerce-error .showlogin:hover, .woocommerce .woocommerce-info .showlogin:hover, .woocommerce .woocommerce-message .showlogin:hover, .woocommerce-page .woocommerce-error .showlogin:hover, .woocommerce-page .woocommerce-info .showlogin:hover, .woocommerce-page .woocommerce-message .showlogin:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
  content: "";
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  content: "";
}
.ia-form.woocommerce-form .mailchimp-options p.form-row {
  background: transparent;
  padding: 0 !important;
  border: none;
  height: auto !important;
}
.ia-form.woocommerce-form .mailchimp-options p.form-row input {
  display: none;
}
.ia-form.woocommerce-form .mailchimp-options p.form-row input:checked + span:after {
  opacity: 1;
}
.ia-form.woocommerce-form .mailchimp-options p.form-row label {
  position: static !important;
  padding: 0 0 0 3.8rem;
  display: block;
  margin-bottom: 2rem;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.ia-form.woocommerce-form .mailchimp-options p.form-row label span {
  position: static !important;
  padding: 0 0 0 3.8rem;
  display: block;
  margin-bottom: 2rem;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.ia-form.woocommerce-form .mailchimp-options p.form-row label span:last-child {
  margin-bottom: 0;
}
.ia-form.woocommerce-form .mailchimp-options p.form-row label span:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.ia-form.woocommerce-form .mailchimp-options p.form-row label span:after {
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  background: #000;
  opacity: 0;
  transition: opacity 0.35s;
}
@media screen and (max-width: 1023px) {
  .woocommerce-account__hello {
    min-height: 1px;
  }
  .woocommerce-account__logout {
    padding: 2rem 0 5rem;
  }
  .woocommerce-account__logout p {
    max-width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 5rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .my-account-wrap {
    max-width: 56.8rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce table.shop_table .my_account_orders__th, .woocommerce-page table.shop_table .my_account_orders__th {
    margin-bottom: 0;
    font-weight: 300;
    display: block;
  }
  .woocommerce table.shop_table.woocommerce-orders-table tr {
    display: block;
  }
  .woocommerce table.shop_table.woocommerce-orders-table td {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    border: none !important;
  }
  .woocommerce table.shop_table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total br {
    display: none;
  }
  .woocommerce table.shop_table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number .my_account_orders__th {
    font-weight: bold !important;
  }
  .woocommerce table.shop_table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
    padding: 2rem 0 4rem !important;
  }
  .woocommerce table.shop_table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .ia-btn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent !important;
  }
  .woocommerce table.shop_table.woocommerce-orders-table td:before {
    display: none;
  }
  .woocommerce-account .addresses .woocommerce-Address {
    max-width: 36rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
    position: relative;
    padding-bottom: 6rem;
  }
  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    position: absolute;
    bottom: 1.5rem;
    left: 5.7rem;
  }
  .woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-message, .woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, .woocommerce-cart .woocommerce-message {
    padding-bottom: 1.6rem;
  }
  .woocommerce-account__heading {
    margin-bottom: 2rem;
  }
  .woocommerce-account__logout .ia-btn {
    display: block;
  }
  .woocommerce-MyAccount-content .ia-form.woocommerce-form {
    margin-bottom: 5rem;
  }
  .woocommerce-address-fields__field-wrapper + p button[type="submit"] {
    display: block;
    width: 100% !important;
  }
  .woocommerce table.shop_table--merkliste td:nth-child(2), .woocommerce table.shop_table--merkliste td:nth-child(3), .woocommerce table.shop_table--merkliste th {
    display: none;
  }
  .woocommerce table.shop_table--merkliste td:nth-child(1) {
    display: block;
    position: relative;
  }
  .woocommerce table.shop_table--merkliste td:nth-child(1) .product-detail__availability {
    margin-bottom: 0;
  }
  .woocommerce table.shop_table--merkliste td:nth-child(1) .shop_table__product-wrap a + div {
    width: calc(100% - 9.2rem);
  }
  .woocommerce table.shop_table--merkliste td:nth-child(1) .shop_table__product-wrap a + div .cart__table-row {
    display: flex;
  }
  .woocommerce table.shop_table--merkliste td:nth-child(4) {
    position: absolute;
    border: none;
    left: 0;
    top: 8rem;
  }
  .add-all-products-to-cart {
    display: block;
  }
  .add-all-products-to-cart__btn {
    display: block;
  }
}
.woocommerce-cart {
  background: #f5f5f5;
}
.woocommerce-cart h1.ia-heading {
  display: none;
}
.woocommerce-cart .cart__cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-cart .cart__main {
  width: 65.4%;
}
.woocommerce-cart .cart__product-name {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #000;
  margin-bottom: 0.5rem;
  max-width: calc(100% - 3rem);
  display: inline-block;
}
.woocommerce-cart .cross-sells {
  width: 22.45%;
}
.woocommerce-cart .cross-sells .product-card {
  margin-bottom: 2rem;
}
.woocommerce-cart table.cart {
  margin-bottom: 0;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 17.4rem;
}
.woocommerce-cart table.cart .product-thumbnail a {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  width: 13.4rem;
  height: 10rem;
  display: flex;
  align-items: center;
}
.woocommerce-cart table.cart .product-thumbnail a img {
  width: 13.4rem;
}
.woocommerce-cart table.cart .product-remove {
  float: right;
}
.woocommerce-cart table.cart .product-detail__availability {
  margin-bottom: 0;
}
.woocommerce-cart table.cart .custom-select {
  position: relative;
  display: inline-block;
  height: 3rem;
  margin-bottom: 0rem !important;
  cursor: pointer;
}
.woocommerce-cart table.cart .custom-select .icon-arrow-down-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2rem;
  font-weight: bold;
  color: #646464;
  pointer-events: none;
}
.woocommerce-cart table.cart .custom-select select {
  cursor: pointer;
  width: 6rem;
  border-radius: 5px;
  border: 1px solid #646464;
  line-height: 3rem;
  height: 3rem;
  box-sizing: border-box;
  padding: 0 1.2rem;
  font: 500 1.6rem/1.3 "sofia-pro", Arial, sans-serif;
  color: #646464;
  background: transparent;
  margin-right: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td, .woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
  border: none !important;
  padding: 0 !important;
  font-weight: 300;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td em {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method input {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method input:checked + label {
  display: block;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method li {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method label {
  display: none;
  font-size: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method label .amount {
  font-size: 1.6rem;
  font-weight: 300;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total td {
  border-top: 2px solid #000 !important;
  padding-top: 1rem !important;
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total--pre th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total--pre td {
  height: 2rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total--pre th::before, .woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total--pre td::before {
  display: none !important;
}
.woocommerce-cart .back-shopping {
  color: #000;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  margin-bottom: 4rem;
  display: inline-block;
  text-decoration: underline;
}
.woocommerce-cart .back-shopping:hover {
  text-decoration: none;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 5rem 0 2rem;
}
.woocommerce-cart .wc-proceed-to-checkout .woocommerce-Button {
  min-width: 26rem;
}
.woocommerce-cart button[name="update_cart"] {
  display: inline !important;
  margin-bottom: 2rem;
  padding: 2rem 5rem 2rem 2rem !important;
}
.woocommerce-cart button[name="update_cart"][aria-disabled="true"] {
  display: none !important;
  margin-bottom: 0;
  padding: 0.618em 1em !important;
}
.woocommerce a.remove {
  color: #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  position: relative;
}
.woocommerce a.remove:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #f5f5f5 url(../images/loader.svg) no-repeat 50% 50% / contain;
  opacity: 0;
}
.woocommerce a.remove.loaded:after {
  opacity: 1;
}
.woocommerce a.remove:hover {
  color: #000 !important;
}
.cart__table-row {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .woocommerce-cart .cart__cols {
    display: block;
  }
  .woocommerce-cart .cart__main {
    width: auto;
    max-width: 58.6rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .entry-header {
    padding-top: 2rem;
  }
  .woocommerce-cart table.cart .product-thumbnail {
    display: block !important;
    width: 7.2rem;
    min-width: 1px !important;
    padding-left: 0 !important;
    float: left;
  }
  .woocommerce-cart table.cart .product-thumbnail:before {
    display: none;
  }
  .woocommerce-cart table.cart .product-thumbnail a {
    width: 7.2rem;
    height: 7.2rem;
  }
  .woocommerce-cart table.cart .product-name {
    width: calc(100% - 9.2rem) !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  .woocommerce-cart table.cart .product-name:before {
    display: none;
  }
  .woocommerce-cart table.cart.shop_table_responsive tr {
    display: flex;
  }
  .woocommerce-cart table.cart .actions {
    width: 100%;
    padding-bottom: 2rem;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent !important;
  }
  .woocommerce-cart .wc-proceed-to-checkout .woocommerce-Button {
    display: block;
  }
}
.woocommerce-checkout {
  background: #f5f5f5;
}
.woocommerce-checkout.checkout {
  max-width: 76rem;
}
.woocommerce-checkout h1.ia-heading {
  display: none;
}
.woocommerce-checkout #billing_country_field, .woocommerce-checkout #shipping_country_field {
  display: none;
}
.woocommerce-checkout #billing_postcode_field, .woocommerce-checkout #shipping_postcode_field, .woocommerce-checkout #billing_phone_field {
  width: 47%;
  float: left;
}
.woocommerce-checkout #billing_city_field, .woocommerce-checkout #shipping_city_field, .woocommerce-checkout #billing_email_field {
  float: right;
  width: 47%;
  clear: none;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  padding-top: 2rem;
}
.woocommerce-checkout .woocommerce-additional-fields label[for="order_comments"] {
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  position: absolute;
  left: 2rem;
  top: 0.7rem;
}
.woocommerce-checkout .ia-form-checkbox, .woocommerce-checkout .mailchimp-newsletter, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required {
  background: transparent !important;
  padding-left: 0 !important;
  border: none;
}
.woocommerce-checkout .ia-form-checkbox abbr, .woocommerce-checkout .mailchimp-newsletter abbr, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required abbr {
  display: none;
}
.woocommerce-checkout .ia-form-checkbox a, .woocommerce-checkout .mailchimp-newsletter a, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-checkout .ia-form-checkbox a:hover, .woocommerce-checkout .mailchimp-newsletter a:hover, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required a:hover {
  text-decoration: none;
}
.woocommerce-checkout .ia-form-checkbox input, .woocommerce-checkout .mailchimp-newsletter input, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required input {
  display: none !important;
}
.woocommerce-checkout .ia-form-checkbox input:checked + span:after, .woocommerce-checkout .mailchimp-newsletter input:checked + span:after, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required input:checked + span:after {
  opacity: 1;
}
.woocommerce-checkout .ia-form-checkbox label, .woocommerce-checkout .mailchimp-newsletter label, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required label {
  position: static !important;
}
.woocommerce-checkout .ia-form-checkbox label span, .woocommerce-checkout .mailchimp-newsletter label span, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required label span {
  padding: 0 0 0 3.8rem;
  display: block;
  margin-bottom: 2rem;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.woocommerce-checkout .ia-form-checkbox label span:last-child, .woocommerce-checkout .mailchimp-newsletter label span:last-child, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required label span:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .ia-form-checkbox label span:before, .woocommerce-checkout .mailchimp-newsletter label span:before, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required label span:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0.2rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.woocommerce-checkout .ia-form-checkbox label span:after, .woocommerce-checkout .mailchimp-newsletter label span:after, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required label span:after {
  width: 1rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.35s;
}
.woocommerce-checkout .ia-form-checkbox label span.optional, .woocommerce-checkout .mailchimp-newsletter label span.optional, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required label span.optional {
  display: none;
}
.woocommerce-checkout .mailchimp-newsletter {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
}
.woocommerce-checkout #chosen_climate_field input, .woocommerce-checkout #chosen_climate_field label:before {
  display: none;
}
.woocommerce-checkout .climate-select__heading {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  display: block;
  text-align: left;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .form-row.climate {
  padding: 0 !important;
  text-align: left;
}
.woocommerce-checkout .form-row.climate label {
  display: block !important;
  padding-left: 0;
  left: 0;
  top: 0;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 2rem;
}
.woocommerce-checkout .product-name .img-wrap {
  background: #ffffff;
  margin-right: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  width: 7.2rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  float: left;
}
.woocommerce-checkout .product-name .img-wrap img {
  width: 7.2rem;
}
.woocommerce-checkout .product-name__info {
  overflow: hidden;
}
.woocommerce-checkout .product-name__info a {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  color: #000;
  margin-bottom: 0.5rem;
  max-width: calc(100% - 3rem);
  display: inline-block;
}
.woocommerce-checkout #order_review table.shop_table {
  background: transparent;
  margin-bottom: 0;
}
.woocommerce-checkout #order_review table.shop_table--thankyou {
  margin-bottom: 4rem;
}
.woocommerce-checkout #order_review table.shop_table tbody td {
  padding-bottom: 2rem;
}
.woocommerce-checkout #order_review table.shop_table tbody td:first-child {
  width: 70%;
}
.woocommerce-checkout #order_review table.shop_table tbody td:first-child .cart__table-row {
  display: none;
}
.woocommerce-checkout #order_review table.shop_table tbody td:last-child {
  text-align: right;
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  padding-right: 0;
}
.woocommerce-checkout #order_review table.shop_table tbody .product-detail__availability {
  margin-bottom: 0;
}
.woocommerce-checkout #order_review table.shop_table th {
  font-weight: 300;
}
.woocommerce-checkout #order_review table.shop_table th:last-child {
  text-align: right;
  padding-right: 0;
}
.woocommerce-checkout #order_review tfoot td, .woocommerce-checkout #order_review tfoot th {
  border: none !important;
  padding: 0 !important;
  font-weight: 300;
}
.woocommerce-checkout #order_review tfoot td.shipping-value .amount, .woocommerce-checkout #order_review tfoot th.shipping-value .amount {
  margin-right: -0.4rem;
}
.woocommerce-checkout #order_review tfoot td.shipping-value .shipped_via, .woocommerce-checkout #order_review tfoot th.shipping-value .shipped_via {
  display: none;
}
.woocommerce-checkout #order_review tfoot td {
  text-align: right;
}
.woocommerce-checkout #order_review tfoot .order-total th, .woocommerce-checkout #order_review tfoot .order-total td, .woocommerce-checkout #order_review tfoot .order_total th, .woocommerce-checkout #order_review tfoot .order_total td {
  border-top: 2px solid #000 !important;
  padding-top: 1rem !important;
  font-weight: bold;
}
.woocommerce-checkout #order_review tfoot .order-total--pre th, .woocommerce-checkout #order_review tfoot .order-total--pre td, .woocommerce-checkout #order_review tfoot .order_total--pre th, .woocommerce-checkout #order_review tfoot .order_total--pre td {
  height: 2rem;
}
.woocommerce-checkout #order_review .shipping-method__variable {
  text-align: left;
}
.woocommerce-checkout #order_review .shipping-method__variable .woocommerce-account__heading {
  margin-top: 6rem;
}
.woocommerce-checkout #order_review .shipping-method__variable td {
  text-align: left;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr th {
  display: none;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td {
  text-align: left !important;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method {
  padding-top: 2rem;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method li input {
  display: none;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method li input:checked + label:after {
  opacity: 1;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method li em {
  padding-left: 3.8rem;
  display: block;
  font-style: normal;
  margin-bottom: 2rem;
  font: 300 1.2rem/1.4 "sofia-pro", Arial, sans-serif;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method li label {
  padding: 0 0 0 3.8rem;
  display: block;
  color: #000;
  position: relative;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method li label:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method li label:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.woocommerce-checkout #order_review .shipping-method__variable + tr td #shipping_method li label:after {
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  background: #000;
  opacity: 0;
  transition: opacity 0.35s;
}
.woocommerce-checkout .product-quantity {
  width: 6rem;
  text-align: right;
}
.woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  background: transparent;
  padding-left: 0;
  margin: 0.5rem 0 0.5rem -1rem !important;
  padding: 1rem 0 1rem 1rem;
  position: relative;
  overflow: hidden;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li input:checked + label:after {
  opacity: 1;
}
.woocommerce-checkout #payment ul.payment_methods li input:checked + label + .wc_payment_method_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  padding: 0 0 0 3.8rem;
  display: block;
  color: #000;
  position: relative;
  z-index: 2;
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.35s;
}
.woocommerce-checkout #payment ul.payment_methods li label img {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li label:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label:before {
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.woocommerce-checkout #payment ul.payment_methods li label:after {
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  background: #000;
  opacity: 0;
  transition: opacity 0.35s;
}
.woocommerce-checkout #payment ul.payment_methods div.payment_box {
  padding: 0;
  margin: 0;
  background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods div.payment_box p {
  padding: 0 0 0 3.8rem !important;
  margin: 0 !important;
  background: transparent;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment .place-order {
  padding: 0 !important;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  padding: 0 !important;
  margin: 0 0 4rem !important;
  background: transparent;
  border: none;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text p a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text p a:hover {
  text-decoration: none;
}
.woocommerce-checkout #place_order {
  width: auto;
  float: none !important;
  margin-bottom: 4rem;
}
.woocommerce-checkout #place_order:after {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  content: "";
  background: url(../images/loader.svg) no-repeat 0 0 /contain;
  filter: brightness(0) invert(1);
  width: 3rem;
  height: 3rem;
  opacity: 0;
}
.woocommerce-checkout .processing #place_order:before {
  display: none;
}
.woocommerce-checkout .processing #place_order:after {
  opacity: 1;
}
.woocommerce-checkout #order_payment_heading {
  margin-bottom: 2rem;
  font: 700 1.8rem/1.22 "sofia-pro", Arial, sans-serif;
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding-top: 1rem;
}
.woocommerce-checkout #order_payment_heading:before {
  content: "2. ";
}
.woocommerce-notice {
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  font-style: italic;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-order {
  max-width: 76rem;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
  margin-bottom: 6rem !important;
}
.woocommerce ul.order_details {
  margin-bottom: 4rem;
}
.woocommerce ul.order_details li {
  float: none;
  margin-bottom: 2rem;
  border: none;
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
  text-transform: none;
}
.woocommerce ul.order_details li strong {
  font: 300 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.blockUI {
  visibility: hidden;
}
.ia-form-checkbox.woocommerce-invalid label span, .mailchimp-newsletter.woocommerce-invalid label span, .woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-invalid label span {
  color: #E01C15;
}
.ia-form-checkbox.woocommerce-invalid label span a, .mailchimp-newsletter.woocommerce-invalid label span a, .woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-invalid label span a {
  color: #E01C15;
}
.ia-form-checkbox.woocommerce-invalid label span:before, .mailchimp-newsletter.woocommerce-invalid label span:before, .woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-invalid label span:before {
  border: 1px solid #E01C15;
}
.create-account {
  padding-bottom: 2rem;
}
.woocommerce-password-strength {
  position: absolute;
  bottom: -5rem;
  left: -2rem;
}
.woocommerce-password-hint {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: -6.7rem;
  left: -2rem;
  font-size: 1.1rem;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .woocommerce-checkout.checkout {
    max-width: 56.8rem;
    margin: 0 auto;
  }
  .woocommerce-checkout.checkout .product-name__info {
    text-align: left;
  }
  .woocommerce-checkout.checkout .product-name__info .cart__table-row {
    display: flex !important;
  }
  .woocommerce .woocommerce-order {
    max-width: 56.8rem;
    margin: 0 auto;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .woocommerce-checkout #billing_postcode_field, .woocommerce-checkout #shipping_postcode_field, .woocommerce-checkout #billing_phone_field, .woocommerce-checkout #billing_city_field, .woocommerce-checkout #shipping_city_field, .woocommerce-checkout #billing_email_field {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #order_review table.shop_table tbody td.product-name {
    padding-left: 0 !important;
    padding-right: 0;
    width: 100%;
    text-align: left !important;
  }
  .woocommerce-checkout #order_review table.shop_table tbody td.product-name .cart__table-row {
    display: flex !important;
  }
  .woocommerce-checkout #order_review table.shop_table tbody td.product-name:before {
    display: none;
  }
  .woocommerce-checkout #order_review table.shop_table tbody td.product-quantity, .woocommerce-checkout #order_review table.shop_table tbody td.product-total {
    display: none;
  }
  .woocommerce-checkout #order_review table.shop_table .order_total {
    border-top: 2px solid #000 !important;
  }
  .woocommerce-checkout #order_review table.shop_table .order_total th, .woocommerce-checkout #order_review table.shop_table .order_total td {
    border-top: none !important;
    padding-top: 1rem !important;
    font-weight: bold;
  }
  .woocommerce-checkout #order_review table.shop_table .order_total--pre th, .woocommerce-checkout #order_review table.shop_table .order_total--pre td {
    height: 2rem;
  }
  .woocommerce-checkout #order_review tfoot tr {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-checkout #order_review tfoot tr.order-total {
    border-top: 2px solid #000 !important;
  }
  .woocommerce-checkout #order_review tfoot tr.order-total td, .woocommerce-checkout #order_review tfoot tr.order-total th {
    border: none !important;
  }
  .woocommerce-checkout #order_review tfoot tr.shipping-method__variable {
    display: block;
  }
  .woocommerce-checkout #order_review tfoot tr.shipping-method__variable td {
    text-align: left !important;
  }
  .woocommerce-checkout #order_review tfoot td::before {
    display: none;
  }
  .ia-form.woocommerce-form .woocommerce-terms-and-conditions-wrapper p.form-row {
    height: auto;
  }
  .ia-form.woocommerce-form .woocommerce-terms-and-conditions-wrapper p.form-row label span {
    white-space: initial;
    margin-bottom: 0;
  }
  .woocommerce-password-strength {
    font-size: 0.71em;
    bottom: -4rem;
  }
  .woocommerce-password-hint {
    bottom: -8.7rem;
    white-space: normal;
    font-size: 1.1rem;
  }
  .create-account {
    padding-bottom: 4rem;
  }
}
/*event*/
.event-breadcrumbs a {
  color: #000;
  text-transform: uppercase;
  font: 500 1.2rem/1.33 "sofia-pro", Arial, sans-serif;
  text-decoration: underline;
}
.event-breadcrumbs a:hover {
  text-decoration: none;
}
.event-general {
  display: flex;
  justify-content: space-between;
}
.event-general__body {
  width: 74.7%;
}
.event-general__sidebar {
  width: 22.4%;
}
.event-details {
  margin-bottom: 5rem;
}
.event-details__item {
  border-top: 1px solid rgba(180, 180, 180, 0.5);
  padding-top: 1.2rem;
  margin-bottom: 2rem;
  position: relative;
}
.event-details__label {
  font: 700 1.6rem/1.375 "sofia-pro", Arial, sans-serif;
}
.event-details a {
  color: #000;
}
.event-details a:hover {
  text-decoration: underline;
}
.event-details__icon {
  position: absolute;
  right: 0;
  top: 1.2rem;
  font-size: 2.6rem;
  font-weight: 400;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.vogelwarte.ch%2Fit%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fglobal%2Fglobal.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fglobal%2Fcomponents.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fglobal%2Fforms.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fglobal%2Freset.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fheader%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fglobal%2Fmixin.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Ffooter%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fprojekte%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fprojekte%2Flanding.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fhome%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fvisitor-centre%2Fhome.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fvisitor-centre%2Finfo.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fpublication%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fmitarbeiter%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fratgeber%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fnews%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fshop%2Fdetail.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fshop%2Flanding.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fshop%2Fmy-account.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fshop%2Fcart.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fshop%2Fcheckout.scss%22%2C%22wp-content%2Fthemes%2Fvogelwarte%2Fassets%2Fscss%2Fevent%2Fdetail.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BADvtCA%3BAC4tCA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC%2FyDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC76CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMJ%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%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAChVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAJ9NA%3BAIoOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAJlUF%3BAKAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FgCA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAD2hCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzkCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADulCE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAL3zCA%3BAK%2BzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BALt6CF%3BAK26CA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQV%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAL5vDJ%3BAOAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAPxOR%3BAQmLE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAGM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3qBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATvQJ%3BAUAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAVxRJ%3BAWCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUK%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClbR%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAZ7HJ%3BAaAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAblEJ%3BAcCE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAdrDJ%3BAeCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATnDN%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAS%2BDM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf3RJ%3BAgBCE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAhB9GF%3BAAAA%3BAAAA%3BAAAA%3BAiBGA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMH%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAChfE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC7BF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAACC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAC3kBF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAGG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACzPD%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBd%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BArB7lBF%3BAsBIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */