/* xl - DESKTOP STYLES */
html {
  scroll-behavior: smooth !important;
}
#menu-links-desktop {
  overflow: visible !important;
}
.logo_header {
  margin-right: auto !important;
}
.fixed-header header .header-main {
  background-color: rgba(255, 255, 255, 0);
}
#header {
  background: transparent;
}
#header a {
  font-family: inherit !important;
}
.stats-block.stats-top.counter-home {
  border-left: solid 1px var(--porto-tertiary-color);
}
.stats-top .porto-sicon-top, .stats-top .stats-desc {
  text-align: left !important;
  padding-left: 20px;
}
.titulo-page .porto-u-main-heading h1 {
  color: var(--porto-tertiary-color);
  position: relative;
  padding-bottom: 10px;
  left: 45px;
}
.titulo-page .porto-u-main-heading h1:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -45px;
  top: 8px;
  width: 35px;
  height: 1px;
  -webkit-backface-visibility: hidden;
  background-color: currentColor;
}
.titulo-page_double .porto-u-main-heading h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}
.titulo-page_double .porto-u-main-heading h1:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -65px;
  top: 8px;
  width: 50px;
  height: 1px;
  -webkit-backface-visibility: hidden;
  background-color: currentColor;
}
.titulo-page_double .porto-u-main-heading h1:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -65px;
  top: 8px;
  width: 50px;
  height: 1px;
  -webkit-backface-visibility: hidden;
  background-color: currentColor;
}
.btn-rear-more a {
  background: var(--porto-secondary-color);
  padding: 10px 28px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  border: solid 2px var(--porto-secondary-color);
  font-family: "Jost";
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.btn-rear-more a:hover {
  background: var(--porto-primary-color);
  border: solid 2px var(--porto-primary-color);
  color: #fff;
  transition: 0.3s ease all;
}
.btn-rear-more.light a {
  background: #fff;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 5px;
  color: var(--porto-dark-color);
  border: solid 2px #fff;
  font-family: "Jost";
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.btn-rear-more.light a:hover {
  background: var(--porto-secondary-color);
  color: #fff;
  border: solid 2px var(--porto-secondary-color);
  transition: 0.3s ease all;
}
.btn-rear-more i {
  margin-left: 3px;
  position: relative !important;
  transform: translateX(0px) rotate(-45deg);
  transition: 0.3s ease all !important;
  display: inline-block;
}
.btn-rear-more:hover i {
  margin-left: 3px;
  transform: translateX(7px);
  transition: 0.3s ease all !important;
}
/*========================================================================================*/
/*B O X Y E A R*/
.box-year-float small {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  font-weight: 300;
}
.box-year-float {
  position: absolute;
  bottom: 25px;
  background: var(--porto-primary-color);
  z-index: 10;
  padding: 10px 35px 10px 20px;
  right: 2px;
  display: flex;
  flex-direction: column;
  margin: 0;
  /*width: 250px;*/
}
/*.box-year-float .porto-u-sub-heading {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    justify-content: center;
}*/
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 0px solid transparent;
  border-top: 10px solid #030d26;
}
strong.box-year-float_years {
  font-size: 25px;
  line-height: 1em;
  color: #fff;
}
.box-year-float h4 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
  margin: 0 !important;
  padding-top: 0px;
}
.box-year-float .porto-u-sub-heading p {
  display: none;
}
.box-year-float h2 {
  padding-bottom: 5px !important;
  padding-top: 25px !important;
}
/*===================================================================================================*/
/*S L I D E R H E A D E R H O M E*/
.slider-formato_row {
  position: relative;
  margin: 0;
  transition: 0.5s ease all;
  padding: 0;
  /*border-radius: 7px;*/
  background: #f4f4f4;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.12);
  border: solid 1px #eeeeee;
  margin-bottom: 25px;
}
.slider-formato_row_img .wpb_wrapper {
  overflow: hidden;
  /*border-radius: 7px 7px 0 0;*/
}
.slider-formato_row_img img {
  /*border-radius: 7px 7px 0 0;*/
  position: relative;
  height: 100%;
  /*min-height: 300px;*/
  object-fit: cover;
  transition: 0.5s ease all;
  transform: scale(1);
}
.slider-formato_row:hover .slider-formato_row_img img {
  transition: 0.5s ease all;
  transform: scale(1.1);
}
.porto-sicon-box.box-msc- {
  border: solid 1px #f4f4f4;
  padding: 35px 30px;
  transition: 0.3s ease all;
  transform: translateY(0px);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.porto-sicon-box.box-msc-:hover {
  border: solid 1px #f4f4f4;
  transition: 0.3s ease all;
  transform: translateY(-10px);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.box__inversion em {
  color: var(--porto-primary-color);
  font-size: 50px;
  display: block;
  margin-bottom: 30px;
}
.content-inversion_grip {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
.content-inversion_grip .vc_column_container {
  background: #fff;
  padding: 30px 25px;
  position: relative;
  transition: 0.3s ease all;
}
.content-inversion_grip .vc_column_container:hover {
  background: #eee;
  transition: 0.3s ease all;
}
.ico-since .wpb_wrapper.vc_column-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
}
.ico-since_img {
  width: 50%;
}
.texto_since {
  width: 50%;
  text-align: right;
}
.titulo-page_borderbg h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05px;
  line-height: 1em;
  background: rgba(255, 179, 122, 0.1);
  border: 1px solid rgba(255, 179, 122, 0.35);
  display: inline-block;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.titulo-page_borderbg i {
  color: var(--porto-primary-color);
  font-size: 12px;
  margin-right: 5px;
}
/*============================================================*/
/*T A R J E T A S T R A M I T E S*/
.content-tramites_all .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.box-content_tramites {
  flex: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  border: solid 1px #f0f0f0;
  /*box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 2%);*/
  /*background: #fff;*/
  transition: 0.4s ease all;
}
.box-content_tramites:after {
  content: "";
  position: absolute;
  background-color: #fff;
  clip-path: circle(50% at 0 100%);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  transition: 0.4s 0.1s ease all;
}
.box-content_tramites.active:after {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  clip-path: circle(150% at 0 100%);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  transition: 0.4s 0.1s ease all;
}
.box-content_tramites-inner {
  position: relative;
  padding: 30px 25px 30px;
  max-width: 350px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.box-content_tramites .image {
  position: absolute;
  top: 0;
  left: 350px;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: calc(100% - 350px);
  mask-image: linear-gradient(to left, black 50%, transparent 100%);
  z-index: 1;
}
.btn-plano a {
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
  position: absolute;
  bottom: 25px;
  text-transform: uppercase;
  color: var(--porto-primary-color);
  font-family: "Jostr";
}
.btn-plano a:hover {
  /*text-decoration: underline;*/
  color: var(--porto-secondary-color);
}
a.btn-content-plano.light {
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
  position: absolute;
  color: #fff;
  /* font-family: "inter"; */
  display: block;
  margin-top: 10px;
}
a.btn-content-plano.light:hover {
  /*text-decoration: underline;*/
  /*color: var(--porto-primary-color);*/
}
.box-content_tramites.active, .box-content_tramites:hover {
  flex: 1.7 1 0%;
  border: solid 1px #ccc;
  /*background-color: #f0f0f0;*/
  /*clip-path: circle(150% at 0 100%);*/
  /*box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);*/
  transition: 0.4s ease all;
}
.box-content_tramites-inner h1 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 25px;
  color: var(--porto-dark-color);
  font-weight: 500;
  max-width: 200px;
  /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Bricolagegrotesque";*/
}
.active .box-content_tramites-inner h1 {
  color: var(--porto-primary-color);
}
.box-content_tramites-inner p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  max-width: 280px;
}
/*.active .box-content_tramites-inner p{
    color: #fff;
}*/
.active .btn-plano a {
  color: var(--porto-secondary-color);
}
.box-content_tramites-inner span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--porto-primary-color);
  margin-bottom: 10px;
}
/*.active .box-content_tramites-inner span {
    color: #fff;
}*/
.btn-content-plano i.porto-icon-arrow-forward-right {
  margin-left: 3px;
  position: relative;
  transform: translateX(0px) rotate(-45deg);
  transition: 0.4s ease all;
  display: inline-block;
}
.box-content_tramites:hover i.porto-icon-arrow-forward-right {
  transform: translateX(7px) rotate(0deg);
  margin-left: 3px;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-list_line:not(:last-child) {
  border-bottom: solid 1px #ccc;
  padding-bottom: 25px;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-list_line:hover:not(:last-child) {
  border-bottom: solid 1px var(--porto-secondary-color);
  transition: 0.4s ease all;
}
.content-list_line .porto-sicon-header {
  display: flex;
  gap: 10px;
  width: 100%;
  /* max-width: 235px; */
  padding-right: 10px;
  color: #fff;
  position: relative;
}
.porto-sicon-box.content-list_line h1.porto-sicon-title {
  position: relative;
  left: 0;
  top: 0px;
  color: #ccc;
  font-size: 25px;
  line-height: 1em;
  font-weight: 900;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-list_line:hover h1.porto-sicon-title {
  color: var(--porto-secondary-color);
  transition: 0.4s ease all;
}
.content-list_line .porto-sicon-body {
  display: flex;
  align-items: start;
}
.content-list_line .porto-sicon-description {
  margin: 0 !important;
  text-align: right !important;
  max-width: 450px;
}
.content-list_line p {
  /*max-width: 320px;*/
  margin-left: 10px;
}
.porto-sicon-box.content-list_line_contact {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
.content-list_line_contact .porto-sicon-description {
  margin: 0 !important;
  text-align: right !important;
  max-width: 450px;
  color: var(--porto-quaternary-color);
}
.content-list_line_contact .porto-sicon-body {
  display: flex;
  align-items: start;
}
.content-list_line_contact .porto-sicon-header p {
  font-family: "Jost";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5em;
  max-width: 150px;
  color: var(--porto-primary-color);
}
.content-list_line_contact strong {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: var(--porto-primary-color);
}
.content-list_line_contact .porto-sicon-header {
  display: flex;
  gap: 20px;
  width: 100%;
  /* max-width: 235px; */
  padding-right: 35px;
  color: #fff;
}
.content-form-contactenos .col-lg-6, .content-form-contactenos .col-lg-12 {
  padding: 7px;
}
.box_content-formulario .wpb_wrapper.vc_column-inner {
  padding: 35px !important;
  background-color: #fff;
  border-radius: 15px;
  border: solid 1px var(--porto-primary-color);
}
.box_content-formulario .wpb_wrapper.vc_column-inner::hover {
  transition: 0.3s ease all;
  -box-shadow: var(--shadow-glow);
}
.input-group-form label {
  color: var(--porto-primary-color);
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.custom-contact-input {
  resize: none;
  height: 150px;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.btn-lg {
  width: 100%;
  padding: 15px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
}
#formularios::placeholder {
  color: red;
}
.logo-footer img {
  width: 80px;
}
.box-footer_display .porto-sicon-description {
  margin-top: 7px;
}
.conten-link-footer-lineal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.conten-link-footer-lineal ul li a {
  padding: 0px 12px;
  color: #fff;
}
.conten-link-footer-lineal ul li a:hover {
  color: var(--porto-secondary-color);
}
.social-link-form {
  text-align: right;
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1240px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .logo_header {
    margin-right: initial !important;
    margin-left: auto !important;
  }
  #header .header-main .container {
    min-height: 100%;
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 140px;
  }
  .content-inversion_grip {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-inversion_grip .vc_column_container .porto-u-main-heading h2 {
    width: 100%;
  }
  /*============================================================*/
  /*T A R J E T A S T R A M I T E S*/
  .box-content_tramites .image {
    width: 50%;
    left: auto;
    right: 0;
  }
  .box-content_tramites-inner {
    padding: 30px 20px 30px 20px;
    width: 50%;
  }
  .content-tramites_all .wpb_wrapper {
    flex-direction: column;
    column-gap: 0px;
    row-gap: 20px;
  }
  .box-cajas-home .porto-u-sub-heading {
    min-height: 100%;
  }
  .box-cajas-home.tree {
    padding-bottom: 50px;
  }
  .social-link-form {
    text-align: center;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .porto-sicon-box.content-list_line_contact {
    flex-direction: column;
  }
  .porto-sicon-box.content-list_line_contact .porto-sicon-left {
    width: 100% !important;
    text-align: center;
    padding-bottom: 15px;
  }
  .content-list_line_contact .porto-sicon-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-list_line_contact .porto-sicon-header {
    display: flex;
    gap: 0;
    width: auto;
    padding-right: 0;
  }
  .content-list_line_contact .porto-sicon-description {
    margin: 0 !important;
    text-align: center !important;
  }
  .content-inversion_grip {
    grid-template-columns: 1fr;
  }
  /*============================================================*/
  /*T A R J E T A S T R A M I T E S*/
  .box-content_tramites-inner p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-width: 100%;
  }
  .conten-link-footer-lineal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .counter-home .stats-top .porto-sicon-top, .stats-top .stats-desc {
    padding-left: 12px;
  }
  .counter-home .stats-text {
    width: 100px !important;
  }
  .content-inversion_grip {
    grid-template-columns: repeat(1, 1fr);
  }
  /*============================================================*/
  /*T A R J E T A S T R A M I T E S*/
  .box-content_tramites .image, .box-content_tramites-inner {
    width: 100%;
    max-width: 100%;
  }
  .box-content_tramites-inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f0;
    border-radius: 7px;
    pointer-events: none;
    opacity: 0.85;
    z-index: -1;
  }
  .box-content_tramites-inner h1, .active .box-content_tramites-inner h1 {
    color: var(--porto-dark-color);
  }
  /*==========================================================================*/
  /*F O O T E R*/
  .conten-link-footer-lineal ul li {
    column-count: 1;
    width: 100%;
    justify-content: center;
  }
  .conten-link-footer-lineal ul {
    display: flex;
    flex-direction: column;
  }
  .box-navegacion {
    text-align: center;
  }
  /*======================================================================================*/
  /*List Line*/
  .content-list_line .porto-sicon-body {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .content-list_line .porto-sicon-header p {
    max-width: 100%;
  }
  .content-list_line .porto-sicon-header {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    text-align: center;
  }
  .content-list_line .porto-sicon-description {
    margin: 0 !important;
    text-align: center !important;
  }
  .porto-sicon-box.content-list_line h1.porto-sicon-title {
    position: relative;
    left: 0;
    top: 1px;
  }
  .content-list_line p {
    /*max-width: 320px;*/
    margin-left: 0px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F8-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F8-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F8-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F8-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACEA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrJA%3BAAAA%3BAC4JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADpNA%3BAAAA%3BAC2NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrVA%3BAAAA%3BAC%2BVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrfA%3BAAAA%3BAAAA%3BAC%2BfA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlgBA%3BAAAA%3BAAAA%3BACghBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvtBF%3BAAAA%3BAASA%3BAENA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAFXA%3BAAAA%3BAEgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAFtDA%3BAAcA%3BAGTA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAHnBA%3BAAAA%3BAGwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH9CA%3BAAmBA%3BAIjBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAJQA%3BAAAA%3BAIHA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAJlBA%3BAAAA%3BAIwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJjCA%3BAAAA%3BAIsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */