/* LICENSE & DETAILS
 ==================================================
 Theme Name: Fundación Escuela Teresiana Theme
 Author: Edu Richard
 Author URI: https://edurichard.com/
 Description: Plantilla para la gestión de currículums
 Version: 1.0
 License: Edu Richard - All rights reserved
 Text Domain: edu-theme
 ================================================== */
/* ==============================
 START - BREAKPOINTS
 ============================== */
/*
 @include breakpoint-down(tablet){
 }
 */
/* Pagination */
.pagination {
  margin: 2rem 0;
}
.page-link, .page-link:hover {
  color: #58a618;
}
.page-item.active .page-link {
  background-color: #58a618;
  border-color: #58a618;
}
.page-link.page-total:hover {
  background-color: transparent;
  border-color: #dee2e6;
}
/* IMG */
img {
  max-width: 100%;
  height: auto;
}
.img-wrap img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
  transition: all 700ms;
  -moz-transition: all 700ms;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
}
a:hover .img-wrap img, a.img-wrap:hover img {
  min-height: 115%;
  min-width: 115%;
}
.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.clear {
  clear: both;
}
/* COLORS */
body {
  color: #777;
}
a {
  color: #58a618;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a:hover {
  color: #58a618;
  opacity: 0.9;
  text-decoration: underline;
}
.black {
  color: #000;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.black:hover, a:hover .black {
  color: #585959;
}
.bg-black {
  background-color: #000;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-black:hover, a:hover .bg-black {
  background-color: #585959;
}
.bg-black-85 {
  background-color: rgba(51, 51, 51, 0.85);
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
.white {
  color: white;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.white:hover, a:hover .white {
  color: #f4f4f4;
}
.bg-white {
  background-color: white;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-white:hover, a:hover .bg-white {
  background-color: #f4f4f4;
}
.bg-white-85 {
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-white-85:hover, a:hover .bg-white-85 {
  background-color: rgba(244, 244, 244, 0.85);
}
.bg-light-gray {
  background-color: #f4f4f4;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-light-gray:hover, a:hover .bg-light-gray {
  background-color: white;
}
.groc {
  color: #fddc04;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.groc:hover, a:hover .groc {
  color: #c6a818;
}
.bg-groc {
  background-color: #fddc04;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-groc:hover, a:hover .bg-groc {
  background-color: #c6a818;
}
.lila {
  color: #5d5aa4;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.lila:hover, a:hover .lila {
  color: #323268;
}
.bg-lila {
  background-color: #5d5aa4;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-lila:hover, a:hover .bg-lila {
  background-color: #323268;
}
.magenta {
  color: #e94963;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.magenta:hover, a:hover .magenta {
  color: #c1304c;
}
.bg-magenta {
  background-color: #e94963;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-magenta:hover, a:hover .bg-magenta {
  background-color: #c1304c;
}
.verd {
  color: #45b8a9;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.verd:hover, a:hover .verd {
  color: #2c9382;
}
.bg-verd {
  background-color: #45b8a9;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-verd:hover, a:hover .bg-verd {
  background-color: #2c9382;
}
.light-lila {
  color: #aeacd1;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.light-lila:hover, a:hover .light-lila {
  color: #7977b4;
}
.bg-light-lila {
  background-color: #aeacd1;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-light-lila:hover, a:hover .bg-light-lila, button.bg-light-lila:hover {
  background-color: #7977b4;
}
.dark-lila {
  color: #323268;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.dark-lila:hover, a:hover .light-lila {
  color: #5d5aa4;
}
.bg-dark-lila {
  background-color: #323268;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-dark-lila:hover, a:hover .bg-dark-lila, button.bg-dark-lila:hover {
  background-color: #5d5aa4;
}
.taronja {
  color: #ff5000;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.taronja:hover, a:hover .taronja {
  color: #ff854f;
}
.bg-taronja {
  background-color: #ff5000;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
a.bg-taronja:hover, a:hover .bg-taronja {
  background-color: #ff854f;
}
/* FONTS */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.ttuc {
  text-transform: uppercase;
}
.tdul {
  text-decoration: underline;
}
.tdul:hover {
  text-decoration: underline;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-bold, strong {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
h5 {
  font-size: 0.875rem;
}
h6 {
  font-size: 0.75rem;
}
p {
  margin-bottom: 0.5rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-50 {
  font-size: 3.125rem;
}
.fs-60 {
  font-size: 3.75rem;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
button {
  cursor: pointer;
  border: 0;
  background: transparent;
}
.btn {
  border-radius: 0;
  margin-bottom: 4px;
}
.btn.focus, .btn:focus, button:focus {
  box-shadow: none;
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #58a618;
  border-color: #58a618;
}
.btn-primary:hover {
  color: #fff;
  background-color: #58a618;
  border-color: #58a618;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}
.comments-area {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .media-body {
  overflow: auto;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list > li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 2.5rem 4rem;
}
.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 2rem;
}
.comments-area .comment-list ul.children li {
  padding: 2.5rem 0 0;
}
.comments-area .comment-list .comment-respond {
  padding: 2.5rem 4rem;
}
.comments-area .comments-title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .comment-navigation {
  padding: 1rem 4rem 0;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .wb-comment-form {
  padding: 2.5rem 4rem;
}
.comments-area .wb-cancel-reply {
  margin-left: 2rem;
}
.comments-area .logged-in-as {
  padding-left: 15px;
  font-size: 0.9rem;
}
.comments-area .logged-in-as a {
  color: #6c757d;
}
.comments-area .logged-in-as a:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .wb-comment-notes {
  font-size: 0.9rem;
}
.comments-area .no-comments {
  padding: 1rem 4rem;
}
.comments-area small {
  font-size: 0.9rem;
}
.comments-area p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .comment-reply-link, .comments-area .comment-edit-link {
  margin-right: 1rem;
  color: #6c757d;
}
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .comment-author a:hover {
  text-decoration: none;
  color: #212529;
}
.searchandfilter label {
  width: 100%;
}
.chosen-container, .sf-input-text.form-control, .sf-input-select.form-control {
  width: 80% !important;
}
/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
body#tinymce {
  margin: 12px !important;
}
.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
  position: relative !important;
}
.cf7-smart-grid.has-grid .field {
  margin-bottom: 1rem;
}
.cf7-smart-grid.has-grid .field > label {
  display: block;
  margin-bottom: 0.3rem !important;
  font-weight: 500;
}
@media (min-width: 576px) {
  .Colegios_solicitados > span {
    column-count: 3;
    column-gap: 40px;
  }
}
.Colegios_solicitados > span .wpcf7-list-item {
  margin: 0 0 0.75rem;
  display: block;
}
.searchandfilter ul {
  padding: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fstyle.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fcommon%5C%2F_global.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fcommon%5C%2F_fonts.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fcomponents%5C%2F_buttons.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fcomponents%5C%2F_comments.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fcomponents%5C%2F_forms.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fcomponents%5C%2F_wp-classes.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Flayouts%5C%2F_posts.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fteresiana%5C%2Fassets%5C%2Fsass%5C%2Fcommon%5C%2F_variables.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3B%3B%3B%3B%3B%3B%3B%3BsDAAA%3BAAAA%3B%3BkCAAA%3BAAAA%3B%3B%3BGAAA%3BAAAA%2CgBAAA%3BACCC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BADXD%2CSAAA%3BACgBC%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAoBA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BADjDD%2CYAAA%3BACqDC%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C8CAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BADhRD%2CWAAA%3BAECC%3BAAAA%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B0BAAA%3BAAAA%3BACjFD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BACnBD%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BACrFA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BALJD%3BkEAAA%3BAMEC%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAN1DD%2CyCAAA%3BAMiEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwGAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAiBA%3BAAAA%2C0BAAA%3BAAAA%3BAC%5C%2FFD%3BAAAA%2CgCAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAC%2BBE%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BADrBE%3BAAAA%3BiBAAA%3BAAAA%3BAAOJ%3BAAAA%2CaAAA%3BAAAA%22%7D */