/* xl - DESKTOP STYLES */
/*==========================================================================*/
/*H E A D E R*/
img.img-responsive.standard-logo.retina-logo {
  width: 230px;
  padding: 10px 0;
}
img.img-responsive.sticky-logo.sticky-retina-logo {
  width: 200px;
}
html {
  scroll-behavior: smooth !important;
}
.btn-contacto a, .sticky .btn-contacto a, #header.sticky-header .main-menu > .btn-contacto ul li.menu-item.active > a {
  color: #fff !important;
  background: #193db3 !important;
  border-radius: 3px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.btn-contacto a:hover {
  background: #1ea2e0 !important;
  border-radius: 3px !important;
}
/*==========================================================================*/
/*M E N U I M A G E N*/
#boton-top-menu-img a {
  font-size: 15px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  padding: 15px 0 !important;
  display: block !important;
}
div#boton-top-menu-img {
  margin-bottom: 20px;
}
.menu-img-top a {
  display: none !important;
}
/*==========================================================================*/
/**/
/*.content-window-home .porto-sicon-box {
    padding: 25px 10px 25px 10px;
    background: linear-gradient(#fff 0%, #ffffff80 30%, #0000 95%);
    transition: .4s ease all;
}
.content-window-home .porto-sicon-box:hover {
    background: linear-gradient(#193db357 0%, #1ea2e057 30%, #0000 95%);
    transition: .4s ease all;
}*/
.content-window-home h3.porto-sicon-title {
  font-size: 18px;
}
.titulo-encabezado h2, .titulo-encabezado h3 {
  position: relative;
  display: inline-block;
}
/*.titulo-encabezado h2:after {
    content:'';
    position:absolute;
    width: 3px;
    height: 5px;
    position: absolute;
    background: #193db3;
    bottom: 7px;
    right: -7px;
}*/
/*.titulo-encabezado h3:after {
    content:'';
    position:absolute;
    width: 2px;
    height: 4px;
    position: absolute;
    background: #193db3;
    bottom: 5px;
    right: -6px;
}*/
.services-content {
  padding-bottom: 25px;
}
.img-efecto img {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.content-window-home i {
  color: #193db3;
}
/*==========================================================================*/
/**/
.overlay-dark:before {
  background-color: rgba(32, 32, 32, 0.8);
}
.overlay-dark:before, .overlay-dark80:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.page-top {
  position: relative;
}
.page-top:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(32, 32, 32, 0.4);
}
.page-top ul.breadcrumb > li:nth-child(1) {
  background: #fff;
  padding: 5px 5px 5px 15px;
  border-radius: 5px 0 0 5px;
  margin-top: 15px;
}
.page-top ul.breadcrumb > li:nth-child(2) {
  background: #fff;
  padding: 5px 15px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  margin-top: 15px;
}
.page-header-8 .delimiter, .page-top ul.breadcrumb > li .delimiter {
  font-weight: 500;
}
.page-top .page-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
.img-parallax {
  position: relative;
  background-attachment: fixed;
}
.content-parallax {
  position: relative;
  z-index: 10;
  padding: 100px 25px 100px 25px !important;
}
.content-parallax:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 31, 63, 0.85);
  -webkit-backface-visibility: hidden;
}
/*==========================================================================*/
/*G A L E R I A*/
.colage-omg-home {
  position: relative;
  overflow: hidden;
  border: solid 2px #fff;
  transition: 0.6s ease all;
}
.colage-omg-home_textos {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  margin: 0;
  justify-content: flex-end;
  padding: 15px 0;
  opacity: 0;
  transition: 0.6s ease all;
}
.colage-omg-home:hover .colage-omg-home_textos {
  opacity: 1;
  transition: 0.6s ease all;
}
.colage-omg-home_textos h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
.colage-omg-home_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(50%);
  transition: 0.6s ease all;
}
.colage-omg-home:hover .colage-omg-home_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(0%);
  transition: 0.6s ease all;
}
.colage-omg-home_textos .porto-u-sub-heading {
  color: #fff;
  margin: 0;
}
.img-ideas {
  transition: 0.4s ease all;
}
.img-ideas img {
  filter: brightness(1);
  transform: scale(1);
  transition: 0.7s ease all;
}
.colage-omg-home:hover .img-ideas img {
  filter: brightness(0.2);
  transform: scale(1.1);
  transition: 0.7s ease all;
}
.content-call-to-action {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  /*background:#193db3;*/
}
.center-btn .btn_call-to-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn-light_call {
  background: #fff;
  padding: 8px 30px;
  border: solid 2px #ffffff;
  border-radius: 3px;
  font-weight: 500 !important;
  transition: 0.3s ease all;
}
a.btn-light_call:hover {
  background: transparent;
  color: #fff;
  border: solid 2px #ffffff;
  border-radius: 3px;
  transition: 0.3s ease all;
}
a.btn-dark_call {
  background: #ce0628;
  padding: 10px 30px;
  border: solid 2px #ce0628;
  border-radius: 3px;
  transition: 0.3s ease all;
  color: #fff;
}
a.btn-dark_call:hover {
  background: #333;
  color: #fff;
  padding: 10px 30px;
  border: solid 2px #333;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.reverse .row {
  flex-direction: row-reverse;
}
.content-colage-imeg {
  position: relative;
}
.wpb_single_image.wpb_content_element.img-efecto.img-float_why {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*===========================================================================*/
/*C A T E G O R I A S*/
.page-top .page-sub-title {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}
/*==========================================================================*/
/*B L O G*/
.blog-home p.post-excerpt, .blog-home .clearfix {
  display: none;
}
.blog-home h4.entry-title {
  font-size: 18px !important;
  font-weight: 400 !important;
}
/*==========================================================================*/
/*C O N T A C T O*/
.contact-form input {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  resize: none;
  height: 100px;
}
.contact-form input[type='text'], .contact-form input[type='tel'], .contact-form input[type='email'] {
  width: 100%;
  height: 35px;
}
.contact-form p {
  margin: 0;
}
.box-des-contact h3.porto-sicon-title {
  margin-bottom: 10px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.box-des-contact h3.porto-sicon-title:after {
  content: '';
  width: 2px;
  height: 4px;
  position: absolute;
  background: #193db3;
  bottom: 6px;
  right: -6px;
}
.links-contacto li {
  padding: 0;
  margin-bottom: 0px;
}
.links-contacto li a {
  color: #888888;
}
.links-contacto li a:hover {
  color: #193db3;
}
i.icon-contacto {
  color: #193db3;
  padding-right: 7px;
}
.box-des-contact strong {
  font-size: 17px;
  display: block;
  padding-bottom: 10px;
  font-weight: 400;
}
.box-des-contact {
  padding: 15px;
}
input[type='submit'] {
  width: 200px;
}
/*==========================================================================*/
/*F O O T E R*/
.icon-footer {
  /* color: #193db3; */
  padding-right: 5px;
}
.social-contacto ul {
  display: flex;
}
.social-contacto ul li {
  padding-right: 20px !important;
  font-size: 20px;
}
#footer .footer-main > .container {
  padding-top: 70px;
  padding-bottom: 30px;
}
/*#footer .footer-bottom {
    padding: 0px 0px 10px 0;
    border-top: solid 1px #dfdfdf;
}*/
#footer img {
  width: 200px;
}
aside.widget.widget_media_image {
  text-align: center;
}
#footer h3.widget-title {
  font-size: 18px !important;
}
#footer .footer-bottom {
  padding: 10px 0;
  font-weight: 400;
}
.content-footer-copy {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.content-footer-copy_bottom img {
  width: 25px !important;
  margin-right: 8px;
}
.content-footer-copy span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .footer-bottom .footer-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 575px) {
  #footer .footer-bottom .footer-right {
    flex-direction: column;
    gap: 21px;
  }
  .footer-right-container {
    text-align: center;
    align-items: center !important;
  }
}
#footer .footer-bottom .footer-right a {
  cursor: pointer;
}
.footer-right-container {
  display: flex;
  gap: 14px;
  align-items: center;
}
ul.social-media.list-unstyled {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0;
}
/*============================== DEGRADADO ============================================*/
/**/
.wpb_raw_code.wpb_raw_html.wpb_content_element.degradado {
  background: #001af9;
  background: -moz-linear-gradient(135deg, #001af9 0%, #000abd 50%, #ce0628 100%);
  background: -webkit-linear-gradient(135deg, #001af9 0%, #000abd 50%, #ce0628 100%);
  background: linear-gradient(135deg, #001af9 0%, #000abd 50%, #ce0628 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001af9",endColorstr="#ce0628",GradientType=1);
  width: 75%;
  height: calc(100% + 60px);
  position: absolute;
  top: -60px;
  right: -10px;
  border-radius: 14px;
  z-index: 1;
}
.wpb_raw_code.wpb_raw_html.wpb_content_element.degradado.left {
  background: #001af9;
  background: -moz-linear-gradient(218deg, #001af9 0%, #000abd 50%, #ce0628 100%);
  background: -webkit-linear-gradient(218deg, #001af9 0%, #000abd 50%, #ce0628 100%);
  background: linear-gradient(218deg, #001af9 0%, #000abd 50%, #ce0628 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001af9",endColorstr="#ce0628",GradientType=1);
  width: 75%;
  height: calc(100% + 60px);
  position: absolute;
  top: -60px;
  left: -10px;
}
.effect-image img {
  position: relative;
  z-index: 2;
  border-radius: 14px;
  transform: translateX(-10px);
  transition: 0.3s;
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateX(-10px) translateY(0);
  }
  50% {
    transform: translateX(-10px) translateY(-10px);
  }
}
.img-efecto .vc_single_image-wrapper {
  transform: translateX(10px);
  z-index: 2;
  position: relative;
}
/*.background-services .porto-sicon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
	flex-direction: column;
	margin: 0;
}

.background-services .vc_column_container{
	border-radius: 14px;
	position: relative;
	overflow: hidden;
}

.background-services .vc_column_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff000078;
}

.background-services .porto-sicon-box {
	position: relative;
	text-shadow: 0 0 16px black;
}
*/
.content-all-serv-home img {
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  transition: all 0.3s ease;
  transform: scale(1);
  height: 245px;
  object-fit: cover;
}
.content-all-serv-home:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.content-all-serv-home .wpb_wrapper.vc_column-inner {
  overflow: hidden;
}
.services-home-boton .wpb_wrapper.vc_column-inner {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 0;
  bottom: -158px;
  transition: all 0.3s 0.1s ease;
  left: 0;
  text-align: center;
  height: 200px;
  padding-top: 9px !important;
}
.content-all-serv-home:hover .services-home-boton .wpb_wrapper.vc_column-inner {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 0;
  bottom: 0;
  transition: all 0.3s 0.1s ease;
  left: 0;
}
.services-home-boton p {
  color: #fff;
  padding: 0 20px;
}
.titulo-servi-hom h3:after {
  content: '';
  background: #0051ba;
  width: 0%;
  height: 3px;
  top: 50px;
  left: 0;
  position: absolute;
  transition: all 0.5s 0.3s ease;
}
.content-all-serv-home:hover .titulo-servi-hom h3:after {
  content: '';
  background: #0051ba;
  width: 100%;
  height: 3px;
  top: 50px;
  left: 0;
  position: absolute;
  transition: all 0.5s 0.3s ease;
}
.content-all-serv-home.vc_column_container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.vc_row.wpb_row.row.top-row.content-window-home.vc_row-no-padding {
  padding: 0 10px !important;
}
.max-width-1920 {
  max-width: 1920px;
}
/*==========================================================================*/
/**/
.content-case-studies_video {
  position: absolute;
  top: 0;
  left: 0;
  /*background: #091573;*/
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.4s ease all;
  transform: translateY(110%);
}
.content-case-studies:hover .content-case-studies_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.4s ease all;
  transform: translateY(calc(0% - 35px));
}
.img-video-play img {
  background: white;
  border-radius: 50%;
  padding: 15px;
  transition: 0.3s ease all;
  animation: pulse 1s infinite;
  width: 80px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.content-img-cabecera_inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0.7) 20%, transparent 70%, transparent 100%);
  z-index: 1;
}
.gt_float_switcher {
  width: 200px;
}
.gt_float_switcher .gt_options a {
  font-size: 14px !important;
}
.gt_float_switcher .gt-selected {
  font-size: 14px;
}
.gt_float_switcher img {
  width: 27px !important;
}
.owl-carousel.stage-margin .owl-stage-outer {
  height: fit-content !important;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .container, .container-sm, .container-md, .container-lg {
    width: 100%;
    max-width: 1200px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  img.img-responsive.standard-logo.retina-logo {
    width: 160px;
    padding: 10px 0;
  }
  /*img.img-responsive.sticky-logo.sticky-retina-logo {
    width: 100px;
}*/
  .header-col.header-left {
    padding: 0 !important;
  }
  .header-col.visible-for-sm.header-right {
    padding: 0 !important;
  }
  .header-builder.header-loaded.sticky-header i.fas.fa-bars {
    color: #193db3;
  }
  #side-nav-panel .accordion-menu > li.menu-item a {
    padding: 5px 5px 4px 15px;
  }
  .menu-img-top a {
    display: block !important;
  }
  .footer-center {
    text-align: center !important;
  }
  .btn-contacto a, .sticky .btn-contacto a {
    color: #333 !important;
    background: inherit;
    border-radius: inherit;
    padding-left: inherit;
    padding-right: inherit;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .btn-contacto a:hover {
    color: #193db3 !important;
    background: inherit !important;
    border-radius: 3px !important;
  }
  .footer-right-container {
    flex-direction: column;
    align-items: self-start;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .content-footer-copy {
    display: block;
  }
  .content-footer-copy_bottom {
    padding-top: 5px;
  }
  .wpb_raw_code.wpb_raw_html.wpb_content_element.degradado {
    width: 100%;
    height: 50%;
    top: -30px;
    right: 0;
    border-radius: 14px;
  }
  .wpb_raw_code.wpb_raw_html.wpb_content_element.degradado.left {
    width: 100%;
    height: 50%;
    top: -30px;
    left: 0;
    border-radius: 14px;
  }
  .effect-image img {
    transform: translateX(0px);
  }
  .img-efecto.wpb_single_image .vc_single_image-wrapper .degradado.left .img-efecto.wpb_single_image .vc_single_image-wrapper {
    padding-left: 20px;
  }
  .content-all-serv-home img {
    height: auto;
  }
  .popmake h2 {
    line-height: 30px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .pum-theme-2479 .pum-container, .pum-theme-lightbox .pum-container {
    width: 300px !important;
  }
}
/*# 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%2F2358-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BADrBA%3BAAAA%3BAC4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiFA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADvFA%3BAAAA%3BAC2FA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpJA%3BAAAA%3BACgKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlRA%3BAAAA%3BACyRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzRA%3BAAAA%3BACqSA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADxSA%3BAAAA%3BAC6SA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADpWA%3BAAAA%3BACyWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADpXA%3BAAAA%3BAAAA%3BAAAA%3BAC6XA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1bA%3BAAAA%3BACocA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwhBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADtmBA%3BAAAA%3BAC6mBA%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%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACM%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD1rBA%3BAAIA%3BAEJG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFAH%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAHSA%3BAAAA%3BAAAA%3BAGFA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxCA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAJrCA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%22%7D */