/* @GENERAL */
.hidden, .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
}
/* @BASIC */
h1, h2, h3, h4, h5, h6 {
  font-family: caecilia, sans-serif;
  font-weight: 700;
}
h1, .archive-title {
  font-size: 3rem;
}
@media screen and (min-width: 960px) {
  h1, .archive-title {
    font-size: 4rem;
  }
}
h2 {
  font-size: 2.4rem;
  margin-bottom: 1.2em;
  line-height: 1.35;
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 3.8rem;
  }
}
/* @ANIMATE */
.wow {
  visibility: hidden;
}
/* Remove animations on mobile */
@media only screen and (max-width: 959px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
/* @BUTTONS */
button, input[type="button"], input[type="reset"], input[type="submit"], input.button, input.btn, a.button, .button, a.btn, .site-container .wp-block-button .wp-block-button__link {
  font-family: caecilia, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #265272;
  color: #fff;
  border-radius: 0;
  transition: box-shadow 0.2s ease-in-out;
  line-height: 1;
}
.site-container .wp-block-button.is-style-white-btn .wp-block-button__link {
  background-color: #fff;
  color: #265272;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.site-container .wp-block-button.is-style-white-btn .wp-block-button__link:hover, .site-container .wp-block-button.is-style-white-btn .wp-block-button__link:focus {
  background-color: #265272;
  color: #fff;
  box-shadow: none;
}
.site-container .wp-block-button.is-style-download-btn .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-container .wp-block-button.is-style-download-btn .wp-block-button__link {
  font-size: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.site-container .wp-block-button.is-style-download-btn .wp-block-button__link::before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path fill="white" d="M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" /></svg>');
}
/* @FORMS */
.wpcf7-form-control-wrap.recaptcha {
  margin-bottom: 1rem;
  display: block;
}
/* @LAYOUTFIX */
.site-container {
  min-width: 280px;
}
.site-inner {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .content {
    width: 100%;
  }
}
.archive-title-wrapper {
  background: #00b0be;
  background: linear-gradient(0deg, #00b0be 0%, #05676a 100%);
  color: #fff;
  font-weight: 600;
  padding: 172px 0 60px;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.archive-title-wrapper h1 {
  max-width: 1088px;
  margin-inline: auto;
}
.page-hero {
  background: #00b0be;
  background: linear-gradient(0deg, #00b0be 0%, #05676a 100%);
  color: #fff;
  font-weight: 600;
  min-height: 100vh;
  padding: 172px 0 60px;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.page-hero a {
  color: #fff;
}
.page-hero a:hover {
  color: #4E4D4D;
}
@media screen and (max-width: 959px) {
  .page-hero {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .page-hero {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-hero .wp-block-group__inner-container {
  max-width: 1088px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-hero .wp-block-group__inner-container .wp-block-columns {
  gap: calc(100% / 12);
  margin-bottom: 0;
}
.page-hero .wp-block-group__inner-container .wp-block-columns h1, .page-hero .wp-block-group__inner-container .wp-block-columns p {
  margin-bottom: 4rem;
}
.page-hero .wp-block-group__inner-container .wp-block-columns a {
  color: #fff;
}
.page-hero .wp-block-group__inner-container .wp-block-columns a:hover {
  color: #265272;
  text-decoration: underline;
}
.page-hero .cwp-preview {
  color: #fff !important;
}
.yoast-breadcrumbs {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.yoast-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.yoast-breadcrumbs a:hover {
  text-decoration: underline;
}
.margin-bottom--zero {
  margin-bottom: 0 !important;
}
.margin-bottom--s {
  margin-bottom: 20px !important;
}
.margin-bottom--m {
  margin-bottom: 60px !important;
}
.margin-bottom--l {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.bar-chart, #flower-chart, .flower-chart, .map-graph {
  height: 500px;
}
.site-header {
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.site-header > .wrap {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header > .wrap::before, .site-header > .wrap::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .site-header > .wrap {
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    gap: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .site-header > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#genesis-mobile-nav-primary {
  margin: 0;
  padding: 0;
  color: #fff;
}
#genesis-mobile-nav-primary::before {
  top: -1px;
  margin: 0;
}
.nav-primary {
  grid-column: 1 / -1;
}
@media screen and (max-width: 959px) {
  .nav-primary .genesis-nav-menu {
    background-color: #265272;
    padding: 1em;
    text-align: right;
  }
}
.nav-primary .genesis-nav-menu .menu-item a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.nav-primary .genesis-nav-menu .menu-item a:hover {
  color: #9AC54F;
}
@media screen and (min-width: 960px) {
  .nav-primary .genesis-nav-menu .menu-item a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .nav-primary .genesis-nav-menu .menu-item a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin-top: 4px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .nav-primary .genesis-nav-menu .menu-item a:hover::after {
    background-color: #9AC54F;
    opacity: 1;
  }
}
.nav-primary .genesis-nav-menu .menu-item:last-child a {
  padding-right: 0;
}
.nav-primary .genesis-nav-menu .menu-item.current-menu-item a, .nav-primary .genesis-nav-menu .menu-item.current-menu-parent a {
  color: #9AC54F;
}
.nav-primary .genesis-nav-menu .menu-item.current-menu-item a::after, .nav-primary .genesis-nav-menu .menu-item.current-menu-parent a::after {
  background-color: #9AC54F;
  opacity: 1;
}
.footer-widgets, .site-footer {
  background-color: #265272;
  font-family: caecilia, sans-serif;
  font-weight: 700;
  color: #fff;
  border-top: none;
}
.footer-widgets a, .site-footer a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover, .site-footer a:hover {
  text-decoration: underline;
}
.footer-widgets {
  font-size: 1.2rem;
}
.footer-widgets > .wrap {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.footer-widgets > .wrap::before, .footer-widgets > .wrap::after {
  display: none;
}
.footer-widgets > .wrap .widget-title {
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .footer-widgets > .wrap {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 5fr;
    gap: 16px;
  }
  .footer-widgets > .wrap .footer-widget-area {
    float: none;
    width: auto;
    padding: 0;
    align-self: end;
  }
  .footer-widgets > .wrap .footer-widget-area:last-child {
    text-align: right;
  }
}
.site-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.site-footer > .wrap {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}
.site-footer #siteauthor a {
  text-indent: -9999px;
  background: url('bs-images/logo-blackstudio-bianco.svg') no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 108px;
  margin-left: 2px;
}
@media screen and (min-width: 960px) {
  .site-footer #siteauthor::before {
    content: ' - ';
  }
}
@media screen and (max-width: 959px) {
  .site-footer #siteauthor {
    display: block;
  }
}
.home article.page {
  margin-bottom: 0;
}
.isometric-grid .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: "a b . ." "e f g ." ". j k l" ". . o p";
  width: 37em;
  transform: rotatex(45deg) rotateZ(-45deg) translateZ(-1em);
  transform-style: preserve-3d;
  font-size: min(1.8vw, 10px);
}
@media screen and (min-width: 960px) {
  .isometric-grid .wp-block-group__inner-container {
    margin-left: 100px;
  }
}
.isometric-grid .wp-block-group__inner-container .wp-block-image {
  display: block;
  background-color: #265272;
  color: white;
  text-decoration: none;
  box-shadow: inset 0em -0.125em 0.25em rgba(0, 0, 0, 0.1);
  transform-origin: 97% 97%;
  transform: translateZ(100px);
  transform-style: preserve-3d;
  position: relative;
  width: calc(37em / 4);
  aspect-ratio: 1;
  margin: 0;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image.available-soon a {
  pointer-events: none;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image a {
  display: flex;
  width: max(100%, 30px);
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  transform-origin: bottom;
  transform: rotateZ(45deg) rotateX(-45deg) translateX(-34%) translateY(25%);
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2em;
  transition: transform 0.2s ease;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image a:hover {
  transform: rotateZ(45deg) rotateX(-45deg) translateX(-34%) translateY(25%) scale(1.05);
}
.isometric-grid .wp-block-group__inner-container .wp-block-image::before, .isometric-grid .wp-block-group__inner-container .wp-block-image::after {
  content: "";
  width: calc(37em / 4);
  height: calc(37em / 4);
  position: absolute;
  transform-origin: 100% 100%;
  poninter-events: none;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image::before {
  transform: rotateX(-90deg) translateY(calc(37em / 2)) translateZ(calc(37em / 4 * -1));
  height: calc(37em / 2);
  background-color: transparent;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image::after {
  transform: rotateY(-90deg) translateZ(calc(37em / 2)) translateY(-9.25em);
  width: calc(37em / 2);
  background-color: #2DB6BA;
  background: linear-gradient(-90deg, rgba(38, 82, 114, 0.6) 0%, rgba(45, 182, 186, 0) 100%);
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(1) {
  grid-area: b;
  transform: translateZ(20em);
  background-color: #265272;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(2) {
  grid-area: g;
  transform: translateZ(20em);
  background-color: #2DB6BA;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(3) {
  grid-area: l;
  transform: translateZ(20em);
  background-color: #28A951;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(4) {
  grid-area: a;
  transform: translateZ(10em);
  background-color: #9AC54F;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(5) {
  grid-area: f;
  transform: translateZ(10em);
  background-color: #265272;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(6) {
  grid-area: k;
  transform: translateZ(10em);
  background-color: #2DB6BA;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(7) {
  grid-area: p;
  transform: translateZ(10em);
  background-color: #265272;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(8) {
  grid-area: e;
  transform: translateZ(0);
  background-color: #9AC54F;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(9) {
  grid-area: j;
  transform: translateZ(0);
  background-color: #28A951;
}
.isometric-grid .wp-block-group__inner-container .wp-block-image:nth-child(10) {
  grid-area: o;
  transform: translateZ(0);
  background-color: #2DB6BA;
}
.isometric-grid-caption {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: caecilia, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  width: 100%;
  position: relative;
  top: 3em;
  min-height: 10rem;
  pointer-events: none;
}
.home-sub-hero {
  color: #fff;
  font-weight: 600;
  margin-top: -56px;
  margin-bottom: 80px;
}
.home-sub-hero h2 {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}
.home-sub-hero img {
  filter: invert(1);
}
.home-sub-hero p:last-child {
  margin-bottom: 0;
}
.home-sub-hero .wp-block-column {
  padding-top: 26px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .home-sub-hero .wp-block-column + .wp-block-column {
    margin-top: 2rem;
  }
}
.home-sub-hero .wp-block-column:first-child {
  background-color: #28A951;
}
.home-sub-hero .wp-block-column:nth-child(2) {
  background-color: #2DB6BA;
}
.home-sub-hero .wp-block-column:nth-child(3) {
  background-color: #265272;
}
.pillar-grid .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
  grid-template-rows: auto;
  grid-gap: 16px;
  max-width: 100%;
}
.pillar-grid .wp-block-group__inner-container .wp-block-image {
  margin-bottom: 0;
}
.pillar-grid .wp-block-group__inner-container .wp-block-image a {
  display: block;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.pillar-grid .wp-block-group__inner-container .wp-block-image a:hover {
  transform: scale(1.05);
}
.pillar-grid .wp-block-group__inner-container .wp-block-image img {
  width: 100%;
  aspect-ratio: 1;
}
.home-countries-section {
  background: #265272 url('bs-images/cubes-pattern-background.svg') no-repeat center bottom;
  background-size: contain;
  color: #fff;
  padding-top: 127px;
  padding-bottom: min(10vw, 304px);
}
.home-countries-section .wp-block-group__inner-container {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.home-themes-section {
  background: #00b0be;
  background: linear-gradient(180deg, #00b0be 0%, #05676a 100%);
  color: #fff;
  margin-bottom: 0 !important;
  padding: 85px 0;
}
.home-themes-section .wp-block-group__inner-container {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .wp-block-columns {
    padding: 0 30px;
  }
}
@media screen and (min-width: 960px) {
  .wp-block-group.is-style-narrow-section .wp-block-group__inner-container {
    max-width: calc(100% / 12 * 10);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .wp-block-group.is-style-very-narrow-section .wp-block-group__inner-container {
    max-width: calc(100% / 12 * 8);
  }
}
@media screen and (min-width: 960px) {
  .wp-block-group.is-style-two-cols-section {
    columns: 2;
  }
  .wp-block-group.is-style-two-cols-section * {
    break-inside: avoid;
  }
}
#chartmap {
  height: 630px;
}
#flower-chart {
  height: 600px;
}
.themes-grid {
  padding-left: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10%;
}
@media screen and (max-width: 959px) {
  .themes-grid {
    display: block;
  }
  .themes-grid .theme-card {
    margin-bottom: 56px;
  }
}
.themes-grid .theme-card {
  list-style: none;
  text-align: center;
}
.themes-grid .theme-card .theme-card--body {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}
.themes-grid .theme-card .theme-card--body h3 {
  font-size: 3rem;
  font-weight: 800;
  position: relative;
  z-index: 10;
  width: 100%;
  background: rgba(78, 77, 77, 0.67);
  padding: 16px;
  text-transform: uppercase;
}
.themes-grid .theme-card .theme-card--body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.themes-grid .theme-card.available-soon .theme-card--body img {
  filter: grayscale(1);
}
.themes-grid .theme-card .button {
  background-color: #fff;
  color: #265272;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.themes-grid .theme-card .button:hover, .themes-grid .theme-card .button:focus {
  background-color: #265272;
  color: #fff;
  box-shadow: none;
}
.pillar-grid .wp-block-group__inner-container {
  position: relative;
  padding-bottom: 120px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(98px, 1fr));
}
.home .pillar-grid .wp-block-group__inner-container {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.pillar-grid figure > img {
  filter: grayscale(1);
}
.pillar-grid figure figcaption {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-family: caecilia, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.pillar-grid figure:hover figcaption {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .pillar-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 102px 80px;
  }
}
.pillar-card {
  padding: 22px;
  background-color: #265272;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .pillar-card {
    margin-bottom: 2rem;
  }
}
.pillar-card.pillar-card--bg-light-blue {
  background-color: #2DB6BA;
}
.pillar-card.pillar-card--bg-green {
  background-color: #28A951;
}
.pillar-card.pillar-card--bg-light-green {
  background-color: #9AC54F;
}
@media screen and (min-width: 960px) {
  .pillar-card .pillar-card--title-wrapper {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
}
.pillar-card .pillar-card--title-wrapper img {
  mix-blend-mode: lighten;
  margin-top: -22px;
}
.pillar-card .pillar-card--title-wrapper .pillar-card--title {
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .pillar-card .pillar-card--title-wrapper .pillar-card--title {
    font-size: 3.8rem;
  }
}
.pillar-card .pillar-card--links-wrapper a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 14px 32px;
  margin-bottom: 14px;
  line-height: 1;
  transition: background 0.2s ease-in-out;
}
.pillar-card .pillar-card--links-wrapper a:last-child {
  margin-bottom: 0;
}
.pillar-card .pillar-card--links-wrapper a:hover, .pillar-card .pillar-card--links-wrapper a:focus {
  background: rgba(255, 255, 255, 0.25);
}
.pillar-card .pillar-card--links-wrapper .available-soon-msg {
  display: none;
}
.pillar-card.available-soon {
  background-color: rgba(78, 77, 77, 0.21);
}
.pillar-card.available-soon .pillar-card--links-wrapper a {
  display: none;
}
.pillar-card.available-soon .pillar-card--links-wrapper .available-soon-msg {
  display: block;
  background: #fff;
  color: #4E4D4D;
  font-family: caecilia, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 14px;
  line-height: 1;
}
.single-pillar article > .entry-header {
  display: none;
}
.country-case-studies-section {
  background-color: #265272;
  color: #fff;
  padding: 32px;
}
.related-publications-section p {
  margin-bottom: 0;
}
.related-publications-section a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 14px;
}
.entry-content .countries-wrapper {
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .countries-wrapper {
    columns: 3;
    column-gap: calc(100% / 12 * 1.5);
  }
}
.countries-wrapper .country-item {
  list-style-type: none;
  margin-bottom: 0.5em;
  break-inside: avoid-column;
}
.countries-wrapper .country-item a {
  display: block;
  background-color: rgba(78, 77, 77, 0.13);
  color: #4E4D4D;
  text-decoration: none;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 6px 8px;
  transition: background-color 0.2s ease-in-out;
}
.countries-wrapper .country-item a:hover {
  background-color: rgba(78, 77, 77, 0.28);
}
.countries-wrapper .country-item a img {
  width: 28px;
  height: 28px;
  margin: 4px 16px 0 4px;
}
.page-hero.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) {
  padding: 0;
}
.single-country .page-hero.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) {
  padding: 0;
}
.single-country .page-hero.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) a {
  color: #fff;
}
.single-country article > .entry-header {
  display: none;
}
.single-country .page-hero {
  padding-bottom: 0;
}
.single-country .page-hero .wp-block-columns .wp-block-column {
  position: relative;
}
.country-overview-box {
  background-color: rgba(255, 255, 255, 0.6);
  color: #265272;
  padding: 20px 28px;
}
.country-overview-box h2 {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.country-overview-box .wp-block-group__inner-container p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.country-overview-box .wp-block-group__inner-container p:last-child {
  margin-bottom: 0 !important;
}
.country-overview-box .wp-block-group__inner-container ul {
  padding-left: 1.6rem;
}
.country-related-case-studies-section .wp-block-columns h3 {
  background-color: #265272;
  color: #fff;
  width: 100%;
  aspect-ratio: 1;
  padding: 36px;
}
.country-related-case-studies-section .wp-block-columns .wp-block-column:nth-child(2) h3 {
  background-color: #2DB6BA;
}
.country-related-case-studies-section .wp-block-columns .wp-block-column:nth-child(3) h3 {
  background-color: #28A951;
}
[aria-label="Chart"] [aria-label="Series"]:last-of-type > g > g:not([fill="#eeeeee"]) {
  cursor: pointer;
}
.capacity-gaps__gradient-container {
  background: linear-gradient(90deg, #ff0000, #ff4400, #ff8700, #ffcb00, #f0ff00, #acff00, #69ff00, #26ff00, #00ff1e);
  transform: perspective(50em) rotateX(46deg) rotateY(0deg);
  transform-style: preserve-3d;
  height: 50px;
  border-radius: 0.4em;
  margin-bottom: -0.2em;
}
.capacity-gaps__graph {
  margin-top: -20px;
}
.capacity-gaps__graph-label {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding: 0 2em !important;
}
.capacity-gaps__graph-label li {
  list-style: none !important;
}
.capacity-gaps__indicators-wrapper {
  position: relative;
  height: 80px;
}
.capacity-gaps_indicator {
  position: absolute;
  /*left: calc( ( var(--indicator-value) * var(--indicator-value) / 625 - 0.8 * var(--indicator-value) + 100 ) * 1% );*/
  left: calc(( 250 - var(--indicator-value) ) * ( 250 - var(--indicator-value) ) * ( 250 - var(--indicator-value) ) / 156250 * 1%);
  transform: translate(-50%);
  width: 60px;
  z-index: 10;
  box-shadow: 0px 60px 25px -20px rgba(0, 0, 0, 0.35);
}
.capacity-gaps_indicator::before {
  content: attr(data-tooltip);
  color: #fff;
  background-color: #4E4D4D;
  padding: 0.5em;
  border-radius: 0.25em;
  display: none;
  position: absolute;
  top: -5em;
  text-align: center;
  font-size: 1rem;
  width: 200%;
  transform: translate(-25%);
}
.capacity-gaps_indicator::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 15px 0 15px;
  border-color: var(--arrow-color) transparent transparent transparent;
  border-style: inset;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 15px);
}
.capacity-gaps_indicator:hover {
  z-index: 20;
}
.capacity-gaps_indicator:hover::before {
  display: block;
}
@media screen and (max-width: 959px) {
  .capacity-gaps__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .capacity-gaps__indicators-wrapper {
    height: 600px;
    width: 120px;
  }
  .capacity-gaps_indicator {
    left: 16px;
    top: calc(var(--indicator-value) * 1%);
    transform: none;
  }
  .capacity-gaps_indicator::after {
    transform: rotate(90deg);
    bottom: calc(50% - 5px);
    left: -24px;
  }
  .capacity-gaps__graph {
    width: 80px;
    position: relative;
  }
  .capacity-gaps__gradient-container {
    height: 600px;
    width: 80px;
    background: linear-gradient(180deg, #f00, #f40, #ff8700, #ffcb00, #f0ff00, #acff00, #69ff00, #26ff00, #00ff1e);
    transform: none;
  }
  .capacity-gaps__graph-label {
    position: absolute;
    inset: 0;
    padding: 0 !important;
    flex-direction: column;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
    height: 600px;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .about-page--navigation-grid .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
  }
}
.about-page--navigation-grid .wp-block-group__inner-container figure {
  position: relative;
  transition: filter 0.2s ease-in-out;
}
.about-page--navigation-grid .wp-block-group__inner-container figure figcaption {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  font-family: caecilia, sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  pointer-events: none;
}
.about-page--navigation-grid .wp-block-group__inner-container figure:hover {
  filter: brightness(105%);
}
.themes-slider-container .swiper-slide {
  width: 100%;
  max-width: 628px;
  aspect-ratio: 1.3;
  position: relative;
}
.themes-slider-container .swiper-slide .slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: caecilia, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(78, 77, 77, 0.67);
  padding: 30px;
  z-index: 10;
  margin-bottom: 0 !important;
  line-height: 1;
}
.themes-slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: filter 0.4s ease-in-out;
}
.themes-slider-container .swiper-slide a:hover img {
  filter: brightness(1.1);
}
.themes-slider-container .theme-slider-nav {
  --swiper-theme-color: #9AC54F;
  --swiper-pagination-color: #9AC54F;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 60px;
  margin-top: 20px;
}
.themes-slider-container .theme-slider-nav > * {
  position: relative;
}
.themes-slider-container .theme-slider-nav .swiper-pagination {
  width: auto;
  padding: 0 20px;
  bottom: 7px;
}
.themes-slider-container .theme-slider-nav .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}
.themes-slider-container .theme-slider-nav .swiper-button-prev::after, .themes-slider-container .theme-slider-nav .swiper-button-next::after {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: #fff;
}
.themes-listing-wrapper .theme-card .theme-card--body {
  margin-bottom: 20px;
}
.themes-listing-wrapper .theme-card .theme-card--body h3 {
  color: #fff;
  pointer-events: none;
}
.themes-listing-wrapper .theme-card .theme-card--footer a {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
  background-color: rgba(38, 82, 114, 0.7);
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 32px;
}
.themes-listing-wrapper .theme-card .theme-card--footer a:hover {
  background-color: rgba(38, 82, 114, 0.9);
}
.themes-listing-wrapper .theme-card .theme-card--footer .available-soon-msg {
  display: none;
}
.themes-listing-wrapper .theme-card.available-soon {
  background-color: rgba(78, 77, 77, 0.21);
}
.themes-listing-wrapper .theme-card.available-soon .theme-card--body img {
  filter: grayscale(1);
}
.themes-listing-wrapper .theme-card.available-soon .theme-card--footer a {
  display: none;
}
.themes-listing-wrapper .theme-card.available-soon .theme-card--footer .available-soon-msg {
  display: block;
  background: #fff;
  color: #4E4D4D;
  font-family: caecilia, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 14px;
  line-height: 1;
}
.single-infragov-theme article > .entry-header {
  display: none;
}
.case-study-hero {
  min-height: auto;
  padding-bottom: 60px;
}
.case-study-hero .wp-block-group__inner-container {
  width: 100%;
}
.case-study-hero .case-filter-wrapper .wp-block-group__inner-container {
  display: flex;
  gap: 32px;
}
.case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet {
  margin-bottom: 0;
  color: #4E4D4D;
  flex-basis: 100%;
}
.case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet .fs-wrap, .case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet .fs-label-wrap, .case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet .fs-dropdown {
  width: 100%;
  border: 0;
  max-width: 338px;
}
@media screen and (min-width: 960px) {
  .case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet {
    flex: 0 0 calc(33% - 64px / 3);
  }
  .case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet .fs-dropdown {
    width: 359px;
  }
}
.case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet .fs-label-wrap {
  border: 0;
}
.case-study-hero .case-filter-wrapper .wp-block-group__inner-container .facetwp-facet .fs-options .fs-option .fs-option-label {
  word-break: normal;
  white-space: normal;
}
.post-type-archive-case-study #genesis-content {
  margin-bottom: 60px;
}
.post-type-archive-case-study article.type-case-study {
  margin-bottom: 0;
}
.post-type-archive-case-study .case-study-link {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: rgba(38, 82, 114, 0.7);
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 32px;
  margin-bottom: 14px;
  line-height: 1;
}
.post-type-archive-case-study .case-study-link img {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.post-type-archive-case-study .case-study-link:hover {
  color: #fff;
  background-color: rgba(38, 82, 114, 0.9);
}
@media screen and (min-width: 960px) {
  .case-studies__filter-wrapper {
    display: flex;
    gap: 32px;
  }
}
@media screen and (min-width: 960px) {
  .case-study-listing-block .countries-wrapper {
    columns: 2;
    column-gap: 1.5rem;
  }
  .case-study-listing-block .countries-wrapper * {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .case-study-listing-block .countries-wrapper .country-item:only-child {
    column-span: all;
  }
}
.facetwp-type-fselect .fs-option .fs-option-label {
  white-space: normal !important;
  word-break: normal;
}
.swiper-slide {
  padding: 34px 24px;
  box-sizing: border-box;
  opacity: 0.6;
  transform: scale(0.9);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.swiper-slide.slide-bg-white {
  background-color: #fff;
}
.swiper-slide.slide-bg-blue {
  background-color: #265272;
  color: #fff;
}
.swiper-slide.slide-bg-light-blue {
  background-color: #2DB6BA;
  color: #fff;
}
.swiper-slide.slide-bg-green {
  background-color: #28A951;
  color: #fff;
}
.swiper-slide.slide-bg-light-green {
  background-color: #9AC54F;
  color: #fff;
}
.swiper-slide.slide-bg-gradient {
  background: linear-gradient(0deg, #00b0be 0%, #05676a 100%);
}
.swiper-slide h2, .swiper-slide h3 {
  font-size: 3rem;
  padding: 26px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 960px) {
  .swiper-slide.two-cols-slide {
    columns: 2;
  }
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.swiper-thumbnail {
  margin-bottom: 48px;
}
.swiper-thumbnail .swiper-slide {
  padding: 0;
  transform: scale(1);
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-right: 36px;
  position: relative;
  opacity: 1;
}
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
  transition: transform 0.2s ease-in-out;
  transform: scale(1.08);
  transform-origin: center bottom;
}
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 30px 0 30px;
  border-color: var(--arrow-color) transparent transparent transparent;
  border-style: inset;
  position: absolute;
  bottom: -26px;
  left: calc(50% - 30px);
}
.search .archive-description {
  background: #00b0be;
  background: linear-gradient(0deg, #00b0be 0%, #05676a 100%);
  color: #fff;
  font-weight: 600;
  padding: 172px 0 60px;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.search .archive-description .archive-title {
  max-width: 1088px;
  margin: auto;
}
.search .entry-meta {
  display: none;
}
.search .content article {
  padding-bottom: 30px;
  border-bottom: 1px solid #4E4D4D;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Finfrastructure-toolkit.oecd.org%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2Fbs-style.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_01-basics.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_02-header.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_03-footer.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_04-home.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_05-blocks.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_06-pillars.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_07-countries.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_08-about.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_09-themes.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_10-cases.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_11-slider.scss%22%2C%22wp-content%2Fthemes%2Fipp-igt%2Fbs%2Fscss%2F_12-search.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAC6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADhEA%3BACuEA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FFF%3BAC8GA%3BAAAA%3BAAAA%3BAD9GA%3BACkHA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnHD%3BAC%2BHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADjLA%3BACwLA%3BAAAA%3BAAAA%3BAAAA%3BADxLA%3BACgNA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACzVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAC7GV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACnFJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9PF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtHL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5KA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BACzBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAC9JJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAChHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%22%7D */