@charset "UTF-8";
/* LICENSE & DETAILS
==================================================

Theme Name: ISOM Theme
Author: Edu Richard
Author URI: https://edurichard.com/
Description: Plantilla custom Edu Richard
Version: 1.0
License: Edu Richard - All rights reserved
Text Domain: edu-theme


================================================== */
/* ==============================
	START - BREAKPOINTS
============================== */
/*

@include breakpoint-down(tablet){

}
*/
.border-radius-12 {
  border-radius: 12px;
  overflow: hidden;
}
.border-radius-20 {
  border-radius: 20px;
  overflow: hidden;
}
.border-bottom-primary {
  border-bottom: 2px solid #C7B9DD;
}
.border-left-primary {
  border-left: 2px solid #C7B9DD;
}
.box-shadow-1 {
  box-shadow: 3px 8px 12.9px -7px rgba(0, 0, 0, 0.07);
}
.box-shadow-2 {
  box-shadow: 6px 18px 72px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-columns {
  margin-bottom: 0;
}
.featured-caption {
  position: relative;
  overflow: visible;
}
.featured-caption img {
  border-radius: 20px;
}
.featured-caption .wp-element-caption {
  position: absolute;
  bottom: -50px;
  right: -25px;
  font-size: clamp(24px, calc(1.5vw + 18.5px), 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 35px 50px;
  width: calc(100% - 25px);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 6px 18px 72px 0px;
}
@media (min-width: 782px) {
  .group-stretch {
    height: 100%;
  }
  .group-stretch .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .group-stretch .wp-block-group__inner-container .wp-block-image {
    margin-top: auto;
    margin-bottom: 0;
  }
  .group-stretch .wp-block-group__inner-container .wp-block-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/* Back to top */
#backToTop {
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  opacity: 0.6;
  padding: 3px 11px 7px;
}
#backToTop:hover {
  cursor: pointer;
}
/* IMG */
img {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
/* Pagination */
.pagination {
  gap: 6px;
}
.page-item {
  display: flex;
}
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0.25rem 0.75rem;
  color: #39363A;
  font-weight: 500;
  border: 0;
  border-radius: 10px !important;
  background-color: #fff;
  box-shadow: 3px 8px 12.9px -7px rgba(0, 0, 0, 0.07);
  transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}
@media (max-width: 991.98px) {
  .page-link {
    min-width: 34px;
    height: 34px;
    padding: 0.25rem 0.5rem;
  }
}
.page-link:hover {
  color: #39363A;
  background-color: #C7B9DD;
  border-color: #C7B9DD;
}
.page-item.active .page-link {
  background-color: #5E4D74;
  border-color: #5E4D74;
  color: #fff;
  box-shadow: 0 10px 22px -9px rgba(94, 77, 116, 0.55);
}
.page-item.jump .page-link {
  background-color: transparent;
  box-shadow: none;
  color: rgba(94, 77, 116, 0.65);
}
.page-item.jump:hover .page-link {
  background-color: rgba(94, 77, 116, 0.14);
  color: #5E4D74;
}
.page-item.jump:first-child {
  margin-right: 2px;
}
.page-item.jump:last-child {
  margin-left: 2px;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 77, 116, 0.25);
}
@media (max-width: 575.98px) {
  li.page-item.jump {
    display: none;
  }
  .page-link {
    min-width: 30px;
    height: 30px;
    padding: 0.25rem 0.5rem;
    font-size: 80%;
  }
  .page-link svg {
    width: 80%;
  }
}
/* Shortcode Partial collapse */
.partialcollapse .collapse:not(.show), .partialcollapse .collapsing:not(.show) {
  position: relative;
  display: block;
  height: 125px;
  overflow: hidden;
}
a[aria-expanded=false].btnleer .leermenos {
  display: none;
}
a[aria-expanded=true].btnleer .leermas {
  display: none;
}
a.btnleer {
  display: inline-block;
  margin: 0.5rem 0 1.5rem;
  text-decoration: none;
}
.leermenos img {
  transform: rotate(180deg);
}
/* Shortcode collapse */
.block-collapse {
  position: relative;
  padding-top: 25px;
  padding-bottom: 70px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 8px 12.9px -7px rgba(0, 0, 0, 0.07);
}
.block-collapse .wp-block-heading {
  padding: 0 25px;
}
.block-collapse .single-collapse {
  position: absolute;
  background: #fff;
  padding: 15px 25px;
  z-index: 10;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.block-collapse .single-collapse:has(.panel-collapse.show) {
  z-index: 20;
}
.block-collapse .btn-collapse:not(.collapsed) img {
  transform: rotate(180deg);
}
/* Tables */
figure.wp-block-table {
  overflow: visible;
}
@media (min-width: 768px) {
  figure.wp-block-table {
    margin: 2.5rem 0;
  }
}
@media (max-width: 767.98px) {
  figure.wp-block-table {
    margin: 2rem 0;
  }
}
figure.wp-block-table table {
  width: 100%;
}
figure.wp-block-table table tr td {
  background-color: #fff;
  border: 1px solid #d7d2e1;
  color: #473d5a;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-align: center;
  padding: 1rem;
  margin: 0;
}
figure.wp-block-table table tr td b, figure.wp-block-table table tr td strong {
  font-weight: 700;
}
figure.wp-block-table table tr:nth-child(2n) td {
  background-color: #f6f6f6;
}
.wp-block-table thead {
  border-bottom: 1px solid;
}
figure.wp-block-table table thead tr td, figure.wp-block-table table thead tr th {
  border: 1px solid #d7d2e1;
  border-top: 2px solid #d94a75;
  background-color: #d7d2e1;
  font-weight: 700;
}
.wp-block-accordion-item {
  border-bottom: 1px solid;
}
.wp-block-accordion-item:first-child {
  border-top: 1px solid;
}
.wp-block-accordion-item h3.wp-block-accordion-heading.h4 .wp-block-accordion-heading__toggle {
  padding: 40px 0;
  margin: 0;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon {
  color: #CBC9CC;
}
.wp-block-accordion-item .wp-block-accordion-panel {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    text-align: center;
    margin-bottom: 20px;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media img {
    width: 100px;
  }
}
/* FONTS */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: aktiv-grotesk, sans-serif;
  font-size: clamp(18px, calc(0.19vw + 17.3px), 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.4px;
}
p {
  margin-bottom: 0.5rem;
}
.font-barlow {
  font-family: barlow-semi-condensed, sans-serif !important;
}
.font-aktiv {
  font-family: aktiv-grotesk, sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1, .h1 {
  font-family: barlow-semi-condensed, sans-serif;
  font-size: clamp(45px, calc(4.69vw + 22px), 90px);
  font-style: normal;
  font-weight: 700;
  line-height: 87.78%;
  letter-spacing: -0.9px;
}
h2, .h2 {
  font-family: barlow-semi-condensed, sans-serif;
  font-size: clamp(45px, calc(3.19vw + 22px), 68px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.68px;
}
h3, .h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: clamp(28px, calc(1.88vw + 21px), 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
}
h4, .h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: clamp(24px, calc(1.5vw + 18.5px), 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.4px;
}
h5, .h5 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: clamp(20px, calc(0.38vw + 18.6px), 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.48px;
}
h6, .h6 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: clamp(18px, calc(0.19vw + 17.3px), 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.titol-petit {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.text-petit {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold, strong {
  font-weight: 500;
}
.fw-black {
  font-weight: 600;
}
.fs-10 {
  font-size: 0.625rem;
}
.fs-11 {
  font-size: 0.688rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-15 {
  font-size: 0.938rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.063rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.188rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.313rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.438rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.565rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.688rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.813rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-31 {
  font-size: 1.938rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-35 {
  font-size: 2.188rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-44 {
  font-size: 2.75rem;
}
.fs-45 {
  font-size: 2.813rem;
}
.fs-50 {
  font-size: 3.125rem;
}
.fs-60 {
  font-size: 3.75rem;
}
/* COLORS */
body {
  color: #39363A;
  background-color: #F9F8F7;
}
a {
  color: #39363A;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-color: #C7B9DD;
  text-decoration-thickness: 10.5%;
  /* 2.1px */
  text-underline-offset: auto;
  text-underline-position: under;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a:hover {
  color: #5E4D74;
  text-decoration-thickness: 10.5%;
  /* 2.1px */
  text-underline-offset: auto;
  text-underline-position: under;
  transition: all 300ms;
}
.text-primary, .text-primary a {
  color: #5E4D74 !important;
}
.bg-primary {
  background-color: #5E4D74 !important;
}
.text-secondary, .text-secondary a {
  color: #F9F8F7 !important;
}
.bg-secondary {
  background-color: #F9F8F7 !important;
}
.black, .black a {
  color: #000 !important;
}
.bg-black {
  background-color: #000;
}
.white, .white a, .white:hover {
  color: white !important;
}
.bg-white {
  background-color: white;
}
.bg-white-hover {
  background-color: white;
  border: 1px solid #fff;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
.bg-white-hover:hover {
  background-color: transparent;
  border: 1px solid #5E4D74;
}
button {
  cursor: pointer;
  border: 0;
  background: transparent;
}
.btn, .button .wp-block-button__link {
  border-radius: 10px;
  text-shadow: none;
  font-size: inherit;
}
.btn.focus, .btn:focus, button:focus, .button .wp-block-button__link.focus, .button .wp-block-button__link:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .button-primary .wp-block-button__link {
  color: #fff;
  border-radius: 10px;
  background-color: #5E4D74;
  border: 0;
  padding: 10px 25px 12px 25px;
  font-weight: 500;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .button-primary .wp-block-button__link:hover, .button-primary .wp-block-button__link:focus {
  color: #fff;
  background-color: rgba(94, 77, 116, 0.75);
  text-decoration: none;
  opacity: 1;
}
.btn-primary:hover img, .button-primary .wp-block-button__link:hover img {
  filter: invert(1);
}
.btn-primary-variant, .btn-primary-variant.disabled, .btn-primary-variant:disabled, .button-primary-variant .wp-block-button__link {
  color: #39363A;
  border-radius: 10px;
  background-color: #C7B9DD;
  border: 0;
  padding: 10px 25px 12px 25px;
  font-weight: 500;
}
.btn-primary-variant:hover, .btn-primary-variant.focus, .btn-primary-variant:focus, .btn-primary-variant:not(:disabled):not(.disabled).active, .button-primary-variant .wp-block-button__link:hover, .button-primary-variant .wp-block-button__link:focus {
  color: #fff;
  background-color: #5E4D74;
  text-decoration: none;
  opacity: 1;
}
.btn-primary-variant:hover img, .button-primary-variant .wp-block-button__link:hover img {
  filter: invert(1);
}
.btn-white, .btn-white.disabled, .btn-white:disabled, .button-white .wp-block-button__link {
  color: #39363A;
  border-radius: 10px;
  background: #fff;
  padding: 10px 25px 12px 25px;
  box-shadow: 3px 8px 12.9px -7px rgba(0, 0, 0, 0.07);
}
.btn-white:hover, .btn-white.focus, .btn-white:focus, .btn-white:not(:disabled):not(.disabled).active, .button-white .wp-block-button__link:hover, .button-white .wp-block-button__link:focus {
  background-color: #C7B9DD;
  text-decoration: none;
  opacity: 1;
}
.btn-filtro, .btn-filtro.disabled, .btn-filtro:disabled, .button-filtro .wp-block-button__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  color: #39363A;
  border-radius: 10px;
  background: #fff;
  padding: 5px 8px 6px 8px;
  box-shadow: 0 4px 12.5px 0 rgba(0, 0, 0, 0.1);
}
.btn-filtro:hover, .btn-filtro.focus, .btn-filtro:focus, .btn-filtro:not(:disabled):not(.disabled).active, .button-filtro .wp-block-button__link:hover, .button-filtro .wp-block-button__link:focus {
  background-color: #C7B9DD;
  text-decoration: none;
  opacity: 1;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}
.comments-area {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .media-body {
  overflow: auto;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list > li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 2.5rem 4rem;
}
.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 2rem;
}
.comments-area .comment-list ul.children li {
  padding: 2.5rem 0 0;
}
.comments-area .comment-list .comment-respond {
  padding: 2.5rem 4rem;
}
.comments-area .comments-title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .comment-navigation {
  padding: 1rem 4rem 0;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .wb-comment-form {
  padding: 2.5rem 0;
}
.comments-area .wb-cancel-reply {
  margin-left: 2rem;
}
.comments-area .logged-in-as {
  padding-left: 15px;
  font-size: 0.9rem;
}
.comments-area .logged-in-as a {
  color: #6c757d;
}
.comments-area .logged-in-as a:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .wb-comment-notes {
  font-size: 0.9rem;
}
.comments-area .no-comments {
  padding: 1rem 4rem;
}
.comments-area small {
  font-size: 0.9rem;
}
.comments-area p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .comment-reply-link, .comments-area .comment-edit-link {
  margin-right: 1rem;
  color: #6c757d;
}
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .comment-author a:hover {
  text-decoration: none;
  color: #212529;
}
/* Igualar color del placeholder en todos los campos del formulario CF7 */
.wpcf7 form ::placeholder {
  color: #313D3859;
  opacity: 1;
}
/* Igualar color inicial del select */
.wpcf7 form select.form-select {
  color: #313D3859;
}
/* Cuando el usuario selecciona una opción, el texto vuelve a color normal */
.wpcf7 form select.form-select option:not(:first-child) {
  color: #212529;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group hr {
  border-top: 1px solid #5E4D74;
}
.form-control {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  font-size: 20px;
}
.form-control.wpcf7-not-valid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  font-size: 20px;
}
.form-check {
  padding-left: 0.5em;
}
.form-check .form-check-input[type=checkbox] {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.form-check .form-check-input:checked {
  background-color: #5E4D74;
  border-color: #5E4D74;
}
.form-check .form-check-label {
  font-size: 16px;
}
.form-check .form-check-label a {
  text-decoration: none;
}
.form-check .form-check-label a:hover {
  text-decoration: underline;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 10px 0 0 15px;
}
.has-spinner {
  order: 2;
}
.wpcf7-spinner {
  order: 1;
}
/* ── Select2 – igualat a .form-select ──────────────────────────── */
.select2-container--bootstrap-5 .select2-selection--single {
  height: auto !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 20px 40px 20px 15px !important;
  font-size: 20px;
  line-height: 1.5;
  background-color: #fff;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
  color: #39363A;
}
.select2-container--bootstrap-5 .select2-selection__placeholder, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #313D3859;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235E4D74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 18px;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--bootstrap-5 .select2-dropdown {
  border: 0 !important;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  overflow: hidden;
}
body.admin-bar .select2-container--bootstrap-5 .select2-dropdown {
  margin-top: 32px;
}
.select2-container--bootstrap-5 .select2-results__option {
  padding: 10px 15px;
  color: #39363A;
}
.select2-container--bootstrap-5 .select2-results__option--highlighted {
  background-color: #5E4D74 !important;
  color: #fff;
}
.select2-container--bootstrap-5 .select2-search--dropdown {
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.btn-newsletter .wpcf7-spinner {
  position: absolute;
  top: 20px;
  right: 23px;
  margin: 0;
}
/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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. */
}
body#tinymce {
  margin: 12px !important;
}
/* Sobrescribir breakpoints de WordPress Columnas con Bootstrap 5 */
/* Ajuste básico para Bootstrap 5 */
@media (max-width: 991.98px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-direction: column !important;
  }
  .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.block-img-animated {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.block-img-animated .img-animated-bg {
  display: block;
  width: 82%;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
  user-select: none;
}
.block-img-animated .img-animated {
  position: absolute;
  width: 120px;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 3px 8px 25px rgba(0, 0, 0, 0.12);
  z-index: 2;
  object-fit: cover;
  transition: top 3s ease-in-out, left 3s ease-in-out;
  will-change: top, left;
}
.block-img-animated .img-animated-1 {
  top: 5%;
  left: 50%;
}
.block-img-animated .img-animated-2 {
  top: 38%;
  left: 5%;
}
.post-card .post-card-h:hover, .post-card--serveis .post-card-h:hover {
  text-decoration: none;
}
.post-card .post-card-h:hover .post-card-h__img, .post-card--serveis .post-card-h:hover .post-card-h__img {
  transform: scale(1.2);
}
.post-card .post-card-h:hover .post-card-h__title, .post-card--serveis .post-card-h:hover .post-card-h__title {
  color: #5E4D74;
}
.post-card .post-card-h:hover .post-card-h__plus, .post-card--serveis .post-card-h:hover .post-card-h__plus {
  color: #5E4D74;
  transform: rotate(90deg);
}
.post-card .post-card-h__img-wrap, .post-card--serveis .post-card-h__img-wrap {
  flex: 0 0 44%;
  align-self: flex-start;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.post-card .post-card-h__img, .post-card--serveis .post-card-h__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.8;
  transition: transform 400ms ease;
}
.post-card .post-card-h__body, .post-card--serveis .post-card-h__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.post-card .post-card-h__title, .post-card--serveis .post-card-h__title {
  color: #39363A;
  margin: 0;
  transition: color 300ms;
}
.post-card .post-card-h__plus, .post-card--serveis .post-card-h__plus {
  display: block;
  align-self: flex-end;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  color: #CBC9CC;
  transition: color 300ms, transform 300ms;
}
.post-card {
  display: flex;
}
@media (min-width: 768px) {
  .post-card:nth-child(odd) {
    border-right: 1px solid #E6E4E6;
  }
  .post-card:nth-child(even) {
    border-right: none;
  }
}
.post-card.post-card--destacat {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .post-card.post-card--destacat {
    border-right: none;
  }
}
.post-card.post-card--destacat .post-card-h {
  padding-top: 0;
}
.post-card .post-card-h {
  display: flex;
  gap: 1.25rem;
  text-decoration: none;
  color: #39363A;
  border-bottom: 1px solid #E6E4E6;
  padding: 30px 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .post-card .post-card-h {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .post-card .post-card-h__img-wrap {
    flex-basis: auto;
    width: 100%;
  }
}
.post-card .post-card-h__plus {
  margin-top: 1rem;
}
.recurso-card {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  padding: 20px;
  height: 100%;
}
.recurso-card__cover {
  flex: 0 0 130px;
  align-self: flex-start;
}
.recurso-card__cover img {
  width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #D9D9D9;
}
.recurso-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding-top: 10px;
}
.recurso-card__title {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500;
  color: #39363A;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
  max-width: 280px;
}
.recurso-card__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.recurso-card__action {
  color: #C0BCC1;
  transition: color 300ms;
  display: inline-flex;
  align-items: center;
}
.recurso-card__action:hover {
  color: #5E4D74;
}
.recurso-card__action svg {
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .recurso-card--destacat-wrap {
    grid-row: span 2;
  }
}
.recurso-card--destacat {
  background: rgba(94, 77, 116, 0.08);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}
.recurso-card--destacat__title {
  margin: 0;
}
.recurso-card--destacat__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}
.recurso-card--destacat__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #5E4D74;
  font-size: 0.95rem;
  white-space: nowrap;
}
.recurso-card--destacat__badge svg {
  width: 25px;
  height: 25px;
}
.recurso-card--destacat .recurso-card__actions a {
  color: #5E4D74;
}
@media (min-width: 768px) {
  .post-card--serveis.post-card--destacat {
    grid-row: span 2;
  }
}
.post-card--serveis.post-card--destacat .post-card-h {
  flex-direction: column;
}
.post-card--serveis .post-card-h {
  display: flex;
  gap: 1.25rem;
  text-decoration: none;
  color: #39363A;
  padding: 30px 30px 20px 30px;
  border-radius: 10px;
  background: #FFF;
  min-height: 220px;
  height: 100%;
  box-shadow: 3px 8px 12.9px -7px rgba(0, 0, 0, 0.07);
}
.post-card--serveis .post-card-h__img-wrap {
  width: 100%;
}
.post-card--serveis .post-card-h__body {
  color: rgba(56, 59, 54, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.post-card--serveis .post-card-h__body p {
  margin: 0;
}
.post-card--serveis .post-card-h__plus {
  margin-top: 0;
}
.photo-card {
  position: relative;
  display: block;
  border-radius: 34px;
  overflow: hidden;
  aspect-ratio: 0.8197573657;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: all 300ms ease;
}
.photo-card:hover {
  text-decoration: none;
}
.photo-card:hover .photo-card__img {
  transform: scale(1.05);
}
.photo-card:hover .photo-card__body {
  background: #C7B9DD;
}
.photo-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 400ms ease, opacity 300ms ease;
}
.photo-card:hover .photo-card__img {
  opacity: 1;
}
.photo-card__body {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 44px;
  background: #fff;
  border-radius: 20px;
  padding: 26px 30px 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.photo-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #39363A;
  margin: 0 0 14px;
}
.photo-card__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #39363A;
  margin: 0 0 12px;
}
.photo-card__link {
  display: inline-block;
  font-size: 1rem;
  color: #39363A;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-color: #C7B9DD;
  text-decoration-thickness: 10.5%;
  text-underline-offset: auto;
}
.photo-card:hover .photo-card__link {
  color: #5E4D74;
}
.post-gallery {
  overflow: hidden;
}
.post-gallery__slider .slick-list {
  overflow: visible;
}
.post-gallery__item {
  width: 280px;
  padding: 0 6px;
}
@media (max-width: 767.98px) {
  .post-gallery__item {
    width: 220px;
  }
}
@media (max-width: 575.98px) {
  .post-gallery__item {
    width: 180px;
  }
}
.post-gallery__trigger {
  display: block;
  text-decoration: none;
}
.post-gallery__img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 250ms;
}
.post-gallery__img:hover {
  opacity: 0.85;
}
.post-gallery .slick-prev, .post-gallery .slick-next {
  color: #fff;
}
.post-gallery .slick-prev {
  left: 0.5rem;
}
.post-gallery .slick-next {
  right: 0.5rem;
}
.post-gallery-lightbox .modal-dialog {
  max-width: 90vw;
}
.post-gallery-lightbox .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}
.post-gallery-lightbox__close {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 20;
  background: transparent;
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-gallery-lightbox__close svg {
  width: 28px;
  height: 28px;
}
.post-gallery-lightbox__close:hover {
  opacity: 1;
}
.post-gallery-lightbox__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}
.post-gallery-lightbox__item img {
  max-height: 85vh;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 20px;
  display: block;
}
.post-gallery-lightbox .slick-prev, .post-gallery-lightbox .slick-next {
  width: 60px;
  height: 60px;
  color: #fff;
  z-index: 20;
  opacity: 0.8;
}
.post-gallery-lightbox .slick-prev::before, .post-gallery-lightbox .slick-next::before {
  width: 18px;
  height: 18px;
  border-width: 2.5px;
}
.post-gallery-lightbox .slick-prev {
  left: 1rem;
}
.post-gallery-lightbox .slick-next {
  right: 1rem;
}
.slider-logos.slick-initialized {
  display: block;
}
.slider-logos .slick-track {
  display: flex;
  align-items: center;
}
.slider-logos .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  margin: 0;
}
.slider-logos .wp-block-image img {
  width: auto;
  height: auto;
  max-height: 60px;
}
#enfocaments {
  overflow-x: hidden;
}
#enfocaments .wp-block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#enfocaments li {
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.02em;
  border-radius: 14px;
}
@media (max-width: 991.98px) {
  #enfocaments .wp-block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #enfocaments li {
    padding: 10px 25px 12px;
    font-size: 1.1rem;
  }
  #enfocaments li:nth-child(odd) {
    background-color: #B793EF;
    color: #fff;
  }
  #enfocaments li:nth-child(even) {
    background-color: #fff;
    color: #5E4D74;
  }
}
@media (min-width: 992px) {
  #enfocaments .wp-block-list {
    position: relative;
    height: 267px;
    max-width: 1000px;
    margin-left: auto;
    transform: translateX(500px);
    will-change: transform;
  }
  #enfocaments li {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 10px 25px 12px;
    font-size: 1.5rem;
    line-height: 1.48;
    border: 1px solid #8870AC;
  }
  #enfocaments li:nth-child(6n+1) {
    left: 0px;
    top: 0px;
    background-color: #B793EF;
    color: #fff;
    border-color: #B793EF;
  }
  #enfocaments li:nth-child(6n+2) {
    left: 356px;
    top: 1px;
    background-color: #fff;
    color: #5E4D74;
  }
  #enfocaments li:nth-child(6n+3) {
    left: 192px;
    top: 105px;
    background-color: #fff;
    color: #5E4D74;
  }
  #enfocaments li:nth-child(6n+4) {
    left: 675px;
    top: 104px;
    background-color: #B793EF;
    color: #fff;
  }
  #enfocaments li:nth-child(6n+5) {
    left: 76px;
    top: 209px;
    background-color: #B793EF;
    color: #fff;
  }
  #enfocaments li:nth-child(6n) {
    left: 415px;
    top: 209px;
    background-color: #fff;
    color: #5E4D74;
  }
}
body.admin-bar .main-menu-wrapper.fixed-top {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar.scroll-position-at-top .main-menu-wrapper.fixed-top {
    top: 46px;
  }
  body.admin-bar.scroll-position-not-at-top .main-menu-wrapper.fixed-top {
    top: 0;
  }
}
.main-menu-wrapper {
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main-menu-wrapper #main-menu {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .main-menu-wrapper #top-menu > ul > .menu-item {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .main-menu-wrapper #top-menu > ul > .menu-item {
    padding: 0 40px;
  }
}
.main-menu-wrapper #top-menu > ul > .menu-item > a {
  color: #39363A;
}
.main-menu-wrapper #top-menu > ul > .menu-item > a:hover {
  color: #5E4D74;
  text-decoration: none;
}
.main-menu-wrapper #top-menu > ul > .menu-item.current-menu-item > a {
  color: #5E4D74;
  text-decoration: none;
}
.scroll-position-not-at-top .main-menu-wrapper {
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8.6px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 2px 8.6px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 2px 8.6px 0 rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 2px 8.6px 0 rgba(0, 0, 0, 0.13);
}
.scroll-position-not-at-top .main-menu-wrapper #main-menu {
  padding-top: 15px;
}
#isom-mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #5E4D74;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1031;
  padding: 80px 0 40px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#isom-mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body.admin-bar #isom-mega-menu {
  padding-top: 112px;
}
@media (max-width: 782px) {
  body.admin-bar #isom-mega-menu {
    padding-top: 126px;
  }
}
.isom-mega-menu__close {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.15s;
}
@media (max-width: 767.98px) {
  .isom-mega-menu__close {
    right: 1.5rem;
  }
}
.isom-mega-menu__close:hover {
  opacity: 0.75;
}
body.admin-bar .isom-mega-menu__close {
  top: calc(1.5rem + 32px);
}
@media (max-width: 782px) {
  body.admin-bar .isom-mega-menu__close {
    top: calc(1.5rem + 46px);
  }
}
.isom-mega-menu__title {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 992px) {
  .isom-mega-menu__menu-col {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 2.5rem;
  }
}
.isom-mega-menu__menu-col + .isom-mega-menu__menu-col {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .isom-mega-menu__menu-col + .isom-mega-menu__menu-col {
    padding-left: 2.5rem;
  }
}
.isom-mega-menu__col-header {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 10px;
}
.isom-mega-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.isom-mega-menu__list li + li {
  margin-top: 10px;
}
.isom-mega-menu__list li a {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: opacity 0.15s;
}
.isom-mega-menu__list li a:hover {
  opacity: 0.75;
  color: #fff;
}
.isom-mega-menu__contacta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F8F7;
  color: #5E4D74;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 25px;
  height: 50px;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.isom-mega-menu__contacta:hover {
  background-color: #eeebe8;
  color: #5E4D74;
  text-decoration: none;
}
.menu-isom > a {
  cursor: pointer;
}
.site-footer {
  margin-top: 0;
}
.site-footer .footer-main {
  background-color: white;
  padding: 56px 0;
}
.site-footer .footer-main .footer-row {
  flex-wrap: nowrap;
  align-items: stretch;
}
.site-footer .footer-brand-col {
  padding-right: 0;
}
.site-footer .footer-brand-col .footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .site-footer .footer-brand-col .footer-brand {
    padding-right: 130px;
  }
}
.site-footer .footer-brand-col .footer-brand .footer-logo-link {
  display: block;
  flex-shrink: 0;
}
.site-footer .footer-brand-col .footer-brand .footer-logo-link .footer-logo {
  width: 130px;
  height: auto;
}
.site-footer .footer-brand-col .footer-brand .footer-tagline {
  font-size: 14px;
  line-height: 1.5;
  color: #39363A;
  margin: 0;
  padding-top: 2px;
}
.site-footer .footer-widget-col {
  border-left: 1px solid #C7B9DD;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .footer-widget-col h3, .site-footer .footer-widget-col .widget-title {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  color: #39363A;
  margin-top: 0;
  margin-bottom: 8px;
}
.site-footer .footer-widget-col p, .site-footer .footer-widget-col a, .site-footer .footer-widget-col li, .site-footer .footer-widget-col span {
  font-size: 16px;
  line-height: 1.6;
}
.site-footer .footer-widget-col ul, .site-footer .footer-widget-col ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-widget-col ul li, .site-footer .footer-widget-col ol li {
  list-style: none;
  margin-bottom: 8px;
}
.site-footer .footer-widget-col ul li a, .site-footer .footer-widget-col ol li a {
  color: #39363A;
  text-decoration: none;
}
.site-footer .footer-widget-col ul li a:hover, .site-footer .footer-widget-col ol li a:hover {
  color: #5E4D74;
  text-decoration: none;
}
.site-footer .footer-widget-col p {
  color: #39363A;
  margin-bottom: 8px;
}
.site-footer .footer-bottom {
  background-color: #4f4162;
  padding: 18px 0;
}
.site-footer .footer-bottom .site-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer .footer-bottom .site-info ul li {
  list-style: none;
}
.site-footer .footer-bottom .site-info ul li::after {
  content: "·";
  margin: 0 10px;
  color: white;
}
.site-footer .footer-bottom .site-info ul li:last-child::after {
  display: none;
}
.site-footer .footer-bottom .site-info a, .site-footer .footer-bottom .site-info p {
  color: white;
  font-size: 16px;
  margin: 0;
}
.site-footer .footer-bottom .site-info a {
  text-decoration: none;
}
.site-footer .footer-bottom .site-info a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .site-footer .footer-main {
    padding: 48px 0;
  }
  .site-footer .footer-main .footer-row {
    flex-wrap: wrap;
  }
  .site-footer .footer-main .footer-brand-col {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .site-footer .footer-main .footer-brand-col .footer-brand {
    padding-right: 0;
  }
  .site-footer .footer-main .footer-widget-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 28px;
  }
  .site-footer .footer-main .footer-widget-col:nth-child(even) {
    border-left: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-main {
    padding: 40px 0;
  }
}
.page-header__tagline {
  text-transform: uppercase;
  max-width: 790px;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-template-header-container .site-content, .page-template-header-container-estrecho .site-content {
  margin-top: 180px;
}
.page-template-header-container .page-header, .page-template-header-container-estrecho .page-header {
  padding-bottom: 3rem;
  border-bottom: 1px solid #E6E4E6;
}
.page-template-header-container .entry-page h2, .page-template-header-container-estrecho .entry-page h2 {
  font-family: barlow-semi-condensed, sans-serif;
  font-size: clamp(26px, calc(1.5vw + 20px), 34px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.page-template-header-container .entry-page h2:first-child, .page-template-header-container-estrecho .entry-page h2:first-child {
  margin-top: 0;
}
.page-template-header-container .entry-page h3, .page-template-header-container-estrecho .entry-page h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: clamp(20px, calc(0.8vw + 17px), 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.3px;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.page-template-header-container .entry-page h3:first-child, .page-template-header-container-estrecho .entry-page h3:first-child {
  margin-top: 0;
}
.page-template-header-container .entry-page p, .page-template-header-container-estrecho .entry-page p {
  margin-bottom: 1.25rem;
}
.page-filter__dropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 2.25rem;
  border-bottom: 2px solid #E6E4E6;
}
.page-filter__btn {
  background: #fff;
  border: 1px solid white;
  padding: 6px 20px;
  color: #39363A;
  font-size: 0.9rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 3px 5px 7.5px 0 rgba(0, 0, 0, 0.1);
  transition: border-color 200ms, color 200ms;
}
.page-filter__btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  border-bottom: none;
  border-left: none;
  transform: rotate(135deg);
  margin-left: 0.25rem;
  vertical-align: middle;
  transition: transform 200ms;
}
.page-filter__btn:hover, .page-filter__btn:focus-visible {
  background: #fff;
  border-color: #5E4D74;
  color: #5E4D74;
  box-shadow: none;
}
.page-filter__btn[aria-expanded="true"] {
  border-color: #5E4D74;
  color: #5E4D74;
  box-shadow: none;
}
.page-filter__btn[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}
.page-filter .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
  width: 100%;
  min-width: 240px;
}
.page-filter .dropdown-item {
  border-radius: 8px;
  padding: 0.5rem 1rem;
  color: #39363A;
  font-size: 0.9rem;
  transition: background 150ms, color 150ms;
}
.page-filter .dropdown-item:hover, .page-filter .dropdown-item:focus {
  background: rgba(94, 77, 116, 0.07);
  color: #5E4D74;
  text-decoration: none;
}
.page-filter .dropdown-item.active, .page-filter .dropdown-item:active {
  background: rgba(94, 77, 116, 0.12);
  color: #5E4D74;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-filter__dropdown {
    flex: 0 0 calc((100% - 2rem * 2) / 3);
    min-width: 0;
  }
}
.recursos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .recursos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recursos-grid .page-wrap {
  grid-column: 1 / -1;
  margin-top: 1rem;
}
.serveis-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .serveis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .serveis-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.serveis-grid .page-wrap {
  grid-column: 1 / -1;
  margin-top: 1rem;
}
.content-wrapper {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 20px;
}
.content-wrapper .page-wrap {
  margin-top: 3rem;
}
.single .site-content, .archive .site-content, .blog .site-content {
  margin-top: 180px;
}
.post-type-archive-serveis .site-content {
  margin-top: 0px;
}
.single-post-layout {
  padding-bottom: 3rem;
}
.single-post-layout .titol-petit a {
  color: #39363A;
  text-decoration: none;
}
.single-post-layout .titol-petit a:hover {
  color: #5E4D74;
}
.single-post-layout .entry-title {
  margin-bottom: 2rem;
}
.single-post-layout .entry-content p {
  margin-bottom: 1.25rem;
}
.single-post-layout .entry-content h2 {
  font-family: barlow-semi-condensed, sans-serif;
  font-size: clamp(26px, calc(1.5vw + 20px), 34px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.single-post-layout .entry-content h2:first-child {
  margin-top: 0;
}
.single-post-layout .entry-content h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: clamp(20px, calc(0.8vw + 17px), 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.3px;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.single-post-layout .entry-content h3:first-child {
  margin-top: 0;
}
.related-posts-section .related-posts-box {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem 2.5rem;
}
.related-posts-section .related-posts-box .titol-petit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.single-post-sidebar {
  align-self: flex-start;
  position: sticky;
  top: 180px;
}
.single-post-sidebar .single-post-thumbnail img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
}
.single-post-sidebar .single-post-share .sharing-buttons {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.single-post-sidebar .single-post-share .sharing-buttons .sharing-label {
  font-size: 16px;
  color: #39363A;
  margin-right: 0.25rem;
}
.single-post-sidebar .single-post-share .sharing-buttons .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5E4D74;
  padding: 0.3rem;
  text-decoration: none;
  transition: color 200ms;
}
.single-post-sidebar .single-post-share .sharing-buttons .share-btn svg {
  width: 1.4rem;
  height: 1.4rem;
}
.single-post-sidebar .single-post-share .sharing-buttons .share-btn:hover {
  color: #C7B9DD;
}
.single-serveis .site-content {
  margin-top: 151px;
}
.service-hero {
  padding: 0 30px;
}
.service-hero__img {
  width: 100%;
  max-height: clamp(280px, 40vw, 520px);
  object-fit: cover;
  display: block;
  border-radius: 25px;
}
.single-post-layout .service-header .entry-title {
  margin-bottom: 1rem;
}
.service-subtitle {
  color: #39363A;
  margin-bottom: 3.5rem;
}
.service-sidebar {
  align-self: flex-start;
  position: sticky;
  top: 180px;
}
@media (min-width: 992px) {
  .single-post-layout .service-content {
    flex: 1 1 0%;
    max-width: 100%;
  }
  .single-post-layout .service-sidebar {
    flex: 0 0 350px;
    max-width: 350px;
  }
}
.service-ambits__label {
  font-weight: 500;
  color: #39363A;
}
.service-ambits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.service-stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.service-stats__item {
  border-left: 3px solid #C7B9DD;
  padding-left: 1.25rem;
}
.service-stats__figure {
  font-family: barlow-semi-condensed, sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  color: #39363A;
}
.service-stats__desc {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #39363A;
}
.publicacio-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #fff;
  border-radius: 15px;
  padding: 1.5rem;
  height: 100%;
}
.publicacio-card__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39363A;
}
.publicacio-card__icon svg {
  width: 43px;
  height: 51px;
}
.publicacio-card__body {
  flex: 1;
  min-width: 0;
}
.publicacio-card__title {
  font-size: 1rem;
  font-weight: 500;
  color: #39363A;
  line-height: 1.3;
  margin: 0 0 1.25rem;
}
.publicacio-card__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
.publicacio-card__action {
  color: #C0BCC1;
  transition: color 300ms;
  display: inline-flex;
  align-items: center;
}
.publicacio-card__action:hover {
  color: #5E4D74;
}
.publicacio-card__action svg {
  width: 32px;
  height: 32px;
}
.service-related {
  overflow: hidden;
}
.service-related__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.service-related__slider .slick-list {
  overflow: visible;
}
.service-related__slider .slick-prev, .service-related__slider .slick-next {
  color: #39363A;
}
.service-related__slider .slick-prev {
  left: 0.75rem;
}
.service-related__slider .slick-next {
  right: 0.75rem;
}
.service-related__item {
  padding: 0 0.75rem;
}
.service-related__item .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-related__item .service-card__plus {
  align-self: flex-start;
}
.service-card {
  display: block;
  text-decoration: none;
  color: #39363A;
  height: 100%;
  padding: 0 0.75rem 0 0;
}
.service-card:hover {
  text-decoration: none;
}
.service-card:hover .service-card__title {
  color: #5E4D74;
}
.service-card:hover .service-card__plus {
  color: #5E4D74;
  transform: rotate(90deg);
}
.service-card__title {
  margin: 0 0 0.75rem;
}
.service-card__excerpt {
  color: #39363A;
  margin-bottom: 1rem;
}
.service-card__excerpt p {
  margin: 0;
}
.service-card__plus {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  color: #CBC9CC;
  transition: color 300ms, transform 300ms;
}
.service-locations__name {
  font-weight: 500;
  color: #39363A;
}
.service-locations__map .leaflet-map {
  width: 100%;
  min-height: 400px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fisom2026.isom.cat%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcommon%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcommon%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcommon%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcommon%2F_colors.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_comments.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_wp-classes.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_block-img-animated.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_cards.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_photo-card.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_gallery.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_slider-logos.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Fcomponents%2F_enfocaments.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Flayouts%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Flayouts%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Flayouts%2F_pages.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Flayouts%2F_posts.scss%22%2C%22wp-content%2Fthemes%2Fisom%2Fassets%2Fsass%2Flayouts%2F_servei-detail.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtER%3BACkFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAD5FA%3BACiGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADtGA%3BAC4GA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrGE%3BAD6GA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FLF%3BACqMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD3NA%3BACgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAD1PF%3BACiQA%3BAAAA%3BAAAA%3BAC3NE%3BADgOA%3BAAAA%3BAAAA%3BAAAA%3BACrMA%3BAD2MA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAEM%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAD1VV%3BAGCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAH5OA%3BAIEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAClEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BANtFA%3BAOCA%3BAAAA%3BAAAA%3BAAAA%3BAPDA%3BAOOA%3BAAAA%3BAAAA%3BAPPA%3BAOYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAP%2FEA%3BAOsFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPnKJ%3BAAAA%3BAQEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR1DA%3BAQiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAR%2FFA%3BAAAA%3BAE8DE%3BAM2CE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN1EF%3BAMkFE%3BAAAA%3BAAAA%3BAAAA%3BACrHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACzBE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAR5BE%3BAQgCM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR3CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQoDM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqEM%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BARhKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BARlNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgOM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAChTR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BACxEJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAVgDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU9CE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAC5HA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACbR%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ2CF%3BAYnCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZVN%3BAYiBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChFR%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaac%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAagEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa8HF%3BAAAA%3BAAAA%3BAAAA%3BAb9HE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAauIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BACpOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcDU%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAdhFd%3BAc0FM%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd7Gd%3BAcsHM%3BAAAA%3BAAAA%3BAAAA%3BACvLR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd2DN%3BAAAA%3BAAAA%3BAcvDM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdqEN%3BAAAA%3BAAAA%3BAcjEM%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrIR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBoCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB3BE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBJE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfRN%3BAAAA%3BAAAA%3BAeYM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfEN%3BAAAA%3BAAAA%3BAeOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACvJhB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBIE%3BAiBIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */