/* xl - DESKTOP STYLES */
.wd-product-cats {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  header {
    position: relative;
    z-index: 1000000;
  }
  .mobile-nav {
    z-index: 1000000000;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /*This makes the sidebar go to bottom of page on mobile blog posts*/
  .blog .sidebar-container, .single .sidebar-container {
    transform: initial !important;
    position: relative !important;
    width: 100% !important;
  }
  .blog .sidebar-container .wd-heading, .single .sidebar-container .wd-heading {
    display: none !important;
  }
}
.woodmart-nav-link.containsImage {
  justify-content: center;
}
body:not(.home) .elementor-728 {
  display: none;
}
.footer-container img, .brands-widget .brand-item img {
  transition: 1s;
}
.brands-widget .brand-item img:hover {
  transform: scale(1.2);
  transition: 1s;
}
.whb-sticky-header.whb-clone.whb-main-header.whb-hide-on-scroll.whb-sticked.whb-scroll-up #menu-main-menu .nav-link-text {
  font-size: 0.8em;
}
/*
.footer-container img:hover, .info-bar img:hover{
animation: shake 0.5s;
}*/
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -1px) rotate(-1deg);
  }
}
#post-4439 #contact-us-details .elementor-widget-text-editor .elementor-widget-container {
  height: 320px;
}
#wpforms-229661-field_2 {
  resize: none;
}
.archive .wd-nav-product-cat {
  display: none;
}
.info-bar {
  background: #f7f7f7;
  padding: 8px 0;
}
.info-box-inner-wrapper {
  width: 1222px;
  margin: auto;
  display: flex;
}
.info-box {
  display: inline-block;
  flex: auto;
  padding: 5px 0;
  border-left: solid 1px #2ea3f2;
  color: #333;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
}
.info-box-four {
  border-right: solid 1px #2ea3f2;
}
.info-bar h4 {
  margin-bottom: 0;
  text-align: left;
  min-height: 50px;
  padding: 13px 0px;
}
.info-bar .box-icon-wrapper {
  float: left;
  width: 35px;
  margin: 5px 20px;
}
.info-bar p {
  margin: 0 20px;
}
/* HOME PAGE CATEGORIES SECTION */
.carousel-items .owl-stage > .owl-item .wrapp-category {
  background: #f27c2e;
  z-index: 0;
}
.carousel-items .owl-stage > .owl-item:nth-child(2) .wrapp-category {
  background: #2ef2de;
  z-index: 0;
}
.carousel-items .owl-stage > .owl-item:nth-child(3) .wrapp-category {
  background: #f2de2e;
  z-index: 0;
}
.carousel-items .owl-stage > .owl-item:nth-child(4) .wrapp-category {
  background: #03AEF1;
  z-index: 0;
}
.carousel-items .owl-stage > .owl-item:nth-child(5) .wrapp-category {
  background: #2e42f2;
  z-index: 0;
}
.hover-mask {
  background: white;
  z-index: 0 !important;
  text-align: left;
  width: 100%;
  right: 0;
  position: absolute;
  bottom: 0;
  margin-left: 100px;
  width: 100%;
}
.carousel-items img {
  left: -60px;
  position: relative;
  z-index: 3 !important;
  top: 5px;
  max-width: 225px !important;
  max-height: 225px !important;
  min-width: 225px !important;
  min-height: 225px !important;
}
.carousel-items h3 {
  width: 100%;
  margin-left: 95px;
}
.carousel-items .more-products {
  margin-left: 95px;
}
.carousel-items .category-image-wrapp {
  z-index: 1;
}
.category-grid-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.category-grid-item:hover .category-image {
  transform: scale3d(1.05, 1.05, 1) !important;
}
.carousel-items .owl-stage > .owl-item .wrapp-category:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: 140% -50%;
  background-size: 60%;
  background-repeat: no-repeat;
  filter: opacity(0.2) brightness(0) invert(1);
  background-image: url(/wp-content/uploads/2022/06/cropped-p-e1654859717541.png);
}
/* TRIPLE BOXES (Kit - Coil - Hardware) */
.promo-banner-wrapper .content-banner {
  position: absolute !important;
  left: 0;
  bottom: 0;
  min-width: 100%;
  padding: 15px 20px 20px;
  background: #f27c2e;
}
.triple-promo-2 .content-banner {
  background-color: #2ef2de !important;
}
.triple-promo-3 .content-banner {
  background-color: #f2de2e !important;
}
.promo-banner-wrapper .content-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: 150% -35px;
  background-size: 55%;
  background-repeat: no-repeat;
  filter: opacity(0.2) brightness(0) invert(1);
  background-image: url(/wp-content/uploads/2022/06/cropped-p-e1654859717541.png);
  transition: 0.4s;
}
.promo-banner-wrapper .content-banner:hover:before {
  background-size: 50%;
  background-position: 130% -30px;
}
.promo-banner .banner-title {
  transition: 0.4s;
}
.promo-banner:hover .banner-title {
  color: #000 !important;
}
.promo-banner .btn.btn-color-primary:hover {
  background-color: #000 !important;
}
/* NEWS & ARCHIVE PAGE */
.container .tagcloud a.tag-cloud-link, .wd-single-footer .tags-list a {
  background-color: #2ea3f2;
  color: #fff !important;
  border: medium none !important;
  padding: 10px 20px !important;
  margin: 2px !important;
  font-size: 13px !important;
  font-weight: 600;
}
.tagcloud a.tag-cloud-link:hover, .wd-single-footer .tags-list a:hover {
  background-color: #000 !important;
}
.wd-single-footer .tags-list a:after {
  display: none;
}
.article-body-container .meta-categories-wrapp {
  height: 38px !important;
}
.article-body-container .meta-post-categories {
  height: 40px !important;
  padding: 7px 18px !important;
}
.article-body-container .wd-entities-title.title {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
  font-family: poppins;
}
.wd-widget.widget.sidebar-widget {
  border-bottom-width: 2px;
}
.widget-title {
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
}
.article-body-container .meta-reply, .article-body-container .hovered-social-icons, .article-body-container .entry-meta {
  display: none;
}
.article-body-container .read-more-section {
  font-weight: 600;
  text-align: center;
}
.post-img-wrapp img {
  min-height: 250px;
  object-fit: cover;
  max-height: 250px;
}
.single .entry-header {
  display: none;
}
.sidebar-container {
  background: #f7f7f7;
  padding: 30px;
}
.entry-meta.wd-entry-meta {
  display: none;
}
h1.wd-entities-title {
  padding-bottom: 40px;
  padding-top: 0px;
}
.post.type-post .meta-post-categories.wd-post-cat {
  width: 100%;
  padding: 0;
}
.article-body-container p {
  color: #333;
  text-align: justify;
}
.wd-post-cat.wd-style-with-bg > a {
  color: #2ea3f2;
  padding: 10px;
  font-size: 14px !important;
}
.wd-post-cat.wd-style-with-bg {
  height: auto;
  background-color: transparent;
}
.article-body-container .meta-categories-wrapp, .article-body-container .meta-post-categories {
  min-height: 55px !important;
}
.wd-single-footer {
  display: none;
}
..wd-page-nav-btn.next-btn a::after {
  display: none;
}
.post-template-default.single .wd-single-footer, .meta-categories-wrapp {
  display: none;
}
.post-template-default.single .site-content {
  padding: 0 70px;
}
.btn-read-more {
  background-color: white;
  color: black !important;
  padding: 20px;
}
.btn-read-more:hover {
  background-color: black;
  color: white !important;
  padding: 20px;
}
.read-more-section .btn-read-more {
  background-color: #2ea3f2;
  color: white !important;
}
.blog-design-masonry.blog-post-loop {
  font-size: 0;
}
.blog-design-masonry.blog-post-loop .article-inner {
  min-height: 445px;
}
.wd-carousel-container .blog-design-masonry.blog-post-loop .article-inner {
  min-height: 200px !important;
}
.read-more-section .btn-read-more:hover {
  background-color: black;
}
.wd-post-cat.wd-style-with-bg > a:hover {
  background-color: black !important;
  color: white;
}
.back-to-archive {
  color: #2ea3f2;
}
.blog-design-masonry .article-body-container, .blog-post-loop .article-inner .article-body-container {
  color: white;
  padding-top: 1px;
}
.wd-page-nav {
  border-bottom: 2px solid #2ea3f2;
  border-top: 2px solid #2ea3f2 !important;
}
.wd-page-nav-btn a {
  color: var(--wd-primary-color);
}
.wd-page-nav-btn a:hover {
  color: black !important;
}
.news-intro {
  margin-bottom: 35px;
}
/* END NEWS */
.elementor-element-882b9ef {
  background-color: white !important;
}
/* HEADER */
.title-after_title p {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
}
/* .woodmart-loaded .wd-slide-bg {
background-image: linear-gradient(65deg, rgba(0,0,0,0.7035014689469538) 43%, rgba(0,134,255,0.3981793400954131) 85%),url(http://scotvapes-com.yellow-cherry.co.uk/wp-content/uploads/2022/07/Header.2-cropped-scaled.jpg) !important;
} */
.title-wrapper h4 {
  font-weight: 600;
}
.title-wrapper h4 strong {
  color: #2ea3f2;
}
.title-subtitle {
  font-size: 25px !important;
  margin-bottom: -4px !important;
}
.high-quality-banner .swiper-slide-inner:after, .home-page-header .wd-slide-bg.wd-fill:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(65deg, rgba(0, 0, 0, 0.6) 43%, rgba(0, 134, 255, 0.2) 85%);
}
.wd-slide-bg.wd-fill:after {
  background-image: linear-gradient(65deg, rgba(0, 0, 0, 0.7) 43%, rgba(0, 134, 255, 0.2) 85%);
}
.high-quality-banner h2 {
  font-size: 45px;
}
.high-quality-text {
  pointer-events: none;
}
.woodmart-title-container.title.wd-fontsize-l {
  font-weight: 600 !important;
}
/* END HEADER */
/* Accordion (Contact page) */
.elementor-tab-title.elementor-active {
  background: #2ea3f2;
}
.elementor-tab-title.elementor-active a {
  color: white;
}
.elementor-tab-title {
  transition: 0.4s;
}
.elementor-tab-title a {
  color: #242424;
  font-weight: 600;
  font-family: "Poppins";
}
.elementor-accordion .elementor-accordion-item {
  border-color: #2ea3f2 !important;
  border-left: none !important;
  border-right: none !important;
}
/* END Accordion */
.justify .info-box-inner, .justify .wd-text-block {
  text-align: justify;
}
/* Product Page */
.product_meta .posted_in, .product_meta .tagged_as {
  display: none;
}
.woocommerce-product-details__short-description a img {
  width: 85px;
}
/* End Product Page */
/* About Us Page */
.blue-button {
  background: #2ea3f2;
  padding: 12px 17px;
  color: white;
  transition: 0.4s;
}
.blue-button:hover {
  background: black;
  color: white;
}
/* End About Us Page */
/* Mailchimp */
.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
  background-color: #2EA3F2;
}
/* End Mailchimp */
/* MegaMenu */
#mega-menu-wrap-main-menu {
  background-color: white;
}
#mega-menu-wrap-main-menu a.mega-menu-link {
  font-weight: 600 !important;
}
.mega-sub-menu .mega-menu-item.mega-menu-item-has-children > a {
  color: #242424 !important;
}
#mega-menu-wrap-main-menu a:hover, #mega-menu-wrap-main-menu .mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  color: #2ea3f2 !important;
  font-weight: 700;
  background-color: transparent !important;
}
#mega-menu-wrap-main-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
  font-weight: 200 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-decoration: underline !important;
  padding-bottom: 20px !important;
}
#mega-menu-main-menu .mega-menu-row {
  padding: 20px !important;
}
.mega-menu-column {
  border-right: solid 2px #e7e7e7 !important;
  height: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu input, #mega-menu-wrap-main-menu #mega-menu-main-menu img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 15px;
}
#mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  pointer-events: none;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background-color: transparent;
  color: #2EA3F2 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: transparent;
  color: #2ea3f2;
}
.mega-menu-description {
  display: none !important;
}
div.whb-general-header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) {
  /* display: none !important; */
}
.whb-sticky-header #mega-menu-wrap-main-menu {
  background: none;
}
.whb-sticky-header #mega-menu-main-menu > .mega-menu-item-has-children > ul.mega-sub-menu {
  width: 190% !important;
  left: -230px !important;
}
.whb-sticky-header .whb-general-header {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-widget-side.wd-opened {
  z-index: 9999999 !important;
}
.wd-promo-popup-wrapper {
  z-index: 9999999 !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%2F237951-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BAC0DA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADnHA%3BAC2HA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpLA%3BACkMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADxOA%3BAC4OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD1XA%3BAC8XA%3BAAAA%3BAAAA%3BAD9XA%3BACoYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpYA%3BAAAA%3BAAAA%3BAC6YA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD1aA%3BAAAA%3BACgbA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FbA%3BACscA%3BAAAA%3BAAAA%3BADtcA%3BAC4cA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD%2FcA%3BAAAA%3BACsdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAD5dA%3BAAAA%3BACkeA%3BAAAA%3BAAAA%3BADleA%3BAAAA%3BACweA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */