/* xl - DESKTOP STYLES */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#menu-master > li > a {
  display: inline-block;
}
/* zoom background */
#brxe-zbkziw {
  background-color: #eee;
}
#brxe-gyohdn > div {
  width: 33.3333333333%;
  min-width: 190px;
  max-width: 190px;
}
#panzoom-element {
  transition: none !important;
}
#t3-transit-map .tap-to-zoom, #brxe-gwmiuv .tap-to-zoom {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
#t3-transit-map:hover .tap-to-zoom, #brxe-gwmiuv:hover .tap-to-zoom {
  opacity: 0;
}
#brxe-syiafz {
  white-space: nowrap;
}
#bt-zoom-in, #bt-zoom-out {
  transition: all 0.2s ease-in-out;
}
#bt-zoom-in:hover, #bt-zoom-out:hover {
  background-color: white;
}
#bt-zoom-in:active, #bt-zoom-out:active {
  top: 1px;
}
body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body.is-loaded {
  opacity: 1;
}
.fixvh {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
#brx-header {
  position: fixed !important;
}
.home #brx-header {
  display: none;
}
.caption strong {
  font-weight: 700;
}
[data-aos="swipe"] {
  position: relative;
}
[data-aos="swipe"]:before {
  content: ' ';
  width: 0%;
  background-color: red;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease-in-out 0.4s;
}
[data-aos="swipe"].aos-animate:before {
  width: 100%;
}
[data-aos="swipe1"], [data-aos="swipe2"], [data-aos="swipe3"], [data-aos="swipe4"] {
  position: relative;
}
[data-aos="swipe1"]:before, [data-aos="swipe2"]:before, [data-aos="swipe3"]:before, [data-aos="swipe4"]:before {
  content: ' ';
  width: 0%;
  background-color: #767e66;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out 0.2s;
  opacity: 0;
}
[data-aos="swipe1"].aos-animate:before, [data-aos="swipe2"].aos-animate:before, [data-aos="swipe3"].aos-animate:before, [data-aos="swipe4"].aos-animate:before {
  width: 100%;
  opacity: 1;
}
[data-aos="swipe2"]:before {
  transition: all 1s ease-in-out 0.3s;
  background-color: #ffffff;
}
[data-aos="swipe3"]:before {
  transition: all 1s ease-in-out 0.4s;
  background-color: #e0ff45;
}
[data-aos="swipe4"]:before {
  transition: all 1s ease-in-out 0.5s;
  background-color: #ff4846;
}
/* fix */
span.comma {
  letter-spacing: -0.4em;
  position: relative;
  left: -0.2em;
  line-height: 0;
}
span.smaller-comma {
  font-size: 0.5em;
  margin: 0 0.05em;
  line-height: 0;
}
span.space {
  font-size: 0.5em;
}
/* loading */
#tree-ani .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 5.2;
  stroke-miterlimit: 10;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}
