/* xl - DESKTOP STYLES */
:root {
  --gradient: linear-gradient(135deg, #02ac85 0%, #18bb9e 45%, #43d9d1 100%);
  --gradient-hero: radial-gradient(1200px 800px at 15% 10%, #43d9d159, transparent 60%),
                     radial-gradient(1000px 700px at 90% 40%, #02ac8547, transparent 60%),
                     radial-gradient(900px 600px at 50% 100%, #18bb9e38, transparent 60%),
                     linear-gradient(180deg, #f6fbfa 0%, #eaf7f3 100%);
  --gradient-navy: linear-gradient(135deg, #002e60 0%, #002e60 52%, #02ac85 100%);
  --gradient-main: radial-gradient(1200px 800px at 15% 10%, #43d9d136, transparent 60%), 
					 radial-gradient(1000px 700px at 90% 40%, #02ac8547, transparent 60%), 
					 radial-gradient(900px 600px at 50% 100%, #18bb9e38, transparent 60%), 
					 linear-gradient(180deg, #f6fbfa 0%, #eaf7f3 100%);
  --color-border: #d7e0e1;
  --blur-3xl: 64px;
  --shadow-glow: 0 20px 60px -20px #43d9d18c;
  --gradient-icon: linear-gradient(135deg, #e6f8f2 0%, #d9f4ee 45%, #d5f5f2 100%);
}
.fixed-header.header-transparent-bottom-border #header, .header-main {
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
  text-align: -webkit-center;
}
#header.sticky-header .header-main .container {
  min-height: 0px;
}
.header-main {
  margin-top: 20px;
}
#header .logo img {
  width: 100%;
}
#header .color-primary a {
  color: var(--porto-primary-color) !important;
}
#header .btn-gradient-custom a {
  border: 2px solid #02ac85db !important;
}
#header .main-menu .narrow ul.sub-menu {
  background-color: #ffffff;
}
#header.sticky-header .container {
  box-shadow: 0 0 5px #d2d2d2;
}
.fixed-header #header.sticky-header .header-main {
  position: fixed;
  width: 94%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
}
.bg-custom-gradient {
  background: var(--gradient-hero);
}
.btn-gradient-custom a {
  background: var(--gradient) !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 14px 28px !important;
  font-weight: bold;
  font-size: 16px !important;
}
.btn-gradient-custom.tertiary a {
  background: #67b7a7 !important;
}
.btn-gradient-custom-secondary a {
  background: #fff !important;
  border-radius: 20px !important;
  padding: 14px 28px !important;
  font-weight: bold;
  font-size: 16px !important;
  border: 2px solid #02ac8596 !important;
}
.btn-gradient-custom.btn-white a {
  background: #fff !important;
  color: #002e60 !important;
}
.shape-divider + div {
  position: relative;
  z-index: 2;
}
.wrapper-rounded {
  position: relative;
  z-index: 1;
}
.custom-rounded-left {
  width: 300px;
  height: 300px;
  --tw-blur: blur(var(--blur-3xl));
  filter: var(--tw-blur);
  background: #43d9d166;
  animation: float-left 5s ease-in-out infinite alternate;
}
.custom-rounded-right {
  width: 300px;
  height: 300px;
  --tw-blur: blur(var(--blur-3xl));
  filter: var(--tw-blur);
  background: #02ac854d;
  animation: float-right 6s ease-in-out infinite alternate;
  position: absolute;
  right: 0;
  bottom: -100%;
}
@keyframes float-left {
  0% {
    transform: translate(-8px, -10px);
  }
  50% {
    transform: translate(8px, 5px);
  }
  100% {
    transform: translate(-4px, 10px);
  }
}
@keyframes float-right {
  0% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(-8px, -5px);
  }
  100% {
    transform: translate(5px, -10px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-rounded-left, .custom-rounded-right {
    animation: none;
  }
}
.custom-title-hero h1 {
  color: var(--porto-primary-color) !important;
  width: fit-content;
  background: #fff;
  padding: 7px 14px !important;
  border-radius: 7px;
  border: 1px solid #02ac8573;
  display: flex;
  gap: 7px;
  align-items: center;
}
.custom-title-hero h1 strong {
  font-weight: bold;
  font-size: 40px;
  display: block;
  animation: roundeded 0.6s ease-in-out infinite alternate;
  background: var(--porto-primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-align: center;
  letter-spacing: 0;
}
@keyframes roundeded {
  to {
    color: #fff;
  }
  from {
    color: var(--porto-primary-color);
  }
}
.text-gradient-brand strong {
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
.custom-circles {
  display: flex;
}
.custom-circles .circle {
  width: 36px;
  height: 36px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  border: 2px solid #fff;
}
.glass {
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  background: #ffffffa6;
  border: 1px solid #fff9;
}
.absolute-top {
  position: absolute;
  top: 18px;
  right: -18px;
  padding: 7px 14px !important;
  border-radius: 14px;
  border: 1px solid #fff;
  z-index: 2;
}
.absolute-left {
  position: absolute;
  bottom: 18px;
  left: -18px;
  padding: 7px 14px;
  border-radius: 14px;
  z-index: 2;
}
.custom-icon .porto-just-icon-wrapper {
  width: 50px;
  height: 50px;
  background: var(--porto-primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-text .wpb_wrapper {
  width: 100%;
  overflow: hidden;
}
.text-slider {
  --item-gap: 48px;
  --slider-duration: 50s;
  display: flex;
  width: max-content;
  margin: 0;
  animation: text-slider-scroll var(--slider-duration) linear infinite;
  will-change: transform;
  padding-top: 20px;
  padding-bottom: 20px;
}
.text-slider__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: var(--item-gap);
  padding-right: var(--item-gap);
  white-space: nowrap;
}
.text-slider__group strong {
  flex-shrink: 0;
}
.text-slider__group strong::before {
  position: relative;
  left: 0;
  content: ".";
  display: inline-flex;
  align-items: center;
  font-size: 35px;
  color: var(--porto-primary-color);
  top: -4px;
  left: -7px;
}
.card-custom {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  min-height: 145px;
  padding: 14px 14px;
  border-radius: 14px;
  margin: 0;
}
@media (max-width: 480px) {
  .card-custom {
    min-height: auto;
  }
}
.grided-custom-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 4px;
  padding-left: 12px;
}
.grided-custom-card .col-md-4 {
  width: 100%;
  padding: 0;
}
@media (max-width: 480px) {
  .grided-custom-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@keyframes text-slider-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .text-slider {
    animation: none;
    transform: none;
  }
}
.absolute-text {
  position: absolute;
  left: 0;
  bottom: -11px;
  border-radius: 14px;
  padding: 14px;
  max-width: 290px;
}
.titulo-page .porto-u-main-heading h1 {
  padding-left: 50px;
}
.titulo-page .porto-u-main-heading h1:before {
  content: "";
  position: relative;
  z-index: 1;
  left: -50px;
  top: 8px;
  width: 35px;
  height: 1px;
  -webkit-backface-visibility: hidden;
  background-color: currentColor;
  display: block;
}
.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;
}
.custom-card-prices {
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--color-border);
}
.custom-card-prices .porto-info-list-item-desc {
  font-size: 14px;
}
.custom-shadow-card .vc_single_image-wrapper {
  position: relative;
}
.custom-shadow-card .vc_single_image-wrapper::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #ffffff, transparent);
  z-index: 2;
}
.custom-card-prices:hover .vc_single_image-wrapper::before {
  bottom: -14px;
}
.custom-card-prices:hover img {
  transform: scale(1.1);
}
.custom-shadow-card.shadow-dark .vc_single_image-wrapper::before {
  background: linear-gradient(0deg, #04396f, transparent);
  box-shadow: var(--gradient-navy);
}
.grided-column-prices .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.grided-column-prices .row .col-md-4 {
  width: 100%;
}
.custom-accordion-faq .vc_tta-title-text {
  font-size: 16px;
}
.glass-white {
  background-color: color-mix(in oklab, #ffffff 90%, transparent) !important;
  border: 1px solid var(--color-border) !important;
}
section.timeline:after {
  background: #505050;
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #33cebe 8%, var(--wp--preset--color--vivid-green-cyan) 92%, rgba(80, 80, 80, 0) 100%);
}
section.timeline .timeline-box {
  padding: 7px 24px;
}
section.timeline .timeline-date {
  border: 1px solid #02ac8570;
}
section.timeline .timeline-box {
  margin: 20px 22px 10px;
  padding: 18px;
  border: 1px solid #02ac8570;
}
section.timeline .timeline-box.right:after {
  border-left: 1px solid #02ac8570;
  border-bottom: 1px solid #02ac8570;
}
section.timeline .timeline-box.left:after {
  border-right: 1px solid #02ac8570;
  border-top: 1px solid #02ac8570;
}
.timeline-item-content strong {
  font-size: 20px;
  color: var(--porto-primary-color);
  padding-bottom: 7px;
  display: inline-block;
}
.timeline-item-title.step-item-title {
  width: fit-content;
  padding: 0px 14px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  font-size: 14px;
  background: var(--gradient);
  color: #fff;
  min-width: 82px;
  text-align: center;
  margin-bottom: 7px;
}
.timeline .timeline-item-content {
  font-size: 0.9em;
  line-height: 1.5;
}
section.timeline .timeline-box:before {
  background: var(--gradient);
  box-shadow: none;
}
section.timeline .timeline-box.left:before {
  content: "";
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -30px;
  top: 22px;
}
section.timeline .timeline-box.right:before {
  content: "";
  border-radius: 50%;
  height: 15px;
  left: -30px;
  position: absolute;
  top: 32px;
  width: 15px;
}
.porto-ibanner, .porto-ibanner > img {
  display: block;
  position: relative;
  min-height: 200px;
}
.bg-gradient-primary {
  background: var(--gradient-navy);
}
.bg-gradient-secondary {
  background: var(--gradient);
}
.rounded {
  border-radius: 24px 18px !important;
}
.text-mixted .porto-sicon-description {
  color: color-mix(in oklab, #ffffff 80%, transparent);
}
.read-more-less_text .wpb_wrapper {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.read-more-less_button .icon-wrapper {
  transition: transform 0.3s ease;
}
.read-more-less_button.is-open .icon-wrapper {
  transform: rotate(90deg);
}
input.form-control {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  height: auto;
  font-size: 16px;
}
.form-control:focus, select:focus {
  box-shadow: none;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
  background-color: transparent;
  color: var(--porto-dark-color);
  border-color: #02ac854f;
}
.custom-footer-gradient {
  background-image: var(--gradient-navy);
}
.custom-shadow::before {
  content: "";
  width: 250px;
  height: 287px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  --tw-blur: blur(var(--blur-3xl));
  filter: var(--tw-blur);
  background: #43d9d166;
}
#footer .list.list-unstyled {
  display: flex;
  justify-content: space-around;
}
#footer .top-row {
  position: relative;
  z-index: 9;
}
.center-footer {
  display: grid;
  justify-content: center;
}
.maxw-content_header-page {
  width: 100%;
}
.maxw-content_header-page .porto-u-heading.titulo-all-page {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 25px;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 20px !important;
}
.full-width-btn, .full-width-btn a {
  width: 100%;
  text-align: center !important;
}
#desktop {
  display: block !important;
}
@media (max-width: 991px) {
  #desktop {
    display: none !important;
  }
}
#mobile {
  display: none !important;
}
@media (max-width: 991px) {
  #mobile {
    display: block !important;
  }
}
.fixed-header header .header-main {
  background-color: transparent;
}
.fixed-header #header .header-main .container {
  padding: 18px 24px;
  background: #fff;
  border-radius: 14px;
}
.sticky .container {
  box-shadow: 0 0 10px #c4c4c4;
}
#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {
  background: transparent !important;
  transition: 0.6s ease-in-out;
  box-shadow: none !important;
  border: none;
}
.post .porto-section {
  position: relative;
  box-shadow: 0 0 10px #c4c4c4;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 7px;
  overflow: hidden;
}
.post .porto-section span, .post .porto-section h3 {
  padding-left: 14px;
  padding-right: 14px;
}
.post .porto-section h3 {
  font-size: 18px;
  padding-bottom: 20px;
}
.share-links a {
  border-radius: 50%;
}
.joinchat__bubble--media img {
  width: 250px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 0 !important;
}
.btn-arrow:not(.btn-borders) {
  padding: 0 !important;
}
/* lg - TABLET LANDSCAPE STYLES */
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .absolute-top {
    right: 0px;
  }
  .absolute-left {
    left: 0px;
  }
  .grided-column-prices .row {
    grid-template-columns: repeat(2, 1fr);
  }
  .fixed-header #header .header-main {
    padding: 0;
  }
  .grided-custom-card {
    padding-right: 12px;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  #footer .list.list-unstyled {
    justify-content: center;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .center-footer {
    display: grid;
    justify-content: initial;
  }
  .grided-column-prices .row {
    grid-template-columns: 1fr;
  }
  .reverse-mobile .row {
    flex-flow: column-reverse;
    gap: 12px;
  }
  .custom-rounded-right, .custom-rounded-left {
    display: none;
  }
  .text-gradient-brand strong {
    background-image: initial;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: var(--porto-primary-color);
  }
}
/*# 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%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%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%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD%2FuBA%3BAAAA%3BAASA%3BAETA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFhBA%3BAAcA%3BAGdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */