/* xl - DESKTOP STYLES */
html {
  scroll-behavior: smooth !important;
}
.container-grid {
  display: grid;
  grid-template-areas: "img1 img2 img3" "img4 img5 img5" "img6 img5 img5";
  overflow: hidden;
}
.overlay-img:beforee {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.8s 0.5s ease all;
}
#header .share-links a:not(:hover) {
  color: #fff !important;
}
#header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center, .header-builder-p .header-main {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#header.sticky-header .main-menu-wrap, .header-builder-p.sticky-header .header-main.sticky, #header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
span.typeWriter {
  display: none;
}
.porto-block.has-pb-edit p {
  display: none;
}
.vc_row.wpb_row.vc_inner.row.reverse {
  flex-direction: row-reverse;
}
.img-efecto img {
  transition: 0.4s ease all;
  transform: scale(1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.img-efecto img:hover {
  transition: 0.4s ease all;
  transform: scale(0.95);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.02);
}
/*===============================================================================================*/
/*I N I C I O*/
.custom-img .vc_single_image-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  background: #c097c5;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 480px;
  transition: 0.4s ease all;
}
.custom-img .vc_single_image-wrapper:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #c097c5;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 480px;
  transition: 0.4s ease all;
}
ul.list.list-unstyled.listmenu_top li {
  padding-right: 20px;
}
ul.list.list-unstyled {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
li.Bienvenidos {
  margin: 0;
  border-right: solid 2px rgba(255, 255, 255, 0.3);
}
li.addres {
  border-right: solid 2px rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}
ul.list.list-unstyled li a {
  color: #fff;
  transition: 0.3s ease all;
}
ul.list.list-unstyled li a:hover {
  color: #71246f;
  transition: 0.3s ease all;
}
.box-services {
  position: relative;
}
.box-services .wpb_wrapper.vc_column-inner {
  background: #fff;
  padding: 100px 25px !important;
  box-shadow: 10px 10px 20px #bebebe7a, -5px -5px 20px #ffffff;
  border-radius: 10px;
  transition: 0.3s ease all;
  margin-bottom: 35px;
}
.box-services .wpb_wrapper.vc_column-inner:hover {
  background: #fff;
  padding: 100px 25px !important;
  box-shadow: 10px 10px 10px #bebebe7a, -5px -5px 10px #ffffff;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.box-services .wpb_wrapper.vc_column-inne:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.1) 30%, transparent 50%, transparent 100%);
  transition: all 0.4s ease;
}
/*.owl-carousel.porto-carousel .owl-nav .owl-next, 
.owl-carousel.porto-carousel .owl-nav .owl-next.disabled, 
.owl-carousel.porto-carousel .owl-nav .owl-prev, 
.owl-carousel.porto-carousel .owl-nav .owl-prev.disabled {
    width: 40px!important;
    height: 40px!important;
    background-color: #fcc000!important;
    border-color: #fcc000!important;
    color: #fff!important;
    opacity: 1;
    cursor: pointer;
}*/
.custom-img img.vc_single_image-img {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #bebebe7a, -5px -5px 10px #ffffff2b;
}
.wpcf7-response-output {
  color: #71246f;
}
.btn-rear-more a {
  background: var(--porto-primary-color);
  padding: 12px 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff !important;
  border: solid 2px var(--porto-primary-color);
  /*font-family: "Inter Tight, sans-serif";*/
  font-size: 14px;
  transition: 0.3s ease all;
}
.btn-rear-more a:hover {
  background: var(--porto-secondary-color);
  border: solid 2px var(--porto-secondary-color);
  transition: 0.3s ease all;
}
.btn-rear-more_plano i, .btn-rear-more i {
  margin-left: 3px;
  position: relative !important;
  transform: translateX(0px);
  transition: 0.3s ease all !important;
  display: inline-block;
}
.btn-rear-more_plano:hover i, .btn-rear-more:hover i {
  margin-left: 3px;
  transform: translateX(7px);
  transition: 0.3s ease all !important;
}
.titulo-page .porto-u-main-heading h2 {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: var(--porto-primary-color);
  letter-spacing: 2px !important;
}
.titulo-page .porto-u-sub-heading {
  /*font-family: Georgia, serif;*/
  font-weight: 700 !important;
  font-size: clamp(2em, 5vw, 3em);
  line-height: 1.2em;
  color: var(--porto-dark-color) !important;
}
/*===============================================================================================*/
/*I M G-P R O D U C T*/
.box-productos {
  position: relative;
  padding-bottom: 35px;
}
.img-productos img {
  transform: scale(1);
  filter: blur(0px);
  transition: 0.4s ease all;
  border-radius: 10px;
}
.wpb_wrapper.vc_column-inner:hover .img-productos img {
  transform: scale(1.2);
  filter: blur(6px) brightness(0.5);
  transition: 0.4s ease all;
  border-radius: 10px;
}
.box-productos .wpb_wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.porto-u-heading.text-des-up {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(113, 35, 111, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  transform: translateY(85%);
  transition: 0.4s ease all;
}
.bon-iner-producto .wpb_wrapper.vc_column-inner:hover .porto-u-heading.text-des-up {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(113, 35, 111, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  transform: translateY(0);
  transition: 0.4s ease all;
}
.bon-iner-producto .wpb_wrapper.vc_column-inner {
  transition: 0.4s ease all;
}
.text-des-up .porto-u-main-heading {
  transition: 0.4s 0.1s ease all;
  position: absolute;
  top: 10px;
}
.bon-iner-producto .wpb_wrapper.vc_column-inner:hover .text-des-up .porto-u-main-heading {
  transition: 0.4s 0.1s ease all;
  position: relative;
  top: 0;
}
.text-des-up h3 {
  font-size: 22px;
}
/*===============================================================================================*/
/*S L I D E R*/
a.btn-top-slider {
  color: #fff;
  transition: 0.3s ease all;
}
a.btn-top-slider:hover {
  color: #71246f;
  transition: 0.3s ease all;
}
.icon-slider {
  padding-right: 10px;
}
.slider-marcas {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.slider-row {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}
.slider-track {
  display: inline-flex;
  animation: scroll-left 40s linear infinite;
}
.slider-track.right-to-left {
  animation: scroll-right 40s linear infinite;
}
.slider-track img {
  height: 70px;
  margin: 0 30px;
  filter: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.slider-track img:hover {
  filter: grayscale(100%);
  opacity: 0.6;
  transform: scale(0.95);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.porto-section.section_content_titulo-post_cunstom {
  border-radius: 7px;
  overflow: hidden;
}
.titulo-post_cunstom > p.porto-heading {
  display: none !important;
}
.titulo-post_cunstom .tb-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}
.titulo-post_cunstom-2 .tb-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}
.porto-section.content_titulo-post_cunstom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 35px 25px;
}
.titulo-post_cunstom_h1 img {
  height: 350px;
  object-fit: cover;
}
.titulo-post_cunstom_h2 img {
  height: 110px;
  object-fit: cover;
}
#width_post_cunstom-2 .owl-carousel {
  margin-bottom: 0px;
}
/*======================================================================================*/
/*C A R R U S E L M O B I L*/
.content-carrusel_cunstome .wpb_wrapper.vc_column-inner {
  display: none;
}
.img-header img {
  border-radius: 10px;
}
/*===============================================================================================*/
/*T I M E L I N E*/
.box-historia img.img-responsive {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 0 0px 5px white, 0 0 0px 10px #c097c5;
  margin-right: 25px;
  object-fit: cover;
}
article.timeline-box div {
  display: flex;
}
section.timeline .timeline-date {
  display: block;
  clear: both;
  width: 200px;
  height: 45px;
  padding: 5px;
  margin: 0 auto 10px;
  background: #71236f;
  color: #fff !important;
  border-radius: 25px !important;
}
section.timeline .timeline-date h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 32px;
  margin: 2px 0 0;
}
.page-top:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(113, 35, 111, 0.5);
}
.page-top .page-title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.conten-mv h3.porto-sicon-title {
  text-align: left !important;
}
.conten-mv.vc_column_container {
  padding: 35px;
  position: relative;
}
.vc_row.wpb_row.vc_inner.row.b-content-mv {
  background: rgba(113, 35, 111, 0.06);
  border-radius: 10px;
}
.conten-mv.vc_column_container:after {
  content: "";
  position: absolute;
  top: calc(100% - 80%);
  right: 0;
  width: 1px;
  height: 70%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
}
.conten-mv.vc_column_container:nth-child(3):after {
  content: "";
  position: absolute;
  top: calc(100% - 80%);
  right: 0;
  width: 1px;
  height: 70%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0);
}
/*===================================================================================*/
/**/
.content-img-promo img {
  transform: translateY(0px);
  transition: 0.3s ease all;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.content-img-promo img:hover {
  transform: translateY(-10px);
  transition: 0.3s ease all;
  box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1);
}
/*===================================================================================*/
/**/
.content-pestanas-all {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0 !important;
  box-shadow: 10px 10px 20px #bebebe7a, -5px -5px 20px #ffffff;
  margin: 0px 20px 20px 0 !important;
  border: solid 1px #f4f4f4;
}
.btn-no-fondo a {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-no-fondo a:hover {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent !important;
  color: #b91db6 !important;
}
.btn-no-fondo a:active, .btn-no-fondo a:focus {
  box-shadow: none;
  background: transparent !important;
  color: #b91db6 !important;
}
.content-seguros-pestana-btn {
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-seguros-pestana {
  border-right: solid 1px #ebebeb;
  min-height: 200px;
  justify-content: center;
  align-items: center;
}
.text-desc-plan p {
  padding: 25px 25px 0 25px;
}
.toggle label {
  font-size: 15px;
  background: none;
  border: none;
}
.porto-toggles.wpb_content_element {
  max-width: 300px;
  margin: 0 auto;
}
::nth-child(1) {
  background: #ededed !important;
}
li.productos-p:nth-child(even) {
  background: #ededed;
}
li.productos-p:nth-child(odd) {
  background: #71246f52;
}
li.productos-p {
  padding: 5px;
}
/*===================================================================================*/
/*S E R V C I O*/
.img-ser-back {
  height: 400px;
}
.img-ser-back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #ffffff 0, rgba(255, 255, 255, 0.3) 30%, transparent 100%, transparent 100%);
}
/*===================================================================================*/
/**/
i.ico-footer {
  font-size: 15px;
  padding-right: 8px;
  color: #fff;
}
#footer ul.list-inline li a:hover {
  color: #fff;
  transition: 0.3s ease all;
}
.form-group {
  margin-bottom: 7px;
}
/*===================================================================================*/
/*C O N T A C T O*/
.form-contact input, textarea {
  width: 100%;
  resize: none;
  max-height: 100px;
  font-size: 1em;
}
.form-contact input {
  padding: 17px 12px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.custom-btn-primary {
  max-width: 150px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary.btn-modern {
  padding: 17px 40px;
  font-size: 1rem;
  font-weight: 500;
  max-width: 150px;
}
.wpcf7-form .altacaptcha-field {
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
}
/*===================================================================================*/
/*P A G I N A G R A C I A S*/
.content-gracias img {
  max-width: 250px;
}
.vc_row.wpb_row.top-row.content-gracias.porto-inner-container {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1440px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  #footer .footer-bottom .container > div {
    padding: 10px 0;
    text-align: center;
  }
  .box-serv-bord .wpb_wrapper.vc_column-inner {
    border-radius: 10px;
    border: solid 1px #9718092e;
    height: inherit;
    margin-bottom: 60px;
  }
  .box-ser-left {
    padding-left: 50px;
    padding-right: 25px;
  }
  .split {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .screen-split img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  .screen-split {
    position: relative;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    border-left: none;
    border-top: transparent;
    border: solid 1px #fff;
    border-bottom: none;
    /* filter: grayscale(80%); */
    transition: all 0.4s cubic-bezier(0.54, 0.21, 0.11, 1.16);
    min-width: 50%;
  }
  .screen-split:nth-last-child {
    border-right: none;
    border-bottom: 5px solid #1d2945;
  }
  .vc_btn3-container.btn-style-1.mt-3.vc_btn3-inline {
    text-align: center;
  }
  #header.sticky-header .header-main.sticky {
    padding: 0px 0;
  }
  .row.col-12.content-footer-link {
    flex-direction: column;
    padding-left: 15px;
  }
  .box-top-sucursales {
    width: 100%;
  }
  article.timeline-box div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-seguros-pestana {
    border-right: transparent;
    min-height: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .conten-mv.vc_column_container:after {
    content: "";
    position: absolute;
    top: inherit;
    right: 0;
    width: 70%;
    left: 0;
    margin: 0 auto;
    height: 1px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  }
  .content-seguros-pestana-btn {
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  span.arrow {
    color: #a56a25;
  }
  img.img-responsive.standard-logo.retina-logo {
    max-width: 70px !important;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .porto-block.has-pb-edit p {
    display: none !important;
  }
  .img-ser-back {
    height: 200px;
  }
  ul.list.list-unstyled {
    gap: 0px;
  }
  ul.listmenu_top li a {
    display: none;
  }
  li.Bienvenidos {
    margin: 0;
    border-right: solid 0px rgba(255, 255, 255, 0.3);
    padding-right: 0;
    text-align: center;
  }
  li.addres {
    padding: 0;
    border-right: solid 0px rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
  }
  ul.list.list-unstyled.listmenu_top li {
    padding-right: 0;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .porto-block.has-pb-edit p {
    display: none !important;
  }
  .img-ser-back {
    height: 200px;
  }
  #width_post_cunstom .is-layout-flex {
    display: flex;
    flex-direction: column !important;
  }
  .titulo-post_cunstom_h1 img {
    /*height: 100%;*/
    object-fit: cover;
  }
  .content_column-blog {
    display: flex;
    flex-direction: column !important;
  }
  .titulo-post_cunstom_h2 img {
    height: 200px;
  }
  /*======================================================================================*/
  /*C A R R U S E L M O B I L*/
  #Desktop-banners {
    display: none;
  }
  .content-carrusel_cunstome .wpb_wrapper.vc_column-inner {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .Img-carrusel_cunstome {
    flex: 0 0 90%;
    margin-right: 12px;
    scroll-snap-align: start;
    /*padding-left: 15px;*/
  }
  .content-carrusel_cunstome .wpb_wrapper.vc_column-inner::-webkit-scrollbar {
    display: none;
  }
}
/*# 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%2F961-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F961-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F961-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F961-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzDA%3BAAAA%3BAC%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9NA%3BAAAA%3BAC4OA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD3SA%3BAAAA%3BAC%2BSA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADrZA%3BAAAA%3BACiaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADraA%3BAAAA%3BAC0aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%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%3BADlfA%3BAAAA%3BACggBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrgBA%3BAAAA%3BAC2gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADzkBA%3BAAAA%3BAC6kBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhlBA%3BAAAA%3BAC4lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADtmBA%3BAAAA%3BAC2mBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7nBA%3BAAAA%3BACqoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnpBF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FGA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAH5BA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJdA%3BAAAA%3BAIoBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%22%7D */