#tree-ani .st0:first-child {
  -webkit-animation: e 1s 0.5s linear;
  animation: e 1s 0.5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  stroke-dasharray: 200px;
  stroke-dashoffset: 0;
}
#tree-ani .top-branches {
  -webkit-animation: c 1s linear;
  animation: c 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#tree-ani .mid-branches {
  -webkit-animation: c 1s linear;
  animation: c 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#tree-ani .lower-branches {
  -webkit-animation: c 1s linear;
  animation: c 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#tree-ani .border {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -webkit-animation: d 1s linear;
  animation: d 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes c {
  0% {
    stroke-dashoffset: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes c {
  0% {
    stroke-dashoffset: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes d {
  0% {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes d {
  0% {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes e {
  0% {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes e {
  0% {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1366px) {
  #brxe-bcf61d h5 {
    font-size: 14px;
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(64%, -40%) rotate(0deg);
    -o-transform: translate(64%, -40%) rotate(0deg);
    transform: translate(64%, -40%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(64%, -40%) rotate(360deg);
    -o-transform: translate(64%, -40%) rotate(360deg);
    transform: translate(64%, -40%) rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: translate(64%, -40%) rotate(0deg);
    -moz-transform: translate(64%, -40%) rotate(0deg);
    -webkit-transform: translate(64%, -40%) rotate(0deg);
    -o-transform: translate(64%, -40%) rotate(0deg);
    transform: translate(64%, -40%) rotate(0deg);
  }
  to {
    -ms-transform: translate(64%, -40%) rotate(360deg);
    -moz-transform: translate(64%, -40%) rotate(360deg);
    -webkit-transform: translate(64%, -40%) rotate(360deg);
    -o-transform: translate(64%, -40%) rotate(360deg);
    transform: translate(64%, -40%) rotate(360deg);
  }
}
.rotate {
  -moz-animation: rotating 16s linear infinite;
  -ms-animation: rotating 16s linear infinite;
  -o-animation: rotating 16s linear infinite;
  animation: rotating 16s linear infinite;
}
.rotate svg {
  width: 100%;
  height: 100%;
}
#menu-master {
  margin-top: 30px;
}
.brxe-nav-menu .bricks-mobile-menu-toggle {
  height: 22px;
}
.brxe-nav-menu .bricks-mobile-menu-toggle .bar-center {
  top: 10px;
}
.brxe-nav-menu .bricks-mobile-menu-toggle .bar-bottom {
  top: 20px;
}
#menu-master a:after {
  content: ' ';
  display: block;
  height: 1px;
  background-color: #e0ff45;
  width: 0%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#menu-master a:hover:after {
  width: 100%;
  opacity: 1;
}
#menu-master .current-menu-item a:after {
  width: 100%;
  opacity: 1;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper {
  transition: all 0.2s ease-in-out;
  padding-left: 74px;
  padding-top: 80px;
}
/* form */
#brxe-fnhexe {
  gap: 16px;
}
#brxe-fnhexe .form-group:nth-child(1), #brxe-fnhexe .form-group:nth-child(2), #brxe-fnhexe .form-group:nth-child(3), #brxe-fnhexe .form-group:nth-child(4), #brxe-fnhexe .form-group:nth-child(5), #brxe-fnhexe .form-group:nth-child(6) {
  width: calc(50% - 8px);
}
#brxe-fnhexe .form-group:nth-child(7), #brxe-fnhexe .form-group:nth-child(8) {
  width: 100%;
}
#brxe-fnhexe select {
  background-image: linear-gradient(45deg, transparent 50%, #ff4846 0), linear-gradient(135deg, #ff4846 50%, transparent 0);
}
#register-popup {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  overflow-y: scroll;
  justify-content: flex-start;
}
#register-popup.show {
  z-index: 10;
  opacity: 1;
}
#register-popup #brxe-jwgrtx {
  position: fixed;
}
.brxe-form .message.success {
  display: none !important;
}
h5 em {
  color: #e0ff45;
  font-style: normal;
}
h2 sub {
  font-size: 50%;
}
sub {
  bottom: 0;
}
.brxe-text ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #000;
}
.brxe-text ul li {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
/* map */
#map-legend {
  /* row-gap: 40px; */
}
#map-legend > div {
  /* width: calc(100%/3);
		min-width: 180px; */
  cursor: pointer;
}
#map-legend > div h3, #map-legend > div h5 {
  color: rgba(255, 255, 255, 0.2);
}
#map-legend > div svg {
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
}
#map-legend > div.active svg {
  opacity: 1;
}
#map-legend > div.active h3 {
  color: #e0ff45;
}
#map-legend > div.active h5 {
  color: white;
}
#map-tags img {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
#map-tags img.show {
  opacity: 1;
}
#brx-footer .brxe-text a {
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
#brx-footer .brxe-text a:hover {
  color: #e0ff45;
  border-bottom: 1px solid #e0ff45;
}
#brxe-jzyjiw .bricks-nav-menu > li > a {
  transition: all 0.2s ease-in-out;
}
#brxe-jzyjiw .bricks-nav-menu > li > a:hover {
  color: #e0ff45;
}
@media (max-width: 1440px) {
  #brxe-powebn br {
    display: none;
  }
  #t3-banner {
    /* min-height: 800px;
		height: calc(var(--vh, 1vh) * 100); */
  }
  #t3-banner h5 {
    font-size: 13px;
  }
  #t3-banner p {
    font-size: 12px;
    line-height: 1.4em;
  }
}
@media (max-width: 1160px) {
  #brxe-kjukdb {
    top: 0;
    margin-top: 45px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 989px) {
  #brxe-kjukdb {
    margin-top: 0px;
  }
}
@media (max-width: 587px) {
  #brxe-nuwyhk {
    width: 74px;
  }
  #brxe-euodgq {
    width: 110px;
  }
  #brxe-ciolky {
    width: 120px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  #brxe-powebn br {
    display: none;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle span {
    height: 1px;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle {
    height: 10px;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle .bar-center {
    top: 5px;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle .bar-bottom {
    top: 10px;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle span {
    height: 1px;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper {
    padding-left: 40px;
  }
  #brxe-qkbyxl {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .brxe-slider .swiper-slide {
    align-items: flex-start;
  }
  .brxe-carousel .swiper-autoheight .image {
    width: 100%;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .hide-on-tablet, #brxe-xybggb {
    display: none;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  #brxe-469e49 {
    width: 90px;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper {
    padding-left: 20px;
  }
  #map-legend > div h5 {
    font-size: 10px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  #brxe-gyohdn > div {
    width: 100%;
    min-width: 100%;
  }
  #t3-map-wrap {
    height: 100% !important;
    width: 100% !important;
    overflow: scroll !important;
  }
  #t3-map-wrap #t3-map {
    transition: all 0.1s ease-in-out;
    transform: scale(1);
  }
  #zoom-in, #zoom-out {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.2s ease-in-out;
  }
  #zoom-in:active, #zoom-out:active {
    background-color: white !important;
  }
  #brxe-pggasi {
    overflow: scroll;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle {
    height: 10px;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle .bar-center {
    top: 5px;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle .bar-bottom {
    top: 10px;
  }
  .brxe-nav-menu .bricks-mobile-menu-toggle span {
    height: 1px;
  }
  .bricks-mobile-menu-wrapper {
    padding-top: 21.3333333333vw;
    padding-left: 20px;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper {
    transition: all 0.2s ease-in-out;
  }
  #menu-master li {
    padding-bottom: 5px;
  }
  #brxe-kgzegz:before {
    display: none !important;
  }
  #brxe-qkbyxl {
    flex-direction: row !important;
    font-size: 10px;
    align-items: flex-end !important;
    justify-content: stretch;
  }
  #brxe-birxvx {
    flex-direction: row;
  }
  #brxe-ffcc0d #brxe-sgzppz {
    background-image: none;
  }
  /* amenities */
  #brxe-tuuucm::before {
    display: none;
  }
  /* t3 */
  #brxe-famoer::before {
    display: none;
  }
  /* contact */
  .page-id-74 #brxe-xwkvis {
    padding-top: 90px;
  }
  /* form */
  #brxe-fnhexe {
    gap: 0px;
  }
  #brxe-fnhexe .form-group:nth-child(1), #brxe-fnhexe .form-group:nth-child(2), #brxe-fnhexe .form-group:nth-child(3), #brxe-fnhexe .form-group:nth-child(4), #brxe-fnhexe .form-group:nth-child(5), #brxe-fnhexe .form-group:nth-child(6) {
    width: 100%;
  }
  #brxe-fnhexe .form-group:nth-child(7), #brxe-fnhexe .form-group:nth-child(8) {
    width: 100%;
  }
  #brxe-fnhexe select {
    background-image: linear-gradient(45deg, transparent 50%, #ff4846 0), linear-gradient(135deg, #ff4846 50%, transparent 0);
  }
  .bricks-swiper-container {
    z-index: 0 !important;
  }
  #brx-header {
    z-index: 10;
  }
  #brxe-xybggb {
    display: none;
  }
  #map-legend > div h5 {
    font-size: 11px;
  }
  #map-legend > div > div:first-child {
    align-items: center;
  }
  #map-legend > div:nth-child(even) {
    margin: 0 0 0 auto;
  }
  #map-legend > div:nth-child(1) svg {
    width: 40px !important;
    height: auto !important;
  }
  #map-legend > div:nth-child(2) svg {
    width: 24.19px !important;
    height: auto !important;
  }
  #map-legend > div:nth-child(3) svg {
    width: 40.86px !important;
    height: auto !important;
  }
  #map-legend > div:nth-child(4) svg {
    width: 25.44px !important;
    height: auto !important;
  }
  #map-legend > div:nth-child(5) svg {
    width: 27.3px !important;
    height: auto !important;
  }
  #map-legend > div:nth-child(6) svg {
    width: 32.65px !important;
    height: auto !important;
  }
  #map-legend > div:nth-child(7) svg {
    width: 43.92px !important;
    height: auto !important;
  }
  #map-legend > div:nth-child(8) svg {
    width: 33.85px !important;
    height: auto !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%2F60-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F60-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F60-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F60-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F60-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADVA%3BACmBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BADjKD%3BAC4KC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADzLD%3BACgMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjZA%3BAC0ZA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BADleD%3BAC4eA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FlBD%3BAAIA%3BAEHC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAF3CA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAHAA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAJhBF%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAL1ED%3BAKgFA%3BAAAA%3BAAAA%3BALhFA%3BAKqFA%3BAAAA%3BAAAA%3BALrFA%3BAK4FC%3BAAAA%3BAAAA%3BAL5FD%3BAKsGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */