/* xl - DESKTOP STYLES */
/* Write your Public SASS desktop here! */
/*div#reviews {
    display: none;
}*/
header.entry-header.\<style.name\= {
  display: none;
}
.pgcsimplygalleryblock-grid-load-more {
  background: black !important;
  color: white !important;
}
.modal a.next, .modal a.prev {
  -webkit-text-stroke: thin black;
  font-size: 2em;
}
p#caption, p#altcaption {
  margin: 1em auto;
}
.thumbnail-container {
  display: none;
}
div#ast-scroll-top {
  background: black;
}
.fl-node-5f85fa04f19f4 {
  width: 10%;
}
.fl-node-5f85fa04f19f3 {
  width: 90%;
}
.main-navigation {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 98vh;
}
.ast-container {
  max-width: unset !important;
}
ul#primary-menu {
  border: none;
  background: none;
}
a.walkthru-link {
  background: #212121;
  border-left: 1px solid #f6a615;
  color: white !important;
  margin: 0 auto;
  display: block;
  width: 300px;
  text-align: center;
  box-shadow: 0 6px 16px -11px black;
}
a.walkthru-link:hover {
  background: black;
}
.pgc-rev-item-menu-button[data-type="download"] {
  display: none;
}
.signature {
  opacity: 0.6;
}
#amm_drcfw_toast_msg {
  display: none;
}
li.uabb-photo__gallery-filter {
  text-transform: uppercase;
}
li.uabb-photo__gallery-filter.uabb-filter__current {
  color: #ffb400;
}
li.uabb-photo__gallery-filter {
  background: none !important;
  color: #8e8e8e;
}
.main-navigation {
  background: black;
}
.main-navigation:before {
  opacity: 0.5;
  background-image: url('https://idhalaska.com/wp-content/uploads/2020/11/Floorplan-Background.jpg');
  content: '';
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.nav-block {
  transform: unset !important;
}
.ast-fullscreen-menu-enable.ast-main-header-nav-open .main-header-bar {
  padding-bottom: 0 !important;
}
.mfp-iframe-holder .mfp-close {
  top: 0px !important;
}
.main-header-bar.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
  top: 0 !important;
}
html {
  overflow-x: hidden;
}
.single-toolbelt-portfolio p {
  color: #d4d4d4;
}
.splash {
  box-shadow: 0 6px 11px -4px #101010;
  z-index: 1;
  transition: all 0.4s;
}
.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-5f84cfb097689 {
  box-shadow: 0 -6px 11px -4px #101010 !important;
  z-index: 23;
  position: absolute;
  width: 100vw;
}
.cursor {
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  transition: all 0.4s;
}
.fadeonscroll {
  transition: all 0.4s;
}
.splash:before, .single-toolbelt-portfolio:before {
  z-index: 1 !important;
  content: '';
  width: 100vw;
  height: 120vh;
  display: block;
  background: black;
  position: absolute;
  opacity: 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  animation: splashFrames ease-out 1.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  -webkit-animation: splashFrames ease-in-out 1.4s;
  /*when the spec is finished*/
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: splashFrames ease-in-out 2.4s;
  /*Chrome 16+, Safari 4+*/
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  -o-animation: splashFrames ease-in-out 1.6s;
  /*FF 5+*/
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  -ms-animation: splashFrames ease-in-out 2.4s;
  /*Not implemented yet*/
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes splashFrames {
  0% {
    opacity: 1;
  }
  50% {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 70% 70%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
    opacity: 0;
  }
}
@-moz-keyframes splashFrames {
  0% {
    opacity: 1;
  }
  50% {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 70% 70%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
    opacity: 0;
  }
}
@-webkit-keyframes splashFrames {
  0% {
    opacity: 1;
  }
  50% {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 70% 70%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
    opacity: 0;
  }
}
@-o-keyframes splashFrames {
  0% {
    opacity: 1;
  }
  50% {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 70% 70%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
    opacity: 0;
  }
}
@-ms-keyframes splashFrames {
  0% {
    opacity: 1;
  }
  50% {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 70% 70%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
    opacity: 0;
  }
}
.project-item .fl-post-more-link a:hover {
  box-shadow: 0 6px 11px -6px #191919;
  transform: translate(13px, 13px);
}
.down-arrow {
  animation: animationFrames ease-in-out 2.4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 2.4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 2.4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 2.4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -26px);
  }
  50% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -26px);
  }
  50% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -26px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -26px);
  }
  50% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -26px);
  }
  50% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -ms-transform: translate(0px, 0px);
  }
}
a#ast-scroll-top:hover {
  box-shadow: 0 -6px 11px -4px black;
}
a#ast-scroll-top {
  transition: all 0.4s;
  transform: skewY(10deg) rotate(180deg);
}
.grid-bg {
  background: linear-gradient(90deg, #2d2d2d 21px, transparent 1%) center, linear-gradient(#2d2d2d 21px, transparent 1%) center, #616161;
  background-size: 22px 22px;
}
nav#site-navigation {
  overflow: hidden;
}
.main-header-bar-navigation.toggle-on .menu-item {
  background: #212121;
  margin: 1em auto;
  width: 60%;
  border-left: 2px solid #f6a615;
  transform: skewX(10deg);
  box-shadow: 0 6px 11px -4px black;
  transition: all 0.4s;
}
.main-header-bar-navigation.toggle-on .menu-item:hover {
  width: 59%;
  border-left: 20px solid #f6a615;
  background: #212121;
  box-shadow: 0 12px 22px -4px #0a0a0a;
  transform: translate(10px, -10px) skewX(10deg);
}
nav#site-navigation:before {
  opacity: 0.5;
  content: "";
  background: #545454;
  width: 100vw;
  height: 74vh;
  z-index: 0;
  display: block;
  position: absolute;
  transform: skew(57deg, 10deg) translate(-240px, 145px);
}
.project-item .fl-post-image {
  overflow: hidden;
  max-height: 576px;
}
.page-id-405 div#page {
  overflow: hidden;
}
article#post-405:before {
  display: block;
  width: 70vw;
  height: 100vh;
  background: black;
  z-index: 0;
  position: absolute;
  content: "";
  transform: skewX(28deg) translateX(-188px);
}
span.close {
  transform: translate(-158px, 8px);
}
.toggle-on .menu-item a {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
.vid-sidebar .video_title {
  display: none;
}
.featured-vid .video_image_frame {
  min-height: 442px;
}
.video_icon {
  background-color: black;
  filter: invert(1);
  border-radius: 100%;
  background-size: 30px;
  width: 38px;
  height: 38px;
  box-shadow: 0 6px 11px -6px white;
}
.mfp-iframe {
  background: black !important;
  padding: 0 !important;
}
.mfp-close {
  transform: translateY(-66px);
}
.vid-sidebar .video_image_frame {
  max-height: 116px;
}
.video_image_frame img {
  border: none !important;
  box-shadow: 0 6px 11px -11px black !important;
}
span.mobile-menu {
  font-weight: 300 !important;
}
article.project-item {
  display: inline-block;
  margin: 2em auto;
  position: relative;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.14);
}
.project-info-header h4 {
  color: white;
}
.cost-box h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: black;
}
.cost-box h4 {
  font-size: 13px;
  color: grey;
}
.cost-box {
  right: 0px;
  left: auto;
  top: 0px;
  position: absolute;
  border-top: 5px solid #f6a615;
  display: inline-block;
  background: white;
  width: 180px;
  height: 70px;
  justify-content: right;
  text-align: right;
  padding: 0.2em 2em;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.21);
  margin: -10px -10px 0 0;
}
.project-feed {
  text-align: center;
}
.project-item h2.fl-post-title {
  padding: 0;
  height: 0;
  text-align: left;
  transform: rotate(-90deg) translate(2px, -48px);
  transform-origin: left;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 100;
}
.project-item h2.fl-post-title a {
  font-weight: 200;
  color: #f6a615;
}
.project-item .fl-post-text {
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 24px;
  height: 65px;
}
.project-item .project-col h3 {
  margin: 0.5em 0 0 0;
  color: #484848;
  font-size: 13px;
}
.project-item .project-col {
  color: black;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.project-item .fl-post-more-link a {
  transition: all 0.4s;
  padding-right: 1em;
  background: #212121;
  color: white;
  text-align: center;
  width: 150px !important;
  display: block;
  height: 65px;
  line-height: 65px;
  padding-left: 0.6em;
  border-left: 4px solid #f6a615;
  font-size: 16px;
  transform: translate(11px, 11px);
}
.project-item h2.fl-post-title a:before {
  content: "";
  display: block;
  width: 63%;
  height: 48px;
  background: #212121;
  position: absolute;
  transform: translate(-55px, -13px) skewX(-24deg);
  z-index: -1;
  box-shadow: 0 6px 8px -6px #000;
  border-left: 2px solid #f6a615;
}
a#ast-scroll-top {
  background: #0a0a0a;
}
.menu-toggle {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.menu-toggle span.mobile-menu-wrap {
  margin-bottom: 0.1em;
  height: 100%;
  margin-right: 0.4em;
}
.fl-post-feed-post {
  border: none;
  margin-bottom: 1em !important;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.layout-close {
  color: white;
  position: absolute;
  right: 10%;
  top: 7%;
  font-size: 4em;
}
.layout-close:hover, .layout-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.demo {
  opacity: 0.6;
}
img.demo, .layout-close {
  cursor: pointer !important;
}
img.demo {
  padding: 10px;
}
.active, .demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  /* Write your Public SASS tablet-l here! */
  .fl-node-5f84d1d797c15.fl-module-heading .fl-heading {
    font-size: 40px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  /* Write your Public SASS tablet-p here! */
  .fl-module.fl-module-heading.fl-node-5f84d1d797c15 * {
    font-size: 30px;
  }
  .mobile-landscape .fl-col-group:first-child {
    display: unset;
    justify-content: unset;
    padding: unset;
  }
  .video-post-embed iframe {
    max-height: 29vh;
  }
  article.project-item.fadeonscroll {
    margin-left: 8%;
  }
  .project-item h2.fl-post-title a:before {
    width: 66%;
  }
  .project-item h2.fl-post-title a {
    font-size: 22px;
    margin-left: -0.6em;
  }
  article.project-item.fadeonscroll .fl-post-image {
    max-height: 382px;
  }
  /*
.project-item h2.fl-post-title {
    transform: translate(45px, -500px);
}

.project-item h2.fl-post-title a:before {
    transform: translate(-28px, -12px) skewX(-24deg);
}
*/
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .single .fl-heading-text {
    font-size: 0.6em;
    font-weight: 300;
  }
  .project-col.mobile-hide {
    display: none;
  }
  .nav-block.fl-col-small:not(.fl-col-small-full-width) {
    max-width: unset;
  }
  .toolbelt-portfolio h2.fl-post-title {
    font-size: 18px;
    width: 110%;
  }
  .toolbelt-portfolio .fl-post-image {
    max-height: 240px;
  }
  .fl-post-feed-post.fl-post-feed-image-beside, .fl-post-feed-post.fl-post-feed-image-beside-content, .fl-post-feed-post.fl-post-feed-image-beside-right, .fl-post-feed-post.fl-post-feed-image-beside-content-right {
    max-width: unset;
    padding: 1em 6em;
  }
  .single-stats-row .fl-col {
    display: inline-flex;
  }
  .single-stats-row .fl-col-group {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  .single-stats-row .fl-col-small {
    margin: 0;
  }
  .single-stats-row .fl-col-content.fl-node-content {
    min-width: 138px;
  }
  li.menu-item a.menu-link {
    font-size: 16px;
    line-height: 32px;
  }
  li.menu-item {
    height: 32px;
    width: 52% !important;
  }
  .mobile-landscape .fl-col-group:first-child {
    display: flex;
    justify-content: center;
    padding: 0 2em;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  /* Write your Public SASS mobile-p here! */
  .layout-close {
    top: 5%;
    right: 5%;
  }
  .vid-sidebar .html5video-columns {
    max-width: 50%;
    padding: 5px;
  }
  .pgcsimplygalleryblock-grid-item.pgc-image {
    width: 33% !important;
    height: 78px !important;
  }
  .pgc-image img {
    width: 100% !important;
    height: auto !important;
  }
  .pgcsimplygalleryblock-grid-item img:not(.emoji) {
    position: unset !important;
  }
  li.menu-item a.menu-link {
    font-size: 24px;
  }
  .nav-block .fl-col-content.fl-node-content {
    padding: 0;
  }
  .project-item .project-col {
    font-size: 16px;
    flex: 1 1 150px;
  }
  .project-item .fl-post-text {
    flex-wrap: wrap;
    height: unset;
    padding-bottom: 0.5em;
  }
  .fl-post-feed-post.fl-post-feed-image-beside, .fl-post-feed-post.fl-post-feed-image-beside-content, .fl-post-feed-post.fl-post-feed-image-beside-right, .fl-post-feed-post.fl-post-feed-image-beside-content-right {
    padding: unset;
  }
  .mobile-landscape .fl-col-group:first-child {
    display: unset;
    justify-content: unset;
    padding: unset;
  }
  li.menu-item {
    height: unset;
    width: 60% !important;
  }
  .single-stats-row .fl-col-group {
    flex-direction: column;
  }
  .single-stats-row .fl-col-content.fl-node-content {
    min-width: 90vw;
  }
  .vid-sidebar .video_image_frame {
    max-height: 185px;
  }
  .featured-vid .video_image_frame {
    min-height: unset !important;
    height: 280px;
  }
  .single-stats-row .fl-col {
    margin: 1em;
  }
  span.menu-text {
    font-size: 0.8em;
  }
  span.close {
    transform: translate(-10px, 10px);
  }
  .custom-heading .fl-heading {
    font-size: 2.6em !important;
  }
  .nav-block {
    margin: 0;
    max-width: unset !important;
  }
  .nav-block {
    transform: unset !important;
  }
  .fl-post-feed-post {
    max-width: unset !important;
  }
  .mobile-hide {
    display: none;
  }
  .project-item h2.fl-post-title a {
    font-size: 18px !important;
    line-height: 34px;
  }
  .project-item h2.fl-post-title {
    transform: translate(0px, -33px);
    background: #212121;
    height: 33px;
    position: absolute;
    border-left: 2px solid #f6a615;
    padding-left: 1em;
  }
  .project-item h2.fl-post-title a:before {
    display: none;
    width: 100%;
    height: 32px;
    transform: translate(-10px, 1px);
    position: absolute;
  }
  /*
.project-col {
    font-size: 1em !important;
}

.fl-post-more-link {
    max-width: 100px !important;
}
*/
  .project-col .fl-post-more-link {
    display: none;
  }
  .custom-heading span.fl-heading-text {
    font-size: 0.6em !important;
  }
  .fl-col.fl-node-5f875ba7df00d.fl-col-small, .fl-col.fl-node-5f85fa04f19f4.fl-col-small, .fl-col.fl-node-5fa1ec45b4ab5.fl-col-small, .fl-col.fl-node-5fa1f4b559f39.fl-col-small {
    display: inline-block;
    width: 42px !important;
  }
  .fl-col.fl-node-5f875ba7df00f, .fl-col.fl-node-5f85fa04f19f3, .fl-col.fl-node-5fa1ec45b4ab7, .fl-col.fl-node-5fa1f4b559f38 {
    display: inline-block;
  }
  .fl-col.fl-node-5f875ba7df00f .fl-heading-text {
    display: inline-block;
  }
  div#begin .fl-row-content-wrap {
    padding: 2em;
  }
  .project-item h2.fl-post-title a, article.project-item.fadeonscroll {
    margin-left: unset;
  }
}
/*# 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%2F992-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F992-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F992-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F992-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F992-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%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%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADvkBA%3BAC6kBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7kBA%3BAC2lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3lBA%3BACqmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADpnBA%3BACynBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADznBA%3BAC2oBA%3BAAAA%3BAAAA%3BAAAA%3BAD3oBA%3BACipBA%3BAAAA%3BAAAA%3BADjpBA%3BACupBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD%2FrBA%3BAAIA%3BAAAA%3BAEHA%3BAAAA%3BAAAA%3BAAAA%3BAFDA%3BAASA%3BAAAA%3BAGRA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAHnBA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJzDA%3BAAmBA%3BAAAA%3BAKjBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%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%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALzGA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKyHA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */