/* xl - DESKTOP STYLES */
/*====================================================*/
:root {
  --secondary-transparent: #171b279c;
}
/*==================================================*/
#header #menu-main-menu .search-toggle:hover {
  color: #fff !important;
}
#header .main-menu > li.menu-item > a {
  color: #fff !important;
}
#header .main-menu > li.menu-item > a.current {
  color: var(--porto-tertiary-color) !important;
}
#header .logo-transition img, #footer img {
  width: 100%;
}
.custom-btn-style-1 a, .custom-btn-style-1.blog-btn:before, .custom-btn-style-1 a:before, .wpcf7 .custom-btn-style-1::before {
  background: var(--porto-tertiary-color) !important;
  border-color: var(--porto-tertiary-color) !important;
}
.custom-header-top-nav-background::after, .custom-header-top-nav-background::before {
  background: var(--porto-tertiary-color) !important;
}
.custom-btn-style-1 a {
  background: var(--porto-primary-color);
  border: 1px solid var(--porto-primary-color);
  border-radius: 7px;
}
.custom-btn-style-1.blog-btn:before, .custom-btn-style-1 a:before, .wpcf7 .custom-btn-style-1::before {
  background: var(--porto-quaternary-color);
  border-color: var(--porto-quaternary-color);
}
.btn-dark:active, .btn-dark:focus, .btn-dark:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary {
  background: #fff;
  border-color: #fff;
}
#menu-main-menu li > a.current {
  color: var(--porto-secondary-color);
}
#header .main-menu .narrow li.menu-item > a {
  font-size: 14px;
}
.custom-img-pos-1 img {
  filter: contrast(0.7);
  width: 350px;
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}
/*==================================================*/
.porto-sicon-box.box-ms {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f4f4f4;
  padding: 10px;
  border-radius: 10px;
  transition: 0.4s ease all;
  margin-bottom: 10px;
  background: #fff;
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-5px);
}
.porto-sicon-box.box-ms.fondo {
  background: var(--porto-tertiary-color);
  position: relative;
  width: 100%;
}
.porto-sicon-box.box-ms .porto-sicon-header {
  border-bottom: 2px solid var(--porto-tertiary-color);
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.porto-sicon-box.box-ms.fondo .porto-sicon-header {
  border-bottom: 2px solid #fff;
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 2px var(--wp--preset--color--tertiary);
  margin-right: 15px;
}
.box-ms.fondo .porto-sicon-left {
  border-right: solid 2px #ffffff;
}
.texto-corto .porto-sicon-description .text-to-short {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  line-height: 1.2;
}
.texto-corto .porto-sicon-description .text-to-short + p {
  margin: 0;
}
.texto-corto .porto-sicon-description .text-to-short + p a {
  color: var(--porto-tertiary-color);
}
.porto-sicon-box.box-ms.fondo .porto-sicon-description .text-to-short + p a {
  color: #fff;
}
.box-ms-page {
  position: relative;
  background: #fff;
  padding: 25px 20px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 300px;
  border-radius: 0px 0px 10px 10px;
  transition: 0.3s ease all;
  overflow: hidden;
}
.box-ms-page:hover {
  background: #dadada;
  height: 100%;
  transition: 0.3s ease all;
}
.box-ms-page:before {
  content: "";
  background: #333;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  transition: 0.3s 0.2s ease all;
}
.box-ms-page:hover:before {
  width: 100%;
  transition: 0.3s 0.2s ease all;
  transform: translateX(100%);
}
.box-ms-page:after {
  content: "";
  background: #0000ff;
  width: 0%;
  height: 7px;
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 100;
  transition: 0.5s 0.2s ease all;
}
.box-ms-page:hover:after {
  content: "";
  width: 100%;
  transition: 0.5s 0.2s ease all;
}
.custom-box-vacancy .wpb_wrapper.vc_column-inner {
  position: relative;
  background: #ededed;
  border-radius: 14px;
  padding: 25px;
  border: 1px solid #a3a3a3;
  position: relative;
  padding-right: 185px;
  min-height: 300px;
  height: 300px;
  overflow: hidden;
  padding-top: 20px !important;
}
@media (max-width: 575px) {
  .custom-box-vacancy .wpb_wrapper.vc_column-inner {
    padding-right: 20px !important;
  }
  .custom-box-vacancy .wpb_wrapper.vc_column-inner.active {
    padding-bottom: 70px !important;
  }
}
.custom-box-vacancy .wpb_wrapper.vc_column-inner::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background: var(--porto-primary-color);
  border-radius: 0;
  left: -18px;
  top: 0;
}
.custom-box-vacancy .wpb_wrapper.vc_column-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #ededed 35%, transparent 100%);
}
.custom-box-vacancy .wpb_wrapper.vc_column-inner.active::before {
  background: linear-gradient(0deg, #ededed 0%, transparent 0%);
}
@media (max-width: 575px) {
  .custom-box-vacancy .wpb_wrapper.vc_column-inner::before {
    background: linear-gradient(0deg, #ededed 60%, transparent 100%);
  }
}
@media (max-width: 575px) {
  .custom-card-vacancy {
    padding-right: 25px;
  }
}
.custom-card-vacancy + .custom-btn-primary {
  position: absolute;
  top: 14px;
  text-align: end;
  right: 40px;
}
@media (max-width: 575px) {
  .custom-card-vacancy + .custom-btn-primary {
    position: absolute;
    top: 14px;
    text-align: end;
    right: 40px;
    inset: 0;
    left: 20px;
    text-align: start;
    display: flex;
    align-items: end;
    bottom: 10px;
    justify-content: flex-end;
    right: 14px;
  }
}
.custom-card-vacancy .porto-sicon-description p {
  margin: 0;
}
.custom-arrow-click {
  width: 35px !important;
  height: 35px !important;
  background: #ededed;
  border-radius: 50%;
  font-size: 20px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 35px;
  bottom: 20px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: var(--porto-primary-color) !important;
  border: 1px solid #acacac;
}
@media (max-width: 575px) {
  .custom-arrow-click {
    left: 20px;
    bottom: 10px;
    z-index: 9;
  }
}
.custom-card-vacancy[data-active="true"]::before {
  height: 0 !important;
}
.custom-arrow-click i {
  transition: 0.3s ease-in-out;
}
.custom-arrow-click.active i {
  transform: rotate(180deg);
}
.shadow-img img {
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}
/*==================================================*/
.custom-text-background {
  background-position: 20% 40%;
}
.porto-ultimate-content-box {
  border-radius: 14px;
}
.heading-highlight mark:before {
  background-color: var(--porto-tertiary-color) !important;
}
.svg-fill-color-primary svg, .svg-fill-color-primary path {
  fill: transparent !important;
  stroke: var(--porto-tertiary-color);
}
.line-move, .line-move path {
  fill: var(--porto-primary-color) !important;
}
.service-svg svg {
  fill: #fff !important;
}
.tb-hover-content {
  background-color: var(--secondary-transparent) !important;
}
.porto-section.service-type:hover .service-icon {
  color: var(--porto-primary-color) !important;
}
.service-type .post-title {
  padding-right: 20px;
}
#benefits .overlay-color-primary::before {
  background-color: var(--secondary-transparent);
}
.custom-img-pos-1 img {
  filter: contrast(0.7);
}
.blog-btn {
  background-color: var(--porto-tertiary-color) !important;
  border-radius: 7px;
}
.porto-section.service-type, .porto-section.blog-type {
  border-radius: 14px;
  overflow: hidden;
}
.service-type .service-svg.crooked-line, .service-type .porto-heading + .porto-section {
  display: none !important;
}
.service-type .tb-hover-content .porto-tb-link {
  border-bottom: 2px solid #fff;
}
.service-type:hover .tb-hover-content .porto-tb-link {
  border-bottom: 2px solid var(--porto-tertiary-color);
}
.service-type .tb-hover-content.with-link {
  align-items: center;
  justify-content: center;
}
.custom-images .custom-box-shadow-1 {
  box-shadow: 0 15px 60px -36px rgba(0, 0, 0, 0.45);
  border: 1px solid var(--secondary-transparent);
  border-radius: 14px;
  overflow: hidden;
}
.custom-images .custom-image-right {
  transition: 0.3s all;
}
.custom-images:hover .custom-image-right {
  margin-left: -35px;
  align-content: center;
}
.custom-images:hover .custom-image-right .custom-box-shadow-1 {
  margin-bottom: 14px !important;
}
.letter-border.custom-text-background {
  -webkit-text-fill-color: #8dba3800;
  -webkit-text-stroke: 1px #ffffffcc;
}
strong.color-tertiary {
  color: var(--porto-tertiary-color);
}
.custom-btn-white.custom-btn-style-1 a, .custom-btn-white.custom-btn-style-1.blog-btn:before, .custom-btn-white.custom-btn-style-1 a:before, .custom-btn-white.custom-btn-style-1::before {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--porto-tertiary-color);
}
.custom-carousel-box-shadow-1 .porto-ultimate-content-box {
  background-color: #ffffffa3 !important;
}
.custom-box-about .wpb_wrapper.vc_column-inner {
  background: #fff;
  border: 1px solid var(--porto-tertiary-color);
  margin-top: -35px;
  border-radius: 7px;
}
.custom-box-about.custom-box-about-down .wpb_wrapper.vc_column-inner {
  margin-top: 7px;
}
.custom-box-image {
  padding-left: 7px;
  padding-right: 7px;
}
.custom-box-image.mobile {
  display: none;
}
.stats-top .porto-sicon-top, .stats-top .stats-desc {
  width: 100%;
  display: block;
  text-align: start;
}
#custom-title {
  font-size: 60px ! IMPORTANT;
}
.custom-gutter-sm > .vc_column-inner {
  justify-content: flex-end;
}
.featured-box, .featured-box .box-content {
  border-radius: 14px;
}
.custom-card-about-s .porto-sicon-header {
  border-bottom: 2px solid var(--porto-tertiary-color);
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.reverse .row {
  flex-direction: row-reverse;
}
.list-custom-card i.fa-check {
  color: var(--porto-tertiary-color);
}
.custom-left-width .porto-sicon-left {
  width: 34.5px;
}
.custom-accordion .vc_tta-panel-title > a {
  font-size: 18px;
}
.custom-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 96% !important;
}
.custom-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 20px !important;
  padding-right: 50px !important;
}
.custom-accordion .vc_tta-title-text {
  line-height: 1.2;
}
.custom-accordion .vc_tta-panel-heading:hover, .custom-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #dce2d2 !important;
}
.custom-box-1 > .container > .row {
  box-shadow: 0 0 21px -5px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  overflow: hidden;
}
.wpcf7-form input[type="submit"] {
  position: relative;
  box-shadow: none;
  outline: none;
  font-size: 15.4px;
  padding: 12px 28px;
  background: var(--porto-tertiary-color);
  border-color: var(--porto-tertiary-color);
  border-radius: 7px;
}
.custom-btn-style-1.custom-btn-primary a::before, .wpcf7 .custom-btn-style-1.custom-btn-primary::before {
  background: var(--porto-primary-color);
  border-radius: 7px;
}
.full-width-map iframe {
  width: 100%;
}
#footer .custom-footer-top small {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-top: 7px;
}
#footer .map-footer iframe {
  border-radius: 14px;
  border: 1px solid #fff !important;
  height: 200px;
}
#footer .footer-logo {
  max-width: 215px;
  width: 100%;
}
#footer .custom-title-footer h3 {
  border-bottom: 1px solid var(--porto-tertiary-color);
  padding-bottom: 7px;
}
.sub-list {
  display: none;
}
.sub-list.open-to {
  display: block;
}
.quit-p p {
  margin: 0 !important;
}
.quit-p .fas.fa-angle-right {
  transform: rotateZ(0deg);
  transition: transform 0.3s ease;
}
.quit-p .fas.fa-angle-right.rotate-icon {
  transform: rotateZ(90deg);
}
div#form-work-us {
  padding: 30px;
  background: #fff;
  border-radius: 14px;
  max-width: 900px;
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.bg-secondary-transparent {
  background: var(--secondary-transparent);
}
.rounded-img img {
  border-radius: 14px;
}
.title-italic h1, .title-italic h2, .title-italic h3, .title-italic h4, .title-italic h5, .title-italic h6, .title-italic p {
  font-style: italic;
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1600px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 input[type="text"], .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 input[type="email"], .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 input[type="date"], .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 input[type="datetime"], .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 input[type="number"], .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 input[type="tel"], .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 textarea, .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 .form-control, .wpb_custom_1f3b31feb72fbd25c7420d9dbea70927 select {
  font-size: 14px;
  --wpforms-field-size-font-size: 14px;
  background-color: transparent;
  --wpforms-field-background-color: var(--wp--preset--color--tertiary);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  --wpforms-field-border-size: 0px 0px 1px 0px;
  border-color: #ffffff;
  --wpforms-field-border-color: var(--porto-tertiary-color);
  border: 1px solid #8c8c8c;
  border-radius: 7px;
}
.altcha-widget .wpcf7 .custom-btn-style-1.custom-btn-primary::before {
  background: transparent !important;
}
.title-strong strong {
  color: var(--porto-tertiary-color);
}
.custom-margin .porto-sicon-description {
  margin-top: 3px;
}
.form-control {
  background-color: #fff;
  color: #777;
  border-color: var(--porto-input-bc);
  font-size: 14px;
  border: 1px solid #bbbbbb;
  border-radius: 7px;
  min-height: 40px;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .custom-img-pos-1 img {
    filter: contrast(0.7);
    width: 350px;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  }
  .custom-img-pos-1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .custom-images:hover .custom-image-right {
    margin-left: unset;
  }
  .custom-images:hover .custom-image-right .vc_custom_1775574446981 {
    margin-bottom: 24px !important;
  }
  .custom-box-image.mobile {
    display: flex;
  }
  .custom-box-image.desktop {
    display: none;
  }
  #custom-title {
    font-size: 50px ! IMPORTANT;
  }
  .reverse-mobile .row {
    flex-direction: column-reverse;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  #custom-title {
    font-size: 38px ! IMPORTANT;
  }
  .custom-card-about-s, .custom-card-about-s .featured-box {
    margin-bottom: 0;
  }
  .custom-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 94% !important;
  }
  .porto-sicon-description br {
    display: none;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .custom-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 92% !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%2F4106-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F4106-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F4106-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F4106-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F4106-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BADDA%3BACOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FDA%3BACuEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAACC%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADtTA%3BAC4TA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrpBA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFNA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAHrBD%3BAAcA%3BAIdG%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAJbA%3BAAmBA%3BAKnBG%3BAAAA%3BAAAA%3BAAAA%22%7D */