/*
 Theme Name: DT Media Theme
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Version: 1.0
 Template: Divi
 Description: Smart. Flexible. Beautiful. Our DT Media Theme is the most powerful theme in our collection.
 Author: DT Media Group
 Author URI: http://www.dt-mediagroup.com
 Text Domain: divi-child
 */
/* ------ 00 Index --------------------------- */
/* ------ 01 Global -------------------------- */
/* ------------------------------------------- */
/* ------ Variables -------------------------- */
/* ------------------------------------------- */
/* ------ Breakpoints ------------------------ */
/* ------ Colors ----------------------------- */
@charset "UTF-8";
.fusilli-blue {
  color: #2daae2;
}
.fusilli-purple {
  color: #951b80;
}
.fusilli-yellow {
  color: #dcdc00;
}
/* ------ Typography ------------------------- */
/* ------ Gradient ----------------------------- */
@keyframes colorchange-border {
  0% {
    border-color: #2daae2;
  }
  33% {
    border-color: #951b80;
  }
  66% {
    border-color: #dcdc00;
  }
  100% {
    border-color: #2daae2;
  }
}
@-webkit-keyframes colorchange-border /* Safari and Chrome - necessary duplicate */ {
  0% {
    border-color: #2daae2;
  }
  33% {
    border-color: #951b80;
  }
  66% {
    border-color: #dcdc00;
  }
  100% {
    border-color: #2daae2;
  }
}
@keyframes colorchange-color {
  0% {
    color: #2daae2;
  }
  33% {
    color: #951b80;
  }
  66% {
    color: #dcdc00;
  }
  100% {
    color: #2daae2;
  }
}
@-webkit-keyframes colorchange-color /* Safari and Chrome - necessary duplicate */ {
  0% {
    color: #2daae2;
  }
  33% {
    color: #951b80;
  }
  66% {
    color: #dcdc00;
  }
  100% {
    color: #2daae2;
  }
}
@keyframes colorchange-background {
  0% {
    background-color: #951b80;
  }
  33% {
    background-color: #dcdc00;
  }
  66% {
    background-color: #2daae2;
  }
  100% {
    background-color: #951b80;
  }
}
@-webkit-keyframes colorchange-background /* Safari and Chrome - necessary duplicate */ {
  0% {
    background-color: #951b80;
  }
  33% {
    background-color: #dcdc00;
  }
  66% {
    background-color: #2daae2;
  }
  100% {
    background-color: #951b80;
  }
}
@keyframes colorchange-divider {
  0% {
    border-top-color: #951b80;
  }
  33% {
    border-top-color: #dcdc00;
  }
  66% {
    border-top-color: #2daae2;
  }
  100% {
    border-top-color: #951b80;
  }
}
@-webkit-keyframes colorchange-divider /* Safari and Chrome - necessary duplicate */ {
  0% {
    border-top-color: #951b80;
  }
  33% {
    border-top-color: #dcdc00;
  }
  66% {
    border-top-color: #2daae2;
  }
  100% {
    border-top-color: #951b80;
  }
}
@keyframes colorchange-fill {
  0% {
    fill: #2daae2;
  }
  33% {
    fill: #951b80;
  }
  66% {
    fill: #dcdc00;
  }
  100% {
    fill: #2daae2;
  }
}
@-webkit-keyframes colorchange-fill /* Safari and Chrome - necessary duplicate */ {
  0% {
    fill: #2daae2;
  }
  33% {
    fill: #951b80;
  }
  66% {
    fill: #dcdc00;
  }
  100% {
    fill: #2daae2;
  }
}
/*
 animation-name: colorchange;
 animation-duration: 5s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
 */
/* ------------------------------------------- */
/* ------ Global ----------------------------- */
/* ------------------------------------------- */
/* baloo-bhaina-2-regular - latin */
@font-face {
  font-family: 'Baloo Bhaina 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/baloo-bhaina-2-v4-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('scss/fonts/baloo-bhaina-2-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('scss/fonts/baloo-bhaina-2-v4-latin-regular.woff2') format('woff2'), url('scss/fonts/baloo-bhaina-2-v4-latin-regular.woff') format('woff'), url('scss/fonts/baloo-bhaina-2-v4-latin-regular.ttf') format('truetype'), url('scss/fonts/baloo-bhaina-2-v4-latin-regular.svg#BalooBhaina2') format('svg');
  /* Legacy iOS */
}
/* ------ Body ------------------------------- */
html {
  font-size: 18px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 400;
}
.et_pb_text_inner {
  font-size: 20px;
  font-weight: 200;
  line-height: 2rem;
}
.home #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#et-main-area {
  overflow: hidden;
}
/* ------ Typography ------------------------- */
h1, h2, h3, h4, h5, h6 {
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #A3B61D;
  margin-bottom: 20px;
}
@media (max-width: 47.99em) {
  h2 {
    font-size: 1.75rem;
  }
}
a {
  color: #1D71B8;
  text-decoration: none;
}
.fusilli_image_container_1 img {
  animation: image-morph-1 20s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.fusilli_image_container_2 img {
  animation: image-morph-2 20s ease-in-out infinite;
  border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
}
@keyframes image-morph-1 {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
}
@keyframes image-morph-2 {
  0% {
    border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
  50% {
    border-radius: 40% 70% 60% 30% / 60% 30% 60% 50%;
    background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
  }
  100% {
    border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
}
.fusilli-image-form .et_pb_row:nth-child(even) .et_pb_column:nth-child(2n) img {
  border-radius: 38% 62% 33% 67% / 67% 38% 62% 33%;
}
.fusilli-image-form .et_pb_row:nth-child(even) .et_pb_column:nth-child(2n+1) img {
  border-radius: 48% 52% 33% 67% / 46% 75% 25% 54%;
}
.fusilli-image-form .et_pb_row:nth-child(odd) .et_pb_column:nth-child(2n) img {
  border-radius: 36% 64% 40% 60% / 68% 75% 25% 32%;
}
.fusilli-image-form .et_pb_row:nth-child(odd) .et_pb_column:nth-child(2n+1) img {
  border-radius: 63% 37% 60% 40% / 39% 50% 50% 61%;
}
.fusilli-column-center {
  align-self: center;
}
.event .et_pb_button, .post .et_pb_button {
  padding: 1em 2.5em !important;
}
.event .et_pb_button:hover, .post .et_pb_button:hover {
  padding: 1em 2.5em !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.entry-content ul {
  margin-top: 25px;
  list-style-image: url('/app/uploads/fusilli_bullet-point.png');
}
.entry-content ul li {
  margin-bottom: 20px;
}
.entry-content ul ul {
  list-style: none;
}
.entry-content ul ul li::before {
  content: "\2022";
  color: #A3B61D;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
hr {
  display: block;
  border: 0px;
  height: 20px;
  background-image: url("/app/uploads/atelier-scribble-divider.svg");
  background-repeat: no-repeat;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 50%;
}
.fusilli-hr-purple {
  background-image: url("/app/uploads/atelier-scribble-divider_purple.svg") !important;
}
.fusilli-hr-blue {
  background-image: url("/app/uploads/atelier-scribble-divider_blue.svg") !important;
}
.fusilli-hr-yellow {
  background-image: url("/app/uploads/atelier-scribble-divider_yellow.svg") !important;
}
.fusilli-hr-white {
  background-image: url("/app/uploads/atelier-scribble-divider_white.svg") !important;
}
/* ------ Forms ------------------------------- */
textarea {
  resize: vertical;
}
/* ------ Accent Animations ------------------------------- */
.fusilli-accent-animation-text {
  animation: colorchange-color 10s linear infinite;
}
/* ------------------------------------------- */
/* ------ Triangles -------------------------- */
/* ------------------------------------------- */
/* ------ 00 Index --------------------------- */
/* ------ 01 Small Triangle ------------------ */
/* ------ 02 Big Triangle -------------------- */
/* ------ 03 Diagonal Lines ------------------ */
/* ------ 02 Main ---------------------------- */
/* ------------------------------------------- */
/* ------ Page Footer ------------------------ */
/* ------------------------------------------- */
.dt_form_datenschutz .input[type="checkbox"] + label {
  font-size: 12px !important;
}
.dt_form_datenschutz .input[type="checkbox"] + label a {
  font-weight: 600;
}
#main-footer {
  position: relative;
  z-index: 10;
}
#main-footer::before {
  content: "";
  height: 45px;
  background-color: transparent !important;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  background-image: url("/app/uploads/footer_divider.svg");
  background-size: cover;
  margin-top: -44px;
  pointer-events: none;
}
@media (max-width: 61.3025em) {
  #main-footer::before {
    height: 22px;
    margin-top: -22px;
  }
}
@media (max-width: 47.99em) {
  #main-footer::before {
    height: 11px;
    margin-top: -11px;
  }
}
#footer-bottom {
  padding: 50px 10px;
  background-color: #A3B61D;
  color: #fff;
}
#footer-bottom span {
  font-size: 14px;
}
@media (max-width: 47.99em) {
  #footer-bottom span {
    line-height: 1rem;
  }
}
#footer-bottom .footer-credits {
  padding-right: 5px;
}
#footer-bottom .footer-nav {
  display: inline-block;
}
#footer-bottom .footer-nav li {
  display: inline-block;
  padding-right: 5px;
}
#footer-bottom .footer-nav li::before {
  content: "|";
  padding-right: 5px;
  font-weight: 600;
}
#footer-bottom .footer-nav li a {
  font-weight: 600;
  color: #fff;
}
#footer-bottom .et-social-icon a {
  color: #fff;
  font-size: 24px;
}
#footer-bottom .et-social-icon a:hover {
  color: #638428;
  opacity: 1;
}
@media (max-width: 47.99em) {
  #footer-bottom .container {
    width: 90%;
    font-size: 12px;
  }
}
@media (max-width: 61.3025em) {
  #footer-bottom .et-social-icons li {
    margin: 50px 20px 0 20px;
  }
  #footer-bottom .et-social-icon a {
    font-size: 36px;
  }
}
.eu {
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.eu img {
  height: 35px;
  border: 1px solid #bbb;
  margin-right: 1rem;
}
/* ------------------------------------------- */
/* ------ Page Header ------------------------ */
/* ------------------------------------------- */
@media (min-width: 61.3125em) {
  #top-menu li {
    padding-right: 10px;
  }
}
@media (min-width: 75em) {
  #top-menu li {
    padding-right: 15px;
  }
}
#top-menu li a {
  font-size: 16px !important;
}
@media (min-width: 75em) {
  #top-menu li a {
    font-size: 20px !important;
  }
}
.mobile_menu_bar:before {
  font-size: 38px;
  color: #A3B61D !important;
}
#main-header {
  box-shadow: none;
}
/*.js & {
 transform: translateY(-100%);
 transition: transform .2s ease-out;
 will-change: transform;
 &.show {
 transform: translateY(0);
 }
 }*/
