@charset "UTF-8";
.prima_galleria_one_link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 35px !important;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.prima_galleria_one_link .prima_galleria_one {
  object-fit: cover;
  width: 100%;
  max-width: 100% !important;
  height: 460px !important;
  display: block;
  opacity: 0.7;
}
.prima_galleria_one_wrap .prima_galleria_one {
  transition: all 0.3s ease-in-out;
}
.prima_galleria_one_wrap .prima_galleria_one_title h3 {
  transition: all 0.3s ease-in-out;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0);
}
.prima_galleria_one_wrap:hover .prima_galleria_one {
  opacity: 1;
}
.prima_galleria_one_wrap:hover .prima_galleria_one_title h3 {
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.7);
}
.partner-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
  padding: 2rem 0;
}
.partner-wrapper .partner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 14px;
  height: 140px;
  transition: transform 0.3s ease;
}
.partner-wrapper .partner-link:hover {
  transform: scale(1.05);
}
.partner-wrapper .partner-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: 112px;
}
.partner-wrapper.partnersPage {
  grid-template-columns: repeat(3, 1fr);
}
.partner-wrapper.partnersPage .partner-link {
  height: 280px;
}
.partner-wrapper.partnersPage .partner-img {
  height: 200px;
}
@media (max-width: 1024px) {
  .partner-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .partner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .prima_galleria_one_link .prima_galleria_one {
    height: 240px !important;
  }
}
.custom-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 0;
}
@media (max-width: 600px) {
  .custom-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #F4F4F4;
  padding: 12px;
}
.custom-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.custom-box .custom-box-image {
  background-size: cover;
  background-position: center;
  height: 200px;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .custom-box .custom-box-image {
    height: 160px;
  }
}
.custom-box .custom-box-content {
  padding: 1.2rem;
}
.custom-box .custom-box-content h3 {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.custom-box .custom-box-content p {
  font-size: 1rem;
  color: #444;
  margin: 0;
}
.breadcrumbs {
  font-size: 0.9rem;
  margin-left: -0.5em;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-family: "Host Grotesk", Sans-serif;
  letter-spacing: -1px;
  word-spacing: -1px;
}
.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 300;
  /* Ultimo elemento non linkabile */
}
.breadcrumbs li + li::before {
  content: "/";
  margin: 0 0.1em;
  color: #ccc;
}
.breadcrumbs li a {
  color: #c36;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs li a:hover {
  color: #005177;
}
.breadcrumbs li:last-child span[itemprop="name"] {
  color: #555;
  font-weight: 400;
  pointer-events: none;
}
.projects-header {
  margin-bottom: 80px;
}
.projects-header h2 {
  font-family: "Host Grotesk", Sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 47px;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.project-item {
  overflow: hidden;
}
.project-item .project-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 254px;
  border-radius: 4px;
}
.project-item .project-content {
  padding: 16px;
}
.project-item .project-content .project-title {
  font-size: 28px;
  font-family: "Host Grotesk", Sans-serif;
  margin: 28px 0 10px;
  line-height: 1;
}
.project-item .project-content .project-title a {
  color: inherit;
  text-decoration: none;
}
.project-item .project-content .project-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-item .project-content .project-meta li {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #555;
}
.contenuti-correlati-wrapper {
  background-color: #160849;
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
}
.contenuti-correlati-wrapper .contenuti-correlati {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: start;
  text-align: left;
}
.contenuti-correlati-wrapper .contenuti-correlati h3 {
  font-family: "Host Grotesk", Sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 47px;
  width: 60%;
}
.contenuti-correlati-wrapper .contenuti-correlati .correlati-buttons {
  margin-top: 20px;
}
.contenuti-correlati-wrapper .contenuti-correlati .correlati-buttons .correlato-btn {
  display: inline-block;
  background-color: #fff;
  color: #160849;
  padding: 12px 24px;
  border-radius: 29px;
  text-decoration: none;
  font-weight: 400;
  font-family: "Host Grotesk", Sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-right: 25px;
  margin-bottom: 25px;
}
.contenuti-correlati-wrapper .contenuti-correlati .correlati-buttons .correlato-btn:hover {
  background-color: #eeeeee;
}
.titolo_progetto {
  font-size: 90px;
  font-family: "Host Grotesk", Sans-serif;
  font-weight: 400;
  line-height: 85px;
}
.projects-info .project-info-meta {
  list-style: none;
  padding-left: 0;
}
.projects-info .project-info-meta li {
  font-size: 18px;
  margin-bottom: 40px;
}
.row-gallery-imgs .gallery-item {
  margin: 80px 0;
}
.row-gallery-imgs .gallery-item .elementor-clickable {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 35px !important;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.row-gallery-imgs .gallery-item .elementor-clickable img {
  object-fit: cover;
  width: 100%;
  max-width: 100% !important;
  height: 460px !important;
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
.row-gallery-imgs .gallery-item .elementor-clickable:hover img {
  opacity: 1;
}
.row-gallery-imgs.gallery-double {
  display: flex;
  column-gap: 8%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .row-gallery-imgs.gallery-double {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
  }
  .row-gallery-imgs.gallery-double .gallery-item {
    margin: 40px 0;
  }
  .row-gallery-imgs .gallery-item {
    margin: 40px 0;
  }
  .row-gallery-imgs .gallery-item .elementor-clickable img {
    height: 240px !important;
  }
}
.wpml-ls-legacy-list-horizontal > ul {
  background: #EEEEEE;
  padding: 8px 8px;
  border-radius: 25px;
}
.wpml-ls-legacy-list-horizontal > ul .wpml-ls-item a {
  display: block;
  margin: 0 3px;
  padding: 11px 9px;
}
.wpml-ls-legacy-list-horizontal > ul .wpml-ls-item a:hover {
  background-color: #160849;
  padding: 11px 9px;
  border-radius: 25px;
}
.wpml-ls-legacy-list-horizontal > ul .wpml-ls-item a:hover span {
  color: #fff;
}
.wpml-ls-legacy-list-horizontal > ul .wpml-ls-item.wpml-ls-current-language a {
  background-color: #160849;
  border-radius: 25px;
  display: block;
}
.wpml-ls-legacy-list-horizontal > ul .wpml-ls-item.wpml-ls-current-language a span {
  color: #fff;
}
.acf-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.acf-box-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.acf-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .acf-box-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.acf-box-title {
  font-family: "Host Grotesk", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -1px;
  max-width: 56%;
}
.acf-box-text {
  font-family: "Host Grotesk", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #000000;
}
.acf-box-button {
  align-self: flex-start;
  background-color: #160849;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.acf-box-button:hover {
  color: #fff;
  background-color: #2a1880;
}
/* Styles per lo shortcode prodotti */
.prodotti-wrapper {
  padding: 100px 0;
}
.prodotti-wrapper-inner {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.product-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 120px;
  gap: 4rem;
}
/* alterna l’ordine di immagine e testo sugli elementi pari */
.product-item.reverse {
  flex-direction: row-reverse;
}
.product-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}
.product-image img {
  display: block;
  width: 99%;
  height: 99%;
  object-fit: cover;
  border-radius: 35px;
}
.product-content {
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.product-title {
  font-family: "Host Grotesk", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #000;
}
.product-description {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #444;
  margin-bottom: 30px;
}
.product-button {
  display: inline-block;
  background-color: #160849;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 29px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.product-button:hover {
  background-color: #2a1880;
  color: #ffffff;
}
/* breakpoints per dispositivi più piccoli */
@media (max-width: 991px) {
  .product-item, .product-item.reverse {
    flex-direction: column;
    gap: 2rem;
  }
  .product-title {
    font-size: 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .product-title {
    font-size: 32px;
  }
  .product-description {
    font-size: 16px;
  }
}
h2.sezioneProdotti a {
  color: #000;
  text-decoration: none;
  font-family: "Host Grotesk", Sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 47px;
  transition: color 0.3s ease;
}
h2.sezioneProdotti a:hover {
  color: #160849;
}
.acf-button {
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "Host Grotesk", Sans-serif;
  line-height: 16px;
}
.acf-button.mr-20 {
  margin-right: 20px;
}
.acf-button.mr-40 {
  margin-right: 40px;
}
.acf-button.acf-button-bg-blue {
  background-color: #fff;
  color: #000;
}
.acf-button.acf-button-bg-blue.has-icon {
  padding-left: 10px;
}
.acf-button.acf-button-bg-blue.has-icon svg {
  fill: #000;
}
.acf-button.acf-button-bg-blue:hover {
  background-color: #eee;
  color: #000;
}
/* Styles per lo shortcode settori (replica struttura prodotti) */
.settori-wrapper {
  padding: 100px 0;
}
.settori-wrapper-inner {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.settore-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 120px;
  gap: 4rem;
}
/* alterna l’ordine di immagine e testo sugli elementi pari */
.settore-item.reverse {
  flex-direction: row-reverse;
}
.settore-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}
.settore-image img {
  display: block;
  width: 99%;
  height: 99%;
  object-fit: cover;
  border-radius: 35px;
}
.settore-content {
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.settore-title {
  font-family: "Host Grotesk", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  /* nessuna descrizione sotto, quindi azzero il margine */
  color: #000;
}
.settore-title a {
  color: #000;
}
/* breakpoints per dispositivi più piccoli */
@media (max-width: 991px) {
  .settore-item, .settore-item.reverse {
    flex-direction: column;
    gap: 2rem;
  }
  .settore-title {
    font-size: 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .settore-title {
    font-size: 32px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fitalian-consulting.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fuploads%2Fwpscss%2Fscss%2Fstyle.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAQT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAA3eF%3BAAmfA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FfA%3BAAwgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FjBA%3BAAqkBA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAApoBJ%3BAA4oBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxpBA%3BAAiqBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAlsBF%3BAAwsBA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%22%7D */