@media (min-width: 1200px) {
  .col-lg-custom-5,
  .col-lg-custom-7,
  .col-lg-custom-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-custom-5 {
    width: 20%;
  }
  .col-lg-custom-7 {
    width: calc(100% / 7);
  }
  .col-lg-custom-8 {
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-md-custom-5,
  .col-md-custom-7,
  .col-md-custom-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-custom-5 {
    width: 20%;
  }
  .col-md-custom-7 {
    width: calc(100% / 7);
  }
  .col-md-custom-8 {
    width: 12.5%;
  }
  .first-row-item {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .first-lg-item {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .first-md-item {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .first-row-item {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .first-sm-item {
    clear: left;
  }
}
@media (max-width: 767px) {
  .first-xs-item {
    clear: left;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .col-xs-half {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #placeholder-header {
    /* display: none !important; */
  }
}
@media (max-width: 991px) {
  .footer .middle-footer div[class*="col-lg"]:not(:last-child) {
    margin-bottom: 50px;
  }
  .footer .bottom-footer .copyright address {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.75;
  }
  .footer .bottom-footer ul {
    display: table;
    margin: 0 auto;
    float: none;
  }
  .footer .bottom-footer ul li:first-child {
    margin-left: 0;
  }
  .footer.footer3 .bottom-footer ul {
    display: block;
    margin: unset;
  }
}
@media (min-width: 768px) {
  .footer.footer2 .block.newsletter .form.subscribe .actions .action.subscribe {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .footer.footer4 .middle-footer-container {
    width: 100%;
    display: table;
  }
  .footer.footer4 .middle-footer-container .middle-footer {
    padding: 50px 150px 0;
  }
  .footer.footer4 .middle-footer-container .middle-footer .container {
    width: unset;
  }
  .footer.footer4 .middle-footer-container .middle-col,
  .footer.footer4 .middle-footer-container .footer-map {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .footer.footer4 .bottom-footer {
    padding: 20px 150px;
  }
  .footer.footer4 .bottom-footer .container {
    width: unset;
  }
}
@media (max-width: 1199px) {
  .footer.footer4 .middle-footer-container .footer-map {
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .footer.footer4 .middle-footer-container .middle-footer {
    padding: 50px 70px 0;
  }
  .footer.footer4 .bottom-footer {
    padding: 20px 70px;
  }
}
@media (min-width: 1660px) {
  .container-large .container {
    width: 1620px !important;
  }
}
@media (max-width: 1199px) {
  .nav-open .close-nav-button {
    display: block;
    opacity: 1;
    right: 0;
    left: auto;
    top: 4px;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
  }
  .nav-before-open .header .megamenu-content {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transform: translate3d(400px, 0, 0);
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
  }
  .nav-before-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .checkout-index-index._has-modal-custom .header {
    z-index: auto;
  }
}
@media (min-width: 1200px) {
  .footer .dropdown-switcher:hover .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.header.active-sticky {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
}
.header.active-sticky .top-header-content {
  display: none;
}
@media (min-width: 1200px) {
  .header:not(.header6):not(.header7) .megamenu-content .nav.nav-tabs,
  .header:not(.header6):not(.header7) #main-Accountcontent,
  .header:not(.header6):not(.header7) #main-Settingcontent {
    display: none !important;
  }
  .header:not(.header6):not(.header7) #main-Menucontent {
    display: block !important;
  }
  .header .top-header-content .dropdown-switcher .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
  .header .top-header-content .dropdown-switcher:hover .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header.header5 {
    display: none;
  }
  .header.header5 .table-icon-menu .minicart-wrapper {
    position: static;
  }
  .header.header5 .table-icon-menu .minicart-wrapper .block-minicart {
    left: 0;
  }
  .header.header5 .logo {
    display: block;
    text-align: center;
    padding: 0 0 9px;
  }
  .header.header5 .table-icon-menu {
    width: 100%;
    margin: 0 auto 45px;
    text-align: center;
  }
  .header.header5 .table-icon-menu > div {
    display: inline-block;
  }
  .header.header5 .table-icon-menu > div.dropdown-toplinks .dropdown-menu {
    display: none !important;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  .header.header5 .table-icon-menu > div.dropdown-toplinks.open .dropdown-menu {
    display: block !important;
  }
  .header.header5 .middle-header-content > .container {
    width: 100% !important;
    padding: 0;
  }
  .header.header6 .megamenu-content > .nav-tabs li:not(.hidden-lg),
  .header.header7 .megamenu-content > .nav-tabs li:not(.hidden-lg) {
    display: block !important;
    width: 100%;
  }
  .header.header6 .megamenu-content > .nav-tabs li:not(.hidden-lg) a,
  .header.header7 .megamenu-content > .nav-tabs li:not(.hidden-lg) a {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding: 0;
  }
  .header.header6 .megamenu-content > .tab-content #main-Accountcontent,
  .header.header7 .megamenu-content > .tab-content #main-Accountcontent,
  .header.header6 .megamenu-content > .tab-content #main-Settingcontent,
  .header.header7 .megamenu-content > .tab-content #main-Settingcontent {
    display: none !important;
  }
}
@media (min-width: 1200px) and (min-width: 1499px) {
  .header.header5 .navigation .nav-main-menu > li.mega-menu-fullwidth > ul.dropdown-menu {
    width: 1200px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .header.header5 .navigation .nav-main-menu > li.mega-menu-fullwidth > ul.dropdown-menu {
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  .header:not(.header6):not(.header7) .tab-content {
    border-top: 1px solid #dddddd;
    margin-top: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content {
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    width: calc(100% - 54px);
    max-width: 400px;
    background-color: #fff;
    z-index: 1000;
    padding: 0;
    left: -400px;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .dropdown-menu {
    position: initial;
    width: 100%;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .dropdown-menu li > a img {
    margin-left: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-backdrop {
    display: none;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
    border: none;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li {
    width: calc(100% / 3);
    text-align: center;
    margin: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
    padding: 18px 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    font-weight: 500;
    color: #fff;
    background-color: #f26122;
    border: none !important;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li.active > a {
    background-color: #fff;
    color: #272727;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links {
    text-align: left;
    margin: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links li {
    width: 100%;
    font-size: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links li .label,
  .header:not(.header6):not(.header7) .megamenu-content .top-links li a:not(.no-display):not(.action) {
    border-bottom: 1px solid #e3e3e3;
    color: #575757;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    text-transform: capitalize;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links li .label:after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    line-height: 24px;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links li .label.my-account-link {
    padding-left: 30px;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links li .label.my-account-link:before {
    left: 15px;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links .dropdown-toplinks.active .label:after {
    content: "\f068";
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links .dropdown-toplinks.active .dropdown-menu {
    border-bottom: 1px solid #e3e3e3;
    display: block !important;
    position: static !important;
    float: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links .dropdown-toplinks.active .dropdown-menu.after-login-btn {
    padding: 0;
    border: none;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links .dropdown-toplinks.active .dropdown-menu.after-login-btn li {
    margin: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher {
    float: none;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    position: relative;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .switcher-toggle {
    padding-left: 15px;
    width: 100%;
    text-align: left;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .dropdown-menu {
    left: 15px;
    right: auto;
  }
  .header:not(.header6):not(.header7) .navigation .nav-main-menu .label-menu {
    position: static !important;
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 20px;
  }
  .header .mega-menu-content .static-content,
  .header .table-icon-menu > .header-wl,
  .header .nav.nav-main-menu > li.logo-item {
    display: none !important;
  }
  .header.header5 ul.social-link li {
    margin: 0 5px;
  }
  .header.header5 ul.social-link li a {
    padding: 11px;
    display: block;
  }
  .header.header5 .middle-header-content .middle-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .header.header5 .middle-header-content .middle-content .action-menu-responsive,
  .header.header5 .middle-header-content .middle-content .logo {
    float: left;
    width: calc(100% / 3);
  }
  .header.header5 .middle-header-content .middle-content .table-icon-menu {
    float: right;
  }
  .header.header5 .middle-header-content .middle-content .logo {
    padding-top: 17px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1199px) {
  .header .header.header4 .bottom-header-content {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header.active-sticky.header4 .bottom-header-content {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header.active-sticky.header4:hover .bottom-header-content {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-content .top-middle-header {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .header .search-form.select-search .form-search .form.minisearch .search-select,
  .header .search-form.select-search .form-search .form.minisearch .input-text {
    display: table-cell;
    vertical-align: middle;
  }
  .header .search-form.select-search .form-search .form.minisearch .search-select {
    width: 1%;
  }
}
@media (max-width: 767px) {
  .header .top-header-content .top-custom-link ul {
    display: table;
    margin: 0 auto;
  }
  .header .top-header-content .top-custom-link ul li {
    padding-bottom: 0;
  }
  .header .top-header-content .top-middle-header {
    padding-top: 10px;
  }
  .header .mobile-item-col {
    float: left;
    width: calc(100% / 3);
  }
  .header .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    width: 300px;
  }
  .modal-popup._show {
    overflow-y: auto;
  }
  .modal-popup._show .modal-inner-wrap {
    margin: 5rem auto;
  }
}
@media (min-width: 768px) {
  .products-grid .product-item-info .tocart.btn-cart .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item-info .tocart.btn-cart {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
  }
  .products-grid .product-item-info .tocart.btn-cart .icon {
    margin: 0;
  }
  .products-grid .product-item-info .tocart.btn-cart .text {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-heading h3.title:before,
  .content-heading h3.title:after {
    content: none !important;
  }
}
@media (max-width: 768px) {
  .block.filter .filter-content .filter-options-item .filter-options-title:after {
    content: none !important;
  }
  .block.filter .filter-content .filter-options-item .filter-options-content {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-layout-1column .category-product-actions .toolbar-products {
    width: 85%;
  }
  .page-layout-1column .category-product-actions .block.filter {
    width: 15%;
  }
}
@media (max-width: 991px) {
  .toolbar .modes {
    display: none;
  }
}
@media (max-width: 767px) {
  .toolbar .limiter {
    display: none;
  }
  .toolbar select {
    max-width: 150px;
  }
  .toolbar .pages .pagination .item {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  body:not(.page-layout-1column) .toolbar .sorter {
    text-align: left;
  }
  body:not(.page-layout-1column) .toolbar select {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .page-layout-3columns .bottom-pagination {
    border-top: 1px solid #ddd;
    padding-top: 13px;
  }
  .page-layout-3columns .bottom-pagination .toolbar .limiter {
    display: block;
    text-align: right;
  }
  .page-layout-3columns .bottom-pagination .toolbar .pages {
    padding-top: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: none;
  }
  .page-layout-3columns .bottom-pagination .toolbar .pagination {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-list .post-item-info {
    margin-bottom: 60px;
  }
  .blog-list .post-item-info .post-image.has-image .post-info {
    position: static;
  }
}
@media (max-width: 767px) {
  .blog-post-view .post-comments .item .info .posted-on {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .checkout-extra {
    padding-left: 200px;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .checkout-extra {
    padding: 0;
    border: none;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    width: 100%;
    position: static;
    margin: 0 !important;
    border: 1px solid #efefef;
    padding: 12px 20px 12px;
  }
  .checkout-cart-index .checkout-extra > .block > .title.active {
    border-color: #2a2a2a;
  }
  .checkout-cart-index .checkout-extra > .block > .content {
    border: 1px solid #efefef;
    border-top: none;
    padding: 30px 20px;
  }
  .checkout-cart-index .cart-container .cart.main.actions .btn {
    width: 100%;
    text-align: center;
  }
  .checkout-cart-index .cart-container .cart.main.actions .btn + .btn {
    margin: 15px 0 0;
  }
  .checkout-cart-index #shopping-cart-table tbody {
    border: 1px solid #eaeaea;
    display: block;
    padding: 0;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td {
    display: block;
    border: none;
    text-align: left;
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col:not(.item):before {
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    color: #2a2a2a;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.qty .field.qty {
    display: inline-block;
    vertical-align: middle;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
    float: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item:after {
    content: "";
    display: table;
    clear: both;
  }
  .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
    padding: 10px 0 0;
  }
}
@media (min-width: 992px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .opc-progress-bar {
    margin: 0 0 32px;
    counter-reset: i;
    display: block;
    font-size: 0;
    width: calc(66.66666667% - 15px);
  }
  .opc-progress-bar .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #c2c2c2;
    font-size: 16px;
  }
  .opc-progress-bar .opc-progress-bar-item > span:after,
  .opc-progress-bar .opc-progress-bar-item > span:before {
    left: 50%;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .opc-progress-bar .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-size: 15px;
    line-height: 26px;
    color: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item > span:before {
    background: #c2c2c2;
    height: 38px;
    margin-left: -19px;
    width: 38px;
    content: '';
    top: 0;
  }
  .opc-progress-bar .opc-progress-bar-item:before {
    background: #c2c2c2;
    top: 19px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar .opc-progress-bar-item._active:before {
    background: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span {
    color: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span:before {
    background: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span:after {
    color: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:before {
    background: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span {
    color: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span:before {
    background: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span:after {
    color: #14ab00;
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover:before {
    background: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span {
    color: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:before {
    background: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:after {
    color: #c2c2c2;
  }
}
@media (max-width: 991px) {
  .opc-progress-bar {
    display: none;
  }
}
@media (max-width: 991px) {
  .checkout-container {
    position: relative;
    z-index: 101;
  }
  .authentication-wrapper {
    margin-bottom: 25px;
  }
  .opc-wrapper {
    width: 100%;
    padding: 0;
  }
  .opc-sidebar.opc-summary-wrapper {
    bottom: 0;
    left: 30px;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99998;
    width: auto;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition-duration: 0.3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header {
    display: block;
    min-height: unset;
    padding: 0;
    border: none;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    padding: 0;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-shadow: none;
    top: 16px;
    z-index: 1;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:after {
    content: "x";
    font-size: 30px;
    line-height: 1;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-sidebar.opc-summary-wrapper._show {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
  }
  .opc-sidebar.opc-summary-wrapper._show + .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899 !important;
    background-color: rgba(51, 51, 51, 0.55);
  }
  .opc-sidebar.opc-summary-wrapper._show .modal-inner-wrap {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-estimated-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .opc-estimated-wrapper .estimated-block {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #2a2a2a;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #56cfe1;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    font-size: 26px;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart > .counter.qty {
    background-color: #56cfe1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 13px 0 0;
    min-width: 30px;
    text-align: center;
    vertical-align: top;
    white-space: normal;
  }
  .table-checkout-shipping-method thead {
    display: none;
  }
}
@media (max-width: 767px) {
  #shipping-method-buttons-container .action,
  .payment-method-content .actions-toolbar .action,
  #shipping-method-buttons-container button.action,
  .payment-method-content .actions-toolbar button.action {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #multiship-addresses-table thead {
    display: none;
  }
  #multiship-addresses-table tbody tr {
    display: block;
    padding: 15px;
    border: 1px solid #eaeaea;
  }
  #multiship-addresses-table tbody tr td {
    text-align: left !important;
    padding: 0 !important;
    display: block;
    border: none;
  }
  #multiship-addresses-table tbody tr td + td {
    margin-top: 15px;
  }
  #multiship-addresses-table tbody tr td .field .label {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .multishipping-checkout-overview .table-order-review thead tr {
    display: block;
  }
  .multishipping-checkout-overview .table-order-review thead tr th {
    display: none;
  }
  .multishipping-checkout-overview .table-order-review thead tr th.col.item {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tbody tr,
  .multishipping-checkout-overview .table-order-review tfoot tr {
    border: 1px solid #f0f0f0;
    display: block;
    padding: 15px;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td {
    display: block;
    padding: 0 !important;
    border: none !important;
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td:not(.item):before {
    display: inline-block;
    content: attr(data-th) ":";
    font-size: 13px;
    margin-right: 5px;
    color: #2a2a2a;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td.qty {
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tfoot tr td,
  .multishipping-checkout-overview .table-order-review tfoot tr th {
    display: block;
    padding: 0 !important;
    border: none !important;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .instagram-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  .menu_vertical_fixed {
    margin-left: 270px;
  }
  .menu_vertical_fixed .header.header5 {
    width: 270px;
    left: 0;
    position: absolute;
    top: 0;
    display: block;
    overflow: visible;
    height: auto;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    min-height: 100vh;
  }
  .menu_vertical_fixed .header.header5.fixed-bottom {
    bottom: 0;
    top: auto !important;
    position: fixed;
  }
  .menu_vertical_fixed .header.header5 .middle-header-content {
    padding-top: 59px;
    padding-bottom: 200px;
    position: relative;
    min-height: 100vh;
  }
  .menu_vertical_fixed .header.header5 .middle-header-content .bottom-header-custom-block {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  body.wide .menu_vertical_fixed .container {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  body.wide .menu_vertical_fixed.width1366 .container {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  body.wide .menu_vertical_fixed.width1024 .container {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
}
@media all and (max-width: 480px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
}
@media all and (max-width: 600px) {
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
.product.info.detailed.after-content .product-data-items-content .title-accordion {
  display: none;
}
@media (min-width: 768px) {
  .product.info.detailed.after-content .product-data-items-content .title-accordion {
    display: none;
  }
  .product.info.detailed.after-content .product-data-items-content .data.item.content {
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .sticky-info-multiple-col .product-detail-infomation {
    padding-top: 30px;
  }
  .related-product-main + .upsell-products-list {
    border: none;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .product-detail-infomation.is_stuck .has-sticky-menu {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .product-detail-infomation {
    margin-top: 35px;
    width: 100%;
  }
  .product-detail-infomation.margin-top65 {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .sticky-info-multiple-col > div:not(.col-lg-6) {
    width: 25% !important;
  }
  .use-header6.nav-open .close-nav-button,
  .use-header7.nav-open .close-nav-button {
    display: block;
    opacity: 1;
    transform: translate3d(400px, 0, 0);
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .header.header8 .navigation .nav-main-menu {
    margin: 0 !important;
  }
  .header.header8 .navigation .nav-main-menu > li > a {
    padding: 12px 18px;
  }
  .header.header8 .navigation .nav-main-menu > li > a .label-menu {
    top: 0px;
  }
  .header.header8 .navigation .nav-main-menu > li:first-child > a {
    padding-left: 15px;
  }
  .header.header8 .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns > ul.dropdown-menu {
    min-width: 500px;
  }
  .header.header8 .bottom-header-content {
    position: relative;
  }
  .header.header8 .bottom-header-content .parent__megameu {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .header.header8 .vertical-menu-widget .vertical-menu {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
}
@media (min-width: 992px) {
  .header.header8 .search-form .form-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header.header8 .search-form .form-search .search-close {
    display: none;
  }
  .header.header8 .search-form .form-search .form.minisearch {
    margin: 27px 0;
    padding: 0;
    border: 1px solid #222;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
  }
  .header.header8 .search-form .form-search .form.minisearch .input-text {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    color: #878787;
  }
  .header.header8 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .header.header8 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle:after {
    content: "";
    height: 24px;
    width: 1px;
    background-color: #878787;
    position: absolute;
    top: 9px;
    right: 0;
  }
  .header.header8 .table-icon-menu .search-form {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header.header8 .bottom-header-content .parent__megameu {
    float: right;
  }
  .header.header8 .bottom-header-block {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .header.header8 .middle-header-content .parent__search {
    width: 0;
    padding: 0;
  }
  .header.header8 .top-header-content {
    padding-bottom: 14px;
  }
  .header.header8 .top-header-content .top-custom-link ul {
    text-align: center;
  }
  .header.header8 .top-header-content .top-custom-link ul li {
    float: none;
    display: inline-block;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header.header8 .bottom-header-content {
    position: relative;
  }
  .header.header8 .bottom-header-content .parent__megameu .nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 3;
    background-color: #56cfe1;
  }
}
@media (min-width: 992px) {
  .header.header8.active-sticky {
    position: static !important;
    box-shadow: none;
  }
  .header.header8.active-sticky .middle-header-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
  .header.header8.active-sticky .middle-header-content .logo-header .logo {
    padding-top: 17px;
    padding-bottom: 0;
  }
  .header.header8.active-sticky .middle-header-content > .container {
    position: relative;
  }
  .header.header8.active-sticky .parent__search > .search-form {
    display: none;
  }
  .header.header8.active-sticky .table-icon-menu > div {
    padding: 19px 12px 16px 0;
  }
  .header.header8.active-sticky .navigation .nav-main-menu {
    margin: 0 auto !important;
  }
  .header.header8.active-sticky .navigation .nav-main-menu > li > a {
    padding: 19px 18px !important;
  }
}
@media (min-width: 1200px) {
  .header.header9 .nav.nav-main-menu > li > a {
    padding: 36px 18px 37px;
  }
  .header.header9 .navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  .header.header9 .navigation .nav-main-menu {
    float: right;
    position: static !important;
  }
  .header.header9 .middle-header-content > .container {
    position: relative;
  }
  .header.header9 .parent__megameu {
    position: static;
  }
}
@media (max-width: 1199px) {
  .header.header9 .middle-header-content .logo-header .logo {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .header.header9 .table-icon-menu > div.search-form {
    display: none;
  }
  .header.header9 .parent__search {
    display: table;
    width: 100%;
  }
  .header.header9 .parent__search > .search-form,
  .header.header9 .parent__search > .table-icon-menu {
    display: table-cell;
    vertical-align: middle;
  }
  .header.header9 .parent__search > .table-icon-menu {
    width: 1%;
  }
  .header.header9 .search-form .form-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header.header9 .search-form .form-search .search-close {
    display: none;
  }
  .header.header9 .search-form .form-search .form.minisearch {
    margin: 6px auto;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: #fff;
  }
  .header.header9 .search-form .form-search .form.minisearch .input-text {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: #878787;
  }
  .header.header9 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
    height: 36px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .header.header9 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle:after {
    content: "";
    height: 24px;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .header.header9.active-sticky {
    position: static !important;
    box-shadow: none;
  }
  .header.header9.active-sticky .middle-header-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
  .header.header9.active-sticky .middle-header-content .logo-header .logo {
    padding-top: 17px;
    padding-bottom: 0;
  }
  .header.header9.active-sticky .middle-header-content > .container {
    position: relative;
  }
  .header.header9.active-sticky .navigation .nav-main-menu > li > a {
    padding: 19px 18px !important;
  }
}
@media (max-width: 991px) {
  .header.header9 .table-icon-menu {
    position: absolute;
    top: -49px;
    right: 0;
    z-index: 10;
  }
  .header.header9 .vertical-title {
    background: none;
    padding: 0;
  }
  .header.header9 .vertical-menu-widget .vertical-menu {
    display: none;
  }
  .header.header9 .top-header-content {
    padding-bottom: 14px;
  }
  .header.header9 .top-header-content .top-custom-link ul {
    text-align: center;
  }
  .header.header9 .top-header-content .top-custom-link ul li {
    float: none;
    display: inline-block;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .popup__related {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .success-ajax--popup .mfp-close {
    right: 0;
    top: -30px !important;
  }
}
@media (min-width: 1300px) {
  .service-boxed {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (min-width: 1200px) {
  .service-boxed {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .service-boxed .icon-service {
    width: 50%;
  }
  .service-boxed .icon-service.first-sm-item,
  .service-boxed .icon-service:last-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (max-width: 992px) {
  .service-boxed .icon-service {
    width: 100%;
  }
  .service-boxed .icon-service + .icon-service {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .header.header10 .dropdown-switcher {
    float: left;
    margin-left: 0;
    margin-right: 30px;
    position: relative;
  }
  .header.header10 .dropdown-switcher .dropdown-menu {
    display: block !important;
    opacity: 0;
    left: 0;
    right: auto;
    visibility: hidden;
  }
  .header.header10 .dropdown-switcher:hover .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header.header10 .dropdown-switcher .switcher-toggle {
    padding: 37px 0 39px;
    color: #fff;
  }
  .header.header10.active-sticky .dropdown-switcher .switcher-toggle {
    padding: 19px 0;
  }
  .header.header10:not(.active-sticky) .table-icon-menu > div {
    padding: 39px 12px 34px 0px;
  }
  .header.header10:not(.active-sticky) .nav.nav-main-menu > li > a {
    padding: 38px 24px;
  }
  .header.header10 #mainMenu .level0 a.level0 {
    color: #fff;
  }
  .header.header10 #mainMenu .level0:hover a.level0 {
    color: #56cfe1;
  }
}
@media (min-width: 992px) {
  .cms-index-index .header.header10:not(.active-sticky):not(.header-builder) {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .slider_item .text-slider h2 {
    font-size: 30px;
    line-height: 1;
  }
}
.header .no-menu-settings .settings-menu-tab,
.header .no-menu-settings #main-Settingcontent {
  display: none !important;
}
.header.header6 .megamenu-content.no-menu-settings .nav-tabs > li,
.header.header7 .megamenu-content.no-menu-settings .nav-tabs > li {
  width: calc(100% / 2);
}
@media (max-width: 1199px) {
  .header:not(.header6):not(.header7) .megamenu-content.no-menu-settings .nav-tabs > li {
    width: calc(100% / 2);
  }
}
@media (min-width: 1200px) {
  .testimonial-list-block.boxed_content .testimonial-content.has-image .content {
    padding-left: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .testimonial-list-block.boxed_content {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-list-block.boxed_content {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-list-block .testimonial-content .content blockquote:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .testimonial-list-block .testimonial-content .author-thumbnail {
    float: none;
    margin: 0 auto 40px;
  }
  .testimonial-list-block .testimonial-content.has-image .content {
    padding-left: 0;
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-banner-glasses .promobanner .banner-text {
    padding-right: 120px;
  }
}
/* DEV_LUUNV */
@media (min-width: 992px) {
  .title-instagram .instagram-block {
    position: relative;
  }
  .title-instagram .instagram-block .content-heading {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: rgba(246, 246, 248, 0.8);
    padding: 25px 100px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
  .title-instagram .instagram-block .content-heading .name {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .header .close-nav-button {
    left: -50px;
  }
  .slider_comestics.owl-carousel .owl-stage {
    padding-left: 16.65%;
    padding-right: 16.65%;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-next,
  .slider_comestics.owl-carousel .owl-nav > div.owl-prev {
    top: 0;
    bottom: 0;
    width: 16.65%;
    height: auto;
    background: none;
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-next {
    right: 0;
    left: auto;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-next i {
    right: 40px;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-prev {
    left: 0;
    right: auto;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-prev i {
    left: 40px;
  }
  .slider_comestics.owl-carousel .owl-nav > div i {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    color: #c2c2c2;
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .slider_comestics.owl-carousel .owl-nav > div:hover i {
    background-color: #56cfe1;
    border-color: #56cfe1;
    color: #fff;
  }
  .slider_comestics.owl-carousel .owl-item:last-child {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .slider_comestic.owl-carousel .owl-nav > div {
    color: #c2c2c2;
    border: 2px solid #c2c2c2;
  }
  .cosmestics-banner {
    padding: 0;
  }
  .cosmestics-banner h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .cosmestics-banner h4 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .rorate .banner-text > div {
    margin-right: -100px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .sm-ceter {
    float: none;
    margin: 0 auto;
  }
  .sm-padding30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-padding15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider_comestics h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .slider_comestics .slider-item .bottom h2 {
    line-height: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sub-categories {
    display: none;
  }
  .decor-banner p {
    font-size: 30px !important;
  }
  .cosmestics-banner {
    padding: 0;
  }
  .cosmestics-banner h3 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .cosmestics-banner h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .rorate .banner-text .cosmestics-banner {
    margin-right: -150px;
    padding-left: 60px;
  }
  .services .service-item {
    margin-bottom: 30px;
    padding: 0 18px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 230px;
  }
  .services .service-item:last-child {
    margin-bottom: 0;
  }
  .catalog-category-view .products-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .products-grid .products-list .product-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 4px solid #efefef;
    min-height: 190px;
  }
  .products-grid .products-list .product-item .product-img {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 20px 25px;
    border-left: 4px solid #efefef;
  }
  .products-grid .products-list .product-item .product-title {
    order: 2;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 4px solid #efefef;
  }
  .products-grid .products-list .product-item .product-price {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 100%;
  }
  .products-grid .products-list .product-item .product-features {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
    border: 4px solid #efefef;
    border-bottom: none;
  }
  .products-grid .products-list .product-item .product-features ul li {
    width: calc(50% - 5px);
  }
  .products-grid .products-list .product-item .product-features ul li:nth-child(2n + 2) {
    margin-left: 10px;
  }
  .products-grid .products-list .product-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
  .simple-product .products-grid .product-item {
    width: 100%;
  }
  .slider_comestics .slider-item:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }
  .slider_comestics .slider-item .text-slider {
    top: 50%;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .slider_comestics .slider-item .bottom {
    bottom: -100px;
  }
  .slider_comestics h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .slider_comestics a {
    padding: 0 12px;
  }
  .modal-popup.update-plan-customer .popup-content .admin__field {
    margin-bottom: 10px;
  }
  .modal-popup.update-plan-customer .popup-content .plan-customize-info {
    margin-top: 10px;
  }
  .modal-popup.update-plan-customer .popup-content .plan-customize-info .product-start-date,
  .modal-popup.update-plan-customer .popup-content .plan-customize-info .product-end-date {
    width: 100%;
  }
  .modal-popup.update-plan-customer .popup-content .plan-customize-info .product-start-date {
    margin-bottom: 10px;
  }
  .modal-popup.update-plan-customer .popup-content .btn {
    margin: 5px;
  }
  .modal-popup.plan-cancel-popup-override .btn {
    margin: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .deal-timer {
    padding: 0 3px;
  }
  .deal-timer .time-note,
  .deal-timer .countdown {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm-text30 .big-text {
    font-size: 30px !important;
  }
}
/***/
/* Fix video banner */
@media (max-width: 767px) {
  .video-banner #video-background:not(.loaded) {
    display: none !important;
  }
  .video-banner #video-background:not(.loaded) + .text {
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  /*---------Product List page----------*/
  .category-view .category-image + .category-description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .products-grid .products-list .product-item {
    margin-bottom: 50px;
    border: 4px solid #EFEFEF;
  }
  .products-grid .products-list .product-item:hover {
    opacity: 0.6;
  }
  .products-grid .products-list .product-item .product-img {
    max-width: 205px;
    width: 25%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-right: 4px solid #EFEFEF;
  }
  .products-grid .products-list .product-item .product-img a {
    padding: 15px 50px;
  }
  .products-grid .products-list .product-item .product-title {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 25px 30px;
    max-width: 240px;
    width: 25%;
  }
  .products-grid .products-list .product-item .product-title h2 {
    font-size: 24px;
  }
  .products-grid .products-list .product-item .product-price {
    width: 25%;
    max-width: 240px;
    padding: 25px;
    background-color: rgba(0, 65, 107, 0.08);
    -webkit-justify-content: center;
    justify-content: center;
  }
  .products-grid .products-list .product-item .product-price .final-price span:not(.currency-symbol) {
    font-size: 12px;
  }
  .products-grid .products-list .product-item .product-features {
    width: 30%;
    padding: 25px 35px 25px 45px;
  }
  .products-grid .products-list .product-item .product-features ul li {
    font-size: 16px;
    letter-spacing: 0.12px;
    width: 100%;
  }
  .login-container .block,
  .form-create-account {
    padding: 0 25px;
  }
  .login-container .block.block-customer-login,
  .form-create-account.block-customer-login {
    padding-left: 45px;
  }
  .location-popup .locations-item {
    width: calc(50% - 12px);
    padding: 60px 35px 35px;
    margin: 0;
  }
  .location-popup .locations-items {
    padding: 20px;
  }
  .location-popup .locations-item img {
    margin: 0 auto 90px;
    min-width: 220px;
  }
  .location-popup .locations-details {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  .location-popup .locations-details p {
    margin-bottom: 0;
  }
  .location-popup .locations-details p:not(:last-child) {
    margin-bottom: 5px;
  }
  .location-popup .selected-option input[type="radio"] + .label {
    font-size: 20px;
    line-height: 27px;
    padding: 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .products-grid .products-list .product-item .product-features {
    padding: 15px;
  }
  .offer-block .offer-content {
    padding: 0 15px;
  }
  .offer-block .offer-content h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .offer-block .offer-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .testimonial-list-block .testimonial-grid {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .onestepcheckout-index-index form#custom-checkout-form .fieldset {
    display: block;
  }
  .onestepcheckout-index-index form#custom-checkout-form .fieldset div.field {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .table-icon-menu {
    margin-right: 0;
  }
}
@media (min-width: 1291px) {
  body.wide.faq-index-index .page-main.container {
    width: 1290px;
  }
}
@media (min-width: 768px) {
  .support-container .aw-container {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .support-container .aw-container .aw-column {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 65px;
  }
  .article-list .category-name {
    margin-bottom: 30px;
  }
  .article-list .aw-list-style {
    margin-bottom: 25px;
  }
  .article-list .aw-list-style li:not(:last-child) {
    margin-bottom: 25px;
  }
  .support-contact {
    width: 35%;
    max-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .support-contact {
    padding: 20px 15px 40px;
  }
  .about-us-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about-us-item:not(:last-child) {
    margin-bottom: 55px;
  }
  .about-us-item .about-image,
  .about-us-item .about-content {
    width: 50%;
  }
  .about-us-item .about-image img {
    max-width: 100%;
  }
  .about-us-item.about-left .about-content {
    padding: 25px!important;
  }
  .about-us-item.about-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .about-us-item.about-right .about-content {
    padding: 25px!important;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .page-products .product-label {
    left: -15px;
    top: -30px;
  }
}
@media (min-width: 768px) {
  .about-us-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about-us-item:not(:last-child) {
    margin-bottom: 55px;
  }
  .about-us-item.about-left .about-content {
    padding: 15px 30px 15px 110px;
  }
  .about-us-item.about-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .about-us-item.about-right .about-content {
    padding: 50px 30px 15px 20px;
  }
  .bundle-options-container .product-add-form form .bundle-options-wrapper {
    width: 69%;
    max-width: 800px;
  }
  .bundle-options-container .product-add-form form > .block-bundle-summary,
  .bundle-options-container .product-add-form form > strong {
    width: 29%;
    max-width: 340px;
  }
  .opc.opc-sticky .sticky,
  .cart-container .shopping-cart-bottom {
    position: sticky;
    top: 70px!important;
  }
}
@media (max-width: 767px) {
  .about-us-item .about-image img {
    width: 100%;
  }
  .about-us-item .about-content {
    margin: 20px 0;
  }
  .category-image {
    display: none;
  }
  .category-description {
    padding: 20px;
  }
  .category-view .category-left-dis .container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .category-view .category-left-dis .category-dis-image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .category-view .category-left-dis .category-dis-content {
    width: 100%;
    padding-left: 0;
  }
  .category-view .category-left-dis .category-dis-content p {
    max-width: initial;
  }
  .manage-plan-popup-modal {
    width: 100%;
  }
  .manage-plan-popup-modal tbody tr td:first-child {
    width: 80px !important;
  }
  .modal-popup .modal-inner-wrap {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .cart-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart-container .form-cart {
    width: 67%;
  }
  .cart-container .shopping-cart-bottom {
    width: 28%;
    margin-left: 0;
    margin-right: 0;
  }
  .cart-container .shopping-cart-bottom .cart-items-total.col-sm-12 {
    padding: 0;
  }
  .checkout-cart-index #shopping-cart-table .product-info-row {
    padding: 25px;
    margin-bottom: 30px;
  }
  .checkout-cart-index #shopping-cart-table .product-item-right {
    width: 40%;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item .cart-input-sec {
    width: 70%;
    margin-bottom: 30px;
  }
  .product-tab-title h2,
  .product-tab-title h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 16px 20px;
    margin-bottom: 24px;
  }
  .product-tab-title > div[data-content-type="html"] {
    margin-bottom: 30px;
  }
  .catalog-product-view .product-info-main .bundle-product-day-plan > .days-options {
    font-size: 16px;
    padding: 10px 16px 10px 16px;
  }
  .catalog-product-view .product-info-main .bundle-product-day-plan > .days-options .plan-tital {
    font-size: 16px;
  }
  .catalog-product-view .product-info-main .bundle-product-day-plan > .days-options span.price-box,
  .catalog-product-view .product-info-main .bundle-product-day-plan > .days-options span.per-days {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .select-product-date-details .date-plan span {
    font-size: 12px;
  }
  .catalog-product-view .select-product-date-details .date-plan .date-total {
    font-size: 18px;
  }
  .products-plan-grid .product-item {
    padding: 10px 16px;
    margin-bottom: 15px;
  }
  .products-plan-grid .product-item h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .products-plan-grid .product-item .price-box .price {
    font-size: 18px;
    line-height: 30px;
  }
  .products-plan-grid .product-top {
    width: 80px;
  }
  .nested.options-list:not(.products-plan-grid) .item.product.product-item {
    margin-bottom: 10px;
  }
  .nested.options-list:not(.products-plan-grid) .item.product.product-item .product-item-link {
    font-size: 16px;
  }
  .product-start-date,
  .product-end-date {
    width: 23.5%;
  }
}
@media (max-width: 1199px) {
  body .header:not(.header6):not(.header7) .nav-main-menu li {
    float: left !important;
    width: 100%;
  }
  body .header:not(.header6):not(.header7) .nav-main-menu li > ul.sub-menu {
    display: block;
  }
  #main-Accountcontent .top-links > div {
    width: 100%;
    margin: 0!important;
  }
  .header .dropdown-toplinks .dropdown-menu.before-login-btn {
    width: 100%;
    position: static!important;
    max-width: 100%;
  }
  .header .dropdown-toplinks:not(.active) .dropdown-menu {
    display: none!important;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li.active > a {
    color: #fff;
    background-color: #f26122;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
    background-color: #fff;
    color: #272727;
  }
  .checkout-cart-index .cart-container .shopping-cart-bottom .cart-items-total.col-sm-12 {
    max-width: 100%;
  }
  .product-top-details .product-title h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .product-top-details .product-price span.final-price,
  .product-top-details .product-price span.final-price * {
    font-size: 18px;
    line-height: 30px;
  }
  .shipping-address-label .source-available {
    font-size: 12px;
  }
  .catalog-product-view .product-info-main .bundle-product-day-plan > .days-options {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-cart-index .cart-total-summary {
    max-width: 49%;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .scan-sim-modal-popup-main .cam-popup .modal-title {
    font-size: 1.2rem;
    width: 100%;
  }
  .scan-sim-modal-popup-main .cam-popup .cam-outer {
    flex-direction: column;
  }
  .scan-sim-modal-popup-main .cam-popup .cam-outer .cam-box {
    width: 100%;
  }
  .scan-sim-modal-popup-main .cam-popup .cam-outer .admin__field-control {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .scan-sim-modal-popup-main .cam-popup .scan-sim-number-modal-button {
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .scan-sim-modal-popup-main .cam-popup .scan-sim-number-modal-button .cancel-btn {
    margin-right: 0!important;
  }
  .modal-popup.scan-sim-modal-popup-main .modal-inner-wrap {
    width: 70%;
  }
  .modal-popup.scan-sim-modal-popup-main .modal-inner-wrap .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .onestepcheckout-index-index #checkout-step-shipping .action.action-show-popup {
    margin: 20px 0 0 10px;
  }
  .onestepcheckout-index-index .one-step-right #co-place-order-area .btn-primary.checkout {
    width: 97%;
    margin: 10px;
  }
  .onestepcheckout-index-index form#co-place-order-agreement {
    margin-left: 10px;
  }
  .onestepcheckout-index-index .osc-usa-processing-fee {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .osc-place-order-wrapper .osc-trust-seal {
    margin: 10px;
  }
  .checkout-cart-index #shopping-cart-table .product-item-left {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #port-in-number-form,
  .form-group-order-number,
  .form-group-or,
  .form-group-last-four-digits,
  .form-group-phone-number,
  .form-group-last-six-digits-sim-card {
    width: 100% !important;
  }
  .form-group-or {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .form-group-order-number {
    margin-bottom: 0;
  }
  .checkout-cart-index .page-title-wrapper:before {
    width: 300px;
    left: -160px;
    bottom: 60px;
  }
  .checkout-cart-index .page-title-wrapper:after {
    right: -100px;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .products-grid .product-item {
    margin: 20px;
    width: 30%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .products-grid .product-item {
    margin: 70px;
    max-width: 185px;
  }
}
@media (min-width: 992px) {
  body .plan-sec {
    font-family: 'Poppins', sans-serif;
  }
  body .plan-ci-heading h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
  }
  body .recommended-main .plan-ci-heading h1 {
    font-size: 28px;
    line-height: 30px;
  }
  body .plan-ci-heading.m45 {
    margin-top: 45px;
  }
  body .plan-main table .plan-ci-main.recommended-main {
    padding: 43px 0 0;
  }
  body span.recommend-title {
    font-weight: 600;
    text-align: center;
  }
  body .recommended-main .plan-ci-heading {
    padding: 0;
  }
  body .plan-main table tr:not(:first-child):not(:last-child) td:first-child {
    background: #f16124;
  }
  body .plan-ci-heading.plan-local-heading:empty {
    display: none;
  }
  body .plan-local-detail {
    box-shadow: none;
    padding: 0 20px 0 27px;
    height: auto;
  }
  body ul.plan-txt li {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
  }
  body .plan-ci-detail {
    padding: 0 40px;
    height: auto;
  }
  body .plan-local-detail h5 {
    padding: 0;
    line-height: 30px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  body .head-p {
    padding: 0 20px 0 27px;
  }
  body .plan-main table tr.r-hover:hover:after,
  body .plan-main table tr.r-hover.active:after {
    height: 100%;
    width: auto;
    margin: 0;
    left: 20px;
    right: 20px;
    border: none;
  }
  body .plan-ci-detail.shadow-border ul li {
    top: 0;
    margin: 0;
    padding: 10px 12px;
  }
  body .plan-ci-detail h5 {
    padding: 10px 0;
  }
  body ul.plan-ci-txt li {
    padding: 10px 0;
  }
  body .plan-main table tr:last-child .plan-ci-detail {
    height: 40px;
  }
  body .plan-ci-detail .plan-btn {
    margin: 0 30px;
    width: auto;
    display: block;
  }
  body .plan-ci-detail.h-auto.shadow-border {
    height: auto;
    padding: 50px 40px 40px;
  }
  body .plan-ci-detail.h-auto {
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 50px 40px 40px;
  }
  body .plan-main table:after {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 170px;
    right: 0;
    width: 1px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  body .plan-main tbody {
    position: relative;
    z-index: 1;
    background: #fff;
  }
  body ul.plan-txt .tooltip-main {
    margin-left: 6px;
  }
  body ul.plan-txt .tooltip-main img {
    transform: scale(1.5);
  }
  body ul.plan-txt .tooltip-main:hover span.tooltip-text {
    font-size: 12px;
    line-height: 18px;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }
  body .plan-main table tr.r-hover td:nth-child(3):not(:last-child) {
    position: relative;
  }
  body .plan-main table tr.r-hover td:nth-child(3):not(:last-child):before,
  body .plan-main table tr.r-hover td:nth-child(3):not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #F16124;
  }
  body .plan-main table tr.r-hover td:nth-child(3):not(:last-child):before {
    left: 0;
  }
  body .plan-main table tr.r-hover td:nth-child(3):not(:last-child):after {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .col-lg-12 .plan-main.wow {
    display: flex;
    flex-wrap: wrap;
  }
  body .plan-local-main-mo {
    display: none;
  }
  body .plan-ci-main-mo {
    flex-direction: column;
    float: left;
    width: 33.33%;
    padding: 50px 0;
    display: flex;
  }
  body .plan-ci-detail-mo {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  body .plan-ci-full-mo {
    margin-bottom: 30px;
  }
  body a.plan-btn-mo {
    margin-top: auto;
  }
  body .plan-ci-detail-mo h5:empty {
    display: none;
  }
}
@media (max-width: 991px) {
  body .plan-faq-sec .col-lg-8.offset-lg-2 {
    padding: 0 15px;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .onestepcheckout-index-index form#custom-checkout-form .fieldset {
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: left;
  }
  .onestepcheckout-index-index form#custom-checkout-form .fieldset div.field {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .onestepcheckout-index-index .one-step-checkout-container {
    align-items: flex-start;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLogicrays%5C%2Fcellularisrael_english%5C%2Fen_US%5C%2Fcss%5C%2Fresponsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLogicrays%5C%2Fcellularisrael_english%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_utilities.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAiDA%2CQAjB2B%3BEAC1B%3BEAAkB%3BEAAkB%3BIACnC%2CWAAA%3BIACA%2CkBAAA%3BIACM%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2COAAO%2CcAAP%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BAAuBR%2CQAnB0B%3BEACzB%3BEAAkB%3BEAAkB%3BIACnC%2CWAAA%3BIACA%2CkBAAA%3BIACM%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2COAAO%2CcAAP%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3B%3BAASR%2CQAN2B%3BEACvB%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%2CuBAAwB%3BEAC9C%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%2CuBAAwB%3BEACjD%3BIACI%2CWAAA%3B%3B%3BAAUL%2CQAN0B%3BEACtB%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%2CuBAAuB%3BEAC7C%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CWAAA%3B%3B%3BAASR%2CQAL0B%2CuBAAuB%3BEAC7C%3BIACI%2CUAAA%3B%3B%3BAASR%2CQAN0B%3BEACzB%3B%3B%3B%3BAA8BA%2CQAxB0B%3BEAwB1B%2COAvBC%2CeAAe%2CIAAG%2CiBAAiB%2CIAAI%3BIACtC%2CmBAAA%3B%3BEAsBF%2COApBC%2CeACC%2CWAAW%3BIACV%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAgBH%2COApBC%2CeAMC%3BIACC%2CcAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAWH%2COApBC%2CeAMC%2CGAIC%2CGAAE%3BIACD%2CcAAA%3B%3BEAIH%2COAAC%2CQAAS%2CeAAe%3BIACxB%2CcAAA%3BIACA%2CaAAA%3B%3B%3BAAQF%2CQAL0B%3BEACzB%2COAAC%2CQAAS%2COAAM%2CWAAY%2CMAAK%2CUAAW%2CSAAS%2CQAAO%3BIAC3D%2CeAAA%3B%3B%3BAA4BF%2CQAzB0B%3BEACzB%2COAAC%2CQACA%3BIACC%2CWAAA%3BIACA%2CcAAA%3B%3BEAHF%2COAAC%2CQACA%2CyBAGC%3BIACC%2CqBAAA%3B%3BEALH%2COAAC%2CQACA%2CyBAGC%2CeAEC%3BIACC%2CYAAA%3B%3BEAPJ%2COAAC%2CQACA%2CyBASC%3BEAVF%2COAAC%2CQACA%2CyBASc%3BIACZ%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAbH%2COAAC%2CQAgBA%3BIACC%2CmBAAA%3B%3BEAjBF%2COAAC%2CQAgBA%2CeAEC%3BIACC%2CYAAA%3B%3B%3BAAUJ%2CQAL0B%3BEACzB%2COAAC%2CQAAS%2CyBAAyB%3BIAClC%2CaAAA%3B%3B%3BAAaH%2CQAV4B%2CwBAAuB%3BEACjD%2COAAC%2CQACA%2CyBAAyB%3BIACxB%2CoBAAA%3B%3BEAFF%2COAAC%2CQAIA%3BIACC%2CkBAAA%3B%3B%3BAAaJ%2CQAP2B%3BEAC1B%2CgBAAiB%3BIAChB%2CwBAAA%3B%3B%3BAAoDF%2CQA%5C%2FC2B%3BEAC1B%2CSAAU%3BIACT%2CcAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAED%3BIACC%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHD%2CgBAIC%3BIACC%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEARF%2CgBAUC%3BIACC%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIAvMC%2C6BAAA%3BIACA%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2CgCAAA%3B%3BEAsLH%2CgBAiBC%2CQAAQ%3BIACP%2CoDAAA%3BIACA%2CiDAAA%3BIACA%2CgDAAA%3BIACA%2C4CAAA%3BIApNC%2CWAqNU%2CwBArNV%3BIACA%2CmBAoNU%2CwBApNV%3BIACA%2CgBAmNU%2CwBAnNV%3BIACA%2CcAkNU%2CwBAlNV%3B%3BEA4LH%2CgBAwBC%2CYAAW%3BIACV%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGF%2CqBAAqB%2CkBAAmB%3BIAAQ%2CaAAA%3B%3B%3BAAcjD%2CQAT4B%3BEAEzB%2COADD%2CmBACE%2CMAAO%3BIA1OP%2CWA2OW%2CaA3OX%3BIACA%2CmBA0OW%2CaA1OX%3BIACA%2CgBAyOW%2CaAzOX%3BIACA%2CcAwOW%2CaAxOX%3BIAyOA%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAAOH%2COAAC%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAALD%2COAAC%2CcAMA%3BEACC%2CaAAA%3B%3BAAiGF%2CQA9F2B%3BEAC1B%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAAkB%2CKAAI%3BEADvB%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAElB%3BEAFD%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAGlB%3BIACC%2CwBAAA%3B%3BEAJF%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAMlB%3BIACC%2CyBAAA%3B%3BEAsFH%2COAnFC%2CoBAAoB%2CmBACnB%3BIACC%2CyBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAED%2COAND%2CoBAAoB%2CmBAMlB%2CMAAO%3BIA%5C%2FQP%2CWAgRW%2CaAhRX%3BIACA%2CmBA%2BQW%2CaA%5C%2FQX%3BIACA%2CgBA8QW%2CaA9QX%3BIACA%2CcA6QW%2CaA7QX%3BIA8QA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAGF%2COAAC%3BIACA%2CaAAA%3B%3BEADD%2COAAC%2CQAEA%2CiBAAiB%3BIAChB%2CgBAAA%3B%3BEAHF%2COAAC%2CQAEA%2CiBAAiB%2CkBAEhB%3BIACC%2COAAA%3B%3BEALH%2COAAC%2CQAQA%3BIACC%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAXF%2COAAC%2CQAaA%3BIACC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAhBF%2COAAC%2CQAaA%2CiBAIG%3BIACD%2CqBAAA%3B%3BEACA%2COAnBF%2CQAaA%2CiBAIG%2CMAEA%2CkBACA%3BIACC%2CwBAAA%3BIA1SH%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEA0SE%2COAxBH%2CQAaA%2CiBAIG%2CMAEA%2CkBAKC%2CKAAM%3BIACN%2CyBAAA%3B%3BEAzBL%2COAAC%2CQA8BA%2CuBAAyB%3BIACxB%2CsBAAA%3BIACA%2CUAAA%3B%3BEAWF%2COAAC%2CQACA%2CkBACG%2CYACD%2CGAAE%2CIAAI%3BEAHE%2COAAC%2CQACX%2CkBACG%2CYACD%2CGAAE%2CIAAI%3BIACL%2CyBAAA%3BIACA%2CWAAA%3B%3BEALJ%2COAAC%2CQACA%2CkBACG%2CYACD%2CGAAE%2CIAAI%2CYAGL%3BEANO%2COAAC%2CQACX%2CkBACG%2CYACD%2CGAAE%2CIAAI%2CYAGL%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBL%2COAAC%2CQACA%2CkBAmBG%2CeACD%3BEArBQ%2COAAC%2CQACX%2CkBAmBG%2CeACD%3BEArBH%2COAAC%2CQACA%2CkBAmBG%2CeACqB%3BEArBd%2COAAC%2CQACX%2CkBAmBG%2CeACqB%3BIACrB%2CwBAAA%3B%3B%3BAA3BF%2CQA7DwB%2CwBA0DG%3BEAG3B%2COAtCD%2CQAkCA%2CYAAY%2CeAAiB%2CKAAE%2CoBAAuB%2CKAAE%3BIAEtD%2CwBAAA%3B%3B%3BAAKF%2CQAhEyB%2CwBA6DG%3BEAG5B%2COAzCA%2CQAkCA%2CYAAY%2CeAAiB%2CKAAE%2CoBAAuB%2CKAAE%3BIAKtD%2CsBAAA%3B%3B%3BAAiNJ%2CQAjL2B%3BEAC1B%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAHL%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%3BIACC%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2COAAO%2CiBAAP%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIAxWA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3BEAoVF%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAcC%2CmBAAmB%3BIACf%2CiBAAA%3BIACA%2CWAAA%3B%3BEArBN%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAcC%2CmBAAmB%2CeAGf%2CGAAK%2CIAAE%3BIACN%2CcAAA%3B%3BEAvBP%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAqBC%3BIACI%2CaAAA%3B%3BEA3BN%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAwBC%3BIACC%2CYAAA%3B%3BEA9BH%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAwBC%2CUAEG%3BIACD%2COAAO%2CcAAP%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAlCJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAwBC%2CUAEG%2CKAIC%3BIACD%2C%2BCAAA%3B%3BEApCL%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAwBC%2CUAEG%2CKAOC%3BIACD%2CeAAA%3BIACA%2CcAAA%3BIA3YH%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIA0YG%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3BEAED%2COAhDH%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAwBC%2CUAEG%2CKAiBA%2COAAU%3BIACV%2CsBAAA%3BIACA%2CcAAA%3B%3BEAlDL%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%3BIACC%2CgBAAA%3BIACA%2CSAAA%3B%3BEAxDH%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAGC%3BIACC%2CWAAA%3BIACG%2CYAAA%3B%3BEA3DP%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAGC%2CGAGC%3BEA5DJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAGC%2CGAIC%2CEAAC%2CIAAI%2CaAAa%2CIAAI%3BIACrB%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACG%2CiBAAA%3BIACG%2CSAAA%3BIACH%2C0BAAA%3B%3BEAGH%2COAxEJ%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAGC%2CGAcC%2COACE%3BIACG%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2C6CAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2COAnFJ%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAGC%2CGAcC%2COAYE%3BIACG%2CkBAAA%3B%3BEACA%2COArFR%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAGC%2CGAcC%2COAYE%2CgBAEI%3BIACG%2CUAAA%3B%3BEAOR%2COA7FJ%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAqCC%2CmBAAkB%2COACjB%2COACE%3BIACG%2CSAAS%2COAAT%3B%3BEA9FT%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAqCC%2CmBAAkB%2COAMjB%3BIACI%2CgCAAA%3BIACG%2CyBAAA%3BIACH%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIAvcN%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAscM%2COA5GP%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAqCC%2CmBAAkB%2COAMjB%2CeAWK%3BIACG%2CUAAA%3BIACH%2CYAAA%3B%3BEAFD%2COA5GP%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiDC%2CWAqCC%2CmBAAkB%2COAMjB%2CeAWK%2CgBAGA%3BIACC%2CSAAA%3B%3BEAhHV%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiHC%3BIACC%2CWAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEA3HH%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiHC%2CmBAMC%3BIACC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FHJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAKlB%2CkBAiHC%2CmBAWC%3BIACC%2CUAAA%3BIACA%2CWAAA%3B%3BEAnIJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAuIlB%2CYAAY%2CeAAe%3BIAC1B%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAmCH%2COAhCC%2CmBAAmB%3BEAgCpB%2COAhCqC%2CiBAAmB%3BEAgCxD%2COA8xEA%2CCA9zEmE%2CIAAI%2CcAAiB%2CKAAE%3BIACxF%2CwBAAA%3B%3BEAED%2COAAC%2CQACA%2CGAAE%2CYAAa%3BIACd%2CaAAA%3B%3BEAFF%2COAAC%2CQACA%2CGAAE%2CYAAa%2CGAEd%3BIACC%2CaAAA%3BIACA%2CcAAA%3B%3BEAID%2COATD%2CQAQA%2CuBAAuB%2CgBACrB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAZH%2COAAC%2CQAQA%2CuBAAuB%2CgBAMtB%3BEAdF%2COAAC%2CQAQA%2CuBAAuB%2CgBAMG%3BIACxB%2CWAAA%3BIACA%2COAAO%2CcAAP%3B%3BEAhBH%2COAAC%2CQAQA%2CuBAAuB%2CgBAUtB%3BIACC%2CYAAA%3B%3BEAnBH%2COAAC%2CQAQA%2CuBAAuB%2CgBAatB%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BAAUJ%2CQAL0B%3BEAK1B%2COAJC%2CQAAO%2CQAAS%3BIACf%2CaAAA%3B%3B%3BAAsBF%2CQAnB0B%3BEAExB%2COADA%2CcACC%2CQACA%3BIACC%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIAnhBD%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3BEAmhBA%2COATD%2CcACC%2CQAQC%2CMAAO%3BIACP%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAUJ%2CQAL0B%2CuBAAwB%3BEAKlD%2COAJC%2CoBAAoB%3BIACnB%2CiBAAA%3B%3B%3BAAcF%2CQAX0B%3BEAW1B%2COAVC%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAC5C%3BEASF%2COAVC%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAC5B%3BIACf%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAOH%2COAVC%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAK5C%3BIACC%2CSAAA%3B%3B%3BAA0BJ%2CQAtB0B%3BEAsB1B%2COArBE%2CoBACC%2CiBAAiB%3BIAChB%2CcAAA%3BIACA%2CcAAA%3B%3BEAkBJ%2COArBE%2CoBACC%2CiBAAiB%2CGAGhB%3BIACC%2CiBAAA%3B%3BEAgBL%2COArBE%2CoBAQC%3BIACC%2CiBAAA%3B%3BEAYJ%2COATE%3BIACC%2CWAAA%3BIACA%2COAAO%2CcAAP%3B%3BEAOH%2COALE%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%3BIACvE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAiBH%2CQAZyB%3BEACxB%2CiBAAkB%3BIACjB%2CYAAA%3B%3BEAED%2CYAAY%3BIACR%2CgBAAA%3B%3BEAEJ%2CYAAY%2CMAAO%3BIACf%2CiBAAA%3B%3B%3BAAUJ%2CQAL0B%3BEAK1B%2CcANc%2CmBAEb%2CQAAO%2CSAAU%3BIAChB%2CaAAA%3B%3B%3BAAiBH%2CQAd2B%3BEAc3B%2CcApBe%2CmBAOb%2CQAAO%3BIAtmBL%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIAqmBD%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEASH%2CcApBe%2CmBAOb%2CQAAO%2CSAKN%3BIACC%2CSAAA%3B%3BEAOJ%2CcApBe%2CmBAOb%2CQAAO%2CSAQN%3BIACC%2CaAAA%3B%3B%3BAAaJ%2CQAL0B%3BEACxB%2CgBAFe%2CGAAE%2CMAEhB%3BEAAS%2CgBAFK%2CGAAE%2CMAEN%3BIACV%2CwBAAA%3B%3B%3BAAeH%2CQAR2B%3BEAQ3B%2CMATM%2COAAQ%2CgBAAgB%2CqBAE5B%2CsBAAqB%3BIACpB%2CwBAAA%3B%3BEAMH%2CMATM%2COAAQ%2CgBAAgB%2CqBAK5B%3BIACC%2CyBAAA%3B%3B%3BAAeH%2CQAR2B%2CuBAAuB%3BEAQlD%2CoBATqB%2C0BAEnB%3BIACC%2CUAAA%3B%3BEAMH%2CoBATqB%2C0BAKnB%2COAAM%3BIACL%2CUAAA%3B%3B%3BAAWF%2CQAL0B%3BEAK1B%2CQAJC%3BIACC%2CaAAA%3B%3B%3BAAcH%2CQAX2B%3BEAW3B%2CQAVE%3BIACC%2CaAAA%3B%3BEASH%2CQAPE%3BIACC%2CgBAAA%3B%3BEAMH%2CQAJE%2COAAO%2CYAAY%3BIAClB%2CeAAA%3B%3B%3BAAgBH%2CQAV2B%3BEAU3B%2CIAXI%2CIAAI%2CsBAEN%2CSACC%3BIACC%2CgBAAA%3B%3BEAOJ%2CIAXI%2CIAAI%2CsBAEN%2CSAIC%3BIACC%2CgBAAA%3B%3B%3BAA8BJ%2CQAtB0B%3BEAsB1B%2CqBArBE%3BIACC%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAmBH%2CqBArBE%2CmBAGC%2CSACC%3BIACC%2CcAAA%3BIACA%2CiBAAA%3B%3BEAeL%2CqBArBE%2CmBAGC%2CSAKC%3BIACC%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEAQL%2CqBArBE%2CmBAGC%2CSAYC%3BIACC%2CSAAA%3B%3B%3BAAiBL%2CQAR2B%3BEAQ3B%2CUAPE%3BIACC%2CmBAAA%3B%3BEAMH%2CUAPE%2CgBAEC%2CYAAW%2CUAAW%3BIACrB%2CgBAAA%3B%3B%3BAAWJ%2CQAH2B%3BEAG3B%2CeAJgB%2CeAAe%2CMAAM%2CMAAM%3BIAEzC%2CcAAA%3B%3B%3BAAcD%2CQAR0B%2CuBAAwB%3BEAQlD%2CoBAPC%3BIACC%2CmBAAA%3B%3BEAMF%2CoBAPC%2CgBAEG%2CSAAS%3BIACV%2CYAAA%3B%3B%3BAA8EJ%2CQA1E2B%3BEA0E3B%2CoBAzEE%3BIACC%2CUAAA%3BIACA%2CYAAA%3B%3BEAuEH%2CoBAzEE%2CgBAGG%2CSACC%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3BEACA%2CoBAVH%2CgBAGG%2CSACC%2CSAMA%3BIACA%2CqBAAA%3B%3BEA8DN%2CoBAzEE%2CgBAGG%2CSAWC%3BIACD%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAwDL%2CoBApDE%2CgBAAgB%2CMAAK%2CKAAK%2CQAAS%3BIAClC%2CWAAA%3BIACA%2CkBAAA%3B%3BEAkDH%2CoBApDE%2CgBAAgB%2CMAAK%2CKAAK%2CQAAS%2CKAGhC%3BIACD%2CgBAAA%3B%3BEAgDJ%2CoBA7CE%2CqBACC%3BIACC%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAyCJ%2CoBA7CE%2CqBACC%2CMAIC%2CGACC%3BIACC%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEC%2CoBAZL%2CqBACC%2CMAIC%2CGACC%2CGAKE%2CIACC%2CIAAI%2COAAO%3BIAEX%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAED%2CoBAnBL%2CqBACC%2CMAIC%2CGACC%2CGAKE%2CIAQC%2CIAAK%2COAAM%3BIACX%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAED%2CoBAvBL%2CqBACC%2CMAIC%2CGACC%2CGAKE%2CIAYC%2CKACA%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAED%2CoBA9BN%2CqBACC%2CMAIC%2CGACC%2CGAKE%2CIAYC%2CKAOC%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAKJ%2CoBAtCH%2CqBACC%2CMAIC%2CGAiCE%2CaAAc%2CGAAK%3BIACnB%2CiBAAA%3B%3B%3BAAgBN%2CQAPwB%3BEACvB%3BIACC%2CaAAA%3B%3B%3BAA8GD%2CQAxG0B%3BEAwG1B%3BIAvGC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CyBAAP%3B%3BEAmGD%2CiBAlGC%3BIACC%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA4FF%2CiBAlGC%2CuBAOG%3BIACD%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEACA%2CiBAdF%2CuBAOG%2COAOA%3BEAAQ%2CiBAdX%2CuBAOG%2COAOS%3BIACT%2CSAAA%3BIACA%2CkBAAA%3BIAx1BD%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIASA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3B%3BEA60BA%2CiBApBF%2CuBAOG%2COAaA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CSAAS%2CUAAT%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAED%2CiBAjCF%2CuBAOG%2COA0BA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CMAAA%3B%3BEAGF%2CiBA1CD%2CuBA0CE%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIAx2BA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIAu2BA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGA%2CiBArDF%2CuBAoDE%2CQACC%3BIACA%2CmBAAA%3B%3BEAFF%2CiBApDD%2CuBAoDE%2CQAIE%3BIACD%2CcAAA%3B%3BEACA%2CiBA1DH%2CuBAoDE%2CQAIE%2COAEA%3BIACA%2CmBAAA%3B%3BEAED%2CiBA7DH%2CuBAoDE%2CQAIE%2COAKA%3BIACA%2CcAAA%3B%3BEAKF%2CiBAnEF%2CuBAkEE%2CUACC%3BIACA%2CmBAAA%3B%3BEAFF%2CiBAlED%2CuBAkEE%2CUAIE%3BIACD%2CcAAA%3B%3BEACA%2CiBAxEH%2CuBAkEE%2CUAIE%2COAEA%3BIACA%2CmBAAA%3B%3BEAED%2CiBA3EH%2CuBAkEE%2CUAIE%2COAKA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAS%2COAAT%3B%3BEAID%2CiBAlFH%2CuBAkEE%2CUAeC%2CMACC%3BIACA%2CmBAAA%3B%3BEAFF%2CiBAjFF%2CuBAkEE%2CUAeC%2CMAIE%3BIACD%2CcAAA%3B%3BEACA%2CiBAvFJ%2CuBAkEE%2CUAeC%2CMAIE%2COAEA%3BIACA%2CmBAAA%3B%3BEAED%2CiBA1FJ%2CuBAkEE%2CUAeC%2CMAIE%2COAKA%3BIACA%2CcAAA%3B%3B%3BAAUP%2CQAH2B%3BEAG3B%3BIAFE%2CaAAA%3B%3B%3BAAiKF%2CQA7J0B%3BEACzB%3BIACC%2CkBAAA%3BIACA%2CYAAA%3B%3BEAED%3BIACC%2CmBAAA%3B%3BEAED%3BIACC%2CWAAA%3BIACA%2CUAAA%3B%3BEAGA%2CYAAC%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEATD%2CYAAC%2CoBAUA%3BIACC%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIAn8BA%2CWAo8BW%2CgBAp8BX%3BIACA%2CmBAm8BW%2CgBAn8BX%3BIACA%2CgBAk8BW%2CgBAl8BX%3BIACA%2CcAi8BW%2CgBAj8BX%3BIAk8BA%2CyBAAA%3BIACA%2C0CAAA%3BIACA%2CuCAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAtBF%2CYAAC%2CoBAUA%2CkBAaC%3BIACC%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEA3BH%2CYAAC%2CoBAUA%2CkBAaC%2CcAKC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmDAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEACA%2CYA9CH%2CoBAUA%2CkBAaC%2CcAKC%2CcAkBE%3BIACA%2CSAAS%2CGAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAjDL%2CYAAC%2CoBAUA%2CkBAaC%2CcAKC%2CcAuBG%3BIACD%2CcAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CYAhEA%2CoBAgEC%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHD%2CYAhEA%2CoBAgEC%2CMAIE%3BIACD%2CaAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CwCAAA%3B%3BEAXF%2CYAhEA%2CoBAgEC%2CMAaA%3BIAngCA%2CWAogCY%2CeApgCZ%3BIACA%2CmBAmgCY%2CeAngCZ%3BIACA%2CgBAkgCY%2CeAlgCZ%3BIACA%2CcAigCY%2CeAjgCZ%3B%3BEAsgCH%3BIACC%2CaAAA%3B%3BEACA%2CsBAAC%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEALF%2CsBAOC%3BIACC%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAXF%2CsBAOC%2CiBAKC%3BIACC%2CcAAA%3BIACA%2CeAAA%3B%3BEAdH%2CsBAOC%2CiBASC%3BIACC%2CcAAA%3B%3BEAjBH%2CsBAoBC%3BIACC%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAxBF%2CsBAoBC%2CkBAKC%2COAAM%2COAAO%3BIACZ%2CmDAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CsBAhBF%2CkBAKC%2COAAM%2COAAO%2CSAWX%3BIACA%2CeAAA%3B%3BEArCJ%2CsBAoBC%2CkBAKC%2COAAM%2COAAO%2CSAcV%2CWAAQ%3BIACT%2CyBAAA%3BIAvjCD%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIAsjCC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAMJ%2C%2BBACC%3BIACC%2CaAAA%3B%3B%3BAAeH%2CQAX0B%3BEACzB%2CkCACC%3BEADmC%2CuBAAwB%2CiBAC3D%3BEADD%2CkCACU%2COAAM%3BEADoB%2CuBAAwB%2CiBAClD%2COAAM%3BIACd%2CWAAA%3B%3B%3BAAkCH%2CQA1B0B%3BEACzB%2C0BACC%3BIACC%2CaAAA%3B%3BEAFF%2C0BAIC%2CMAAM%3BIACL%2CcAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3BEAPF%2C0BAIC%2CMAAM%2CGAIL%3BIACC%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAZH%2C0BAIC%2CMAAM%2CGAIL%2CGAKG%3BIACD%2CgBAAA%3B%3BEAdJ%2C0BAIC%2CMAAM%2CGAIL%2CGAQC%2COAAO%3BIACN%2CyBAAA%3B%3B%3BAA2DL%2CQAlD2B%3BEAkD3B%2CgCAjDE%2CoBACC%2CMAAM%3BIACL%2CcAAA%3B%3BEA%2BCJ%2CgCAjDE%2CoBACC%2CMAAM%2CGAEL%3BIACC%2CaAAA%3B%3BEACA%2CgCALH%2CoBACC%2CMAAM%2CGAEL%2CGAEE%2CIAAI%3BIACJ%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAuCN%2CgCAjDE%2CoBAcC%2CMACC%3BEAkCJ%2CgCAjDE%2CoBAcQ%2CMACN%3BIACC%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEA%2BBL%2CgCAjDE%2CoBAqBC%2CMACC%2CGAAG%3BIACF%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CgCA3BH%2CoBAqBC%2CMACC%2CGAAG%2CGAKD%2CIAAI%2COAAO%3BIACX%2CqBAAA%3BIACA%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAED%2CgCAlCH%2CoBAqBC%2CMACC%2CGAAG%2CGAYD%3BIACA%2CgBAAA%3B%3BEAcN%2CgCAjDE%2CoBAuCC%2CMAAM%2CGACL%3BEASJ%2CgCAjDE%2CoBAuCC%2CMAAM%2CGACD%3BIACH%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3B%3BAAcL%2CQANyB%3BEACxB%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAqCF%2CQAjC2B%3BEAiC3B%3BIAhCE%2CkBAAA%3B%3BEAgCF%2CoBA%5C%2FBE%2CQAAO%3BIACN%2CYAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CwCAAA%3BIACA%2CiBAAA%3B%3BEACA%2CoBAZD%2CQAAO%2CQAYL%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEAgBJ%2CoBA%5C%2FBE%2CQAAO%2CQAiBN%3BIACC%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAUJ%2CoBA%5C%2FBE%2CQAAO%2CQAiBN%2CuBAKC%3BIACC%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3B%3BAAaJ%2CQAL2B%2CwBAAwB%3BEAKnD%2CIANG%2CKAAM%2CqBAER%3BIACC%2CWAAA%3B%3B%3BAAQF%2CQAL2B%2CwBAAwB%3BEAClD%2CIAPE%2CKAAM%2CqBAOP%2CUAAW%3BIACX%2CWAAA%3B%3B%3BAAQH%2CQAL4B%2CwBAAwB%3BEAClD%2CIAZE%2CKAAM%2CqBAYP%2CUAAW%3BIACX%2CWAAA%3B%3B%3BAASF%2CgBAHiC%3BEAGjC%3BIAFC%2CcAAA%3B%3B%3BAAMA%2CgBAHiC%3BEAGjC%2CqBAJD%3BIAEE%2CwBAAA%3B%3B%3BAAKF%2CgBAHmC%3BEAGnC%2CqBAPA%3BIAKE%2CwBAAA%3B%3B%3BAAQF%2CgBAHiC%3BEAGjC%3BIAFC%2CaAAA%3B%3B%3BAAKF%2CgBAHmC%3BEAGnC%3BIAFE%2CaAAA%3B%3B%3BAAGF%2CQAAQ%2CKAAK%2CSAAS%2CcAAe%2C4BACpC%3BEACC%2CaAAA%3B%3BAAgBF%2CQAXyB%3BEACxB%2CQAAQ%2CKAAK%2CSAAS%2CcAAe%2C4BACpC%3BIACC%2CaAAA%3B%3BEAFF%2CQAAQ%2CKAAK%2CSAAS%2CcAAe%2C4BAIpC%2CMAAK%2CKAAK%3BIACT%2CUAAA%3BIACA%2CYAAA%3B%3B%3BAAcH%2CQAV0B%3BEACzB%2CyBAA0B%3BIACzB%2CiBAAA%3B%3BEAED%2CqBAAwB%3BIACpB%2CYAAA%3BIACA%2CSAAA%3B%3B%3BAAUJ%2CQALyB%3BEACxB%2C0BAAC%2CSAAU%3BIACV%2CiBAAA%3B%3B%3BAAUH%2CQAP2B%3BEAO3B%3BIANE%2CgBAAA%3BIACG%2CWAAA%3B%3BEACH%2C0BAAC%3BIACA%2CgBAAA%3B%3B%3BAAkBH%2CQAd2B%3BEACvB%2CyBAA4B%2CMAAG%2CIAAI%3BIAC%5C%2FB%2CqBAAA%3B%3BEAGN%2CYAAC%2CSAAU%3BEAAX%2CYAAC%2CSAAU%3BIACV%2CcAAA%3BIACA%2CUAAA%3BIAnyCC%2CWAoyCU%2CwBApyCV%3BIACA%2CmBAmyCU%2CwBAnyCV%3BIACA%2CgBAkyCU%2CwBAlyCV%3BIACA%2CcAiyCU%2CwBAjyCV%3BIAkyCD%2CQAAA%3B%3B%3BAA%2BBF%2CQAzB2B%3BEAyB3B%2COA1BM%2CQAEL%2CYAAY%3BIACX%2CoBAAA%3B%3BEAuBF%2COA1BM%2CQAEL%2CYAAY%2CeAET%2CKACC%3BIACD%2CkBAAA%3B%3BEAoBJ%2COA1BM%2CQAEL%2CYAAY%2CeAET%2CKACC%2CIAED%3BIACC%2CQAAA%3B%3BEAGF%2COAXG%2CQAEL%2CYAAY%2CeAET%2CKAOA%2CYAAe%3BIACf%2CkBAAA%3B%3BEAcJ%2COA1BM%2CQAEL%2CYAAY%2CeAaX%2CGAAE%2CoBAAoB%2CcAAiB%2CKAAE%3BIACxC%2CgBAAA%3B%3BEAUH%2COA1BM%2CQAmBL%3BIACC%2CkBAAA%3B%3BEAMF%2COA1BM%2CQAmBL%2CuBAEC%3BIACC%2CUAAA%3B%3B%3BAAYH%2CQAR2B%3BEAQ3B%2COAlCM%2CQA2BJ%2CsBAAsB%3BIACtB%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3B%3BAA%2BCF%2CQA5C0B%3BEA4C1B%2COA9EM%2CQAmCL%2CaACC%3BIACC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAsCH%2COA9EM%2CQAmCL%2CaACC%2CaAKC%3BIACC%2CaAAA%3B%3BEAoCJ%2COA9EM%2CQAmCL%2CaACC%2CaAQC%2CMAAK%3BIACJ%2CcAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIA%5C%2F1CD%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3B%3BEA23CH%2COA9EM%2CQAmCL%2CaACC%2CaAQC%2CMAAK%2CWAKJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAIH%2COAzDI%2CQAmCL%2CaAsBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%3BIAC5D%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACA%2COA%5C%2FDG%2CQAmCL%2CaAsBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%2CeAM3D%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAQJ%2COA9EM%2CQA0EL%2CiBAAiB%3BIAChB%2CwBAAA%3B%3B%3BAAWF%2CQAR0B%2CuBAAuB%3BEAQjD%2COAtFM%2CQA%2BEL%2CuBAAuB%3BIACtB%2CYAAA%3B%3BEAMF%2COAtFM%2CQAkFL%3BIACC%2CgBAAA%3B%3B%3BAAoBF%2CQAjByB%3BEAiBzB%2COAvGM%2CQAuFL%2CuBAAuB%3BIACtB%2CQAAA%3BIACA%2CUAAA%3B%3BEAcF%2COAvGM%2CQA2FL%3BIACC%2CoBAAA%3B%3BEAWF%2COAvGM%2CQA2FL%2CoBAEC%2CiBAAiB%3BIAChB%2CkBAAA%3B%3BEASH%2COAvGM%2CQA2FL%2CoBAEC%2CiBAAiB%2CGAEhB%3BIACC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3B%3BAAiBJ%2CQAZ0B%3BEAY1B%2COAnHM%2CQAwGL%3BIACC%2CkBAAA%3B%3BEAUF%2COAnHM%2CQAwGL%2CuBAEC%2CiBAAiB%3BIAChB%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3B%3B%3BAAqCH%2CQAhC0B%3BEAgC1B%2COApJM%2CQAmHL%3BIAEC%2C2BAAA%3BIACA%2CgBAAA%3B%3BEA8BF%2COApJM%2CQAmHL%2CcAIC%3BIACC%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CwCAAA%3B%3BEAsBH%2COApJM%2CQAmHL%2CcAIC%2CuBAQC%2CaAAa%3BIACZ%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAmBJ%2COApJM%2CQAmHL%2CcAIC%2CuBAYG%3BIACD%2CkBAAA%3B%3BEAgBJ%2COApJM%2CQAmHL%2CcAoBC%2CgBAAkB%3BIACjB%2CaAAA%3B%3BEAYH%2COApJM%2CQAmHL%2CcAuBC%2CiBAAmB%3BIAClB%2CyBAAA%3B%3BEASH%2COApJM%2CQAmHL%2CcA0BC%2CYAAY%3BIACX%2CyBAAA%3B%3BEAMH%2COApJM%2CQAmHL%2CcA0BC%2CYAAY%2CeAET%2CKAAK%3BIACN%2C6BAAA%3B%3B%3BAA6BJ%2CQAtB2B%3BEAsB3B%2COAvBM%2CQAEL%2CKAAI%2CcAAiB%2CKAAK%3BIACzB%2CuBAAA%3B%3BEAGA%2COANI%2CQAKL%2CYACE%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAcH%2COAvBM%2CQAKL%2CYAMC%3BIACC%2CYAAA%3BIACA%2C2BAAA%3B%3BEAUH%2COAvBM%2CQAgBL%2CuBAAyB%3BIACxB%2CkBAAA%3B%3BEAMF%2COAvBM%2CQAmBL%3BIACC%2CgBAAA%3B%3B%3BAASF%2CQAN0B%3BEAM1B%2COA7BM%2CQAwBL%2CuBAAuB%2CaAAa%3BIACnC%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAqFF%2CQAlF0B%3BEAkF1B%2COA%5C%2FGM%2CQA8BL%2CiBAAmB%2CMAAG%3BIACrB%2CaAAA%3B%3BEAgFF%2COA%5C%2FGM%2CQAiCL%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEA4EF%2COA%5C%2FGM%2CQAiCL%2CgBAGG%3BEA2EJ%2COA%5C%2FGM%2CQAiCL%2CgBAGmB%3BIACjB%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAyEH%2COA%5C%2FGM%2CQAiCL%2CgBAOG%3BIACD%2CSAAA%3B%3BEAsEH%2COA%5C%2FGM%2CQA4CL%2CaACC%3BIACC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA8DH%2COA%5C%2FGM%2CQA4CL%2CaACC%2CaAKC%3BIACC%2CaAAA%3B%3BEA4DJ%2COA%5C%2FGM%2CQA4CL%2CaACC%2CaAQC%2CMAAK%3BIACJ%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIA9%5C%2FCD%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3BIA6%5C%2FCC%2CsBAAA%3B%3BEAqDJ%2COA%5C%2FGM%2CQA4CL%2CaACC%2CaAQC%2CMAAK%2CWAMJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAIH%2COArEI%2CQA4CL%2CaAyBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%3BIAC5D%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACA%2COA5EG%2CQA4CL%2CaAyBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%2CeAO3D%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAIH%2COAvFK%2CQAuFJ%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAFD%2COAvFK%2CQAuFJ%2CcAGA%3BIACC%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CwCAAA%3B%3BEAVF%2COAvFK%2CQAuFJ%2CcAGA%2CuBAQC%2CaAAa%3BIACZ%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAbH%2COAvFK%2CQAuFJ%2CcAGA%2CuBAYG%3BIACD%2CkBAAA%3B%3BEAhBH%2COAvFK%2CQAuFJ%2CcAmBA%2CYAAY%2CeAAiB%2CKAAK%3BIACjC%2CkBAAA%3B%3B%3BAA8BJ%2CQA1B2B%3BEA0B3B%2COAzIO%2CQAgHL%3BIACC%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAqBH%2COAzIO%2CQAsHL%3BIACC%2CgBAAA%3BIACA%2CUAAA%3B%3BEAiBH%2COAzIO%2CQA0HL%2CsBAAsB%3BIACrB%2CaAAA%3B%3BEAcH%2COAzIO%2CQA6HL%3BIACC%2CoBAAA%3B%3BEAWH%2COAzIO%2CQA6HL%2CoBAEC%2CiBAAiB%3BIAChB%2CkBAAA%3B%3BEASJ%2COAzIO%2CQA6HL%2CoBAEC%2CiBAAiB%2CGAEhB%3BIACC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3B%3BAAaL%2CQANyB%3BEACxB%3BIACC%2CwBAAA%3B%3B%3BAAYF%2CQARyB%3BEACxB%2CoBAAqB%3BIACpB%2CQAAA%3BIACA%2CUAAA%3B%3B%3BAAUD%2CQAJ0B%3BEAI1B%3BIAHC%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAASD%2CQAP0B%3BEAO1B%3BIArmDG%2CWA%2BlDS%2CgBA%5C%2FlDT%3BIACA%2CmBA8lDS%2CgBA9lDT%3BIACA%2CgBA6lDS%2CgBA7lDT%3BIACA%2CcA4lDS%2CgBA5lDT%3BIA6lDF%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3B%3B%3BAAUD%2CQAR0B%2CuBAAuB%3BEAQjD%2CcAPC%3BIACC%2CUAAA%3B%3BEACA%2CcAFD%2CcAEE%3BEAAgB%2CcAFlB%2CcAEmB%3BIACjB%2CcAAA%3B%3B%3BAAYJ%2CQAR2B%2CuBAAuB%3BEAQlD%2CcAPE%3BIACC%2CWAAA%3B%3BEAMH%2CcAPE%2CcAEG%3BIACD%2CcAAA%3B%3B%3BAAkDJ%2CQA3C2B%3BEA2C3B%2COA5CO%2CSAEL%3BIACC%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAsCH%2COA5CO%2CSAEL%2CmBAKC%3BIACC%2CyBAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAED%2COAdI%2CSAEL%2CmBAYE%2CMAAO%3BIAroDP%2CWAsoDW%2CaAtoDX%3BIACA%2CmBAqoDW%2CaAroDX%3BIACA%2CgBAooDW%2CaApoDX%3BIACA%2CcAmoDW%2CaAnoDX%3BIAooDA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA2BJ%2COA5CO%2CSAEL%2CmBAiBC%3BIACC%2CoBAAA%3BIACA%2CWAAA%3B%3BEAGF%2COAxBK%2CSAwBJ%2CcAAe%2CmBAAmB%3BIAClC%2CeAAA%3B%3BEAED%2COA3BK%2CSA2BJ%2CIAAI%2CgBACJ%2CiBAAmB%3BIAClB%2C2BAAA%3B%3BEAFF%2COA3BK%2CSA2BJ%2CIAAI%2CgBAIJ%2CKAAI%2CcAAiB%2CKAAK%3BIACzB%2CkBAAA%3B%3BEAYJ%2COA5CO%2CSAmCL%2CUAAU%2CQACT%2CEAAC%3BIACA%2CWAAA%3B%3BEAED%2COAvCI%2CSAmCL%2CUAAU%2CQAIR%2CMAAO%2CEAAC%3BIACR%2CcAAA%3B%3B%3BAAgBJ%2CQAT2B%3BEAS3B%2CgBAViB%2CQAAO%2CSAAS%2CIAAI%2CgBAAgB%2CIAAI%3BIAEvD%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CsCAAA%3B%3B%3BAAaF%2CQARyB%3BEACxB%2CYAAa%2CaAAa%3BIACzB%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAKF%2COACC%2CkBACC%3BAAFF%2COACC%2CkBAgnCA%2CCA%5C%2FmCoB%3BEAClB%2CwBAAA%3B%3BAAGF%2COAAC%2CQACA%2CkBAAiB%2CiBAAkB%2CUAAY%3BAADrC%2COAAC%2CQACX%2CkBAAiB%2CiBAAkB%2CUAAY%3BEAC9C%2COAAO%2CcAAP%3B%3BAAQH%2CQAL2B%3BEACzB%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAAW%2CkBAAiB%2CiBAAkB%2CUAAY%3BIAC5E%2COAAO%2CcAAP%3B%3B%3BAAaD%2CQAL0B%3BEAK1B%2CuBANA%2CcAEC%2CqBAAoB%2CUAAW%3BIAC9B%2CmBAAA%3B%3B%3BAAMF%2CQAH0B%2CuBAAwB%3BEAGlD%2CuBATA%3BIAOC%2CkBAAA%3B%3B%3BAAKF%2CQAH0B%3BEAG1B%2CuBAZC%3BIAUC%2CkBAAA%3B%3B%3BAAqBH%2CQAlB0B%3BEAkB1B%2CuBAjBE%2CqBACC%2CSAAS%2CWAAU%3BIAClB%2CSAAA%3BIA9tDA%2CWA%2BtDW%2CgBA%5C%2FtDX%3BIACA%2CmBA8tDW%2CgBA9tDX%3BIACA%2CgBA6tDW%2CgBA7tDX%3BIACA%2CcA4tDW%2CgBA5tDX%3B%3BEA0uDJ%2CuBAjBE%2CqBAKC%3BIACC%2CWAAA%3BIACA%2CmBAAA%3B%3BEAED%2CuBATD%2CqBASE%2CUAAW%3BIACX%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAAaJ%2CQAN0B%3BEACzB%2CsBAAuB%2CaAAa%3BIACnC%2CoBAAA%3B%3B%3B%3BAAyBF%2CQArB0B%3BEACzB%2CgBACC%3BIACC%2CkBAAA%3B%3BEAFF%2CgBACC%2CiBAEC%3BIACC%2CkBAAA%3BIA3vDA%2CWA4vDW%2CqBA5vDX%3BIACA%2CmBA2vDW%2CqBA3vDX%3BIACA%2CgBA0vDW%2CqBA1vDX%3BIACA%2CcAyvDW%2CqBAzvDX%3BIA0vDA%2CQAAA%3BIACA%2CSAAA%3BIACA%2C0CAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAZH%2CgBACC%2CiBAEC%2CiBAUC%3BIACC%2CyBAAA%3B%3B%3BAA8DL%2CQAxD2B%3BEAC1B%2COAAQ%3BIACP%2CWAAA%3B%3BEAEE%2CiBAAiB%2CaACb%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGA%2CiBANS%2CaAKb%2CSAAW%2CMACN%3BEAAW%2CiBANH%2CaAKb%2CSAAW%2CMACM%3BIACT%2CMAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIAlyDZ%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAkyDQ%2CiBAhBS%2CaAKb%2CSAAW%2CMAWN%3BIACG%2CQAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CiBAhBS%2CaAKb%2CSAAW%2CMAWN%2CSAGG%3BIACI%2CWAAA%3B%3BEAGR%2CiBAvBS%2CaAKb%2CSAAW%2CMAkBN%3BIACG%2COAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CiBAvBS%2CaAKb%2CSAAW%2CMAkBN%2CSAGG%3BIACI%2CUAAA%3B%3BEA3BhB%2CiBAAiB%2CaAKb%2CSAAW%2CMAyBP%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIA1zDZ%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIAGA%2CWAszDuB%2CgBAtzDvB%3BIACA%2CmBAqzDuB%2CgBArzDvB%3BIACA%2CgBAozDuB%2CgBApzDvB%3BIACA%2CcAmzDuB%2CgBAnzDvB%3B%3BEAqzDQ%2CiBAzCS%2CaAKb%2CSAAW%2CMAoCN%2CMAAO%3BIACJ%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEA5CZ%2CiBAAiB%2CaA%2BCb%2CUAAS%3BIACL%2CwBAAA%3B%3B%3BAAyBZ%2CQArB2B%3BEAC1B%2CgBAAgB%2CaAAc%2CSAAW%3BIACxC%2CcAAA%3BIACA%2CyBAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3BEADD%2CkBAEC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAJF%2CkBAMC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGF%2COAAQ%2CaAAe%3BIACtB%2CoBAAA%3BIACA%2CiBAAA%3B%3B%3BAA4BF%2CQAzB0B%3BEACzB%3BIACC%2CWAAA%3BIACA%2CcAAA%3B%3BEAED%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CiBACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAJF%2CiBAMC%2CaAAa%2CQAAQ%3BIACpB%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAA8EH%2CQA1E0B%3BEACzB%3BIAAgB%2CaAAA%3B%3BEACb%2CaAAc%3BIAChB%2C0BAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3BEADD%2CkBAEC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAJF%2CkBAMC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGF%2COAAQ%2CaAAa%3BIACpB%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAED%2CSAAU%3BIACN%2CmBAAA%3BIACA%2CeAAA%3BIC9xDD%2CeAAA%3BIACI%2CWAAA%3BIACI%2COAAA%3BID8xDP%2CgBAAA%3B%3BEACA%2CSALM%2CcAKL%3BIACA%2CgBAAA%3B%3BEAIL%2CsBACC%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIL%2CcAAe%2CeAAe%3BIC50D3B%2CuBAAA%3BIACQ%2CeAAA%3BID60DP%2C6BAAA%3BIACH%2CiBAAA%3B%3BEAHD%2CcAAe%2CeAAe%2CcAI1B%3BICj0DD%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIDi0DP%2CkBAAA%3BIACA%2C8BAAA%3B%3BEAPL%2CcAAe%2CeAAe%2CcAS1B%3BIACF%2CQAAA%3BICvzDC%2CeAAA%3BIACI%2CWAAA%3BIACI%2COAAA%3BIDuzDH%2C%2BBAAA%3B%3BEAZR%2CcAAe%2CeAAe%2CcAc1B%3BIC30DD%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BID20DP%2CWAAA%3B%3BEAhBL%2CcAAe%2CeAAe%2CcAkB1B%3BIC%5C%2F0DD%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAcT%2CoBAAA%3BIACI%2CgBAAA%3BIACI%2CYAAA%3BIDg0DN%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAvBL%2CcAAe%2CeAAe%2CcAkB1B%2CkBAMC%2CGAAG%3BIACL%2CsBAAA%3B%3BEACA%2CcA1BY%2CeAAe%2CcAkB1B%2CkBAMC%2CGAAG%2CGAEJ%2CUAAU%3BIACP%2CiBAAA%3B%3BEAIH%2CcA%5C%2FBW%2CeAAe%2CcA%2BBzB%3BIACA%2CgBAAA%3B%3B%3BAA%2BDN%2CQA1D0B%3BEACzB%3BIACC%2CWAAA%3B%3BEAED%2CeAAgB%2CeAAe%3BIAC9B%2CWAAA%3B%3BEAKE%2CiBAFF%2CaACE%2CMACC%3BIACA%2CkCAAA%3B%3BEAJJ%2CiBACC%2CaAMC%3BIACC%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAXH%2CiBACC%2CaAYC%3BIACC%2CcAAA%3B%3BEAdH%2CiBAiBC%3BIAAG%2CeAAA%3BIAAiB%2CmBAAA%3BIAAqB%2CiBAAA%3B%3BEAjB1C%2CiBAkBC%3BIAAE%2CeAAA%3B%3BEAKH%2CYAAY%2CqBAAsB%2CeACjC%3BIACC%2CmBAAA%3B%3BEAFF%2CYAAY%2CqBAAsB%2CeAKjC%3BIACC%2CgBAAA%3B%3BEANF%2CYAAY%2CqBAAsB%2CeAKjC%2CqBAGC%3BEARF%2CYAAY%2CqBAAsB%2CeAKjC%2CqBAGsB%3BIACpB%2CWAAA%3B%3BEATH%2CYAAY%2CqBAAsB%2CeAKjC%2CqBAOC%3BIACC%2CmBAAA%3B%3BEAbH%2CYAAY%2CqBAAsB%2CeAiBjC%3BIACC%2CWAAA%3B%3BEAIF%2CYAAY%2C2BAA4B%3BIACvC%2CWAAA%3B%3B%3BAAmBF%2CQAd0B%2CuBAAuB%3BEAChD%3BIACC%2CcAAA%3B%3BEADD%2CWAEC%3BEAFD%2CWAEa%3BIACX%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAIF%2CUAAW%3BIAAU%2CeAAA%3B%3B%3B%3B%3BAAgBtB%2CQAV6B%3BEAU7B%2CaATQ%2CkBAAiB%2CIAAI%3BIACjB%2CwBAAA%3B%3BEAQZ%2CaATQ%2CkBAAiB%2CIAAI%2CSAEf%3BIACE%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3B%3BAAmHhB%2CQA5G0B%3B%3BEAEzB%2CcACC%2CgBAAkB%3BIACjB%2CkBAAA%3BIACG%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAGL%2CcAAe%2CeACd%3BIACI%2CmBAAA%3BIACA%2CyBAAA%3B%3BEACA%2CcAJU%2CeACd%2CcAGK%3BIACG%2CYAAA%3B%3BEAGH%2CcARS%2CeACd%2CcAMI%2CSACE%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BICr8DJ%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIDq8DJ%2C%2BBAAA%3B%3BEAJD%2CcARS%2CeACd%2CcAMI%2CSACE%2CIAKA%3BIACC%2CkBAAA%3B%3BEAGL%2CcAjBY%2CeACd%2CcAMI%2CSAUD%3BIC58DD%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BID48DJ%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAJJ%2CcAjBY%2CeACd%2CcAMI%2CSAUD%2CMAKG%3BIACC%2CeAAA%3B%3BEAGL%2CcA1BY%2CeACd%2CcAMI%2CSAmBD%3BIACG%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CwCAAA%3BICrgEJ%2C%2BBAAA%3BIACQ%2CuBAAA%3B%3BEDggER%2CcA1BY%2CeACd%2CcAMI%2CSAmBD%2CMAMG%2CaACC%2CKAAI%2CIAAI%3BIACP%2CeAAA%3B%3BEAIN%2CcAtCY%2CeACd%2CcAMI%2CSA%2BBD%3BIACG%2CUAAA%3BIACA%2C4BAAA%3B%3BEAFJ%2CcAtCY%2CeACd%2CcAMI%2CSA%2BBD%2CSAGG%2CGACC%3BIACC%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAST%2CgBAAiB%3BEACjB%3BIACI%2CeAAA%3B%3BEACH%2CgBAHgB%2COAGf%3BEAAD%2CoBAAC%3BIACA%2CkBAAA%3B%3BEAKF%2CeACC%3BIACI%2CuBAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3B%3BEACH%2CeAJD%2CgBAIE%3BIACM%2CaAAA%3B%3BEANT%2CeACC%2CgBAOC%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAVN%2CeAaC%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAhBL%2CeAaC%2CmBAIC%3BIACC%2CgBAAA%3B%3BEACA%2CeANF%2CmBAIC%2CEAEE%2CIAAI%3BIACD%2CkBAAA%3B%3BEApBP%2CeAwBC%2CiBACC%2CMAAK%2CcAAiB%3BIAClB%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAA2BP%2CQArB0B%2CuBAAwB%3BEACjD%2CcAAe%2CeAAe%2CcAAc%3BIACxC%2CaAAA%3B%3BEAEJ%2CYAAa%3BIACZ%2CeAAA%3B%3BEADD%2CYAAa%2CeAEZ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEALL%2CYAAa%2CeAOZ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGL%2CuBAAwB%3BIACpB%2CeAAA%3B%3B%3BAAgBL%2CQAb2B%3BEAC1B%2C4BACC%2CKAAI%2CqBACH%3BIACC%2CcAAA%3B%3BEAHH%2C4BACC%2CKAAI%2CqBACH%2CUAEC%2CIAAG%3BIACF%2CSAAA%3BIACA%2CWAAA%3B%3B%3BAAaL%2CQAP0B%2CuBAAwB%3BEACjD%2COAAQ%3BIACJ%2CeAAA%3B%3B%3BAAUL%2CQAL2B%3BEAC1B%2CIAAI%2CKAAK%2CgBAAiB%2CWAAU%3BIAChC%2CaAAA%3B%3B%3BAAgCL%2CQA7B0B%3BEACzB%2CkBACI%3BICpkED%2CeAAA%3BIACI%2CWAAA%3BIACI%2COAAA%3B%3BEDikEX%2CkBACI%2CcAEC%3BIACI%2CUAAA%3BIACH%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIN%2CaACC%3BIACI%2CmBAAA%3B%3BEAFL%2CaAIC%3BIACC%2CmBAAA%3B%3BEAEC%2CaAHF%2CeAEC%2CGACE%2CIAAI%3BIACD%2CmBAAA%3B%3BEAKJ%3BIACC%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAoCL%2CQAjC0B%2CuBAAwB%3BEACjD%3BIACI%2CuBAAA%3B%3BEAGJ%3BICvqEG%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEDuqEC%2CcAAC%2CIAAI%3BIACJ%2CmBAAA%3B%3BEAHL%2CcAKI%3BEALJ%2CcAMI%3BIACI%2CUAAA%3B%3BEAPR%2CcASI%2CaAAa%3BIACT%2CeAAA%3B%3BEAGH%2CcADA%2CMACC%2CKACA%3BIACC%2CuBAAA%3B%3BEAGF%2CcANA%2CMAMC%3BIC9oEH%2CmCAAA%3BIACI%2C%2BBAAA%3BIACI%2C2BAAA%3B%3BED4oEN%2CcANA%2CMAMC%2CMAEA%3BIACI%2CuBAAA%3B%3B%3BAAaX%2CQAN2B%2CwBAAwB%3BEAClD%2CcAAe%3BIACX%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA4CL%2CQAzC0B%3BEACzB%3BIC1sEG%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BED0sEC%2CcAAC%2CIAAI%3BIACJ%2CmBAAA%3B%3BEAGA%2CcADA%2CMACC%2CKACA%3BIACC%2C6BAAA%3B%3BEAGF%2CcANA%2CMAMC%3BIC1qEH%2CmCAAA%3BIACI%2C%2BBAAA%3BIACI%2C2BAAA%3B%3BEDwqEN%2CcANA%2CMAMC%2CMAEA%3BIACI%2C4BAAA%3B%3BEAKV%2CyBAA0B%2CkBACzB%2CKACC%3BIACC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAJH%2CyBAA0B%2CkBACzB%2CKAMG%3BEAPJ%2CyBAA0B%2CkBACzB%2CKAOG%3BIACD%2CUAAA%3BIACA%2CgBAAA%3B%3BEAIH%2CIAAI%2CWAAY%3BEAChB%2CeAAgB%3BIACT%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAA4DR%2CQAxD0B%3BEACzB%2CcACC%2CaAAa%3BIACT%2CWAAA%3B%3BEAFL%2CcAIC%3BIACI%2CcAAA%3B%3BEAIL%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2CcACC%2CmBACC%3BICluEC%2CuBAAA%3BIACQ%2CeAAA%3BIDmuEL%2CkBAAA%3B%3BEAJN%2CcACC%2CmBAKC%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEARN%2CcACC%2CmBASC%3BIACO%2CWAAA%3BIACH%2CeAAA%3B%3BEAZN%2CcACC%2CmBASC%2CsBAGI%3BIACC%2CkBAAA%3B%3BEAKP%3BIACC%2CWAAA%3B%3BEAIG%2CwBAHH%2CMACC%2CGACC%2CGACE%3BIACA%2CsBAAA%3B%3BEAML%2CYACC%3BIACC%2CUAAA%3B%3B%3BAAkHH%2CQA7G2B%3BEAC1B%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACG%2C8BAAA%3BIACN%2CuBAAA%3B%3BEAJD%2CeAKI%3BIACI%2CUAAA%3B%3BEANR%2CeAQI%3BIACI%2CUAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAXR%2CeAQI%2CsBAII%2CkBAAiB%3BIAChB%2CUAAA%3B%3BEAKT%2CoBAAqB%2CqBACpB%3BIACC%2CaAAA%3BIACA%2CmBAAA%3B%3BEAHF%2CoBAAqB%2CqBAMpB%3BIACC%2CUAAA%3B%3BEAPF%2CoBAAqB%2CqBAUpB%2CMAAM%2CGAAG%2CGAAE%2CIAAI%2CKAAM%3BIACpB%2CUAAA%3BIACA%2CmBAAA%3B%3BEAIF%2CkBACC%3BEADD%2CkBAEC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEANF%2CkBAQG%2CMAAG%3BIACJ%2CmBAAA%3B%3BEAIF%2CqBACC%2CmBACC%2CyBACE%3BIACA%2CeAAA%3BIACA%2C4BAAA%3B%3BEALJ%2CqBACC%2CmBACC%2CyBACE%2CgBAGA%3BIACC%2CeAAA%3B%3BEAPL%2CqBACC%2CmBACC%2CyBACE%2CgBAMA%2CKAAI%3BEATR%2CqBACC%2CmBACC%2CyBACE%2CgBAOA%2CKAAI%3BIACH%2CeAAA%3BIACA%2CiBAAA%3B%3BEAZL%2CqBAiBC%2C6BACC%2CWACC%3BIACC%2CeAAA%3B%3BEApBJ%2CqBAiBC%2C6BACC%2CWAIC%3BIACC%2CeAAA%3B%3BEAMJ%2CmBACC%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHF%2CmBACC%2CcAGC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEANH%2CmBACC%2CcAOC%2CWAAW%3BIACV%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVH%2CmBAaC%3BIACC%2CWAAA%3B%3BEAIF%2COAAO%2CaAAa%2CIAAI%2CqBACvB%2CMAAK%2CQAAQ%3BIACZ%2CmBAAA%3B%3BEAFF%2COAAO%2CaAAa%2CIAAI%2CqBACvB%2CMAAK%2CQAAQ%2CaAGZ%3BIACC%2CeAAA%3B%3BEAIH%3BEACA%3BIACC%2CYAAA%3B%3B%3BAA2DF%2CQAxD2B%3BEACvB%2CIAAK%2CQAAO%2CIAAI%2CUAAU%2CIAAI%2CUAAW%2CeAAe%3BIACpD%2CsBAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CIAAK%2CQAAO%2CIAAI%2CUAAU%2CIAAI%2CUAAW%2CeAAe%2CGAGlD%2CKAAE%3BIACA%2CcAAA%3B%3BEAGX%2CoBAAqB%2CWAAa%3BIACjC%2CWAAA%3BIACA%2CmBAAA%3B%3BEAED%2COAAQ%2CmBAAmB%2CeAAc%3BIACxC%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CeAAA%3B%3BEAED%2COAAQ%2CmBAAkB%2CIAAI%2CSAAU%3BIACvC%2CuBAAA%3B%3BEAED%2COAAO%2CIAAI%2CUAAU%2CIAAI%2CUAAW%2CkBAAkB%2CUAAY%2CKAAE%2COAAU%3BIACvE%2CWAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2COAAO%2CIAAI%2CUAAU%2CIAAI%2CUAAW%2CkBAAkB%2CUAAY%2CKAAK%3BIACnE%2CsBAAA%3BIACA%2CcAAA%3B%3BEAEP%2CoBACC%2CgBACC%2CsBACC%2CkBAAiB%3BIAChB%2CeAAA%3B%3BEAKJ%2CoBACC%2CeAAe%3BIACd%2CeAAA%3BIACA%2CiBAAA%3B%3BEAHF%2CoBAKC%2CeAAe%2CKAAI%3BEALpB%2CoBAMC%2CeAAe%2CKAAI%2CYAAa%3BIAC%5C%2FB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CuBAAwB%3BIACvB%2CeAAA%3B%3BEAED%2CqBAAsB%2CmBAAmB%2CyBAA2B%3BIACnE%2CmBAAA%3B%3B%3BAAYF%2CQAT0B%2CuBAAuB%3BEAChD%2CoBACC%3BIACC%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BAAuEH%2CQAlE0B%3BEACzB%2C0BAA2B%2CWAC1B%3BIACC%2CiBAAA%3BIACA%2CWAAA%3B%3BEAHF%2C0BAA2B%2CWAK1B%3BIACC%2CsBAAA%3B%3BEANF%2C0BAA2B%2CWAK1B%2CWAEC%3BIACC%2CWAAA%3B%3BEARH%2C0BAA2B%2CWAK1B%2CWAKC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEAbH%2C0BAA2B%2CWAgB1B%3BIACC%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAnBF%2C0BAA2B%2CWAgB1B%2C8BAIC%3BIACC%2CyBAAA%3B%3BEAIH%2CYAAY%2C0BAA2B%3BIACtC%2CUAAA%3B%3BEADD%2CYAAY%2C0BAA2B%2CkBAEtC%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2C4BACC%2CwBACC%2CQAAO%3BIACN%2CqBAAA%3B%3BEAHH%2C4BAMC%2CgBACC%2CqBACC%2CaAAY%3BIACX%2CUAAA%3BIACA%2CYAAA%3B%3BEAVJ%2C4BAcC%2CKAAI%3BIACH%2CiBAAA%3B%3BEAfF%2C4BAiBC%3BIACC%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAnBF%2C4BAqBC%2CyBACC%3BIACC%2CYAAA%3B%3BEAKH%2CoBAAqB%2CqBAAqB%3BIACzC%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAmCF%2CQAhC0B%3BEACzB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BIACC%2CsBAAA%3B%3BEAED%3BIACC%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAED%3BIACC%2CgBAAA%3B%3BEAIA%2CoBADoB%2CoBACnB%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAGD%2CoBAPoB%2CoBAOnB%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAaD%2CQAL0B%3BEAK1B%2CcAND%3BIAEE%2CYAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAMF%2CQAJ2B%3BEAI3B%2CcAVA%3BIAOE%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAA8IF%2CQAzI0B%3BEAyI1B%2CIAxIC%3BIACC%2CaAAa%2CqBAAb%3B%3BEAuIF%2CIArIC%2CiBAAiB%3BIAChB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAkIF%2CIAhIC%2CkBAAkB%2CiBAAiB%3BIAClC%2CeAAA%3BIACA%2CiBAAA%3B%3BEA8HF%2CIA5HC%2CiBAAgB%3BIACf%2CgBAAA%3B%3BEA2HF%2CIAzHC%2CWAAW%2CMAAM%2CcAAa%3BIAC7B%2CiBAAA%3B%3BEAwHF%2CIAtHC%2CKAAI%3BIACH%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAoHF%2CIAlHC%2CkBAAkB%3BIACjB%2CUAAA%3B%3BEAiHF%2CIA%5C%2FGC%2CWAAW%2CMAAM%2CGAAE%2CIAAI%2CcAAc%2CIAAI%2CaAAc%2CGAAE%3BIACxD%2CmBAAA%3B%3BEA8GF%2CIA5GC%2CiBAAgB%2CmBAAmB%3BIAClC%2CaAAA%3B%3BEA2GF%2CIAzGC%3BIACC%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEAsGF%2CIApGC%2CGAAE%2CSAAU%3BIACX%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAiGF%2CIA%5C%2FFC%3BIACC%2CeAAA%3BIACA%2CYAAA%3B%3BEA6FF%2CIA3FC%2CmBAAmB%3BIAClB%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2C%2BCAAA%3B%3BEAuFF%2CIArFC%3BIACC%2CsBAAA%3B%3BEAoFF%2CIAlFC%2CWAAW%2CMAAM%2CGAAE%2CQAAQ%2CMAAM%3BEAkFlC%2CIAjFC%2CWAAW%2CMAAM%2CGAAE%2CQAAQ%2COAAO%3BIACjC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEA2EF%2CIAxEC%2CgBAAe%2CcAAe%2CGAAG%3BIAChC%2CMAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAqEF%2CIAlEC%2CgBAAgB%3BIACf%2CeAAA%3B%3BEAiEF%2CIA%5C%2FDC%2CGAAE%2CYAAa%3BIACd%2CeAAA%3B%3BEA8DF%2CIA3DC%2CWAAW%2CMAAM%2CGAAE%2CWAAY%3BIAC9B%2CYAAA%3B%3BEA0DF%2CIAvDC%2CgBAAgB%3BIACf%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAoDF%2CIAjDC%2CgBAAe%2COAAO%3BIACrB%2CYAAA%3BIACA%2CuBAAA%3B%3BEA%2BCF%2CIA5CC%2CgBAAe%3BIACd%2CqCAAA%3BIACA%2CuBAAA%3B%3BEA0CF%2CIAvCC%2CWAAW%2CMAAK%3BIAAQ%2CSAAS%2CEAAT%3BIAAY%2CkBAAA%3BIAAmB%2CSAAA%3BIAAU%2CaAAA%3BIAAc%2CQAAA%3BIAAS%2CUAAA%3BIAAW%2CqCAAA%3B%3BEAuCpG%2CIArCC%2CWAAW%3BIACV%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAkCF%2CIAhCC%2CGAAE%2CSAAU%3BIACX%2CgBAAA%3B%3BEA%2BBF%2CIA7BC%2CGAAE%2CSAAU%2CcAAc%3BIACzB%2CWAAW%2CUAAX%3B%3BEA4BF%2CIA1BC%2CGAAE%2CSAAU%2CcAAa%2CMAAO%2CKAAI%3BIACnC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAqBF%2CIAnBC%2CWAAW%2CMAAM%2CGAAE%2CQAAS%2CGAAE%2CUAAU%2CGAAG%2CIAAI%3BIAC9C%2CkBAAA%3B%3BEAkBF%2CIAhBC%2CWAAW%2CMAAM%2CGAAE%2CQAAS%2CGAAE%2CUAAU%2CGAAG%2CIAAI%2CaAAa%3BEAgB7D%2CIAfC%2CWAAW%2CMAAM%2CGAAE%2CQAAS%2CGAAE%2CUAAU%2CGAAG%2CIAAI%2CaAAa%3BIAC3D%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEASF%2CIAPC%2CWAAW%2CMAAM%2CGAAE%2CQAAS%2CGAAE%2CUAAU%2CGAAG%2CIAAI%2CaAAa%3BIAC3D%2COAAA%3B%3BEAMF%2CIAJC%2CWAAW%2CMAAM%2CGAAE%2CQAAS%2CGAAE%2CUAAU%2CGAAG%2CIAAI%2CaAAa%3BIAC3D%2CQAAA%3B%3B%3BAAiCF%2CQA9B0B%2CuBAAuB%3BEA8BjD%2CIA7BC%2CWAAW%2CWAAU%3BIACpB%2CaAAA%3BIACA%2CeAAA%3B%3BEA2BF%2CIAzBC%3BIACC%2CaAAA%3B%3BEAwBF%2CIAtBC%3BIACC%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEAiBF%2CIAfC%3BIACC%2COAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAYF%2CIAVC%3BIACC%2CmBAAA%3B%3BEASF%2CIAPC%2CEAAC%3BIACA%2CgBAAA%3B%3BEAMF%2CIAJC%2CmBAAmB%2CGAAE%3BIACpB%2CaAAA%3B%3B%3BAAUH%2CQAP2B%3BEAO3B%2CIANE%2CcAAc%2CUAAS%3BIACtB%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAkBF%2CQAd0B%3BEAE1B%2C4BAA6B%2CKAAI%2CqBAAsB%3BIACtD%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAHD%2C4BAA6B%2CKAAI%2CqBAAsB%2CUAItD%2CIAAG%3BIACF%2CYAAA%3BIACA%2CuBAAA%3B%3BEAGF%2C4BAA6B%3BIAC5B%2CuBAAA%22%7D */