.home #main-header {
  background-color: transparent;
}
.et-fixed-header {
  background-color: #fff !important;
}
@media (min-width: 61.3125em) {
  .home.et_header_style_left #main-header:not(.et-fixed-header) #et-top-navigation nav > ul > li > a {
    padding-bottom: 10vh;
  }
}
@media (max-width: 61.3025em) {
  #logo {
    max-height: 100% !important;
    height: 100% !important;
  }
}
.lighthouse-cities {
  margin-bottom: 2rem;
}
.cities {
  padding-bottom: 4rem !important;
}
@media (max-width: 61.3025em) {
  .cities .et_pb_blurb_container h3, .cities .et_pb_blurb_container p {
    text-align: center !important;
  }
}
@media (max-width: 47.99em) {
  .cities {
    padding: 5rem 0 !important;
  }
}
.city .et_pb_module_header {
  position: relative;
  z-index: 1;
  font-size: 2rem;
}
.city .et_pb_blurb_description {
  font-size: 4rem;
  line-height: 3rem;
  color: #e5e5e5;
  position: relative;
  top: -1.1rem;
}
.city .et_pb_blurb_description p {
  font-family: 'crosshatcherregular';
  font-weight: 200;
}
@media (max-width: 47.99em) {
  .city .et_pb_blurb_description {
    font-size: 3rem;
  }
}
.fusilli-eu-map {
  height: auto;
}
#social-media img:hover {
  opacity: 0.75;
}
@media (max-width: 61.3025em) {
  #social-media img {
    width: 50%;
  }
  #social-media .et_pb_image_wrap {
    text-align: center;
  }
}
.fusilli_newsletter-signup {
  text-align: center;
}
.fusilli_newsletter-signup input[type=email] {
  width: 80%;
  margin-right: 2%;
  border: none;
  border-radius: 15% 35% 70% 30% / 65% 53% 53% 39%;
  color: #333;
  padding: 10px 50px;
  font-weight: 200;
}
@media (max-width: 30.0525em) {
  .fusilli_newsletter-signup input[type=email] {
    width: 100%;
    text-align: center;
  }
}
.fusilli_newsletter-signup input[type=submit] {
  width: 16%;
  background-color: #fff;
  color: #333;
  border: none;
  border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
  font-weight: 200;
  font-size: 1.5rem;
  padding: 10px;
  min-height: 50px;
}
.fusilli_newsletter-signup input[type=submit]:hover {
  background-color: #fff;
  animation: morph-newsletter 2s ease-in-out infinite;
  cursor: pointer;
}
@media (max-width: 61.3025em) {
  .fusilli_newsletter-signup input[type=submit] {
    font-size: 1rem;
  }
}
@media (max-width: 30.0525em) {
  .fusilli_newsletter-signup input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}
.fusilli_newsletter-signup input {
  font-size: 1.5rem;
}
@media (max-width: 61.3025em) {
  .fusilli_newsletter-signup input {
    font-size: 1rem;
  }
}
@media (max-width: 47.99em) {
  .fusilli_newsletter-signup input {
    font-size: 0.8rem;
  }
}
.fusilli_newsletter-signup a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
}
@media (max-width: 47.99em) {
  .fusilli_newsletter-signup a {
    font-size: 1rem;
  }
}
.fusilli_newsletter-signup h2 {
  color: #fff !important;
}
.mc4wp-response {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.fusilli_newsletter-subscription {
  text-align: center;
}
.fusilli_newsletter-subscription input[type=email] {
  width: 80%;
  margin-right: 2%;
  border: 1px solid #ccc;
  border-radius: 15% 35% 70% 30% / 65% 53% 53% 39%;
  color: #333;
  padding: 10px 50px;
  font-weight: 200;
}
@media (max-width: 30.0525em) {
  .fusilli_newsletter-subscription input[type=email] {
    width: 100%;
    text-align: center;
  }
}
.fusilli_newsletter-subscription input[type=submit] {
  width: 16%;
  background-color: #A3B61D;
  color: #fff;
  border: none;
  border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
  font-weight: 200;
  font-size: 1.5rem;
  padding: 10px;
  min-height: 50px;
}
.fusilli_newsletter-subscription input[type=submit]:hover {
  background-color: #A3B61D;
  animation: morph-newsletter 2s ease-in-out infinite;
  cursor: pointer;
}
@media (max-width: 61.3025em) {
  .fusilli_newsletter-subscription input[type=submit] {
    font-size: 1rem;
  }
}
@media (max-width: 30.0525em) {
  .fusilli_newsletter-subscription input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}
.fusilli_newsletter-subscription input {
  font-size: 1.5rem;
}
@media (max-width: 61.3025em) {
  .fusilli_newsletter-subscription input {
    font-size: 1rem;
  }
}
@media (max-width: 47.99em) {
  .fusilli_newsletter-subscription input {
    font-size: 0.8rem;
  }
}
.fusilli_newsletter-subscription a {
  color: #333;
  font-size: 1.25rem;
  font-weight: 200;
}
@media (max-width: 47.99em) {
  .fusilli_newsletter-subscription a {
    font-size: 1rem;
  }
}
.fusilli_newsletter-subscription h2 {
  color: #333 !important;
}
.mc4wp-response {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.el_advanced_flipbox .flipbox_inner {
  align-items: center;
}
@keyframes morph-newsletter {
  0% {
    border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
  }
  50% {
    border-radius: 40% 70% 60% 30% / 60% 30% 60% 50%;
  }
  100% {
    border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
  }
}
#news-teaser .et_pb_post_extra:nth-child(odd) {
  border-radius: 25% 16% 32% 22% / 13% 11% 12% 29% !important;
}
#news-teaser .et_pb_post_extra {
  border-radius: 13% 22% 15% 34% / 19% 10% 14% 17% !important;
}
#news-teaser .et_pb_post_extra.el_dbe_block_extended {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  transition: all ease 0.5s;
}
#news-teaser .et_pb_post_extra.el_dbe_block_extended:nth-child(1n) {
  background-color: #C8D402;
}
#news-teaser .et_pb_post_extra.el_dbe_block_extended:nth-child(2n) {
  background-color: #638428;
}
#news-teaser .et_pb_post_extra.el_dbe_block_extended:nth-child(3n) {
  background-color: #466F29;
}
#news-teaser .et_pb_post_extra.el_dbe_block_extended:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 47.99em) {
  #news-teaser .et_pb_post_extra.el_dbe_block_extended {
    width: 80% !important;
    margin: 0 auto 35px !important;
  }
}
#news-teaser .post-media-container {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#news-teaser .post-content {
  padding: 25px;
  background-color: transparent;
}
#news-teaser .post-content h2 {
  font-size: 1.25rem;
  color: #fff;
}
#news-teaser .post-content p {
  font-size: 1.25rem;
  color: #fff;
}
#news-teaser .post-content a {
  color: #fff;
}
#news-teaser .post-content .entry-title {
  padding-bottom: 1rem;
}
#news-teaser .post-content .el-read-more-link {
  font-size: 1rem;
}
#news-teaser .post-meta {
  display: block;
  text-align: center;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px 20px;
  font-size: 1.5rem;
  border: none;
}
#news-teaser .post-meta .et-pb-icon {
  font-size: 1.25rem !important;
}
#news-teaser .et_pb_button:hover {
  background-color: transparent;
  border: 2px solid;
}
#news-teaser .el-load-more {
  padding: 1em !important;
}
.full_width .et_pb_post_extra .post-media {
  border-radius: 72% 28% 38% 62% / 38% 62% 38% 62%;
}
#atelier-scc1-network img {
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  max-width: 250px;
}
#atelier-scc1-network img:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
#atelier-scc1-network .et_pb_row {
  padding: 0;
}
#atelier-scc1-network .et_pb_row_3 {
  padding: 3vh 0 6vh;
}
#atelier-scc1-network .et_pb_row_3 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#contact {
  padding-top: 6vh;
  padding-bottom: 12vh;
}
@media (max-width: 47.99em) {
  #contact {
    padding: 0 !important;
  }
  #contact a {
    font-size: 1rem;
  }
}
#contact .et_parallax_bg {
  background-position: center;
}
.fusilli-contact-block h4 {
  font-size: 2rem;
  color: #fff;
  padding-bottom: 25px;
}
@media (max-width: 47.99em) {
  .fusilli-contact-block h4 {
    font-size: 1.5rem;
  }
}
.fusilli-contact-block .contact-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
}
@media (max-width: 47.99em) {
  .fusilli-contact-block .contact-name {
    font-size: 1rem;
  }
}
.fusilli-contact-block .contact-position {
  font-size: 1.3rem;
  color: #fff;
  padding-bottom: 25px;
}
@media (max-width: 47.99em) {
  .fusilli-contact-block .contact-position {
    font-size: 0.8rem;
  }
}
.fusilli-contact-block .contact-organisation {
  font-size: 1.3rem;
  color: #fff;
  padding-bottom: 25px;
}
@media (max-width: 47.99em) {
  .fusilli-contact-block .contact-organisation {
    font-size: 0.8rem;
  }
}
.fusilli-contact-block a {
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  transition: all 0.25s ease;
}
.fusilli-contact-block a:hover {
  transform: scale3d(0.96, 0.96, 0.96);
  transform-origin: center;
}
@media (max-width: 47.99em) {
  .fusilli-contact-block a {
    font-size: 0.8rem;
  }
}
.fusilli-contact-block a::before {
  font-family: 'ETmodules';
  content: "\e010";
  margin-right: 15px;
  top: 2px;
  position: relative;
  color: #fff;
}
.fusilli-contact-block .et_pb_blurb_container {
  text-align: center !important;
}
.fusilli-living-lab-contact-block {
  text-align: center;
}
.fusilli-living-lab-contact-block .et_pb_text_inner {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 47.99em) {
  .fusilli-living-lab-contact-block .et_pb_text_inner {
    width: 100%;
  }
}
.fusilli-living-lab-contact-block h2 {
  color: #fff;
  margin-bottom: 50px;
}
.fusilli-living-lab-contact-block h4 {
  font-size: 2rem;
  color: #fff;
  padding-bottom: 25px;
}
.fusilli-living-lab-contact-block .contact-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
}
@media (max-width: 47.99em) {
  .fusilli-living-lab-contact-block .contact-name {
    font-size: 1.2rem;
  }
}
.fusilli-living-lab-contact-block .contact-position {
  font-size: 1.3rem;
  color: #fff;
  padding-bottom: 5px;
}
@media (max-width: 47.99em) {
  .fusilli-living-lab-contact-block .contact-position {
    font-size: 1rem;
  }
}
.fusilli-living-lab-contact-block .contact-organisation {
  font-size: 1.3rem;
  color: #fff;
  padding-bottom: 25px;
}
@media (max-width: 47.99em) {
  .fusilli-living-lab-contact-block .contact-organisation {
    font-size: 1rem;
  }
}
.fusilli-living-lab-contact-block a {
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  transition: all 0.25s ease;
}
.fusilli-living-lab-contact-block a:hover {
  transform: scale3d(0.96, 0.96, 0.96);
  transform-origin: center;
}
.fusilli-living-lab-contact-block a.contact-mail::before {
  font-family: 'ETmodules';
  content: "\e010";
  margin-right: 15px;
  top: 2px;
  position: relative;
  color: #fff;
}
.fusilli-living-lab-contact-block a.contact-web::before {
  font-family: 'ETmodules';
  content: "\e0e3";
  margin-right: 15px;
  top: 2px;
  position: relative;
  color: #fff;
}
.fusilli-living-lab-contact-block p.contact-web::before {
  font-family: 'ETmodules';
  content: "\e0e3";
  margin-right: 15px;
  top: 2px;
  position: relative;
  color: #fff;
}
.fusilli-living-lab-contact-block p.contact-phone {
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
}
.fusilli-living-lab-contact-block p.contact-phone::before {
  font-family: 'ETmodules';
  content: "\e090";
  margin-right: 15px;
  top: 2px;
  position: relative;
  color: #fff;
}
.fusilli-living-lab-contact-block .et_pb_blurb_container {
  text-align: center !important;
}
.et-boc .contact .et_parallax_bg_wrap {
  z-index: 0;
}
.et-boc .contact .heading h2 {
  color: #fff !important;
}
.et-boc .contact .et_pb_team_member {
  background: #fff;
  padding: 2.5rem;
  border-radius: 2px;
  box-shadow: 0 1px 2.2px rgba(0, 0, 0, 0.02), 0 2.3px 5.3px rgba(0, 0, 0, 0.028), 0 4.4px 10px rgba(0, 0, 0, 0.035), 0 7.8px 17.9px rgba(0, 0, 0, 0.042), 0 14.6px 33.4px rgba(0, 0, 0, 0.05), 0 35px 80px rgba(0, 0, 0, 0.07);
}
.et-boc .contact .et_pb_team_member .et_pb_module_header {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}
.et-boc .contact .et_pb_team_member .et_pb_member_position {
  color: #e5e5e5;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  top: -1rem;
  padding-bottom: 1rem;
  font-family: 'crosshatcherregular';
  font-weight: 200;
  line-height: 2.2rem;
}
.et-boc .contact .et_pb_team_member .contact-position {
  position: relative;
  top: -1rem;
}
.et-boc .contact .et_pb_team_member a {
  font-size: 1.3rem;
  font-weight: 300;
}
.et-boc .contact .et_pb_team_member a::before {
  font-family: 'ETmodules';
  content: "\e010";
  margin-right: 15px;
}
.heading .et_pb_blurb_content {
  max-width: none;
}
.heading.intro-text .et_pb_module_header {
  font-size: calc(1.45rem + 2.4vw);
  font-weight: 300;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .heading.intro-text .et_pb_module_header {
    font-size: 3.25rem;
  }
}
.heading.intro-text .et_pb_blurb_description {
  font-size: calc(1.265rem + 0.18vw);
  line-height: 2em;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .heading.intro-text .et_pb_blurb_description {
    font-size: 1.4rem;
  }
}
.fusilli-intro-text {
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1em;
  text-align: center;
  width: 100%;
}
@media (max-width: 47.99em) {
  .fusilli-intro-text {
    font-size: 1.75em;
  }
}
@media (min-width: 75em) {
  .fusilli-intro-text {
    font-size: 2.5em;
  }
}
@media (min-width: 93.75em) {
  .fusilli-intro-text {
    font-size: 3em;
  }
}
.fusilli-intro-text-inner {
  max-width: 1080px;
  width: 80%;
  margin: 200px auto 0;
  color: #fff;
  text-shadow: 1px 1px 1px #666;
}
@media (max-width: 47.99em) {
  .fusilli-intro-text-inner {
    width: 90%;
    margin: 25vh auto 0;
    font-weight: 500;
  }
}
@media (min-width: 93.75em) {
  .fusilli-intro-text-inner {
    margin: 220px auto 0;
    width: 40%;
  }
}
.fusilli_head_text {
  font-size: 6em;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media (max-width: 47.99em) {
  .fusilli_head_text {
    font-size: 4em;
  }
}
.fusilli_head_text_inner {
  max-width: 1080px;
  width: 80%;
  margin: 200px auto 0;
  color: #fff;
  text-shadow: 5px 5px 10px #000;
}
@media (max-width: 30.0525em) {
  .fusilli_head_text_inner {
    margin: 135px auto 0;
  }
}
@media (max-width: 61.3025em) {
  .fusilli_head_text_inner {
    margin: 175px auto 0;
    line-height: 1em;
  }
}
.fusilli-highlight {
  color: #A3B61D;
  font-weight: 700;
}
.intro {
  z-index: 1;
  padding: 5rem 0 calc(5rem - 4%) !important;
}
.intro .et_pb_blurb_description p {
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media (min-width: 84.375em) {
  .intro {
    padding: 5rem 0 calc(5rem - 54px) !important;
  }
}
@media (max-width: 47.99em) {
  .intro {
    padding: 5rem 0 !important;
  }
}
/* ------------------------------------------- */
/* ------ Hero ------------------------------- */
/* ------------------------------------------- */
.hero {
  z-index: 0;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero.admin-bar {
  height: calc(100vh - 32px);
}
.hero + .et_pb_section {
  margin-top: 50vh;
  -webkit-box-shadow: 0px -25px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -25px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -25px 15px 0px rgba(0, 0, 0, 0.5);
}
.hero .et_pb_fullwidth_header_container {
  max-width: 550px;
  justify-content: flex-start !important;
}
.hero .et_pb_fullwidth_header_container .header-content-container {
  padding-top: 10vh;
}
.hero .et_pb_fullwidth_header_container .header-content-container {
  align-self: flex-start !important;
}
.hero .et_pb_fullwidth_header_scroll a .et-pb-icon {
  color: #1d1d1b;
}
.fusilli-main-scribble-divider {
  z-index: 2;
  box-shadow: 0px -25px 15px 0px rgba(0, 0, 0, 0.5);
}
.fusilli-main-scribble-divider::before {
  content: "";
  height: 45px;
  background-color: transparent !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("/app/uploads/header_divider.svg");
  background-size: cover;
  margin-top: -44px;
}
.hero-box {
  position: absolute;
  top: 50% !important;
  left: 20% !important;
  transform: translateY(-60%);
  width: auto;
  max-width: none;
}
.hero-push {
  top: 5vh;
}
.hero-content .et_pb_blurb_content {
  max-width: 750px;
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2.8px 4.6px rgba(0, 0, 0, 0.028), 0 6.7px 10px rgba(0, 0, 0, 0.04), 0 12.5px 16.8px rgba(0, 0, 0, 0.05), 0 22.3px 26.8px rgba(0, 0, 0, 0.06), 0 41.8px 44.3px rgba(0, 0, 0, 0.072), 0 100px 80px rgba(0, 0, 0, 0.1);
}
.hero-content .et_pb_main_blurb_image {
  max-width: 550px;
  margin: 0 auto 2rem;
}
.hero-content .et_pb_module_header {
  margin-bottom: 1rem;
}
.hero-content .et_pb_blurb_description {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
}
.hero-img {
  max-width: 750px;
  margin: 0 auto;
}
#top-menu li.mega-menu.fusilli-menu-blue > ul {
  background-color: #a3b61d;
}
#top-menu li.mega-menu.fusilli-menu-blue > ul a {
  color: #fff;
}
#top-menu li.mega-menu.fusilli-menu-purple > ul {
  background-color: #a3b61d;
}
#top-menu li.mega-menu.fusilli-menu-purple > ul a {
  color: #fff;
}
#top-menu li.mega-menu .sub-menu {
  width: 280px;
}
#top-menu li.mega-menu .sub-menu li {
  font-size: 0.8rem;
  font-weight: 400;
}
#top-menu li.mega-menu .sub-menu li a {
  padding-right: 20px;
  width: 240px;
}
#top-menu li.mega-menu .sub-menu .sub-menu {
  left: 280px;
}
#top-menu li.mega-menu .sub-menu .sub-menu li {
  font-size: 0.8rem;
  font-weight: 400;
}
#top-menu li.mega-menu .sub-menu a {
  border-bottom: 0;
}
#top-menu li.mega-menu .sub-menu a:hover {
  background-color: transparent;
  color: #dcdc00;
  opacity: 1;
}
#top-menu.nav li ul {
  width: 280px;
  top: 48px;
}
#top-menu.nav li ul li a {
  width: 240px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#top-menu.nav li ul li a::after {
  top: 10px !important;
}
#top-menu.nav li ul li ul {
  left: 280px;
}
#main-header .nav li ul {
  border: none;
  border-radius: 37% 63% 60% 14% / 6% 14% 39% 94%;
  background-color: transparent;
  background: linear-gradient(180deg, #c8d402 0%, #a3b61d 100%);
}
#main-header .nav li ul li a {
  color: #fff !important;
}
#main-header .nav li ul li a:hover {
  text-shadow: 1px 1px 1px #666;
  opacity: 1;
}
#main-header .nav li ul .current-menu-item > a {
  text-shadow: 1px 1px 1px #666;
  opacity: 1;
  color: #fff !important;
}
.mm-panel a {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 20px;
}
.mm-panel a:visited {
  color: #fff;
  font-weight: 700;
}
.mm-panel a:hover {
  text-shadow: 1px 1px 1px #666;
}
.mm-panel .mm-listitem::after {
  border-color: #fff;
}
.mm-panel .mm-btn::after {
  border-color: #fff;
}
.mm-panel .mm-listitem__btn {
  border-color: #fff;
}
.mm-navbars_top {
  border-color: #fff;
}
.mm-listitem_vertical > .mm-listitem__btn {
  height: auto;
  padding-left: 35px;
}
.mm-panel .mm-listitem__btn {
  border-color: transparent;
}
.mm-listitem_selected {
  text-shadow: 1px 1px 1px #666;
}
.mm-menu {
  --mm-color-border: #fff;
  --mm-color-button: #fff;
  --mm-color-text: #fff;
  --mm-color-background-highlight: rgba(0, 0, 0, 0);
  --mm-color-background-emphasis: rgba(0, 0, 0, 0);
}
.search-results .pagination {
  padding-bottom: 45px;
}
.search-no-results .entry {
  min-height: 65vh;
}
#et_top_search {
  margin-top: -1px;
}
.search-results #main-content .container:before {
  display: none !important;
}
.search-results .result-wrap {
  display: flex;
}
.search-results .entry-featured-image-url {
  flex-basis: 25%;
  flex-shrink: 0;
  margin-right: 20px;
}
.search-results .entry-title {
  padding-bottom: 1rem !important;
}
.search-results .search-meta {
  display: flex;
}
.search-results .post-meta {
  padding-bottom: 1rem !important;
}
.search-results .post-type {
  padding-left: 0.5rem;
  font-size: 1.25rem;
  line-height: 2.1rem;
}
.search-results .post-summary {
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}
.fusilli_white-divider::before {
  content: "";
  height: 45px;
  background-color: transparent !important;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  background-image: url("/app/uploads/footer_divider_white.svg");
  background-size: cover;
  margin-top: -44px;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 61.3025em) {
  .fusilli_white-divider::before {
    height: 22px;
    margin-top: -22px;
  }
}
@media (max-width: 47.99em) {
  .fusilli_white-divider::before {
    height: 11px;
    margin-top: -11px;
  }
}
.fusilli_blue-divider::before {
  content: "";
  height: 45px;
  background-color: transparent !important;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  background-image: url("/app/uploads/footer_divider_blue.svg");
  background-size: cover;
  margin-top: -44px;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 61.3025em) {
  .fusilli_blue-divider::before {
    height: 22px;
    margin-top: -22px;
  }
}
@media (max-width: 47.99em) {
  .fusilli_blue-divider::before {
    height: 11px;
    margin-top: -11px;
  }
}
.fusilli_green-divider::before {
  content: "";
  height: 45px;
  background-color: transparent !important;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  background-image: url("/app/uploads/footer_divider.svg");
  background-size: cover;
  margin-top: -44px;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 61.3025em) {
  .fusilli_green-divider::before {
    height: 22px;
    margin-top: -22px;
  }
}
@media (max-width: 47.99em) {
  .fusilli_green-divider::before {
    height: 11px;
    margin-top: -11px;
  }
}
#main-header::after {
  content: "";
  height: 40px;
  background-color: transparent !important;
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  background-image: url("/app/uploads/footer_divider_white_usd.svg");
  background-size: cover;
  margin-top: -1px;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 61.3025em) {
  #main-header::after {
    height: 20px;
  }
}
@media (max-width: 47.99em) {
  #main-header::after {
    height: 10px;
  }
}
.home #main-header::after {
  opacity: 0;
  transition: opacity 0.4s;
}
.home #main-header.et-fixed-header::after {
  opacity: 1;
}
.fusilli-section-padding {
  padding-top: 6vh !important;
  padding-bottom: 12vh !important;
}
@media (max-width: 61.3025em) {
  .fusilli_map_living-labs {
    padding: 75px 0 0 0;
    width: 90%;
    max-width: none;
  }
}
@media (max-width: 47.99em) {
  .fusilli_map_living-labs {
    padding: 0;
    width: 100%;
  }
  .fusilli_map_living-labs img {
    max-width: none;
    width: 130vw;
  }
}
.fusilli-standard-header h1 {
  font-size: 7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2rem 0;
}
.fusilli-standard-header-2 {
  height: 50vh;
}
.fusilli-standard-header-2 h1 {
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5vh;
  text-align: center;
  color: #fff;
  -webkit-animation: colorchange-shadow 30s linear infinite;
  animation: colorchange-shadow 30s linear infinite;
}
@-webkit-keyframes colorchange-shadow {
  0% {
    text-shadow: 10px 10px #951b80;
  }
  33% {
    text-shadow: 10px 10px #dcdc00;
  }
  66% {
    text-shadow: 10px 10px #2daae2;
  }
  100% {
    text-shadow: 10px 10px #951b80;
  }
}
@keyframes colorchange-shadow {
  0% {
    text-shadow: 10px 10px #951b80;
  }
  33% {
    text-shadow: 10px 10px #dcdc00;
  }
  66% {
    text-shadow: 10px 10px #2daae2;
  }
  100% {
    text-shadow: 10px 10px #951b80;
  }
}
.fusilli-news-header {
  -webkit-animation: colorchange-background 30s linear infinite !important;
  animation: colorchange-background 30s linear infinite !important;
}
.fusilli-news-header h1 {
  font-size: calc(1.825rem + 6.9vw);
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .fusilli-news-header h1 {
    font-size: 7rem;
  }
}
.fusilli-header-full-width {
  height: 50vh;
  display: -webkit-box;
  display: flex;
}
.fusilli-header-full-width h1 {
  font-size: calc(1.775rem + 6.3vw);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1200px) {
  .fusilli-header-full-width h1 {
    font-size: 6.5rem;
  }
}
.fusilli-header-full-width-center .et_parallax_bg {
  background-position: bottom center;
}
.et_pb_post_extra.el_dbe_full_width, .search-results .et_pb_post {
  border: none;
}
.et_pb_post_extra.el_dbe_full_width::after, .search-results .et_pb_post::after {
  content: "";
  display: block;
  border: 0;
  height: 50px;
  background-image: url("/app/uploads/fusilli_divider_leaves.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5rem;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.et_pb_post_extra.el_dbe_full_width:last-child::after, .search-results .et_pb_post:last-child::after {
  display: none;
}
.fusilli-standard-section h1 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fusilli-standard-section h1 {
    font-size: 3rem;
  }
}
@media (min-width: 61.3125em) {
  .fusilli-standard-section h1 {
    margin-bottom: 3rem;
  }
}
.fusilli-standard-section h1::after {
  content: "";
  display: block;
  border: 0px;
  height: 25px;
  background-image: url("/app/uploads/atelier-headline-divider.svg");
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 2rem;
  margin-left: -25px;
}
.fusilli-standard-section h2 {
  color: #333;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .fusilli-standard-section h2 {
    font-size: 2.5rem;
  }
}
.fusilli-standard-section p, .fusilli-standard-section strong {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2rem;
}
.fusilli-standard-section strong {
  color: #333;
  font-weight: 700;
}
.fusilli-standard-section img {
  margin-bottom: 2rem;
}
.fusilli-standard-section .et_pb_gallery_image img {
  margin-bottom: 0;
}
.fusilli-image-credits {
  font-style: italic;
  margin-top: -60px;
  font-size: 0.8rem;
  margin-bottom: 60px !important;
}
.fusilli-image-credits p {
  font-size: 14px;
}
.fusilli-color-section {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
}
.fusilli-color-border-blue {
  border-top: 5px solid #2daae2;
}
.fusilli-color-border-purple {
  border-top: 5px solid #951b80;
}
.fusilli-color-border-yellow {
  border-top: 5px solid #dcdc00;
}
.fusilli-cities-slider-full .et_pb_slider .et_pb_slide_description {
  height: 50vh;
}
.fusilli-lern-more-section {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
  z-index: 9;
}
.fusilli-lern-more-section h3 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .fusilli-lern-more-section h3 {
    font-size: 2.5rem;
  }
}
.fusilli-lern-more-section .et_pb_button {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #333;
  padding: 1rem 0;
}
.fusilli-lern-more-section .et_pb_button:hover {
  border: none;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 3px 3px 5px #333;
}
.fusilli-introduction-teaser-section h1 {
  font-size: 3rem !important;
  line-height: 3rem !important;
}
.fusilli-introduction-teaser-section p {
  font-size: 2rem !important;
  font-weight: 200 !important;
  line-height: 3rem !important;
  color: #333 !important;
}
.fusilli-lighthouse-cities-teaser-section {
  padding-top: 0 !important;
}
.fusilli-lighthouse-cities-teaser-section .et_pb_row, .fusilli-lighthouse-cities-teaser-section h2, .fusilli-lighthouse-cities-teaser-section h3, .fusilli-lighthouse-cities-teaser-section p {
  text-align: center;
}
.fusilli-lighthouse-cities-teaser-section h2 {
  z-index: 2;
  position: relative;
}
.fusilli-lighthouse-cities-teaser-section h3 {
  font-family: "crosshatcherregular";
  text-transform: uppercase;
  color: #ddd;
  font-size: calc(1.475rem + 2.7vw);
  margin-top: -1.5rem;
  z-index: 1;
  position: relative;
}
@media (min-width: 1200px) {
  .fusilli-lighthouse-cities-teaser-section h3 {
    font-size: 3.5rem;
  }
}
.fusilli-lighthouse-cities-teaser-section .et_pb_button:hover {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
  color: #fff;
}
.fusilli-fellow-cities-teaser-section {
  padding-top: 0 !important;
}
@media (min-width: 48em) {
  .fusilli-fellow-cities-teaser-section .et_pb_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media (min-width: 48em) and (max-width: 61.3025em) {
  .fusilli-fellow-cities-teaser-section .et_pb_row {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .fusilli-fellow-cities-teaser-section .et_pb_row .et_pb_column {
    width: 47.5%;
  }
}
.fusilli-fellow-cities-teaser-section .et_pb_button:hover {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
  color: #fff;
}
.fusilli-contact-section .et_pb_module_header span {
  color: #fff;
  font-weight: 700;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fusilli-contact-section .et_pb_module_header span {
    font-size: 2.5rem;
  }
}
.fusilli-contact-section .et_pb_team_member {
  text-align: center;
}
.fusilli-contact-section .et_pb_team_member h4 {
  font-size: 2.25rem !important;
}
.fusilli-contact-section .et_pb_team_member .et_pb_member_position {
  font-size: 3rem !important;
  font-family: "crosshatcherregular";
  font-weight: 200;
  color: ddd;
}
.fusilli-contact-section .et_pb_team_member p {
  font-size: 1rem !important;
}
.fusilli-contact-section .et_pb_team_member a {
  font-size: 2rem;
}
.fusilli-image-grid-section .et_pb_module, .fusilli-image-grid-section img {
  margin-bottom: 0 !important;
}
@media (max-width: 30.0525em) {
  .fusilli-image-grid-section .et_pb_column_1_4.et_pb_column, .fusilli-image-grid-section .et_pb_column_1_2.et_pb_column {
    width: 47.25% !important;
    margin-bottom: 0;
  }
  .fusilli-image-grid-section .et_pb_column_1_4.et_pb_column:nth-child(2n)::after, .fusilli-image-grid-section .et_pb_column_1_2.et_pb_column:nth-child(2n)::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
  }
  .fusilli-image-grid-section .et_pb_column_1_4.et_pb_column:nth-child(2n + 1), .fusilli-image-grid-section .et_pb_column_1_2.et_pb_column:nth-child(2n + 1) {
    margin-right: 5.5%;
  }
}
@media (max-width: 61.3025em) {
  .fusilli-image-grid-section .et_pb_column_1_3.et_pb_column {
    width: 29.6667%;
  }
  .fusilli-image-grid-section .et_pb_column_1_3.et_pb_column:nth-child(3n + 1) {
    margin-right: 5.5%;
  }
}
@media (max-width: 30.0525em) {
  .fusilli-image-grid-section .et_pb_column_1_3 .et_pb_module {
    width: 47.25%;
    float: left;
  }
  .fusilli-image-grid-section .et_pb_column_1_3 .et_pb_module:nth-child(2n)::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
  }
  .fusilli-image-grid-section .et_pb_column_1_3 .et_pb_module:nth-child(2n + 1) {
    margin-right: 5.5%;
  }
}
.fusilli-partners-teaser-section img {
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.fusilli-partners-teaser-section img:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
@media (max-width: 61.3025em) {
  .fusilli-partner-logos .et_pb_module {
    text-align: center;
    width: 49%;
    margin-bottom: 0;
  }
  .fusilli-partner-logos .et_pb_image {
    display: inline-block;
  }
}
@media (max-width: 61.3025em) {
  .fusilli-living-lab-image-portrait .et_pb_column {
    width: 50%;
    padding: 0 20px;
  }
}
.fusilli-contact-email::before {
  font-family: "ETmodules";
  content: "\e010";
  margin-right: 15px;
}
.fusilli-contact-phone::before {
  font-family: "ETmodules";
  content: "\e090";
  margin-right: 15px;
}
.post-data p {
  font-size: 1rem;
  font-weight: 200;
}
@media (max-width: 47.99em) {
  .post-data p {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }
}
.fusilli-news-teaser-section .entry-title {
  font-size: calc(1.325rem + 0.9vw);
  padding-bottom: 1rem !important;
}
@media (min-width: 1200px) {
  .fusilli-news-teaser-section .entry-title {
    font-size: 2rem;
  }
}
.fusilli-news-teaser-section p {
  font-size: 1.5rem;
  font-weight: 200;
}
.fusilli-news-teaser-section .el-read-more-link {
  font-size: 1.25rem;
}
.fusilli-news-teaser-section .post-data p {
  font-size: 1rem;
  font-weight: 200;
}
@media (max-width: 47.99em) {
  .fusilli-news-teaser-section .post-data p {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }
}
.fusilli-news-teaser-section .month {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
.fusilli-news-teaser-section .et_pb_post_extra {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.fusilli-news-teaser-section .post-date {
  align-self: flex-start;
}
@media (min-width: 48em) {
  .fusilli-news-teaser-section .post-date {
    text-align: right;
  }
}
.fusilli-news-teaser-section .el-read-more-link a {
  -webkit-animation: colorchange-color 30s linear infinite;
  animation: colorchange-color 30s linear infinite;
}
.fusilli-news-teaser-section .et_pb_post_extra {
  background-color: transparent;
}
.fusilli-news-teaser-section .post-content {
  background-color: transparent;
}
@media (max-width: 47.99em) {
  .fusilli-news-teaser-section .post-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.fusilli-news-teaser-section .post-content .post-data {
  border-bottom: 0 !important;
  padding: 0 !important;
}
@media (max-width: 47.99em) {
  .post-media .entry-featured-image-url {
    height: 100%;
  }
  .post-media img {
    height: 100%;
  }
}
.event-meta {
  color: #A3B61D;
  margin-bottom: 2.5rem;
}
@media (max-width: 47.99em) {
  .event-meta {
    margin-bottom: 1rem;
  }
}
.event-meta span {
  font-size: 1.2rem;
}
@media (max-width: 47.99em) {
  .event-meta span {
    font-size: 1rem;
  }
}
.event-meta span:first-child {
  margin-right: 2rem;
}
.event-meta .event-date::before {
  font-family: "ETmodules";
  content: "\e078";
  margin-right: 5px;
}
.event-meta .event-location::before {
  font-family: "ETmodules";
  content: "\e081";
  margin-right: 5px;
}
@media (max-width: 47.99em) {
  .event-meta span {
    display: block;
  }
  .event-meta span:first-child {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
@media (max-width: 47.99em) and (max-width: 47.99em) {
  .event-meta span:first-child {
    margin-bottom: 0;
  }
}
.single-event .event-meta, .single-post .event-meta {
  text-align: center;
  margin-top: 2rem;
}
.single-event .event-meta .event-date, .single-post .event-meta .event-date {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .single-event .event-meta .event-date, .single-post .event-meta .event-date {
    font-size: 2rem;
  }
}
.single-event .event-meta .event-location, .single-post .event-meta .event-location {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .single-event .event-meta .event-location, .single-post .event-meta .event-location {
    font-size: 2rem;
  }
}
.single-event .et_post_meta_wrapper img, .single-post .et_post_meta_wrapper img {
  display: block;
  margin-bottom: 3rem;
  border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}
@media (min-width: 61.3125em) {
  .fusilli-events-teaser-section .post-content {
    width: calc(75% - 20px) !important;
  }
  .fusilli-events-teaser-section .post-media {
    width: 25% !important;
  }
}
.fusilli-info-corner-teaser .et_pb_promo {
  padding: 10vh 0 !important;
}
.fusilli-info-corner-teaser .et_pb_promo .et_pb_button {
  font-size: 2rem;
  background-color: #fff;
  color: #333;
  border: none;
}
.fusilli-info-corner-teaser .et_pb_promo .et_pb_button:hover {
  font-size: 2rem;
  background-color: #fff;
  color: #333;
  border: none;
}
.fusilli-contact-page-section .et_pb_row:first-child {
  padding-bottom: 2.5vh;
}
.fusilli-contact-page-section .et_pb_row:last-child {
  padding-top: 2.5vh;
}
.fusilli-contact-page-section .et_pb_row:not(:first-child):not(:last-child) {
  padding: 2.5vh 0;
}
.fusilli-contact-page-section .et_pb_text {
  border: solid 1px #ddd;
  background-color: #fff;
  height: 100%;
}
.fusilli-contact-page-section .et_pb_text .et_pb_text_inner {
  padding: 5vh;
}
.fusilli-contact-page-section p {
  text-align: center;
}
.fusilli-contact-page-section .fusilli-contact-position {
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
}
.fusilli-contact-page-section .fusilli-contact-company {
  font-size: 1.5rem;
  font-weight: 200;
  padding-bottom: 0;
  font-family: "crosshatcherregular";
}
.fusilli-contact-page-section .fusilli-contact-name {
  font-size: 1.75rem;
  font-weight: 500;
}
.fusilli-contact-page-section .fusilli-contact-mail {
  font-size: 1.5rem;
  font-weight: 200;
}
.fusilli-contact-page-section .fusilli-contact-mail a {
  color: #666;
}
.fusilli-contact-page-section .fusilli-contact-mail a::before {
  font-family: "ETmodules";
  content: "\e010";
  margin-right: 15px;
  top: 3px;
  position: relative;
  /*
   hr {
   width: 25%;
   height: 1px;
   background-color: #ccc;
   margin-top: 2rem;
   margin-bottom: 2rem;
   border: 0;
   }
   */
}
.fusilli-contact-page-box .et_pb_text_5 {
  background-color: #2daae2;
  color: #fff;
}
.fusilli-contact-page-box .et_pb_text_6 {
  background-color: #dcdc00;
  color: #fff;
}
.fusilli-contact-page-box .et_pb_text_7 {
  background-color: #951b80;
  color: #fff;
}
.fusilli-contact-page-box .et_pb_text_8 {
  background-color: #2daae2;
  color: #fff;
}
.fusilli-contact-page-box a {
  color: #fff !important;
}
.fusilli-blog-article-section {
  background-color: transparent !important;
  padding-top: 0 !important;
}
.fusilli-blog-article-section .et_pb_row {
  width: 100% !important;
}
.fusilli-blog-article-section p {
  font-size: 1.25rem;
}
.fusilli-blog-article-section .et_pb_text_inner {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 2.5rem;
  color: #333;
}
.fusilli-blog-article-section .et_pb_button:hover {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
  color: #fff;
}
.fusilli-blog-article-section .et_pb_module {
  margin-bottom: 5rem !important;
}
.fusilli-blog-article-section ul {
  margin-top: 25px;
  list-style: none !important;
}
.fusilli-blog-article-section ul li {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 2rem;
  margin-bottom: 25px;
}
.fusilli-blog-article-section ul li a {
  color: #333;
}
.fusilli-blog-article-section ul li ul {
  padding-bottom: 0;
  /*
   li::before {
   content: "\2BC0";
   -webkit-animation: colorchange-color 30s linear infinite;
   animation: colorchange-color 30s linear infinite;
   display: inline-block;
   width: 2rem;
   margin-left: -1rem;
   }
   */
}
.fusilli-blog-article-section .et_pb_blurb_description p {
  font-size: 1rem;
  font-style: italic;
}
.fusilli-blog-article-section .et_pb_blurb_content {
  margin: 0;
}
.et_pb_post {
  /*
   .post-meta::before {
   font-family: "ETmodules";
   content: "\e078";
   margin-right: 8px;
   font-size: 1.25rem;
   }
   */
}
.et_pb_post .post-meta {
  font-size: 1.25rem !important;
  color: #A3B61D;
}
.et_pb_post .entry-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2rem;
}
@media (max-width: 61.3025em) {
  .et_pb_post .entry-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 61.3025em) {
  .page-media .et_pb_image_wrap {
    text-align: center;
    margin-bottom: 50px;
  }
  .page-media .et_pb_image_wrap img {
    width: 50%;
  }
}
@media (max-width: 47.99em) {
  .page-media .et_pb_image_wrap img {
    width: 75%;
  }
}
.et_pb_post_extra .entry-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}
@media (max-width: 47.99em) {
  .et_pb_post_extra .entry-title {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.single-event .post-meta {
  display: none;
}
.fusilli-press-releases-teaser-section .el_dbe_block_extended {
  padding-bottom: 0;
}
.fusilli-press-releases-teaser-section .el_dbe_block_extended .post-content {
  padding: 30px !important;
}
.fusilli-press-releases-teaser-section .el_dbe_block_extended .post-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.fusilli-newsletter-section p, .fusilli-info-corner-section p {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2rem;
}
.fusilli-newsletter-section .et_pb_button, .fusilli-info-corner-section .et_pb_button {
  width: 100%;
  text-align: center;
}
.fusilli-newsletter-section .et_pb_button:hover, .fusilli-info-corner-section .et_pb_button:hover {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
  color: #fff;
}
.fusilli-newsletter-section .et_pb_main_flipbox_image, .fusilli-info-corner-section .et_pb_main_flipbox_image, .fusilli-newsletter-section .et_pb_module_header, .fusilli-info-corner-section .et_pb_module_header {
  text-align: center !important;
}
.fusilli-newsletter-section .flipbox_side, .fusilli-info-corner-section .flipbox_side {
  min-height: 300px !important;
}
.fusilli-newsletter-section .et_pb_flipbox_heading_back h4, .fusilli-info-corner-section .et_pb_flipbox_heading_back h4 {
  font-size: 1.5rem !important;
}
.fusilli-newsletter-section .et_pb_flipbox_description, .fusilli-info-corner-section .et_pb_flipbox_description {
  font-size: 1.2rem;
}
.fusilli-news-contactperson h4 {
  font-size: 1.5rem;
}
.fusilli-news-contactperson p {
  color: #ddd;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.fusilli-news-contactperson a {
  font-size: 1.25rem;
}
.fusilli-news-contactperson a::before {
  font-family: "ETmodules";
  content: "\e010";
  margin-right: 15px;
}
.et_pb_divider::before {
  -webkit-animation: colorchange-divider 30s linear infinite !important;
  animation: colorchange-divider 30s linear infinite !important;
}
.type-event h1 {
  text-align: center;
}
.fusilli-full-width-button .et_pb_button {
  width: 100%;
  text-align: center;
}
#atelier-objectives {
  padding-bottom: 150px;
}
.et_pb_post_extra.el_dbe_full_width .day {
  border-top: 4px solid #A3B61D;
}
.et_pb_button {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 1em;
  line-height: 1.7em !important;
  background-color: #A3B61D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  border-radius: 31% 79% 46% 53% / 65% 53% 53% 39%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
.et_pb_button:hover {
  background-color: #A3B61D !important;
  padding: 1em !important;
  border: none !important;
  animation: morph-3 5s ease-in-out infinite;
  transition: all 0.25s ease-in-out;
}
.et_pb_button:after {
  content: none;
}
.et-db #et-boc .et-l .et_pb_button {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 2.5em 1em;
  line-height: 1.7em !important;
  background-color: #A3B61D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  border-radius: 31% 79% 46% 53% / 65% 53% 53% 39%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
.et-db #et-boc .et-l .et_pb_button:hover {
  background-color: #A3B61D;
  padding: 2.5em 1em;
  border: none;
  animation: morph-3 5s ease-in-out infinite;
  transition: all 0.25s ease-in-out;
}
.et-db #et-boc .et-l .et_pb_button:after {
  content: none;
}
@media (max-width: 47.99em) {
  .page-imprint .et_pb_row_0.et_pb_row, .page-data-policy .et_pb_row_0.et_pb_row {
    margin-bottom: 0 !important;
  }
  .page-imprint .et_pb_text_inner, .page-data-policy .et_pb_text_inner {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@keyframes morph-3 {
  0% {
    border-radius: 31% 79% 46% 53% / 65% 53% 53% 39%;
  }
  50% {
    border-radius: 65% 53% 53% 39% / 31% 79% 46% 53%;
  }
  100% {
    border-radius: 31% 79% 46% 53% / 65% 53% 53% 39%;
  }
}
/**
 * Events Pages
 */
.page-events .et_pb_post.event_category-past-events {
  display: none;
}
.page-events-archive .et_pb_post.event_category-future-events {
  display: none;
}
.single-event .et_pb_section, .single-post .et_pb_section, .page-imprint .et_pb_section, .page-data-policy .et_pb_section {
  background-color: transparent;
}
.single-event #main-content, .single-post #main-content, .page-imprint #main-content, .page-data-policy #main-content {
  background-color: transparent;
  background-image: url('/app/uploads/fusilli_web_corner_background_3.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  background-attachment: fixed;
}
@media (max-width: 47.99em) {
  .single-event #main-content, .single-post #main-content, .page-imprint #main-content, .page-data-policy #main-content {
    background-size: 150%;
  }
}
.single-post .et_pb_section {
  padding-top: 0;
}
.single .et_pb_post {
  margin-bottom: 0;
}
.et_post_meta_wrapper {
  padding-top: 0 !important;
}
@media (max-width: 61.3025em) {
  .et_post_meta_wrapper {
    padding-top: 6% !important;
  }
}
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container {
  padding-top: 58px;
}
#cookie-notice .cookie-notice-container {
  background-color: #A3B61D;
  padding: 25px 30px;
}
#cookie-notice .fusilli-cookie-consent-button {
  background-color: #fff;
  color: #A3B61D;
  border-radius: 24% 76% 34% 66% / 43% 55% 45% 57%;
  padding: 10px 20px;
}
#cookie-notice #cn-accept-cookie {
  margin: 0 10px 0 30px;
}
#cookie-notice #cn-notice-text a {
  color: #fff !important;
  text-decoration: underline;
  /*
   &::before {
   content: "";
   height: 45px;
   background-color: transparent !important;
   display: block;
   position: absolute;
   top: 0;
   left: -1px;
   right: -1px;
   background-image: url("/app/uploads/footer_divider.svg");
   background-size: cover;
   margin-top: -44px;
   pointer-events: none;
   z-index: 9;
   @include mq($until: desktop) {
   height: 22px;
   margin-top: -22px;
   }
   @include mq($until: tablet) {
   height: 11px;
   margin-top: -11px;
   }
   }
   */
}
.fusilli-cookie-consent-revoke-button .fusilli-cookie-consent-button {
  background-color: #A3B61D !important;
  color: #fff;
}
.fusilli_parallax_container {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  #fusilli_parallax_container:not(.fusilli_parallax_container_home) {
    height: 50vh;
  }
}
.fusilli_parallax_scene {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  pointer-events: none;
  height: 100vh;
}
.fusilli_parallax_head_scene {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  pointer-events: none;
  height: 500px;
}
@media (max-width: 30.0525em) {
  .fusilli_parallax_head_scene {
    height: 415px;
  }
}
.fusilli_parallax_map {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  pointer-events: none;
  height: 100vh;
}
.fusilli_parallax_back {
  background: url("/app/uploads/fusilli_parallax_background.jpg") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-size: cover;
  background-position-y: 75%;
  background-position-x: center;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.fusilli_parallax_mid-back {
  transform: translate3d(0x, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  display: block;
  left: -5% !important;
  top: 0px;
  width: 110%;
  height: 100%;
  background-image: url(/app/uploads/fusilli_parallax_mid_back.png);
  background-position-x: center;
  background-position-y: 94%;
  background-size: cover;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.fusilli_parallax_mid-front {
  transform: translate3d(0x, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  display: block;
  left: -5% !important;
  top: 0px;
  width: 110%;
  height: 100%;
  background-image: url(/app/uploads/fusilli_parallax_mid_front.png);
  background-position-x: center;
  background-position-y: 88%;
  background-size: cover;
}
.fusilli_parallax_front {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  left: -5% !important;
  top: 0px;
  width: 110%;
  height: 100%;
  background-image: url(/app/uploads/fusilli_parallax_front.png);
  background-position-x: center;
  background-position-y: 93%;
  background-size: cover;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.fusilli_parallax_head_background {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  left: -1% !important;
  top: 0px;
  width: 102%;
  height: 100%;
  background-image: url(/app/uploads/fusilli_header_dummy.jpg);
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.fusilli_parallax_eu-map {
  background: url("/app/uploads/fusilli_eu-map.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.fusilli_parallax_labs {
  background: url("/app/uploads/fusilli_eu-map_labs.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
:root {
  --background: #1D71B8;
  --primary: #1D71B8;
  --secondary: #1D71B8;
  --third: #1D71B8;
}
.fusilli-blob-1 {
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  animation: morph-1 20s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  height: 500px;
  transition: all 1s ease-in-out;
  width: 500px;
  z-index: 5;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2.2px rgba(0, 0, 0, 0.02), 0 2.3px 5.3px rgba(0, 0, 0, 0.028), 0 4.4px 10px rgba(0, 0, 0, 0.035), 0 7.8px 17.9px rgba(0, 0, 0, 0.042), 0 14.6px 33.4px rgba(0, 0, 0, 0.05), 0 35px 80px rgba(0, 0, 0, 0.07);
}
@media (max-width: 61.3025em) {
  .fusilli-blob-1 {
    height: 400px;
    width: auto;
  }
}
@media (max-width: 47.99em) {
  .fusilli-blob-1 {
    height: 300px;
    width: 120%;
    margin-left: -10%;
  }
}
.fusilli-blob-2 {
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  animation: morph-2 20s ease-in-out infinite;
  border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
  height: 500px;
  transition: all 1s ease-in-out;
  width: 500px;
  z-index: 5;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2.2px rgba(0, 0, 0, 0.02), 0 2.3px 5.3px rgba(0, 0, 0, 0.028), 0 4.4px 10px rgba(0, 0, 0, 0.035), 0 7.8px 17.9px rgba(0, 0, 0, 0.042), 0 14.6px 33.4px rgba(0, 0, 0, 0.05), 0 35px 80px rgba(0, 0, 0, 0.07);
}
@media (max-width: 61.3025em) {
  .fusilli-blob-2 {
    height: 400px;
    width: auto;
  }
}
@media (max-width: 47.99em) {
  .fusilli-blob-2 {
    height: 300px;
    width: 120%;
    margin-left: -10%;
    margin-bottom: 75px !important;
  }
}
.fusilli-living-lab-blob {
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  animation: morph-2 20s ease-in-out infinite;
  border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
  height: 500px;
  transition: all 1s ease-in-out;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2.2px rgba(0, 0, 0, 0.02), 0 2.3px 5.3px rgba(0, 0, 0, 0.028), 0 4.4px 10px rgba(0, 0, 0, 0.035), 0 7.8px 17.9px rgba(0, 0, 0, 0.042), 0 14.6px 33.4px rgba(0, 0, 0, 0.05), 0 35px 80px rgba(0, 0, 0, 0.07);
}
@media (max-width: 61.3025em) {
  .fusilli-living-lab-blob {
    height: 400px;
    width: auto;
  }
}
@media (max-width: 47.99em) {
  .fusilli-living-lab-blob {
    height: 300px;
    width: auto;
    margin-bottom: 75px !important;
  }
}
.flipbox_front, .flipbox_back {
  min-height: 300px !important;
}
.flipbox_front {
  border-radius: 35% 65% 25% 60% / 60% 30% 45% 40% !important;
}
.et_pb_column:nth-child(odd) .flipbox_front {
  border-radius: 60% 30% 45% 40% / 35% 65% 25% 60% !important;
}
.flipbox_back {
  border-radius: 60% 30% 45% 40% / 35% 65% 25% 60% !important;
}
.et_pb_column:nth-child(odd) .flipbox_back {
  border-radius: 35% 65% 25% 60% / 60% 30% 45% 40% !important;
}
@keyframes morph-1 {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
}
@keyframes morph-2 {
  0% {
    border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
  50% {
    border-radius: 40% 70% 60% 30% / 60% 30% 60% 50%;
    background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
  }
  100% {
    border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
}
.fusilli_eu_map_city {
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: all 0.25s ease;
}
.fusilli_eu_map_city_rome {
  top: 76%;
  left: 32%;
}
.fusilli_eu_map_city_kolding {
  top: 41%;
  left: 24%;
}
.fusilli_eu_map_city_tampere {
  top: 27%;
  left: 43%;
}
.fusilli_eu_map_city_athens {
  top: 84%;
  left: 46%;
}
.fusilli_eu_map_city_rijeka {
  top: 69%;
  left: 39%;
}
.fusilli_eu_map_city_kharkiv {
  top: 51%;
  left: 67%;
}
.fusilli_eu_map_city_differdange {
  top: 58%;
  left: 22%;
}
.fusilli_eu_map_city_nilufer-bursa {
  top: 79%;
  left: 59%;
}
.fusilli_eu_map_city_san-sebastian {
  top: 63%;
  left: 8%;
}
.fusilli_eu_map_city_castelo-branco {
  top: 70%;
  left: -3%;
}
.fusilli_eu_map_city_oslo {
  top: 33%;
  left: 34%;
}
.fusilli_eu_map_city_turin {
  top: 68%;
  left: 26%;
}
.fusilli_eu_map_city:hover {
  transform: scale3d(0.93, 0.93, 0.93);
  transform-origin: center;
}
@media (max-width: 61.3025em) {
  .fusilli_eu_map_city img {
    width: 75%;
  }
}
#fusilli-living-labs-teaser .fusilli-living-labs-single-teaser {
  margin-bottom: 5%;
}
#fusilli-living-labs-teaser .fusilli-living-labs-single-teaser:nth-child(2n+1) .fusilli-living-labs-single-teaser-image img {
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
#fusilli-living-labs-teaser .fusilli-living-labs-single-teaser .fusilli-living-labs-single-teaser-image img {
  border-radius: 33% 76% 49% 50% / 67% 51% 55% 37%;
}
#fusilli-living-labs-teaser .fusilli-living-labs-single-teaser .fusilli-living-labs-single-teaser-text h3 {
  color: #A3B61D;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 47.99em) {
  #fusilli-living-labs-teaser .fusilli-living-labs-single-teaser .fusilli-living-labs-single-teaser-text p {
    line-height: 1.5rem;
  }
}
.et-db #et-boc .et-l #fusilli-living-labs-teaser .fusilli-living-labs-single-teaser .fusilli-living-labs-single-teaser-button {
  padding: 0.5em 1.5em !important;
}
.et-db #et-boc .et-l #fusilli-living-labs-teaser .fusilli-living-labs-single-teaser .fusilli-living-labs-single-teaser-button:hover {
  border-radius: 31% 79% 46% 53% / 65% 53% 53% 39% !important;
  padding: 0.5em 1.5em !important;
  transform: scale(0.975);
  transform-origin: center;
}
.fusilli-living-labs-slider {
  border-radius: 56% 44% 36% 64% / 61% 41% 59% 39%;
}
.fusilli-living-labs-slider .et-pb-slider-arrows {
  color: #fff;
}
.fusilli-living-labs-slider .et-pb-slider-arrows .et-pb-arrow-prev, .fusilli-living-labs-slider .et-pb-slider-arrows .et-pb-arrow-next {
  font-size: 120px;
  margin-top: -60px;
}
.fusilli-partners-head-section {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2rem;
  color: #333;
  padding-bottom: 10vh !important;
  padding-top: 0 !important;
}
.fusilli-partners-head-section img {
  border-radius: 35% 65% 25% 60% / 60% 30% 45% 40%;
  position: relative;
  margin-top: -150px;
}
.fusilli-partners-head-section h1 {
  margin-top: 50px;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .fusilli-partners-head-section h1 {
    font-size: 3rem;
  }
}
.fusilli-partners-head-section .fusilli-partners-logo-name {
  z-index: 99;
  padding: 0;
}
@media (min-width: 61.3125em) {
  .fusilli-partners-head-section .fusilli-partners-logo-name {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
.fusilli-partners-head-section strong {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: 3rem;
  color: #333;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fusilli-partners-head-section strong {
    font-size: 2.5rem;
  }
}
.fusilli-partners-role-section {
  padding: 50px 0 100px 0 !important;
}
.fusilli-partners-role-section .et_pb_text_inner {
  color: #fff;
}
.fusilli-partners-role-section h3 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.fusilli-partners-role-section a {
  color: #fff;
}
.fusilli-partners-role-section ul {
  list-style-image: url('/app/uploads/fusilli_bullet-point_white.png');
}
.fusilli-partners-contact-section {
  padding: 50px 0 100px 0 !important;
}
.fusilli-partners-contact-section h3 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.fusilli-partners-contact-section .et_pb_team_member_description, .fusilli-partners-contact-section .et_pb_module_header, .fusilli-partners-contact-section .et_pb_member_position, .fusilli-partners-contact-section a {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.5rem;
  color: #333;
}
.fusilli-partners-contact-section a:hover {
  -webkit-animation: colorchange-color 30s linear infinite;
  animation: colorchange-color 30s linear infinite;
}
.fusilli-partners-contact-section .et_pb_member_position {
  font-size: 1.2rem;
}
.fusilli-partners-contact-section .et_pb_module_header {
  font-weight: 700;
  padding: 0;
}
.fusilli-partners-contact-section .et_pb_button:hover {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
  color: #fff;
}
.fusilli-partners-contact-section .et_pb_column, .fusilli-partners-contact-section .et_pb_text_inner {
  text-align: center;
}
.fusilli-partners-contact-section .et_pb_button {
  padding: 1em !important;
}
.fusilli-work-packages-section {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2rem;
  color: #333;
  padding-bottom: 10vh !important;
}
.fusilli-work-packages-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #a3b61d;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 47.99em) {
  .fusilli-work-packages-section h1 {
    font-size: 2rem;
  }
}
.fusilli-work-packages-section h3 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
.fusilli-work-packages-section strong {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: 3rem;
  color: #333;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fusilli-work-packages-section strong {
    font-size: 2.5rem;
  }
}
.fusilli_work-packages_container .flipbox_side {
  min-height: 200px !important;
}
.fusilli_work-packages_container .el_advanced_flipbox .flipbox_front, .fusilli_work-packages_container .el_advanced_flipbox .flipbox_back {
  padding: 50px !important;
}
.fusilli_work-packages_container .el_advanced_flipbox .flipbox_front .et_pb_module_header {
  font-size: 20px;
}
.fusilli-work-packages-contact-section {
  padding: 50px 0 100px 0 !important;
}
.fusilli-work-packages-contact-section .et_pb_team_member_description, .fusilli-work-packages-contact-section .et_pb_module_header, .fusilli-work-packages-contact-section .et_pb_member_position, .fusilli-work-packages-contact-section a {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 2.5rem;
  color: #333;
}
.fusilli-work-packages-contact-section a:hover {
  color: #a3b61d;
}
.fusilli-work-packages-contact-section .et_pb_member_position {
  font-size: 1.25rem;
}
.fusilli-work-packages-contact-section .et_pb_module_header {
  font-weight: 700;
  padding: 0;
}
.fusilli-work-packages-contact-section .et_pb_button:hover {
  -webkit-animation: colorchange-background 30s linear infinite;
  animation: colorchange-background 30s linear infinite;
  color: #fff;
}
.fusilli-work-packages-contact-section .et_pb_column, .fusilli-work-packages-contact-section .et_pb_text_inner {
  text-align: center;
}
.fusilli-work-packages-contact-section .et_pb_button {
  padding: 1em !important;
}
.fp-scientific-publications-blurb .et_pb_main_blurb_image {
  width: 150px;
}
.fp-scientific-publications-blurb .et_pb_blurb_container {
  vertical-align: middle;
}
.fp-scientific-publications-blurb-small .et_pb_main_blurb_image {
  width: 100px;
}
.fp-scientific-publications-blurb-small .et_pb_blurb_container {
  vertical-align: middle;
}
.fp-scientific-publications-blurb-small h4 {
  padding-bottom: 0;
}
.fp-scientific-eu-documents-blurb-small .et_pb_blurb_container {
  vertical-align: middle;
}
.fp-scientific-eu-documents-blurb-small h4 {
  padding-bottom: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2Fstyle.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F01_global%2F_mq.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F01_global%2F_variables.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F01_global%2F_global.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_page-footer.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_page-header.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_cities.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_social-media.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_newsletter.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_news-teaser.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_scc1-network.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_contact.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_heading.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F01_global%2F_rfs.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_intro.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_hero.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_menu.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_search.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_standard.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_events.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_cookie-notice.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_parallax.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_blob.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_map.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_living-labs.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_partners.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_work-packages.scss%22%2C%22www%2Fhtdocs%2Fw01bbdd6%2Ffusilli-project.eu%2Fweb%2Fapp%2Fthemes%2FDivi_Child%2Fscss%2F02_main%2Fcomponents%2F_scientific-publications.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BACAA%2CiBAAA%3BAC2CA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAF7CA%2CiDAAA%3BAAAA%2CmDAAA%3BAEoEA%3BAAEE%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAGF%3BAAEE%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAGF%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEE%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAGF%3BAAEE%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAGF%3BAAEE%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAGF%3BAAEE%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAGF%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAGF%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAFnJF%3B%3B%3B%3B%3BGAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CoCAAA%3BAGKA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAHLA%2CiDAAA%3BAGmBA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAHzCA%2CiDAAA%3BAG%2BCA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAYA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAFsKQ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAE5JR%3BAAAA%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%3BmDAAA%3BAAAA%3BAAOA%3BAAAA%3BmDAAA%3BAAAA%3BAAMD%3BAACE%3BAAAA%3BiFAAA%3BAAAA%3BAAKD%3BAAAA%3B%2BEAAA%3BAAAA%3BAAKA%3BAAAA%3BiFAAA%3BAAAA%3BAAAA%3BAAMD%3BAACE%3BAAAA%3BiFAAA%3BAAAA%3BAAKD%3BAAAA%3B%2BEAAA%3BAAAA%3BAAKA%3BAAAA%3BiFAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%2CmDAAA%3BAAAA%3BAAMA%3BAAAA%2CmDAAA%3BAAAA%3BAAQA%3BAAAA%2CmDAAA%3BAAAA%3BAAMA%3BAAAA%2CmDAAA%3BAAAA%3BAAQF%3BAAAA%2CqBAAA%3BAAAA%3BAAUC%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAYC%3BAAAA%3BiEAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAQD%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%2CuFAAA%3BAAAA%3BAAIA%3BAAAA%2CqFAAA%3BAAAA%3BAAIA%3BAAAA%2CuFAAA%3BAAAA%3BAAIA%3BAAAA%2CsFAAA%3BAAAA%3BAH1OA%2CkDAAA%3BAGiPA%3BAAAA%2CmBAAA%3BAAAA%3BAHjPA%2C8DAAA%3BAGwPA%3BAAAA%2CmDAAA%3BAAAA%3BAHxPA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAIKE%3BAAAA%2C6BAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAHmNM%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAG3LR%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%3BAAAA%3BAHsLM%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAG%2FKN%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BcAAA%3BAAAA%3BAAOJ%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAHkJM%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAGrIJ%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%3B%3BqBAAA%3BAAAA%3BAJ%2FGF%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BACqOQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAIzNJ%3BAAAA%2C6BAAA%3BAAAA%3BAJyNI%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAI%2FMR%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAcF%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAJsLQ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAKrOR%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BALiOQ%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAK7MN%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BALiMM%3BAK1LN%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%2CeAAA%3BAAAA%3BAC%2FCC%3BAAAA%2CgBAAA%3BAAAA%3BANkOO%3BAM7NN%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BACXF%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAPmOO%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAOtNP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAP4MM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAO%2FLP%3BAAAA%2CoBAAA%3BAAAA%3BAP%2BLO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAOtLP%3BAAAA%3B%3BmBAAA%3BAAAA%3BAPsLO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAO9KP%3BAAAA%2CyBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAPiKO%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAOpJP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAP0IM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAO7HP%3BAAAA%2CoBAAA%3BAAAA%3BAP6HO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAOpHP%3BAAAA%3B%3BmBAAA%3BAAAA%3BAPoHO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAO5GP%3BAAAA%2CyBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CqDAAA%3BAAAA%3BAAID%3BAAAA%2CqDAAA%3BAAAA%3BAAIA%3BAAAA%2CqDAAA%3BAAAA%3BAAAA%3BAChJA%3BAAAA%2C8DAAA%3BAAAA%3BAAGA%3BAAAA%2C8DAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAKE%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmDAAA%3BAAAA%3BARgNI%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAQrMN%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAMA%3BAAAA%3BgCAAA%3BAAAA%3BAAEE%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQE%3BAAAA%2CgCAAA%3BAAAA%3BAAIF%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAOA%3BAAAA%2CmDAAA%3BAAAA%3BACjFD%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3BwBAAA%3BAAAA%3BAChBF%3BAAAA%3BuBAAA%3BAAAA%3BAVqOQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAU9NN%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%2C8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAV%2BMO%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAUtMP%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAVsMO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAU5LP%3BAAAA%3B%3BuBAAA%3BAAAA%3BAV4LO%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAUnLP%3BAAAA%3B%3BuBAAA%3BAAAA%3BAVmLO%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAU1KP%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAOC%3BAAAA%3B2BAAA%3BAAAA%3BAVmKM%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAU1JP%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CgCAAA%3BAAAA%3BAAKD%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3BaAAA%3BAAAA%3BAVwIO%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAUhIP%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAVqHO%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAU3GP%3BAAAA%3B%3BsBAAA%3BAAAA%3BAV2GO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAUlGP%3BAAAA%3B%3BuBAAA%3BAAAA%3BAVkGO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAUzFP%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAOC%3BAAAA%3B2BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUD%3BAAAA%2CgCAAA%3BAAAA%3BAAQC%3BAAAA%2CaAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgOAAA%3BAAAA%3BAAaE%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYH%3BAAAA%3BaAAA%3BAAAA%3BAAKG%3BAAAA%3BmBAAA%3BAAAA%3BAAKH%3BAAAA%3B%3BqBAAA%3BAAAA%3BAC3PC%3BAAAA%2CkBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BsBAAA%3BAAAA%3BACgFA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAD1EA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAC0EA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BACtFJ%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAbqOQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAalNR%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAbkNQ%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAahMR%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAbgMQ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAa9KR%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAb8KQ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAa3JR%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAbkJO%3BAAAA%3BAAAA%2CiDAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BADrOR%2CiDAAA%3BAAAA%2CiDAAA%3BAAAA%2CiDAAA%3BAeIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAUE%3BAAAA%2C6BAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BoDAAA%3BAAAA%3BAASA%3BAAAA%3ByCAAA%3BAAAA%3BAAGE%3BAAAA%2CoBAAA%3BAAAA%3BAAOE%3BAAAA%2CoCAAA%3BAAAA%3BAAOJ%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%3BoDAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAgBD%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%2CWAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BoOAAA%3BAAAA%3BAAgBA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOF%3BAAAA%3BiBAAA%3BAAAA%3BAC5GQ%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CcAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CcAAA%3BAAAA%3BAAKJ%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%3BeAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3BmBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAeJ%3BAAAA%3BYAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%2CuBAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3BgEAAA%3BAAAA%3BAAQE%3BAAAA%2CyBAAA%3BAAAA%3BAAEC%3BAAAA%3BaAAA%3BAAAA%3BAAOD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAID%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAKD%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmDAAA%3BAAAA%3BAC%2FIE%3BAAAA%2CuBAAA%3BAAAA%3BAAMD%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAKE%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAChDD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAjBoOO%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAiB1MP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAjB0MO%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAiBhLP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAjBgLO%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAiBtJP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAjBsJO%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAiB%2FHP%3BAAAA%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CaAAA%3BAAAA%3BAAKD%3BAAAA%3BkCAAA%3BAAAA%3BAjBmHQ%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAiBrGN%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAWF%3BAAAA%2CeAAA%3BAAAA%3BAACE%3BAAAA%3B%3B%3B%3B%3B%3B%3BoDAAA%3BAAAA%3BAAQE%3BAACE%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BmEAAA%3BAAAA%3BAACE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAL%2FGE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAK2HJ%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BALhIE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAK2IF%3BAAAA%2CqCAAA%3BAAAA%3BAAKF%3BAAAA%2CeAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAgBE%3BAAAA%2CgBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B4BAAA%3BAAAA%3BAL1KE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAZ%2BII%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAiBoCJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAL%2FLE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAKsMF%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%3BwDAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAKE%3BAAAA%2CeAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BaAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAL%2FPE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAKsQF%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAaA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAQF%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BALpTE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAK6TF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOF%3BAAAA%2C4BAAA%3BAAAA%3BAjBrLQ%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAiBmMF%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BcAAA%3BAAAA%3BAASE%3BAAAA%3B%3BoCAAA%3BAAAA%3BALjWA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAKuWF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAOF%3BAAAA%2C8BAAA%3BAAAA%3BAjB7OM%3BAiBqPF%3BAAAA%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWF%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAjBrQA%3BAiB8QF%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAjBjRA%3BAiBwRF%3BAAAA%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWF%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3ByBAAA%3BAAAA%3BAjBzTM%3BAiBiUN%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAjBtUM%3BAiB8UN%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOI%3BAAAA%3BmBAAA%3BAAAA%3BAjBnWI%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAiB8WN%3BAAAA%3BkCAAA%3BAAAA%3BAL7fE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAKigBF%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIE%3BAAAA%3BmBAAA%3BAAAA%3BAjB1XI%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAiBmYN%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CyBAAA%3BAAAA%3BAjB7YM%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAiBqZJ%3BAAAA%3BmDAAA%3BAAAA%3BAAKF%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAjB7ZM%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAiBmaJ%3BAAAA%3BwBAAA%3BAAAA%3BAjBnaI%3BAiB4aN%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BwBAAA%3BAAAA%3BAjBrbQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAiB4bN%3BAAAA%2CoBAAA%3BAAAA%3BAjB5bM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAiBicJ%3BAAAA%2CqBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAjB5cM%3BAiBmdJ%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAjBrdE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAiBieN%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CoCAAA%3BAAAA%3BALpnBA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAKunBA%3BAAAA%2CoCAAA%3BAAAA%3BALvnBA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAK6nBA%3BAAAA%3B%3BmDAAA%3BAAAA%3BAjB9eI%3BAiBwfJ%3BAAAA%2CuCAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%2C6BAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BeAAA%3BAAAA%3BAAIE%3BAAAA%2CeAAA%3BAAAA%3BAAIF%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqCAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BKAAA%3BAAAA%3BAAqBF%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAeF%3BAAAA%3B4BAAA%3BAAAA%3BAAEE%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%3B8BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BKAAA%3BAAAA%3BAAgBF%3BAAAA%3BqBAAA%3BAAAA%3BAAKF%3BAAAA%2CYAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3BKAAA%3BAAAA%3BAASE%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAjBvsBM%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBmtBN%3BAAAA%3BwBAAA%3BAAAA%3BAAGC%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAjBttBK%3BAiB6tBL%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3B%3BoBAAA%3BAAAA%3BAjBpuBQ%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAiB%2BuBP%3BAAAA%2CgBAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%2C2BAAA%3BAAAA%3BAAEE%3BAAAA%3BoBAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOF%3BAAAA%3BgEAAA%3BAAAA%3BAAME%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAMF%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAiBC%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAiBC%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAjBp4BO%3BAiB24BN%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CqDAAA%3BAAAA%3BAAID%3BAAAA%2CqDAAA%3BAAAA%3BAAIA%3BAAAA%2CqDAAA%3BAAAA%3BAAAA%3BAlBnoCD%3B%3BGAAA%3BAmBKI%3BAAAA%2CgBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAMH%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAlBiNO%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAkBnMP%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAlB0LQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAkBnLR%3BAAAA%2CoBAAA%3BAAAA%3BACjDC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BKAAA%3BAAAA%3BAAiCD%3BAAAA%3BcAAA%3BAAAA%3BAChDD%3BAAAA%3BmBAAA%3BAAAA%3BApBqOQ%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAoB1NR%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BApBiNQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoBrMR%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BACzIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgOAAA%3BAAAA%3BArB8NO%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAqB%2FLP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgOAAA%3BAAAA%3BArB%2BLO%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAAA%3BAqB%2FJN%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgOAAA%3BAAAA%3BArB%2BJM%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAAA%3BAqB%2FHR%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C8DAAA%3BAAAA%3BAAEC%3BAAAA%2C8DAAA%3BAAAA%3BAAKD%3BAAAA%2C8DAAA%3BAAAA%3BAAEC%3BAAAA%2C8DAAA%3BAAAA%3BAAKD%3BAACE%3BAAAA%3BiFAAA%3BAAAA%3BAAKD%3BAAAA%3B%2BEAAA%3BAAAA%3BAAKA%3BAAAA%3BiFAAA%3BAAAA%3BAAAA%3BAAMD%3BAACE%3BAAAA%3BiFAAA%3BAAAA%3BAAKD%3BAAAA%3B%2BEAAA%3BAAAA%3BAAKA%3BAAAA%3BiFAAA%3BAAAA%3BAAAA%3BACpJD%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAIC%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BWAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAtBiLO%3BAsB5KN%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BACvDD%3BAAAA%2CoBAAA%3BAAAA%3BAAIG%3BAAAA%2CmDAAA%3BAAAA%3BAAOD%3BAAAA%2CmDAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAvBiNK%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAuBrML%3BAAAA%2CkCAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAWJ%3BAAAA%2CmDAAA%3BAAAA%3BAAEC%3BAAAA%2CcAAA%3BAAAA%3BAAEC%3BAAAA%3BoBAAA%3BAAAA%3BACjDF%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAACC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAZgFG%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAY5EH%3BAAAA%3BaAAA%3BAAAA%3BAxB2NO%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAwB3MP%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAZ4DG%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAYnDJ%3BAAAA%2CqCAAA%3BAAAA%3BAAEC%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CuEAAA%3BAAAA%3BAAKD%3BAAAA%2CqCAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3BmDAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BACzFF%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAzB%2BNO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAyBpNP%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAb%2BDG%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAarDH%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIC%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAMF%3BAAAA%2CqCAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAC1ED%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAASA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%22%7D */