/*** DISABLE ADD TO CART ***/
.catalog-product-view .right-product-view .add-to-cart, .catalog-product-view .mobile-elements .add-to-cart, .catalog-product-view .mobile-details .add-to-cart {
  display: none;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  top: 50%;
  position: absolute;
  margin: -85px 0 0;
  margin-right: 0px;
  margin-50%: -200px;
  width: 400px;
  text-align: 50%;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  padding-right: 30px;
  padding-left: 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(../../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(../../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #477821;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #233c10;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-popup {
  padding: 30px;
}
header[role="banner"] {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
header[role="banner"] > .logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  header[role="banner"] > .logo {
    float: left;
    width: 41.66666667%;
  }
}
header[role="banner"] .quick-access {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .form-language {
    float: left;
    width: 160px;
  }
  header[role="banner"] .form-language .form-control {
    width: 120px;
  }
  header[role="banner"] .links {
    float: right;
    line-height: 30px;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: right;
  }
}
.layout {
  margin-left: -15px;
  margin-right: -15px;
}
.layout.layout-1-col div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout.layout-1-col div[role="main"] {
    float: left;
    width: 100%;
  }
}
.layout.layout-3-cols div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout.layout-3-cols div[role="main"] {
    float: left;
    width: 50%;
  }
}
div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  div[role="main"] {
    float: left;
    width: 75%;
  }
}
aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    display: block;
  }
}
footer[role="contentinfo"] {
  margin-bottom: 20px;
}
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"]:after {
  clear: both;
}
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"]:after {
  clear: both;
}
footer[role="contentinfo"] > ul > li,
footer[role="contentinfo"] .links li {
  display: inline;
}
footer[role="contentinfo"] > ul,
footer[role="contentinfo"] .links,
footer[role="contentinfo"] .bugs,
footer[role="contentinfo"] address {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] .bugs,
  footer[role="contentinfo"] address {
    width: 50%;
  }
  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .bugs {
    float: left;
  }
  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] address {
    float: right;
    text-align: right;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #477821;
}
a.text-primary:hover {
  color: #2f5016;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #477821;
}
a.bg-primary:hover {
  background-color: #2f5016;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
h1,
.h1 {
  font-size: 25px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
}
.page-title:before,
.page-title:after {
  content: " ";
  display: table;
}
.page-title:after {
  clear: both;
}
.page-title:before,
.page-title:after {
  content: " ";
  display: table;
}
.page-title:after {
  clear: both;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
.subtitle,
.sub-title {
  color: #999999;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col2-set,
.col2-set,
.col4-set {
  margin-left: -15px;
  margin-right: -15px;
}
.col2-set > .legend {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}
.col2-set .col-1,
.col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    width: 50%;
  }
}
.col2-set .col-narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-narrow {
    float: left;
    width: 33.33333333%;
  }
}
.col2-set .col-wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-wide {
    float: left;
    width: 66.66666667%;
  }
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 33.33333333%;
  }
}
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: left;
    width: 25%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.data-table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}
.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.data-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.data-table > caption + thead > tr:first-child > th,
.data-table > colgroup + thead > tr:first-child > th,
.data-table > thead:first-child > tr:first-child > th,
.data-table > caption + thead > tr:first-child > td,
.data-table > colgroup + thead > tr:first-child > td,
.data-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.data-table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.data-table .table {
  background-color: #ffffff;
}
.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.data-table > thead > tr > th,
.data-table > thead > tr > td {
  border-bottom-width: 2px;
}
.data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
.input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.input-text:-ms-input-placeholder {
  color: #999999;
}
.input-text::-webkit-input-placeholder {
  color: #999999;
}
.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.input-text {
  height: auto;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.form-list li {
  margin-bottom: 15px;
}
.form-list li:before,
.form-list li:after {
  content: " ";
  display: table;
}
.form-list li:after {
  clear: both;
}
.form-list li:before,
.form-list li:after {
  content: " ";
  display: table;
}
.form-list li:after {
  clear: both;
}
.form-list label {
  position: relative;
}
.form-list label.required em {
  float: right;
  font-style: normal;
  color: #a94442;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list li.control label {
  float: none;
  display: block;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
  display: inline;
  float: left;
  margin-top: 2px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list .field {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.form-list .field:first-child,
.form-list .field:first-of-type {
  padding-left: 0;
}
.form-list .field:last-child {
  padding-right: 0;
}
.form-list textarea,
.form-list select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-list textarea:focus,
.form-list select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-list textarea::-moz-placeholder,
.form-list select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-list textarea:-ms-input-placeholder,
.form-list select:-ms-input-placeholder {
  color: #999999;
}
.form-list textarea::-webkit-input-placeholder,
.form-list select::-webkit-input-placeholder {
  color: #999999;
}
.form-list textarea[disabled],
.form-list select[disabled],
.form-list textarea[readonly],
.form-list select[readonly],
fieldset[disabled] .form-list textarea,
fieldset[disabled] .form-list select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-list textarea,
textarea.form-list select {
  height: auto;
}
.form-list select[multiple],
.form-list textarea {
  height: auto;
}
.form-list li.additional-row {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  display: table;
}
.form-list li.additional-row p:after {
  clear: both;
}
.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  display: table;
}
.form-list li.additional-row p:after {
  clear: both;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text,
.form-list .input-range span {
  display: inline-block;
}
.form-list .input-range input.input-text {
  width: 40%;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
  width: 260px;
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}
.form-list-narrow li.wide select {
  width: 260px;
}
.form-list .customer-name-prefix .name-prefix {
  width: 16%;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname {
  width: 42%;
}
.form-list .customer-name-prefix-middlename .name-prefix,
.form-list .customer-name-prefix-middlename .name-middlename {
  width: 16%;
}
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname {
  width: 34%;
}
.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 34%;
}
.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-suffix {
  width: 12%;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 32%;
}
.form-list .customer-name-middlename .name-middlename {
  width: 16%;
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {
  width: 42%;
}
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 34%;
}
.form-list .customer-name-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname {
  width: 42%;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child {
  padding-left: 0;
}
.form-list .customer-dob .dob-day + .dob-month + .dob-year,
.form-list .customer-dob .dob-month + .dob-day + .dob-year,
.form-list .customer-dob .dob-year + .dob-day + .dob-month,
.form-list .customer-dob .dob-year + .dob-month + .dob-day {
  padding-right: 0;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 30%;
}
.form-list .customer-dob .dob-year {
  width: 40%;
}
.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.buttons-set {
  margin: 4em 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #e5e5e5;
  line-height: 34px;
  text-align: right;
}
.buttons-set:before,
.buttons-set:after {
  content: " ";
  display: table;
}
.buttons-set:after {
  clear: both;
}
.buttons-set:before,
.buttons-set:after {
  content: " ";
  display: table;
}
.buttons-set:after {
  clear: both;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 0px 0;
  padding-right: 7px;
  padding-left: 0px;
}
.validation-advice {
  clear: both;
  color: #a94442;
}
.validation-failed {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-failed:focus {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}
p.required {
  text-align: right;
  color: #a94442;
}
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #477821;
  border-color: #3b641b;
}
.btn-primary .badge {
  color: #477821;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #477821;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #233c10;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.button:focus,
.button:active:focus,
.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: #333333;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button:hover,
.button:focus,
.button:active,
.button.active,
.open .dropdown-toggle.button {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.button:active,
.button.active,
.open .dropdown-toggle.button {
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.button .badge {
  color: #ffffff;
  background-color: #333333;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: 0;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #477821;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.input-group-addon label {
  margin-bottom: 0;
  font-weight: normal;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #477821;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #477821;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    display: none;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb strong {
  font-weight: normal;
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #477821;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #233c10;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #477821;
  border-color: #477821;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager:before,
.sorter:before,
.pager:after,
.sorter:after {
  content: " ";
  display: table;
}
.pager:after,
.sorter:after {
  clear: both;
}
.pager:before,
.sorter:before,
.pager:after,
.sorter:after {
  content: " ";
  display: table;
}
.pager:after,
.sorter:after {
  clear: both;
}
.pager {
  padding: 4px 8px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  line-height: 30px;
}
.pager .amount {
  float: left;
  margin-bottom: 0;
}
.pager .limiter {
  float: right;
}
.pager .limiter label {
  margin-bottom: 0;
}
.pager .limiter select {
  display: inline;
  width: 60px;
}
.pager .pages {
  float: left;
  width: 100%;
  margin-top: 4px;
  text-align: center;
}
.pager .pages ol {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
  margin: 0;
  display: inline-block;
}
.pager .pages ol > li {
  display: inline;
}
.pager .pages ol > li > a,
.pager .pages ol > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #477821;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager .pages ol > li > a:hover,
.pager .pages ol > li > span:hover,
.pager .pages ol > li > a:focus,
.pager .pages ol > li > span:focus {
  color: #233c10;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pager .pages ol > .active > a,
.pager .pages ol > .active > span,
.pager .pages ol > .active > a:hover,
.pager .pages ol > .active > span:hover,
.pager .pages ol > .active > a:focus,
.pager .pages ol > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #477821;
  border-color: #477821;
  cursor: default;
}
.pager .pages ol > .disabled > span,
.pager .pages ol > .disabled > span:hover,
.pager .pages ol > .disabled > span:focus,
.pager .pages ol > .disabled > a,
.pager .pages ol > .disabled > a:hover,
.pager .pages ol > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pager .pages ol > li > a,
.pager .pages ol > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager .pages li {
  display: inline-block;
  margin: 0 2px;
}
.sorter {
  padding: 4px 8px;
  border-top: 1px solid #e5e5e5;
  line-height: 30px;
}
.sorter .view-mode {
  float: left;
  margin: 0;
}
.sorter .sort-by {
  float: right;
}
.sorter .sort-by label {
  margin-bottom: 0;
}
.sorter .sort-by select {
  display: inline;
  width: 100px;
}
@media (min-width: 768px) {
  .sorter .sort-by {
    padding-right: 43px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.success {
  color: #3c763d;
}
.error {
  color: #a94442;
}
.notice {
  color: #31708f;
}
.messages > li {
  margin-bottom: 10px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.error-msg h4,
.success-msg h4,
.note-msg h4,
.notice-msg h4 {
  margin-top: 0;
  color: inherit;
}
.error-msg .alert-link,
.success-msg .alert-link,
.note-msg .alert-link,
.notice-msg .alert-link {
  font-weight: bold;
}
.error-msg > p,
.success-msg > p,
.note-msg > p,
.notice-msg > p,
.error-msg > ul,
.success-msg > ul,
.note-msg > ul,
.notice-msg > ul {
  margin-bottom: 0;
}
.error-msg > p + p,
.success-msg > p + p,
.note-msg > p + p,
.notice-msg > p + p {
  margin-top: 5px;
}
.error-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.error-msg hr {
  border-top-color: #e4b9c0;
}
.error-msg .alert-link {
  color: #843534;
}
.success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.success-msg hr {
  border-top-color: #c9e2b3;
}
.success-msg .alert-link {
  color: #2b542c;
}
.note-msg,
.notice-msg {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.note-msg hr,
.notice-msg hr {
  border-top-color: #a6e1ec;
}
.note-msg .alert-link,
.notice-msg .alert-link {
  color: #245269;
}
.global-site-notice {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.global-site-notice h4 {
  margin-top: 0;
  color: inherit;
}
.global-site-notice .alert-link {
  font-weight: bold;
}
.global-site-notice > p,
.global-site-notice > ul {
  margin-bottom: 0;
}
.global-site-notice > p + p {
  margin-top: 5px;
}
.global-site-notice hr {
  border-top-color: #f7e1b5;
}
.global-site-notice .alert-link {
  color: #66512c;
}
.global-site-notice p {
  margin: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #477821;
  border-color: #477821;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #adde87;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #477821;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #477821;
  border-color: #477821;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #477821;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #477821;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.std ul,
.std ol {
  padding-left: 40px;
  margin-bottom: 10px;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.links li {
  display: inline;
}
.links li:first-child {
  padding-left: 0;
}
.links li:last-child {
  padding-right: 0;
}
.link-cart,
.link-wishlist,
.link-reorder,
.link-compare,
.link-print {
  font-weight: bold;
}
.btn-remove,
.btn-previous,
.btn-remove2,
.btn-edit {
  display: inline-block;
  font-size: 0;
}
.btn-remove:hover,
.btn-previous:hover,
.btn-remove2:hover,
.btn-edit:hover,
.btn-remove:focus,
.btn-previous:focus,
.btn-remove2:focus,
.btn-edit:focus {
  text-decoration: none;
}
.btn-remove:after,
.btn-previous:after,
.btn-remove2:after,
.btn-edit:after {
  font-size: 14px;
  font-weight: bold;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-edit:after {
  content: "\f040";
}
.btn-remove:after,
.btn-remove2:after {
  content: "\f00d";
}
.btn-cart {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
}
.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {
  background-image: none;
}
.btn-cart.disabled,
.btn-cart[disabled],
fieldset[disabled] .btn-cart,
.btn-cart.disabled:hover,
.btn-cart[disabled]:hover,
fieldset[disabled] .btn-cart:hover,
.btn-cart.disabled:focus,
.btn-cart[disabled]:focus,
fieldset[disabled] .btn-cart:focus,
.btn-cart.disabled:active,
.btn-cart[disabled]:active,
fieldset[disabled] .btn-cart:active,
.btn-cart.disabled.active,
.btn-cart[disabled].active,
fieldset[disabled] .btn-cart.active {
  background-color: #477821;
  border-color: #3b641b;
}
.btn-cart .badge {
  color: #477821;
  background-color: #ffffff;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0;
  padding-right: 0px;
  padding-left: 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.logo strong {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
h1.logo {
  margin: 0;
}
.logo img {
  max-width: 100%;
}
.form-language {
  margin-bottom: 10px;
}
.form-language label {
  display: none;
}
.form-language select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-language select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-language select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-language select:-ms-input-placeholder {
  color: #999999;
}
.form-language select::-webkit-input-placeholder {
  color: #999999;
}
.form-language select[disabled],
.form-language select[readonly],
fieldset[disabled] .form-language select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-language select {
  height: auto;
}
.form-search {
  margin-bottom: 10px;
  position: relative;
}
.form-search .search-autocomplete {
  z-index: 1000;
}
.form-search .search-autocomplete li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.form-search .search-autocomplete li:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.form-search .search-autocomplete li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-search .search-autocomplete li > .badge {
  float: right;
}
.form-search .search-autocomplete li > .badge + .badge {
  margin-right: 5px;
}
.form-search .search-autocomplete li .amount {
  float: right;
}
.form-search .search-autocomplete li.first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.form-search .search-autocomplete li:hover,
.form-search .search-autocomplete li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.form-search .search-autocomplete li.selected,
.form-search .search-autocomplete li.selected:hover,
.form-search .search-autocomplete li.selected:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #477821;
  border-color: #477821;
}
.advanced-search .form-list .input-range {
  line-height: 34px;
}
.advanced-search .form-list .input-range small {
  float: right;
}
.advanced-search-summary {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.advanced-search-summary blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  display: table;
}
.advanced-search-summary:after {
  clear: both;
}
.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  display: table;
}
.advanced-search-summary:after {
  clear: both;
}
.advanced-search-summary ul {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.advanced-search-summary strong {
  color: #477821;
}
.advanced-search-summary p {
  clear: both;
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 480px) {
  .advanced-search-summary ul {
    float: left;
    width: 50%;
  }
}
.block {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}
.block > .list-group {
  margin-bottom: 0;
}
.block > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.block > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.block > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.block > .table,
.block > .table-responsive > .table {
  margin-bottom: 0;
}
.block > .table:first-child,
.block > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.block > .table:first-child > thead:first-child > tr:first-child td:first-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.block > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.block > .table:first-child > thead:first-child > tr:first-child th:first-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.block > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.block > .table:first-child > thead:first-child > tr:first-child td:last-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.block > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.block > .table:first-child > thead:first-child > tr:first-child th:last-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.block > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.block > .table:last-child,
.block > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.block > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.block > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.block > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.block > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.block > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.block > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.block > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.block > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.block > .panel-body + .table,
.block > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.block > .table > tbody:first-child > tr:first-child th,
.block > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.block > .table-bordered,
.block > .table-responsive > .table-bordered {
  border: 0;
}
.block > .table-bordered > thead > tr > th:first-child,
.block > .table-responsive > .table-bordered > thead > tr > th:first-child,
.block > .table-bordered > tbody > tr > th:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.block > .table-bordered > tfoot > tr > th:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.block > .table-bordered > thead > tr > td:first-child,
.block > .table-responsive > .table-bordered > thead > tr > td:first-child,
.block > .table-bordered > tbody > tr > td:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.block > .table-bordered > tfoot > tr > td:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.block > .table-bordered > thead > tr > th:last-child,
.block > .table-responsive > .table-bordered > thead > tr > th:last-child,
.block > .table-bordered > tbody > tr > th:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.block > .table-bordered > tfoot > tr > th:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.block > .table-bordered > thead > tr > td:last-child,
.block > .table-responsive > .table-bordered > thead > tr > td:last-child,
.block > .table-bordered > tbody > tr > td:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.block > .table-bordered > tfoot > tr > td:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.block > .table-bordered > thead > tr:first-child > td,
.block > .table-responsive > .table-bordered > thead > tr:first-child > td,
.block > .table-bordered > tbody > tr:first-child > td,
.block > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.block > .table-bordered > thead > tr:first-child > th,
.block > .table-responsive > .table-bordered > thead > tr:first-child > th,
.block > .table-bordered > tbody > tr:first-child > th,
.block > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.block > .table-bordered > tbody > tr:last-child > td,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.block > .table-bordered > tfoot > tr:last-child > td,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.block > .table-bordered > tbody > tr:last-child > th,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.block > .table-bordered > tfoot > tr:last-child > th,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.block > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.block .block-title {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.block .block-title > .dropdown .dropdown-toggle {
  color: inherit;
}
.block .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: 500;
}
.block .block-title strong > a {
  color: inherit;
}
.block .block-subtitle {
  margin: 0 15px 10px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  display: table;
}
.block .block-content:after,
.block .actions:after {
  clear: both;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  display: table;
}
.block .block-content:after,
.block .actions:after {
  clear: both;
}
.block .block-content:before,
.block .block-content:after {
  content: " ";
  display: table;
}
.block .block-content:after {
  clear: both;
}
.block .block-content:before,
.block .block-content:after {
  content: " ";
  display: table;
}
.block .block-content:after {
  clear: both;
}
.block .block-content li.item {
  padding: 10px 15px;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px;
  margin-right: 0px;
  margin-left: 5px;
}
.block .actions {
  padding: 6px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  text-align: right;
  line-height: 30px;
}
.block .actions:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.block .empty {
  margin: 0;
  padding: 15px;
}
.block li.odd {
  background-color: #ffffff;
}
/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
  font-size: 12px;
}
.mini-products-list .product-image {
  float: left;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
/* Block:  Account */
.block-account {
  border-color: #477821;
}
.block-account > .panel-heading {
  color: #ffffff;
  background-color: #477821;
  border-color: #477821;
}
.block-account > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #477821;
}
.block-account > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #477821;
}
.block-account .block-title {
  border-color: #477821;
  background-color: #477821;
  color: #ffffff;
}
.block-account .block-title + .panel-collapse .panel-body {
  border-top-color: #477821;
}
.block-account .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: 500;
}
.block-account .block-title strong > a {
  color: inherit;
}
.block-account .block-content {
  padding: 15px;
}
.block-account .block-content ul {
  margin-bottom: 0;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav dt {
  padding: 7px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-layered-nav dd {
  padding: 0 15px 0 20px;
  margin-bottom: 10px;
}
.block-layered-nav dd.last {
  background: none;
}
.block-layered-nav .currently li {
  position: relative;
  padding: 5px 15px;
}
.block-layered-nav .currently .label {
  font-weight: bold;
  text-transform: uppercase;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  text-align: right;
}
.block-layered-nav .actions .actions a {
  float: none;
}
.block-cart .summary {
  padding: 10px 15px;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 4px;
  margin-bottom: 0;
  text-align: center;
}
.block-cart .subtotal h4 {
  margin-top: 0;
  color: inherit;
}
.block-cart .subtotal .alert-link {
  font-weight: bold;
}
.block-cart .subtotal > p,
.block-cart .subtotal > ul {
  margin-bottom: 0;
}
.block-cart .subtotal > p + p {
  margin-top: 5px;
}
.block-cart .subtotal hr {
  border-top-color: #a6e1ec;
}
.block-cart .subtotal .alert-link {
  color: #245269;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions {
  border-bottom: 1px solid #dddddd;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 0px 8px;
  padding-right: 55px;
  padding-left: 0px;
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
.block-related input.checkbox {
  float: left;
}
.block-related .product {
  margin-left: 20px;
}
.compare-table .btn-remove {
  float: right;
  background-image: url(../../images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}
.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #203548;
}
.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
  margin: 1px 0 0;
  margin-right: -18px;
  margin-left: 0px;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 10px 15px;
}
.block-poll label {
  margin-bottom: 0;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-tags .block-content .tags-list {
  padding: 15px !important;
  margin-bottom: 0 !important;
  font-size: 12px;
}
.block-tags .actions {
  text-align: right;
}
.block-tags .actions a {
  float: none;
}
.block-subscribe .block-content {
  padding: 15px 15px 0;
}
.block-subscribe .actions {
  margin: 15px -15px 0;
}
.block-subscribe .actions button.button {
  float: none;
}
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
  margin: 2px 0 0;
  margin-right: -20px;
  margin-left: 0px;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-banner {
  border: 0;
  background-color: transparent;
}
.block-banner .block-content {
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.block-banner .block-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.block-login .block-content {
  padding: 15px 15px 0;
}
.block-login .actions {
  margin: 15px -15px 0;
}
.paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.paypal-logo a {
  float: none;
}
.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.category-description {
  margin-bottom: 10px;
}
.category-products .toolbar {
  margin-bottom: 10px;
}
.products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.products-grid .item {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 390px;
  padding-bottom: 80px;
}
.products-grid .product-image {
  display: block;
  margin-bottom: 10px;
}
.products-grid .product-image img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products-grid .product-name {
  min-height: 60px;
}
.products-grid .actions {
  position: absolute;
  bottom: 0;
}
.products-grid .add-to-links .separator {
  display: none;
}
.products-list li.item {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.products-list li.item:before,
.products-list li.item:after {
  content: " ";
  display: table;
}
.products-list li.item:after {
  clear: both;
}
.products-list li.item:before,
.products-list li.item:after {
  content: " ";
  display: table;
}
.products-list li.item:after {
  clear: both;
}
.products-list li.item:first-child {
  padding-top: 0;
}
.products-list li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.products-list .product-image {
  float: left;
  width: 150px;
  display: block;
}
.products-list .product-image img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products-list .product-shop {
  margin-left: 160px;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 4px;
}
.product-name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.in-stock span {
  color: #3c763d;
}
.availability.out-of-stock span {
  color: #a94442;
}
.availability-only span,
.availability-only a {
  font-weight: bold;
}
.availability-only-details {
  width: 100%;
  margin-bottom: 20px;
}
.availability-only-details > thead > tr > th,
.availability-only-details > tbody > tr > th,
.availability-only-details > tfoot > tr > th,
.availability-only-details > thead > tr > td,
.availability-only-details > tbody > tr > td,
.availability-only-details > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.availability-only-details > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.availability-only-details > caption + thead > tr:first-child > th,
.availability-only-details > colgroup + thead > tr:first-child > th,
.availability-only-details > thead:first-child > tr:first-child > th,
.availability-only-details > caption + thead > tr:first-child > td,
.availability-only-details > colgroup + thead > tr:first-child > td,
.availability-only-details > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.availability-only-details > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.availability-only-details .table {
  background-color: #ffffff;
}
.add-to-cart .paypal-logo {
  margin: 0;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  display: block;
  margin: 5px;
  margin-right: 60px;
  margin-left: 0px;
}
.add-to-cart .paypal-logo .paypal-logo {
  margin: 0;
}
.add-to-box {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.add-to-box:before,
.add-to-box:after {
  content: " ";
  display: table;
}
.add-to-box:after {
  clear: both;
}
.add-to-box:before,
.add-to-box:after {
  content: " ";
  display: table;
}
.add-to-box:after {
  clear: both;
}
.add-to-box .add-to-cart {
  margin: 0 -15px 10px;
}
.add-to-box .or {
  float: left;
}
.add-to-box .add-to-links {
  float: right;
}
.add-to-box .add-to-links li,
.add-to-box .add-to-links .separator {
  float: left;
}
.add-to-box .add-to-links .separator {
  margin: 0 4px;
}
.product-view {
  margin-left: -15px;
  margin-right: -15px;
}
.product-essential,
.product-collateral {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential,
  .product-collateral {
    float: left;
    width: 100%;
  }
}
.product-essential .product-shop {
  min-height: 1px;
  position: relative;
}
.product-essential .product-img-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: left;
    width: 58.33333333%;
  }
}
.product-essential .product-img-box img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-essential .product-img-box .more-views ul {
  margin-left: -15px;
  margin-right: -15px;
}
.product-essential .product-img-box .more-views ul li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    padding-left: 0;
    padding-right: 15px;
  }
  .product-essential .product-shop {
    float: right;
    width: 41.66666667%;
  }
}
.product-view .product-shop {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.product-view .product-shop > .list-group {
  margin-bottom: 0;
}
.product-view .product-shop > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.product-view .product-shop > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.product-view .product-shop > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.product-view .product-shop > .table,
.product-view .product-shop > .table-responsive > .table {
  margin-bottom: 0;
}
.product-view .product-shop > .table:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.product-view .product-shop > .table:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.product-view .product-shop > .panel-body + .table,
.product-view .product-shop > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.product-view .product-shop > .table > tbody:first-child > tr:first-child th,
.product-view .product-shop > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.product-view .product-shop > .table-bordered,
.product-view .product-shop > .table-responsive > .table-bordered {
  border: 0;
}
.product-view .product-shop > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.product-view .product-shop > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.product-view .product-shop > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.product-view .product-shop > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.product-view .product-shop > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.product-view .product-shop .product-name {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  margin: -15px -15px 15px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.product-view .product-shop .product-name > .dropdown .dropdown-toggle {
  color: inherit;
}
.product-view .product-shop .product-name h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.product-view .product-shop .product-name h1 > a {
  color: inherit;
}
.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .add-to-box,
.product-view .product-shop .short-description {
  margin-bottom: 10px;
}
.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .product-options-bottom .add-to-cart {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .product-view .product-shop .product-options-bottom .price-box,
  .product-view .product-shop .product-options-bottom .add-to-cart {
    float: none;
    width: auto;
  }
}
.product-img-box .product-image-zoom img,
.product-img-box .more-views img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-img-box .product-image-zoom {
  margin-bottom: 10px;
}
.product-img-box .more-views {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.product-options {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
  margin-bottom: 10px;
  position: relative;
}
.product-options blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.product-options dl {
  margin: 0;
}
.product-options dt {
  padding-top: 10px;
  font-weight: normal;
}
.product-options dt label {
  margin-bottom: 0;
  font-weight: bold;
}
.product-options dt label.required em {
  margin-left: 2px;
  color: #a94442;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
}
.product-options dd .qty-holder {
  display: block;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd {
  padding: 5px 0 10px;
  padding-right: 0px;
  padding-left: 5px;
  border-bottom: 1px solid #eeeeee;
}
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.product-options dd .input-text:-ms-input-placeholder,
.product-options dd select:-ms-input-placeholder,
.product-options dd textarea:-ms-input-placeholder {
  color: #999999;
}
.product-options dd .input-text::-webkit-input-placeholder,
.product-options dd select::-webkit-input-placeholder,
.product-options dd textarea::-webkit-input-placeholder {
  color: #999999;
}
.product-options dd .input-text[disabled],
.product-options dd select[disabled],
.product-options dd textarea[disabled],
.product-options dd .input-text[readonly],
.product-options dd select[readonly],
.product-options dd textarea[readonly],
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.product-options dd .input-text,
textarea.product-options dd select,
textarea.product-options dd textarea {
  height: auto;
}
.product-options dd select[multiple],
.product-options dd textarea {
  height: auto;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-bottom: 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 12px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-options-bottom {
  margin-left: -15px;
  margin-right: -15px;
}
.product-options-bottom .price-box,
.product-options-bottom .add-to-cart {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .product-options-bottom .price-box,
  .product-options-bottom .add-to-cart {
    float: left;
    width: 50%;
  }
}
.product-options-bottom .add-to-links {
  padding-top: 10px;
  clear: both;
  text-align: center;
}
.product-options-bottom .add-to-links li {
  display: inline;
}
.product-options-bottom .price-box {
  padding-top: 10px;
}
.product-options-bottom .price-box:before,
.product-options-bottom .price-box:after {
  content: " ";
  display: table;
}
.product-options-bottom .price-box:after {
  clear: both;
}
.product-options-bottom .price-box:before,
.product-options-bottom .price-box:after {
  content: " ";
  display: table;
}
.product-options-bottom .price-box:after {
  clear: both;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
@media (min-width: 992px) {
  .product-options-bottom .price-box {
    padding-top: 0;
  }
}
.product-shop .product-options dt label.required em {
  margin-left: 0;
  margin-right: 2px;
}
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
  clear: both;
}
.product-view .grouped-items-table .price-box {
  margin: 0;
}
.product-view .grouped-items-table .qty {
  width: auto;
}
.product-view .box-collateral {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  display: table;
}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  display: table;
}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral > .list-group {
  margin-bottom: 0;
}
.product-view .box-collateral > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.product-view .box-collateral > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.product-view .box-collateral > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.product-view .box-collateral > .table,
.product-view .box-collateral > .table-responsive > .table {
  margin-bottom: 0;
}
.product-view .box-collateral > .table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.product-view .box-collateral > .table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.product-view .box-collateral > .panel-body + .table,
.product-view .box-collateral > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.product-view .box-collateral > .table > tbody:first-child > tr:first-child th,
.product-view .box-collateral > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.product-view .box-collateral > .table-bordered,
.product-view .box-collateral > .table-responsive > .table-bordered {
  border: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.product-view .box-collateral > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.product-view .box-collateral > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  margin: -15px -15px 15px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
}
.product-view .box-collateral > h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.product-view .box-additional {
  padding: 0;
}
.product-view .box-additional > h2 {
  margin: 0;
}
.product-view .box-additional .data-table {
  border: 0;
  margin-bottom: 0;
}
.product-view .box-additional .data-table > tbody > tr > th {
  border-left: 0;
}
.product-view .box-additional .data-table > tbody > tr > td {
  border-right: 0;
}
.product-view .box-additional .data-table > tbody > tr.first > th,
.product-view .box-additional .data-table > tbody > tr.first > td {
  border-top: 0;
}
.product-view .box-additional .data-table > tbody > tr.last > th,
.product-view .box-additional .data-table > tbody > tr.last > td {
  border-bottom: 0;
}
.product-view .box-up-sell .table-responsive {
  padding: 15px 0;
}
.product-view .box-up-sell .products-grid {
  margin: 0;
  width: 100%;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
  padding: 0 15px;
  vertical-align: top;
}
.product-view .box-up-sell .products-grid .product-image,
.product-view .box-up-sell .products-grid .price-box {
  margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid .ratings {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-view .box-up-sell .products-grid {
    min-width: 500px;
  }
  .product-view .box-up-sell .products-grid > tbody > tr > th,
  .product-view .box-up-sell .products-grid > tbody > tr > td {
    white-space: normal;
  }
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags .product-tags li {
  display: inline;
  white-space: nowrap;
  margin: 0 6px;
}
.product-view .box-tags .note {
  margin: 0;
  text-align: center;
}
.product-view .box-reviews dt {
  padding-top: 15px;
  font-weight: normal;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.product-view .box-reviews dd:before,
.product-view .box-reviews dd:after {
  content: " ";
  display: table;
}
.product-view .box-reviews dd:after {
  clear: both;
}
.product-view .box-reviews dd:before,
.product-view .box-reviews dd:after {
  content: " ";
  display: table;
}
.product-view .box-reviews dd:after {
  clear: both;
}
.product-view .box-reviews dd .ratings-table {
  float: left;
  margin-right: 10px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: 500;
}
.product-view .box-reviews .form-add h4 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 em {
  float: right;
  position: absolute;
  top: 0;
  right: -8px;
  color: #a94442;
}
.product-view .box-reviews .form-add td.value {
  text-align: center;
}
.product-view .box-reviews .form-add td.value .radio {
  display: inline;
  margin: 0;
  padding: 0;
  height: 20px;
}
@media (max-width: 768px) {
  .product-view .box-reviews .form-add form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.tags-list {
  margin: 0;
  padding: 10px;
}
.tags-list li {
  display: inline !important;
  margin: 0 3px;
}
.price {
  white-space: nowrap;
}
.price-box .price-label {
  white-space: nowrap;
}
.price-box .price {
  font-weight: bold;
  color: #477821;
}
.regular-price {
  color: #477821;
}
.regular-price .price {
  font-weight: bold;
  color: #477821;
}
.old-price {
  margin: 0;
  color: #999999;
}
.old-price .price {
  color: inherit;
  font-weight: normal;
  text-decoration: line-through;
}
.special-price {
  margin: 0;
}
.special-price .price-label {
  font-weight: bold;
  color: #477821;
}
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  font-weight: bold;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .price {
  font-weight: normal;
}
.price-excluding-tax,
.price-including-tax {
  display: block;
  color: #999999;
}
.price-excluding-tax .label,
.price-including-tax .label {
  white-space: nowrap;
  color: inherit;
}
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
}
.weee {
  display: block;
}
.weee .price {
  font-weight: normal;
}
.price-excl-tax,
.price-incl-tax {
  display: block;
}
.price-excl-tax .label,
.price-incl-tax .label {
  white-space: nowrap;
  display: block;
}
.price-excl-tax .price,
.price-incl-tax .price {
  display: block;
}
.price-from,
.price-to {
  margin: 0;
}
.price-from .price-label,
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-notice {
  color: #333333;
}
.price-notice .price {
  font-weight: bold;
  color: #333333;
}
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle .price-box {
  margin: 0;
  padding: 0;
}
.price-box-bundle .price {
  color: #333333;
}
.product-pricing,
.tier-prices {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.product-pricing blockquote,
.tier-prices blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tier-prices .benefit {
  font-weight: bold;
  font-style: italic;
}
.tier-prices .price {
  font-weight: bold;
  color: #333333;
}
.tier-prices-grouped .price {
  font-weight: bold;
}
.no-rating {
  margin: 0;
}
.ratings {
  margin-bottom: 10px;
  font-size: 12px;
}
.ratings strong {
  float: left;
  margin: 1px 0 0;
  margin-right: 3px;
  margin-left: 0px;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings-table th,
.ratings-table td {
  font-size: 12px;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
/* CMS Home Page */
.page-sitemap .links {
  text-align: right;
  font-weight: bold;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .catalog-seo-sitemap-product .page-sitemap .sitemap li {
    float: left;
    width: 50%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 16.66666667%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
  font-weight: bold;
  margin-top: 10px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-sitemap .sitemap li.level-0,
  .page-sitemap .sitemap li.level-1,
  .page-sitemap .sitemap li.level-2,
  .page-sitemap .sitemap li.level-3,
  .page-sitemap .sitemap li.level-4 {
    width: auto;
    float: none;
  }
  .page-sitemap .sitemap li.level-0 {
    padding-left: 15px !important;
  }
  .page-sitemap .sitemap li.level-1 {
    padding-left: 35px !important;
  }
  .page-sitemap .sitemap li.level-2 {
    padding-left: 55px !important;
  }
  .page-sitemap .sitemap li.level-3 {
    padding-left: 75px !important;
  }
  .page-sitemap .sitemap li.level-4 {
    padding-left: 95px !important;
  }
}
.rss-title h1 {
  background: url(../../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .page-title .checkout-types li:last-child {
  margin-bottom: 0;
}
.cart .title-buttons .checkout-types {
  float: right;
  margin-bottom: 0;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 0 0;
  padding-right: 55px;
  padding-left: 0px;
  font-size: 12px;
}
.cart > form {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cart > form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.btn-checkout {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
}
.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
  background-image: none;
}
.btn-checkout.disabled,
.btn-checkout[disabled],
fieldset[disabled] .btn-checkout,
.btn-checkout.disabled:hover,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout:hover,
.btn-checkout.disabled:focus,
.btn-checkout[disabled]:focus,
fieldset[disabled] .btn-checkout:focus,
.btn-checkout.disabled:active,
.btn-checkout[disabled]:active,
fieldset[disabled] .btn-checkout:active,
.btn-checkout.disabled.active,
.btn-checkout[disabled].active,
fieldset[disabled] .btn-checkout.active {
  background-color: #477821;
  border-color: #3b641b;
}
.btn-checkout .badge {
  color: #477821;
  background-color: #ffffff;
}
@media (min-width: 480px) {
  .btn-checkout {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
  }
}
.cart-table {
  margin-bottom: 0;
}
.cart-table .qty {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
  width: auto;
  text-align: center;
}
select.cart-table .qty {
  height: 30px;
  line-height: 30px;
}
textarea.cart-table .qty,
select[multiple].cart-table .qty {
  height: auto;
}
.cart-table .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.cart-table .btn-continue {
  float: left;
}
.cart .cart-collaterals {
  margin-left: -15px;
  margin-right: -15px;
}
.cart .cart-collaterals .col2-set {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .cart .cart-collaterals .col2-set {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .cart .cart-collaterals .totals {
    margin-right: 15px;
    float: right;
    width: 33.33333333%;
  }
}
.cart .crosssell,
.cart .discount,
.cart .shipping {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}
.cart .crosssell > .list-group,
.cart .discount > .list-group,
.cart .shipping > .list-group {
  margin-bottom: 0;
}
.cart .crosssell > .list-group .list-group-item,
.cart .discount > .list-group .list-group-item,
.cart .shipping > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.cart .crosssell > .list-group:first-child .list-group-item:first-child,
.cart .discount > .list-group:first-child .list-group-item:first-child,
.cart .shipping > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.cart .crosssell > .list-group:last-child .list-group-item:last-child,
.cart .discount > .list-group:last-child .list-group-item:last-child,
.cart .shipping > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.cart .crosssell > .table,
.cart .discount > .table,
.cart .shipping > .table,
.cart .crosssell > .table-responsive > .table,
.cart .discount > .table-responsive > .table,
.cart .shipping > .table-responsive > .table {
  margin-bottom: 0;
}
.cart .crosssell > .table:first-child,
.cart .discount > .table:first-child,
.cart .shipping > .table:first-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child,
.cart .discount > .table-responsive:first-child > .table:first-child,
.cart .shipping > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.cart .crosssell > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cart .discount > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cart .shipping > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cart .crosssell > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cart .discount > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cart .shipping > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cart .crosssell > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cart .discount > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cart .shipping > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cart .crosssell > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cart .discount > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cart .shipping > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.cart .crosssell > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cart .discount > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cart .shipping > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cart .crosssell > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cart .discount > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cart .shipping > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cart .crosssell > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cart .discount > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cart .shipping > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cart .crosssell > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cart .discount > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cart .shipping > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.cart .crosssell > .table:last-child,
.cart .discount > .table:last-child,
.cart .shipping > .table:last-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child,
.cart .discount > .table-responsive:last-child > .table:last-child,
.cart .shipping > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.cart .crosssell > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cart .discount > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cart .shipping > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cart .discount > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cart .shipping > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cart .crosssell > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cart .discount > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cart .shipping > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cart .discount > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cart .shipping > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.cart .crosssell > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cart .discount > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cart .shipping > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cart .discount > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cart .shipping > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cart .crosssell > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cart .discount > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cart .shipping > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cart .discount > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cart .shipping > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.cart .crosssell > .panel-body + .table,
.cart .discount > .panel-body + .table,
.cart .shipping > .panel-body + .table,
.cart .crosssell > .panel-body + .table-responsive,
.cart .discount > .panel-body + .table-responsive,
.cart .shipping > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.cart .crosssell > .table > tbody:first-child > tr:first-child th,
.cart .discount > .table > tbody:first-child > tr:first-child th,
.cart .shipping > .table > tbody:first-child > tr:first-child th,
.cart .crosssell > .table > tbody:first-child > tr:first-child td,
.cart .discount > .table > tbody:first-child > tr:first-child td,
.cart .shipping > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.cart .crosssell > .table-bordered,
.cart .discount > .table-bordered,
.cart .shipping > .table-bordered,
.cart .crosssell > .table-responsive > .table-bordered,
.cart .discount > .table-responsive > .table-bordered,
.cart .shipping > .table-responsive > .table-bordered {
  border: 0;
}
.cart .crosssell > .table-bordered > thead > tr > th:first-child,
.cart .discount > .table-bordered > thead > tr > th:first-child,
.cart .shipping > .table-bordered > thead > tr > th:first-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart .crosssell > .table-bordered > tbody > tr > th:first-child,
.cart .discount > .table-bordered > tbody > tr > th:first-child,
.cart .shipping > .table-bordered > tbody > tr > th:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart .crosssell > .table-bordered > tfoot > tr > th:first-child,
.cart .discount > .table-bordered > tfoot > tr > th:first-child,
.cart .shipping > .table-bordered > tfoot > tr > th:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart .crosssell > .table-bordered > thead > tr > td:first-child,
.cart .discount > .table-bordered > thead > tr > td:first-child,
.cart .shipping > .table-bordered > thead > tr > td:first-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart .crosssell > .table-bordered > tbody > tr > td:first-child,
.cart .discount > .table-bordered > tbody > tr > td:first-child,
.cart .shipping > .table-bordered > tbody > tr > td:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart .crosssell > .table-bordered > tfoot > tr > td:first-child,
.cart .discount > .table-bordered > tfoot > tr > td:first-child,
.cart .shipping > .table-bordered > tfoot > tr > td:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.cart .crosssell > .table-bordered > thead > tr > th:last-child,
.cart .discount > .table-bordered > thead > tr > th:last-child,
.cart .shipping > .table-bordered > thead > tr > th:last-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart .crosssell > .table-bordered > tbody > tr > th:last-child,
.cart .discount > .table-bordered > tbody > tr > th:last-child,
.cart .shipping > .table-bordered > tbody > tr > th:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart .crosssell > .table-bordered > tfoot > tr > th:last-child,
.cart .discount > .table-bordered > tfoot > tr > th:last-child,
.cart .shipping > .table-bordered > tfoot > tr > th:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart .crosssell > .table-bordered > thead > tr > td:last-child,
.cart .discount > .table-bordered > thead > tr > td:last-child,
.cart .shipping > .table-bordered > thead > tr > td:last-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart .crosssell > .table-bordered > tbody > tr > td:last-child,
.cart .discount > .table-bordered > tbody > tr > td:last-child,
.cart .shipping > .table-bordered > tbody > tr > td:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart .crosssell > .table-bordered > tfoot > tr > td:last-child,
.cart .discount > .table-bordered > tfoot > tr > td:last-child,
.cart .shipping > .table-bordered > tfoot > tr > td:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.cart .crosssell > .table-bordered > thead > tr:first-child > td,
.cart .discount > .table-bordered > thead > tr:first-child > td,
.cart .shipping > .table-bordered > thead > tr:first-child > td,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr:first-child > td,
.cart .discount > .table-responsive > .table-bordered > thead > tr:first-child > td,
.cart .shipping > .table-responsive > .table-bordered > thead > tr:first-child > td,
.cart .crosssell > .table-bordered > tbody > tr:first-child > td,
.cart .discount > .table-bordered > tbody > tr:first-child > td,
.cart .shipping > .table-bordered > tbody > tr:first-child > td,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.cart .discount > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.cart .crosssell > .table-bordered > thead > tr:first-child > th,
.cart .discount > .table-bordered > thead > tr:first-child > th,
.cart .shipping > .table-bordered > thead > tr:first-child > th,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr:first-child > th,
.cart .discount > .table-responsive > .table-bordered > thead > tr:first-child > th,
.cart .shipping > .table-responsive > .table-bordered > thead > tr:first-child > th,
.cart .crosssell > .table-bordered > tbody > tr:first-child > th,
.cart .discount > .table-bordered > tbody > tr:first-child > th,
.cart .shipping > .table-bordered > tbody > tr:first-child > th,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.cart .discount > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.cart .crosssell > .table-bordered > tbody > tr:last-child > td,
.cart .discount > .table-bordered > tbody > tr:last-child > td,
.cart .shipping > .table-bordered > tbody > tr:last-child > td,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart .discount > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart .crosssell > .table-bordered > tfoot > tr:last-child > td,
.cart .discount > .table-bordered > tfoot > tr:last-child > td,
.cart .shipping > .table-bordered > tfoot > tr:last-child > td,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cart .crosssell > .table-bordered > tbody > tr:last-child > th,
.cart .discount > .table-bordered > tbody > tr:last-child > th,
.cart .shipping > .table-bordered > tbody > tr:last-child > th,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart .discount > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart .crosssell > .table-bordered > tfoot > tr:last-child > th,
.cart .discount > .table-bordered > tfoot > tr:last-child > th,
.cart .shipping > .table-bordered > tfoot > tr:last-child > th,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.cart .crosssell > .table-responsive,
.cart .discount > .table-responsive,
.cart .shipping > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: 500;
}
.cart .crosssell > h2 > .dropdown .dropdown-toggle,
.cart .discount > h2 > .dropdown .dropdown-toggle,
.cart .shipping > h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.cart .crosssell > h2 > a,
.cart .discount > h2 > a,
.cart .shipping > h2 > a {
  color: inherit;
}
.cart .crosssell #crosssell-products-list {
  margin-bottom: 0;
  padding: 15px;
}
.cart .crosssell li.item {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.cart .crosssell li.item:first-child {
  padding-top: 0;
}
.cart .crosssell li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cart .crosssell .product-image {
  float: left;
}
.cart .crosssell .product-details {
  margin-left: 100px;
}
.cart .crosssell .add-to-links .separator {
  display: none;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
@media (max-width: 992px) {
  .cart .crosssell {
    display: none;
  }
}
.cart .discount .discount-form {
  padding: 15px;
}
.cart .shipping .shipping-form {
  padding: 15px;
}
.cart .totals {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.cart .totals blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.cart .totals table {
  width: 100%;
  margin-bottom: 20px;
}
.cart .totals table > thead > tr > th,
.cart .totals table > tbody > tr > th,
.cart .totals table > tfoot > tr > th,
.cart .totals table > thead > tr > td,
.cart .totals table > tbody > tr > td,
.cart .totals table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.cart .totals table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.cart .totals table > caption + thead > tr:first-child > th,
.cart .totals table > colgroup + thead > tr:first-child > th,
.cart .totals table > thead:first-child > tr:first-child > th,
.cart .totals table > caption + thead > tr:first-child > td,
.cart .totals table > colgroup + thead > tr:first-child > td,
.cart .totals table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cart .totals table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.cart .totals table .table {
  background-color: #ffffff;
}
.cart .totals .checkout-types {
  margin-bottom: 0;
  text-align: right;
}
.cart .totals .checkout-types li {
  margin-bottom: 5px;
}
.cart .totals .checkout-types li:last-child {
  margin-bottom: 0;
}
.item-options {
  margin-top: 10px;
}
.item-options dd {
  margin-left: 15px;
}
.truncated {
  position: relative;
  cursor: help;
}
.truncated .dots {
  cursor: inherit;
  color: inherit;
}
.truncated .dots:hover {
  text-decoration: none;
}
.truncated_full_value {
  position: absolute;
  top: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  top: 20px;
}
.truncated_full_value.top {
  margin-top: -10px;
}
.truncated_full_value.right {
  margin-0: 10px;
}
.truncated_full_value.bottom {
  margin-top: 10px;
}
.truncated_full_value.left {
  margin-0: -10px;
}
.truncated_full_value.top > .arrow {
  margin-50%: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.truncated_full_value.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-50%: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.truncated_full_value.right > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.truncated_full_value.right > .arrow:after {
  content: " ";
  bottom: -10px;
  border-1px-width: 0;
  border-right-color: #ffffff;
}
.truncated_full_value.bottom > .arrow {
  margin-50%: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.truncated_full_value.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-50%: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.truncated_full_value.left > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.truncated_full_value.left > .arrow:after {
  content: " ";
  border-1px-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.truncated_full_value dl {
  margin: 0;
}
.truncated_full_value dt {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.truncated_full_value dd {
  padding: 9px 14px;
  margin-0: 0;
}
.truncated_full_value dd + dt {
  border-radius: 0;
  border-top: 1px solid #ebebeb;
}
.truncated_full_value.show {
  display: block;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  padding-top: 10px;
}
.sp-methods dt:first-child {
  padding-top: 0;
}
.sp-methods dd {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.sp-methods dd:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sp-methods dd ul {
  margin-bottom: 0;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods .radio {
  float: left;
  margin-top: 3px;
  margin-right: 6px;
}
.sp-methods label {
  margin-bottom: 0;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 50px !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 0 0;
  margin-right: 10px;
  margin-left: 0px;
}
.please-wait {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #999999;
}
.please-wait img {
  vertical-align: middle;
  margin-right: 10px;
}
.cvv-what-is-this {
  line-height: 34px;
  font-size: 12px;
  cursor: help;
  margin-left: 10px;
}
.tool-tip {
  position: absolute;
  top: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: block;
}
.tool-tip.top {
  margin-top: -10px;
}
.tool-tip.right {
  margin-0: 10px;
}
.tool-tip.bottom {
  margin-top: 10px;
}
.tool-tip.left {
  margin-0: -10px;
}
.tool-tip.top > .arrow {
  margin-50%: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.tool-tip.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-50%: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.tool-tip.right > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.tool-tip.right > .arrow:after {
  content: " ";
  bottom: -10px;
  border-1px-width: 0;
  border-right-color: #ffffff;
}
.tool-tip.bottom > .arrow {
  margin-50%: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.tool-tip.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-50%: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.tool-tip.left > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.tool-tip.left > .arrow:after {
  content: " ";
  border-1px-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.tool-tip .btn-close {
  padding: 9px 14px;
}
.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  display: table;
}
.tool-tip .btn-close:after {
  clear: both;
}
.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  display: table;
}
.tool-tip .btn-close:after {
  clear: both;
}
.tool-tip .btn-close a {
  float: right;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tool-tip .btn-close a:after {
  font-size: 14px;
  font-weight: bold;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.tool-tip .btn-close a:hover,
.tool-tip .btn-close a:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tool-tip-content {
  padding: 9px 14px;
}
.tool-tip-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gift-messages h3 {
  font-size: 14px;
  font-weight: bold;
}
.gift-messages p.control .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.gift-messages p.control label {
  margin-bottom: 0;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: bold;
}
.gift-messages-form h4:first-child {
  padding-top: 0;
  border-top: 0;
}
.gift-messages-form p > .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.gift-messages-form p > label {
  margin-bottom: 0;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  display: table;
}
.gift-messages-form .item:after {
  clear: both;
}
.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  display: table;
}
.gift-messages-form .item:after {
  clear: both;
}
.gift-messages-form .item:last-child {
  border-bottom: 0;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  text-align: center;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  margin: 0 0 10px;
}
.gift-message-row .btn-close {
  float: right;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.gift-message-row .btn-close:after {
  font-size: 14px;
  font-weight: bold;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.gift-message-row .btn-close:hover,
.gift-message-row .btn-close:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gift-message-row dl:before,
.gift-message-row dl:after {
  content: " ";
  display: table;
}
.gift-message-row dl:after {
  clear: both;
}
.gift-message-row dl:before,
.gift-message-row dl:after {
  content: " ";
  display: table;
}
.gift-message-row dl:after {
  clear: both;
}
.checkout-agreements li {
  margin-bottom: 20px;
}
.checkout-agreements li:last-child {
  margin-bottom: 0;
}
.checkout-agreements .agreement-content {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  overflow: auto;
  height: 240px;
}
.checkout-agreements .agreement-content blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px;
}
.checkout-agreements .agree input.checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.opc .checkout-agreements {
  padding: 5px 30px;
}
.centinel .authentication {
  background-color: #fff;
  border: 1px solid #dddddd;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  padding: 10px 30px;
}
.info-set {
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 18px;
}
.info-set h3,
.info-set h4 {
  font-size: 14px;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.block-progress dl {
  margin: 0;
}
.block-progress dt {
  font-weight: bold;
  margin: 0 0 6px;
  padding: 7px 15px;
  background-color: #f5f5f5;
  border: solid #dddddd;
  border-width: 1px 0;
}
.block-progress dt:first-child {
  border-top: 0;
}
.block-progress dd {
  padding: 8px 13px;
  margin: 0 0 6px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.block-progress address {
  margin-bottom: 0;
}
.block-progress p + table {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .block-progress {
    display: none;
  }
}
.opc .buttons-set {
  margin-top: 10px;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .ul {
  list-style: disc outside;
  padding-left: 18px;
}
.opc {
  position: relative;
}
.opc .step-title {
  padding: 10px 15px;
  border: solid #dddddd;
  border-width: 0 1px 1px;
  background-color: #f5f5f5;
  color: #333333;
}
.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  display: table;
}
.opc .step-title:after {
  clear: both;
}
.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  display: table;
}
.opc .step-title:after {
  clear: both;
}
.opc .step-title .number,
.opc .step-title h2,
.opc .step-title a {
  line-height: 20px;
}
.opc .step-title .number,
.opc .step-title h2 {
  float: left;
}
.opc .step-title .number {
  display: block;
  background: #fff;
  padding: 0 6px;
  margin-right: 10px;
}
.opc .step-title h2 {
  margin: 0;
  font-size: 16px;
}
.opc .step-title a {
  display: none;
  float: right;
}
.opc .section:first-child .step-title {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-width: 1px;
}
.opc .section:last-child .step-title {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.opc .section:last-child.active .step-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.opc .section:last-child.active .step {
  padding-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.opc .step {
  padding: 15px;
  border: solid #dddddd;
  border-width: 0 1px 1px;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title a {
  display: none;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  display: table;
}
.checkout-progress:after {
  clear: both;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  display: table;
}
.checkout-progress:after {
  clear: both;
}
.checkout-progress li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.checkout-progress li:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.checkout-progress li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.checkout-progress li > .badge {
  float: right;
}
.checkout-progress li > .badge + .badge {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .checkout-progress li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    border-left-width: 0;
    text-align: center;
  }
  .checkout-progress li:first-child,
  .checkout-progress li:last-child {
    border-radius: 0;
  }
  .checkout-progress li:first-child {
    border-left-width: 1px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .checkout-progress li:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (max-width: 992px) {
  .multiple-checkout {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.multiple-checkout h2 {
  margin-top: 0;
  font-size: 18px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  margin-top: 0;
  font-size: 14px;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  line-height: 34px;
}
.multiple-checkout .data-table select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: auto;
}
.multiple-checkout .data-table select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.multiple-checkout .data-table select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.multiple-checkout .data-table select:-ms-input-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select::-webkit-input-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select[disabled],
.multiple-checkout .data-table select[readonly],
fieldset[disabled] .multiple-checkout .data-table select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.multiple-checkout .data-table select {
  height: auto;
}
.multiple-checkout .data-table .item-options {
  margin-top: 10px;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.multiple-checkout .box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.multiple-checkout .box .box-title h3 {
  margin-top: 0;
}
.multiple-checkout .box address {
  margin-bottom: 0;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  display: table;
}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  display: table;
}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 0px 0;
  padding-right: 7px;
  padding-left: 0px;
}
.multiple-checkout .place-order .grand-total {
  text-align: right;
}
.multiple-checkout .place-order .grand-total big {
  font-size: 18px;
  font-weight: 500;
}
.multiple-checkout .place-order .grand-total .price {
  color: #477821;
}
#multiship-addresses-table .qty {
  width: auto;
  text-align: center;
}
#multiship-addresses-table tfoot .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.checkout-multishipping-shipping .box-sp-methods {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.checkout-multishipping-shipping .box-sp-methods blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
.account-login .content {
  min-height: 242px;
}
.captcha-image {
  position: relative;
  width: 258px;
}
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image .captcha-img {
  border-radius: 0px;
  border: 1px solid #cccccc;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload .refreshing {
  -webkit-animation: captcha-rotate 1.5s infinite linear;
  -moz-animation: captcha-rotate 1.5s infinite linear;
  animation: captcha-rotate 1.5s infinite linear;
}
@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes captcha-rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes captcha-rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
.box-account {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.box-account > .list-group {
  margin-bottom: 0;
}
.box-account > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.box-account > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.box-account > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.box-account > .table,
.box-account > .table-responsive > .table {
  margin-bottom: 0;
}
.box-account > .table:first-child,
.box-account > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.box-account > .table:first-child > thead:first-child > tr:first-child td:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box-account > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.box-account > .table:first-child > thead:first-child > tr:first-child td:last-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box-account > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.box-account > .table:last-child,
.box-account > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box-account > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box-account > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.box-account > .panel-body + .table,
.box-account > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.box-account > .table > tbody:first-child > tr:first-child th,
.box-account > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.box-account > .table-bordered,
.box-account > .table-responsive > .table-bordered {
  border: 0;
}
.box-account > .table-bordered > thead > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:first-child,
.box-account > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-bordered > thead > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:first-child,
.box-account > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-bordered > tfoot > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.box-account > .table-bordered > thead > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:last-child,
.box-account > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-bordered > thead > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:last-child,
.box-account > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-bordered > tfoot > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.box-account > .table-bordered > thead > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > td,
.box-account > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-bordered > thead > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > th,
.box-account > .table-bordered > tbody > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.box-account > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-bordered > tfoot > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.box-account > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.box-account .box-head {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head > .dropdown .dropdown-toggle {
  color: inherit;
}
.box-account .box-head h2 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.box-account .box-head h2 > a {
  color: inherit;
}
.box-account .box-head a {
  float: right;
}
@media (max-width: 768px) {
  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.dashboard .box .box-title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dddddd;
  text-align: right;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  display: table;
}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  display: table;
}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  margin: 0;
  float: left;
  font-size: 18px;
}
.dashboard .col2-set > .box > .box-title {
  margin-left: 15px;
  margin-right: 15px;
}
.dashboard .box-recent .data-table {
  margin-bottom: 0;
}
.dashboard .box-info p,
.dashboard .box-info address {
  margin: 0;
}
.dashboard .box-info .box {
  margin-bottom: 30px;
}
.dashboard .box-reviews ol {
  margin-bottom: 0;
}
.dashboard .box-reviews .number {
  float: left;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin-bottom: 10px;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  display: table;
}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  display: table;
}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-reviews .ratings {
  margin-top: 5px;
}
/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin-bottom: 10px;
}
.dashboard .box-tags li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.addresses-list h2 {
  font-size: 18px;
}
.addresses-list h3 {
  margin-top: 0;
  font-size: 14px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list .link-remove {
  color: #a94442;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.addresses-list li.item > .list-group {
  margin-bottom: 0;
}
.addresses-list li.item > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.addresses-list li.item > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.addresses-list li.item > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.addresses-list li.item > .table,
.addresses-list li.item > .table-responsive > .table {
  margin-bottom: 0;
}
.addresses-list li.item > .table:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.addresses-list li.item > .table:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.addresses-list li.item > .panel-body + .table,
.addresses-list li.item > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.addresses-list li.item > .table > tbody:first-child > tr:first-child th,
.addresses-list li.item > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.addresses-list li.item > .table-bordered,
.addresses-list li.item > .table-responsive > .table-bordered {
  border: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.addresses-list li.item > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.addresses-list li.item h3 {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.addresses-list li.item h3 > .dropdown .dropdown-toggle {
  color: inherit;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.order-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.order-info dd {
  padding-left: 10px;
}
.order-info li {
  display: inline;
  margin: 0 3px;
}
.order-info li:first-child {
  margin-left: 0;
}
.order-info li:last-child {
  margin-right: 0;
}
.order-info .current {
  font-weight: bold;
}
.order-date {
  margin-bottom: 10px;
}
.order-info-box {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: 0;
  margin-right: 0;
  border-color: #dddddd;
  padding-top: 15px;
}
.order-info-box > .list-group {
  margin-bottom: 0;
}
.order-info-box > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-info-box > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.order-info-box > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.order-info-box > .table,
.order-info-box > .table-responsive > .table {
  margin-bottom: 0;
}
.order-info-box > .table:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-info-box > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-info-box > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.order-info-box > .table:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-info-box > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-info-box > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.order-info-box > .panel-body + .table,
.order-info-box > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.order-info-box > .table > tbody:first-child > tr:first-child th,
.order-info-box > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-info-box > .table-bordered,
.order-info-box > .table-responsive > .table-bordered {
  border: 0;
}
.order-info-box > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-bordered > tfoot > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.order-info-box > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-bordered > tfoot > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.order-info-box > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-bordered > tbody > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-info-box > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-bordered > tfoot > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-info-box > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-info-box .box {
  margin-bottom: 15px;
}
.order-info-box h2 {
  margin-top: 0;
  font-size: 14px;
}
.order-info-box address {
  margin-bottom: 0;
}
.order-items h2 {
  font-size: 18px;
}
.order-items h3 {
  font-size: 12px;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 10px 0;
}
.gift-message {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.gift-message > .list-group {
  margin-bottom: 0;
}
.gift-message > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.gift-message > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.gift-message > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.gift-message > .table,
.gift-message > .table-responsive > .table {
  margin-bottom: 0;
}
.gift-message > .table:first-child,
.gift-message > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child td:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.gift-message > .table:first-child > thead:first-child > tr:first-child th:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child td:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.gift-message > .table:first-child > thead:first-child > tr:first-child th:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.gift-message > .table:last-child,
.gift-message > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.gift-message > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.gift-message > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.gift-message > .panel-body + .table,
.gift-message > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.gift-message > .table > tbody:first-child > tr:first-child th,
.gift-message > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.gift-message > .table-bordered,
.gift-message > .table-responsive > .table-bordered {
  border: 0;
}
.gift-message > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-bordered > tfoot > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.gift-message > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-bordered > tfoot > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.gift-message > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-bordered > tbody > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.gift-message > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-bordered > tfoot > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.gift-message > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.gift-message dt {
  padding-left: 10px;
}
.gift-message dt strong {
  display: block;
  margin-left: -10px;
}
.gift-message dd {
  margin-top: 10px;
}
.gift-message-row .gift-message {
  padding: 0;
  margin: 0;
  border: 0;
}
.order-about {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.order-about > .list-group {
  margin-bottom: 0;
}
.order-about > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-about > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.order-about > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.order-about > .table,
.order-about > .table-responsive > .table {
  margin-bottom: 0;
}
.order-about > .table:first-child,
.order-about > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.order-about > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-about > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.order-about > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-about > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.order-about > .table:last-child,
.order-about > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-about > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-about > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.order-about > .panel-body + .table,
.order-about > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.order-about > .table > tbody:first-child > tr:first-child th,
.order-about > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-about > .table-bordered,
.order-about > .table-responsive > .table-bordered {
  border: 0;
}
.order-about > .table-bordered > thead > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-about > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-bordered > thead > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-about > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-bordered > tfoot > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.order-about > .table-bordered > thead > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-about > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-bordered > thead > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-about > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-bordered > tfoot > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.order-about > .table-bordered > thead > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-about > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-bordered > thead > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-about > .table-bordered > tbody > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-about > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-bordered > tfoot > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-about > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-about dd {
  margin-bottom: 10px;
  padding-left: 10px;
}
.order-about dd:last-child {
  margin-bottom: 0;
}
.my-wishlist textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}
.my-wishlist textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.my-wishlist textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.my-wishlist textarea:-ms-input-placeholder {
  color: #999999;
}
.my-wishlist textarea::-webkit-input-placeholder {
  color: #999999;
}
.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.my-wishlist textarea {
  height: auto;
}
.my-wishlist .price-box {
  margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt input.input-text {
  margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt .btn-cart {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.my-wishlist p {
  margin-bottom: 0;
}
.my-wishlist .link-edit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  width: 100%;
  display: block;
}
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active:focus,
.my-wishlist .link-edit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus {
  color: #333333;
  text-decoration: none;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  background-image: none;
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit:hover,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit[disabled]:focus,
fieldset[disabled] .my-wishlist .link-edit:focus,
.my-wishlist .link-edit.disabled:active,
.my-wishlist .link-edit[disabled]:active,
fieldset[disabled] .my-wishlist .link-edit:active,
.my-wishlist .link-edit.disabled.active,
.my-wishlist .link-edit[disabled].active,
fieldset[disabled] .my-wishlist .link-edit.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.my-wishlist .link-edit .badge {
  color: #ffffff;
  background-color: #333333;
}
.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
}
.my-wishlist .btn-add:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  background-image: none;
}
.my-wishlist .btn-add.disabled,
.my-wishlist .btn-add[disabled],
fieldset[disabled] .my-wishlist .btn-add,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add:hover,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add[disabled]:focus,
fieldset[disabled] .my-wishlist .btn-add:focus,
.my-wishlist .btn-add.disabled:active,
.my-wishlist .btn-add[disabled]:active,
fieldset[disabled] .my-wishlist .btn-add:active,
.my-wishlist .btn-add.disabled.active,
.my-wishlist .btn-add[disabled].active,
fieldset[disabled] .my-wishlist .btn-add.active {
  background-color: #477821;
  border-color: #3b641b;
}
.my-wishlist .btn-add .badge {
  color: #477821;
  background-color: #ffffff;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-review .product-img-box .label {
  font-size: 12px;
}
.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin-bottom: 5px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  margin-bottom: 10px;
  font-size: 18px;
}
.product-review h3 {
  font-size: 14px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  margin-bottom: 5px;
}
.billing-agreements .info-box {
  margin: 10px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .modal-media .modal-dialog {
    width: 940px;
  }
}
.popover {
  position: absolute;
  top: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-0: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-0: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  margin-50%: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-50%: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  bottom: -10px;
  border-1px-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  margin-50%: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-50%: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  border-1px-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-0: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  width: 60%;
  margin-50%: -30%;
  padding-50%: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
header[role="banner"]:before,
header[role="banner"]:after,
.layout:before,
.layout:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.col2-set:before,
.col2-set:after,
.col2-set:before,
.col2-set:after,
.col4-set:before,
.col4-set:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.products-grid:before,
.products-grid:after,
.product-view:before,
.product-view:after,
.product-essential .product-img-box .more-views ul:before,
.product-essential .product-img-box .more-views ul:after,
.product-options-bottom:before,
.product-options-bottom:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:before,
.cart .cart-collaterals:after,
.modal-footer:before,
.modal-footer:after,
footer:before,
footer:after,
.product-essential:before,
.product-essential:after,
.login-reg:before,
.login-reg:after,
ol.onepage:before,
ol.onepage:after,
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse:before,
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse:after,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse:before,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse:after,
header[role="banner"]:before,
header[role="banner"]:after,
.header-wrapper .container.header header:before,
.header-wrapper .container.header header:after,
.navbar-main .navbar-nav:before,
.navbar-main .navbar-nav:after,
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after,
.catalog-category-view .layout.layout-2-cols:before,
.catalog-category-view .layout.layout-2-cols:after,
.amshopby-index-index .layout.layout-2-cols:before,
.amshopby-index-index .layout.layout-2-cols:after,
.catalogsearch-result-index .layout.layout-2-cols:before,
.catalogsearch-result-index .layout.layout-2-cols:after,
.catalog-category-view aside[role="complementary"] dl:before,
.catalog-category-view aside[role="complementary"] dl:after,
.amshopby-index-index aside[role="complementary"] dl:before,
.amshopby-index-index aside[role="complementary"] dl:after,
.catalogsearch-result-index aside[role="complementary"] dl:before,
.catalogsearch-result-index aside[role="complementary"] dl:after,
.catalog-product-view .product-view .product-essential:before,
.catalog-product-view .product-view .product-essential:after,
.catalog-product-view .product-view .additional-products:before,
.catalog-product-view .product-view .additional-products:after,
.catalog-product-view .product-view ul.products-grid:before,
.catalog-product-view .product-view ul.products-grid:after,
.catalog-product-view .right-product-view .product-description:before,
.catalog-product-view .right-product-view .product-description:after,
.catalog-product-view .mobile-elements .product-description:before,
.catalog-product-view .mobile-elements .product-description:after,
.catalog-product-view .mobile-details .product-description:before,
.catalog-product-view .mobile-details .product-description:after,
.checkout-cart-index ul#crosssell-products-list:before,
.checkout-cart-index ul#crosssell-products-list:after,
.checkout-cart-index .cart-delivery-payments:before,
.checkout-cart-index .cart-delivery-payments:after,
.cms-our-partners .std:before,
.cms-our-partners .std:after,
.cms-why-torgoen .why-us-reason:before,
.cms-why-torgoen .why-us-reason:after,
.eco-friendly .eco-friendly-div:before,
.eco-friendly .eco-friendly-div:after {
  content: " ";
  display: table;
}
.clearfix:after,
header[role="banner"]:after,
.layout:after,
.container:after,
.container-fluid:after,
.row:after,
.col2-set:after,
.col2-set:after,
.col4-set:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.products-grid:after,
.product-view:after,
.product-essential .product-img-box .more-views ul:after,
.product-options-bottom:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:after,
.modal-footer:after,
footer:after,
.product-essential:after,
.login-reg:after,
ol.onepage:after,
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse:after,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse:after,
header[role="banner"]:after,
.header-wrapper .container.header header:after,
.navbar-main .navbar-nav:after,
footer[role="contentinfo"]:after,
.catalog-category-view .layout.layout-2-cols:after,
.amshopby-index-index .layout.layout-2-cols:after,
.catalogsearch-result-index .layout.layout-2-cols:after,
.catalog-category-view aside[role="complementary"] dl:after,
.amshopby-index-index aside[role="complementary"] dl:after,
.catalogsearch-result-index aside[role="complementary"] dl:after,
.catalog-product-view .product-view .product-essential:after,
.catalog-product-view .product-view .additional-products:after,
.catalog-product-view .product-view ul.products-grid:after,
.catalog-product-view .right-product-view .product-description:after,
.catalog-product-view .mobile-elements .product-description:after,
.catalog-product-view .mobile-details .product-description:after,
.checkout-cart-index ul#crosssell-products-list:after,
.checkout-cart-index .cart-delivery-payments:after,
.cms-our-partners .std:after,
.cms-why-torgoen .why-us-reason:after,
.eco-friendly .eco-friendly-div:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.bs-prototype-override {
  display: block !important;
}
.hidden {
  display: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.clearer:before,
.clearer:after {
  content: " ";
  display: table;
}
.clearer:after {
  clear: both;
}
.clearer:before,
.clearer:after {
  content: " ";
  display: table;
}
.clearer:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../../boilerplate/default/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../../boilerplate/default/images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../../boilerplate/default/images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../../boilerplate/default/images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../../boilerplate/default/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../../../boilerplate/default/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Fancybox buttons */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('../../../boilerplate/default/images/fancybox/helpers/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/* Fancybox Thumbs */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/* Robin Template - Snap js core settings */
html,
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.snap-content {
  background: #fff;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  /*   -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  display: none;
  background: #eee;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  /* z-index: 1; */
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
/* Robin Template - Snap js robin additional settings */
.snap-drawer-left li {
  padding: 10px;
}
.snap-drawer-left li a {
  padding: 0;
  color: #000;
  display: block;
}
.snap-drawer-left li a .caret {
  float: right;
}
.snap-drawer-left li a:hover,
.snap-drawer-left li a:focus {
  background: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.snap-drawer-left li.open > a {
  text-decoration: none;
  color: #477821;
  background: none;
}
.snap-drawer-left li.parent a.has-children {
  font-weight: bold;
}
.snap-drawer-left li.level0 {
  border-bottom: 1px dotted #000;
}
.snap-drawer-left li.level1 {
  border-bottom: 1px dotted #999;
}
.snap-drawer-left li:last-child {
  border: none;
}
.snap-drawer-left .dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  position: inherit;
  padding: 0;
}
.snap-drawer-left .before,
.snap-drawer-left .after {
  padding: 10px;
}
.snap-drawer-left .before .banner a,
.snap-drawer-left .after .banner a,
.snap-drawer-left .before .banner p,
.snap-drawer-left .after .banner p {
  margin-bottom: 10px;
}
.snap-drawer-left .before .banner img,
.snap-drawer-left .after .banner img {
  max-width: 100%;
}
.snap-drawer-left .before {
  padding-bottom: 0;
  border-bottom: 1px dotted #999;
}
.snap-drawer-left .after {
  padding-top: 0;
  border-top: 1px dotted #999;
}
/* Robin Template v3.0 - Additional RTL LESS files */
/* Magento */
/* Robin Template v3.0 - Template General Styles */
.qty-picker {
  float: left;
  margin-right: 10px;
}
.qty-picker .qty-elm {
  float: left;
  padding: 6px 12px;
}
.qty-picker .minus-btn,
.qty-picker .plus-btn {
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.qty-picker .minus-btn:hover,
.qty-picker .plus-btn:hover {
  background: #ccc;
  text-decoration: none;
}
.qty-picker .minus-btn {
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.qty-picker .plus-btn {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.qty-picker .qty-value {
  max-width: 40px;
  height: 34px;
  text-align: center;
  width: 100%;
}
aside[role="complementary"] {
  display: block;
}
aside[role="complementary"] .block-title {
  cursor: pointer;
}
@media (min-width: 992px) {
  aside[role="complementary"] .block-title {
    cursor: normal;
  }
}
@media (min-width: 992px) {
  aside[role="complementary"] .block-title .caret {
    display: none;
  }
}
aside[role="complementary"] .block-content {
  display: none;
}
@media (min-width: 992px) {
  aside[role="complementary"] .block-content {
    display: block;
  }
}
/* Robin Template v3.0 - Header Styles */
.old-browser i {
  float: left;
  margin-right: 10px;
}
.old-browser h3 {
  margin-top: 0;
}
header[role="banner"] {
  margin: 20px 0 0;
}
header[role="banner"] .sidemenu-trigger {
  display: none !important;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  header[role="banner"] .sidemenu-trigger {
    display: block !important;
  }
  tableheader[role="banner"] .sidemenu-trigger {
    display: table;
  }
  trheader[role="banner"] .sidemenu-trigger {
    display: table-row !important;
  }
  thheader[role="banner"] .sidemenu-trigger,
  tdheader[role="banner"] .sidemenu-trigger {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header[role="banner"] .sidemenu-trigger {
    display: block !important;
  }
  tableheader[role="banner"] .sidemenu-trigger {
    display: table;
  }
  trheader[role="banner"] .sidemenu-trigger {
    display: table-row !important;
  }
  thheader[role="banner"] .sidemenu-trigger,
  tdheader[role="banner"] .sidemenu-trigger {
    display: table-cell !important;
  }
}
header[role="banner"] .sidemenu-trigger a i {
  font-size: 21px;
}
header[role="banner"] .header-top {
  position: relative;
  overflow: hidden;
}
header[role="banner"] .header-top > * {
  float: none;
}
header[role="banner"] .header-top .sidemenu-trigger {
  float: left;
  margin-right: 5px;
}
header[role="banner"] .header-top .welcome-msg {
  float: left;
  line-height: normal;
  margin-right: 5px;
}
header[role="banner"] .header-top .links {
  clear: both;
}
@media (min-width: 768px) {
  header[role="banner"] .header-top .links {
    float: left;
    clear: none;
    line-height: normal;
  }
}
header[role="banner"] .header-top .links li {
  border-right: 1px solid #477821;
  padding-right: 5px;
}
header[role="banner"] .header-top .links li.last {
  border: none;
}
header[role="banner"] .header-top .form-language {
  float: right;
}
@media (max-width: 767px) {
  header[role="banner"] .header-top .form-language {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header[role="banner"] .header-top .form-language {
    display: none !important;
  }
}
header[role="banner"] .header-btm {
  position: relative;
  overflow: hidden;
}
header[role="banner"] .header-btm .logo {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  header[role="banner"] .header-btm .logo {
    text-align: left;
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .header-btm #search_mini_form {
    float: right;
    width: 100%;
    max-width: 350px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* topmenu.less */
nav[role="navigation"] .nav > li.level0 {
  position: inherit;
}
nav[role="navigation"] .dropdown-menu {
  width: 100%;
  left: 0px;
  padding: 5px;
}
nav[role="navigation"] .dropdown-menu > li > a,
nav[role="navigation"] .dropdown-menu li a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
nav[role="navigation"] .dropdown-menu > li > a:hover,
nav[role="navigation"] .dropdown-menu > li > a:focus,
nav[role="navigation"] .dropdown-menu li a:hover,
nav[role="navigation"] .dropdown-menu li a:focus {
  color: #262626;
  background: #f5f5f5;
  text-decoration: none;
}
nav[role="navigation"] .wrapper {
  overflow: hidden;
}
nav[role="navigation"] .wrapper .before,
nav[role="navigation"] .wrapper > ul,
nav[role="navigation"] .wrapper .after {
  float: left;
  margin-right: 20px;
}
nav[role="navigation"] .cycle-slideshow div {
  margin-bottom: 10px;
}
nav[role="navigation"] .cycle-slideshow p {
  margin-bottom: 0;
}
/* Robin Template v3.0 - Footer Styles */
/* Footer */
footer {
  margin-left: -15px;
  margin-right: -15px;
}
footer .footer-links {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .footer-links {
    float: left;
    width: 75%;
  }
}
footer .footer-links ul {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .footer-links ul {
    float: left;
    width: 25%;
  }
}
footer .block-subscribe {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  footer .block-subscribe {
    float: left;
    width: 25%;
  }
}
/* Robin Template v3.0 - Product Page Styles */
.product-essential {
  margin-left: -15px;
  margin-right: -15px;
}
.product-essential .product-img-box {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: left;
    width: 50%;
  }
}
.product-essential .product-shop {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-shop {
    float: left;
    width: 50%;
  }
}
.product-essential .product-shop .product-options-bottom .price-box {
  display: none;
}
.product-essential .product-shop .product-options-bottom .add-to-cart {
  width: 100%;
}
.product-essential .product-shop .product-options-bottom .add-to-cart .input-group-addon {
  display: none;
}
.product-essential .product-shop .product-options-bottom .add-to-cart .input-group-btn {
  float: left;
}
.product-essential .product-shop .product-options-bottom .add-to-cart .input-group-btn .btn {
  border-radius: 4px;
}
.sharing {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sharing .sharing-title {
  float: left;
  margin: 0;
  margin-right: 20px;
}
.sharing .sharing-links {
  overflow: hidden;
  margin: 0;
}
.sharing .sharing-links li {
  float: left;
  margin-right: 20px;
}
/**/
.account-login .link-tip {
  display: none;
}
.account-create .page-title {
  display: none;
}
.account-create .messages {
  display: none;
}
.account-create .legend {
  display: none;
}
.account-create .back-link {
  display: none;
}
.page-empty .account-login {
  overflow: hidden;
}
.page-empty .account-login .page-title {
  display: none;
}
.page-empty .account-login .registered-users .content h2 {
  margin-top: 0;
}
.page-empty .account-login .registered-users .buttons-set {
  margin-top: 0;
}
.page-empty .account-login .new-users {
  display: none;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower {
  display: table;
  width: 100%;
  margin: 0;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower > div {
  display: table-cell;
  padding: 0;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower > div .buttons-set {
  margin-top: 0;
  border: none;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower > div:last-child .clearer > div {
  float: right;
}
/* Extensions & Add-Ons */
.page-title .phase {
  color: #477821;
  border: 2px solid;
  border-radius: 15px;
  padding: 0 7px;
}
.login-reg {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.login-reg .edit-cart {
  float: right;
}
.login-reg .already {
  float: left;
}
#onestepcheckout-login-popup-contents-login {
  background: #fff;
  border: 2px solid #477821;
  padding: 10px;
}
ol.onepage {
  margin-left: -15px;
  margin-right: -15px;
}
ol.onepage .firecheckout-section {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  ol.onepage .firecheckout-section {
    float: left;
    width: 33.33333333%;
  }
}
#checkout-review-table .name {
  width: 200px;
}
#onepage-review #terms-condition {
  border-radius: 5px;
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
}
#onepage-review #terms-condition p.close {
  margin: 0;
}
#onepage-review #terms-condition h1 {
  margin: 0 0 10px;
  font-size: 23px;
}
#onepage-review #terms-condition .onestepcheckout-toc-terms {
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* One Step Checkout */
/* Robin Template v3.0 - Robin's Banner Module Styles */
.next-prev {
  margin-left: 2%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 42%;
  width: 95%;
  z-index: 500;
}
.next-pager {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 20px;
  outline: medium none !important;
}
.prev-pager {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  outline: medium none !important;
}
.banner-content hidden-xxs {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
.main-banner-container .tag-selection {
  color: transparent;
}
/* Robin's Banner Module */
/* Robin Template custom designs - Mini Cart */
.minicart-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 1000;
}
.minicart {
  box-shadow: 2px 2px 5px #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 290px;
  width: 100%;
  z-index: 2000;
  margin-top: -2000px;
}
.minicart .summary {
  padding: 0;
}
.minicart .summary ol {
  margin: 0;
}
.minicart .summary ol .item {
  clear: both;
  overflow: hidden;
  padding: 5px 10px;
  border-bottom: 1px dotted #000;
}
.minicart .summary ol .item .product-image {
  margin-right: 5px;
}
.minicart .summary ol .item .product-details {
  margin: 0;
}
.minicart .summary ol .item .product-details .btn-remove {
  margin: 5px;
}
.minicart .summary ol .item .product-details .btn-edit {
  display: none;
}
.minicart .summary ol .item .product-details .data > * {
  float: left;
  margin-right: 5px;
}
.minicart .summary ol .item .product-details .data > div {
  clear: both;
}
.minicart .summary ol .item .product-details .data .price {
  font-weight: bold;
}
.minicart .summary ol .item .product-details .data .old-price {
  font-weight: normal;
}
.minicart .summary .subtotal {
  border: none;
  background: none;
  border-bottom: 1px dotted #000;
  border-radius: 0;
  color: #000;
  margin-bottom: 0;
  padding: 5px 15px;
  text-align: left;
}
.minicart .summary .subtotal span {
  font-size: 16px;
  font-weight: bold;
}
.minicart .summary .actions {
  padding: 5px 15px;
  background: none;
  border: none;
}
.minicart.show {
  margin-top: 0px;
}
.sticky {
  position: fixed;
  z-index: 2600px;
}
/* Robin's Customer-x Module */
/* Robin Template - Flach Manager */
.productFlach {
  position: absolute;
  top: 0px;
  left: 15px;
}
.productFlach a {
  display: table;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  position: relative;
}
.productFlach a span {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  padding: 10px;
}
.productFlach a:hover {
  text-decoration: none !important;
}
.products-list .item {
  position: relative;
}
.products-list .item .productFlach {
  top: 10px;
  left: 0;
}
.products-list .item:first-child .productFlach {
  top: 0;
}
.table-responsive td {
  position: relative;
}
/* Robin Flach Module */
/* Robin Template - Store Locator */
.onibi-storelocator-index-index .layout #map_canvas {
  width: 50%;
  height: 514px;
  float: left;
  margin-left: 4%;
}
.onibi-storelocator-index-index .layout .store-list {
  width: 45%;
  float: left;
  height: 514px;
  overflow-y: scroll;
}
.onibi-storelocator-index-index .layout .store-row {
  padding-left: 10px;
}
.onibi-storelocator-index-index .layout .col-address {
  width: 36%;
}
.onibi-storelocator-index-index .layout .store-image {
  width: 4%;
}
.onibi-storelocator-index-index .layout .store-table {
  border-bottom: 1px solid grey ;
  width: 100%;
  padding: 10px;
}
.onibi-storelocator-index-index .layout .first {
  border-top: 1px solid grey ;
}
.onibi-storelocator-index-index .layout .span-geoloc {
  cursor: pointer;
  background-color: #7e2222;
  color: #fff;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
  /*-moz-box-shadow: inset -1px -1px grey;
		-webkit-box-shadow: inset -1px -1px grey;*/
  padding: 1px 5px 0px 5px;
  clear: both;
  float: right;
  margin-top: 5px;
}
.onibi-storelocator-index-index .layout .span-geoloc:active {
  background-color: #6b1b1b;
  border-bottom: 2px solid #696969;
  border-right: 2px solid #696969;
}
.onibi-storelocator-index-index .layout .store-name {
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}
.onibi-storelocator-index-index .layout .store-description {
  width: 350px;
  padding-top: 10px;
  clear: both;
  overflow-y: auto;
  max-height: 100px;
}
.onibi-storelocator-index-index .layout .store-info {
  max-height: 400px;
  min-width: 300px;
}
.onibi-storelocator-index-index .layout .store-image-infoWindow {
  width: 150px;
}
.onibi-storelocator-index-index .layout .store-image-div-infoWindow {
  float: left;
}
.onibi-storelocator-index-index .layout .store-name-infoWindow {
  width: 150px;
  float: left;
  margin-left: 15px;
}
.onibi-storelocator-index-index .layout .store-name-infoWindow h3 {
  font-size: 14px;
}
.onibi-storelocator-index-index .layout #search .input-text {
  width: 300px;
  padding: 5px;
}
.onibi-storelocator-index-index .layout #search {
  margin-bottom: 10px;
}
.onibi-storelocator-index-index .layout #panel {
  float: left;
  margin-top: 15px;
}
.onibi-storelocator-index-index .layout .pac-container .pac-item {
  text-align: left;
}
/* Robin storelocator Module */
/* Robin Template Homepage Settings */
#poppromotion-fancybox {
  margin: 20px;
}
.category-products {
  margin-top: 20px;
}
.category-products.grid li.item {
  min-height: 450px;
  margin-bottom: 20px;
}
.category-products.jcarousel {
  position: static;
  overflow: hidden;
  max-width: 250px;
  margin-right: auto;
}
.category-products.jcarousel > ul {
  width: 20000em;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.category-products.jcarousel > ul > li {
  width: auto !important;
}
.category-products.jcarousel a.carousel-nav {
  position: absolute;
  top: 140px;
  font-size: 40px;
}
.category-products.jcarousel a.jcarousel-prev {
  right: 0;
}
.category-products.jcarousel a.jcarousel-next {
  left: 0;
}
/* Robin jcarousel Module */
/* Torgoen Variables */
/* Bootstrap Variables */
/* General Less */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../../default/fonts/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../../default/fonts/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff') format('woff');
}
body {
  font-family: 'Source Sans Pro', sans-serif;
}
/*
 * Roboto
 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
body {
  font-family: 'Roboto', Arial !important;
}
/* Main Navigation */
nav[role="navigation"].mobile-menu,
nav[role="navigation"].desktop-menu {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}
nav[role="navigation"].mobile-menu a,
nav[role="navigation"].desktop-menu a {
  color: #fff;
}
nav[role="navigation"].mobile-menu .navbar-header > a,
nav[role="navigation"].desktop-menu .navbar-header > a {
  color: #fff;
}
nav[role="navigation"].mobile-menu .dropdown-menu,
nav[role="navigation"].desktop-menu .dropdown-menu {
  background-color: #838383;
  padding: 0;
}
nav[role="navigation"].mobile-menu .dropdown-menu li.menu-item > a,
nav[role="navigation"].desktop-menu .dropdown-menu li.menu-item > a,
nav[role="navigation"].mobile-menu .dropdown-menu li.collection-img a,
nav[role="navigation"].desktop-menu .dropdown-menu li.collection-img a {
  padding: 0;
}
nav[role="navigation"].mobile-menu .dropdown-menu li > a:hover,
nav[role="navigation"].desktop-menu .dropdown-menu li > a:hover {
  background: transparent;
  color: #838383;
}
nav[role="navigation"].mobile-menu .dropdown-menu a.view-all,
nav[role="navigation"].desktop-menu .dropdown-menu a.view-all {
  display: none;
}
nav[role="navigation"].mobile-menu .dropdown-menu a.view-all-collections,
nav[role="navigation"].desktop-menu .dropdown-menu a.view-all-collections {
  display: block;
}
nav[role="navigation"].mobile-menu .navbar-header .navbar-brand,
nav[role="navigation"].desktop-menu .navbar-header .navbar-brand {
  font-size: 12px;
}
nav[role="navigation"].mobile-menu .navbar-collapse,
nav[role="navigation"].desktop-menu .navbar-collapse {
  max-height: 500px;
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse,
  nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse {
    background-color: transparent;
    background-image: none;
  }
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav li a span,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav li a span {
  color: #4d4d4d;
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav li a span:hover,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav li a span:hover {
  color: #3a6a17;
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav ul.dropdown-menu,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav ul.dropdown-menu {
  background: rgba(238, 238, 238, 0.95);
  border: none;
  padding: 12px;
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  border-top: 2px solid #000;
  left: 0px;
  width: 100%;
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav ul.dropdown-menu li a,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav ul.dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 768px) {
  nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav ul.dropdown-menu li a,
  nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav ul.dropdown-menu li a {
    border-bottom: 1px solid;
  }
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav .caret,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav .caret {
  display: none;
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .navbar-nav .divider,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .navbar-nav .divider {
  display: none;
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > li > a.level-top,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > li > a.level-top {
  border-bottom: 1px solid;
  background: #f8f8f8 url('../images/left_mobile_close.png') no-repeat 96% center;
}
@media (min-width: 768px) {
  nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > li > a.level-top,
  nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > li > a.level-top {
    background: transparent;
    border: none;
  }
}
nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > .open > a,
nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > .open > a {
  -moz-box-shadow: 0 8px 2px 0px #e8e8e8;
  -webkit-box-shadow: 0 8px 2px 0px #e8e8e8;
  box-shadow: 0 8px 2px 0px #e8e8e8;
  background: #f8f8f8 url('../images/left_mobile_open.png') no-repeat 96% center;
}
@media (min-width: 768px) {
  nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > .open > a,
  nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > .open > a {
    background: transparent;
    border: none;
  }
}
nav[role="navigation"].mobile-menu .navbar-nav > .store,
nav[role="navigation"].desktop-menu .navbar-nav > .store,
nav[role="navigation"].mobile-menu .navbar-nav > .discover,
nav[role="navigation"].desktop-menu .navbar-nav > .discover,
nav[role="navigation"].mobile-menu .navbar-nav > .news,
nav[role="navigation"].desktop-menu .navbar-nav > .news {
  position: static;
}
nav[role="navigation"].mobile-menu .navbar-nav > .store.open,
nav[role="navigation"].desktop-menu .navbar-nav > .store.open,
nav[role="navigation"].mobile-menu .navbar-nav > .discover.open,
nav[role="navigation"].desktop-menu .navbar-nav > .discover.open,
nav[role="navigation"].mobile-menu .navbar-nav > .news.open,
nav[role="navigation"].desktop-menu .navbar-nav > .news.open,
nav[role="navigation"].mobile-menu .navbar-nav > .customer-service.open > a,
nav[role="navigation"].desktop-menu .navbar-nav > .customer-service.open > a {
  background: transparent url('../images/menu-arrow-up.png') no-repeat center bottom;
}
nav[role="navigation"].mobile-menu .navbar-nav > .customer-service.open > a,
nav[role="navigation"].desktop-menu .navbar-nav > .customer-service.open > a {
  color: #fff;
}
nav[role="navigation"].mobile-menu .navbar-nav > .store.open > a,
nav[role="navigation"].desktop-menu .navbar-nav > .store.open > a,
nav[role="navigation"].mobile-menu .navbar-nav > .discover.open > a,
nav[role="navigation"].desktop-menu .navbar-nav > .discover.open > a,
nav[role="navigation"].mobile-menu .navbar-nav > .news.open > a,
nav[role="navigation"].desktop-menu .navbar-nav > .news.open > a {
  color: #fff;
  background: transparent;
}
nav[role="navigation"].mobile-menu .store-dropdown,
nav[role="navigation"].desktop-menu .store-dropdown,
nav[role="navigation"].mobile-menu .discover-dropdown,
nav[role="navigation"].desktop-menu .discover-dropdown,
nav[role="navigation"].mobile-menu .news-dropdown,
nav[role="navigation"].desktop-menu .news-dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  border: none;
  background-color: #fff;
  height: 270px;
  border-bottom: 1px solid;
  padding: 0;
  z-index: 9;
  -moz-box-shadow: inset 0 5px 10px 0px #ddd;
  -webkit-box-shadow: inset 0 5px 10px 0px #ddd;
  box-shadow: inset 0 5px 10px 0px #ddd;
}
nav[role="navigation"].mobile-menu .store-dropdown a,
nav[role="navigation"].desktop-menu .store-dropdown a,
nav[role="navigation"].mobile-menu .discover-dropdown a,
nav[role="navigation"].desktop-menu .discover-dropdown a,
nav[role="navigation"].mobile-menu .news-dropdown a,
nav[role="navigation"].desktop-menu .news-dropdown a {
  color: #838383;
}
nav[role="navigation"].mobile-menu .desktop-menu-display,
nav[role="navigation"].desktop-menu .desktop-menu-display {
  padding: 20px 15px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  nav[role="navigation"].mobile-menu .desktop-menu-display,
  nav[role="navigation"].desktop-menu .desktop-menu-display {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  nav[role="navigation"].mobile-menu .desktop-menu-display,
  nav[role="navigation"].desktop-menu .desktop-menu-display {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  nav[role="navigation"].mobile-menu .desktop-menu-display,
  nav[role="navigation"].desktop-menu .desktop-menu-display {
    max-width: 1170px;
  }
}
nav[role="navigation"].mobile-menu .collections,
nav[role="navigation"].desktop-menu .collections {
  position: relative;
  height: 230px;
  float: left;
  border-right: 1px solid;
  margin-right: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  nav[role="navigation"].mobile-menu .collections,
  nav[role="navigation"].desktop-menu .collections {
    width: 260px;
  }
}
@media (min-width: 992px) {
  nav[role="navigation"].mobile-menu .collections,
  nav[role="navigation"].desktop-menu .collections {
    width: 376px;
  }
}
@media (min-width: 1200px) {
  nav[role="navigation"].mobile-menu .collections,
  nav[role="navigation"].desktop-menu .collections {
    width: 575px;
  }
}
nav[role="navigation"].mobile-menu .collections .collections-cycle,
nav[role="navigation"].desktop-menu .collections .collections-cycle {
  margin: 0 auto;
  margin-top: 60px;
  width: 199px;
  z-index: 999;
}
@media (min-width: 768px) {
  nav[role="navigation"].mobile-menu .collections .collections-cycle,
  nav[role="navigation"].desktop-menu .collections .collections-cycle {
    width: 199px;
    height: 170px;
  }
}
@media (min-width: 992px) {
  nav[role="navigation"].mobile-menu .collections .collections-cycle,
  nav[role="navigation"].desktop-menu .collections .collections-cycle {
    width: 302px;
  }
}
@media (min-width: 1200px) {
  nav[role="navigation"].mobile-menu .collections .collections-cycle,
  nav[role="navigation"].desktop-menu .collections .collections-cycle {
    width: 520px;
  }
}
nav[role="navigation"].mobile-menu .collections .next-prev,
nav[role="navigation"].desktop-menu .collections .next-prev {
  position: absolute;
  margin: 0;
  width: inherit;
  padding: inherit;
  top: 50%;
  z-index: 500;
  margin-top: 6px;
}
nav[role="navigation"].mobile-menu .collections .menu-header,
nav[role="navigation"].desktop-menu .collections .menu-header {
  float: left;
}
nav[role="navigation"].mobile-menu .collections .menu-view-all,
nav[role="navigation"].desktop-menu .collections .menu-view-all {
  background: url('../images/orange-double-arrow.png') no-repeat center right;
  float: right;
  padding-right: 16px;
}
nav[role="navigation"].mobile-menu .collections .menu-view-all a,
nav[role="navigation"].desktop-menu .collections .menu-view-all a {
  color: #477821;
  font-weight: bold;
  font-size: 16px;
}
nav[role="navigation"].mobile-menu .collections .menu-collection-text,
nav[role="navigation"].desktop-menu .collections .menu-collection-text {
  text-align: center;
  overflow: hidden;
  width: 80px;
  height: 55px;
  white-space: normal;
}
nav[role="navigation"].mobile-menu .collections .collection-img,
nav[role="navigation"].desktop-menu .collections .collection-img {
  padding-right: 28px;
}
nav[role="navigation"].mobile-menu .categories,
nav[role="navigation"].desktop-menu .categories,
nav[role="navigation"].mobile-menu .move-type,
nav[role="navigation"].desktop-menu .move-type,
nav[role="navigation"].mobile-menu .move-features,
nav[role="navigation"].desktop-menu .move-features,
nav[role="navigation"].mobile-menu .accessories,
nav[role="navigation"].desktop-menu .accessories,
nav[role="navigation"].mobile-menu .collections,
nav[role="navigation"].desktop-menu .collections {
  float: left;
}
nav[role="navigation"].mobile-menu .categories .menu-header,
nav[role="navigation"].desktop-menu .categories .menu-header,
nav[role="navigation"].mobile-menu .move-type .menu-header,
nav[role="navigation"].desktop-menu .move-type .menu-header,
nav[role="navigation"].mobile-menu .move-features .menu-header,
nav[role="navigation"].desktop-menu .move-features .menu-header,
nav[role="navigation"].mobile-menu .accessories .menu-header,
nav[role="navigation"].desktop-menu .accessories .menu-header,
nav[role="navigation"].mobile-menu .collections .menu-header,
nav[role="navigation"].desktop-menu .collections .menu-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
nav[role="navigation"].mobile-menu .categories .menu-item,
nav[role="navigation"].desktop-menu .categories .menu-item,
nav[role="navigation"].mobile-menu .move-type .menu-item,
nav[role="navigation"].desktop-menu .move-type .menu-item,
nav[role="navigation"].mobile-menu .move-features .menu-item,
nav[role="navigation"].desktop-menu .move-features .menu-item,
nav[role="navigation"].mobile-menu .accessories .menu-item,
nav[role="navigation"].desktop-menu .accessories .menu-item,
nav[role="navigation"].mobile-menu .collections .menu-item,
nav[role="navigation"].desktop-menu .collections .menu-item {
  font-size: 16px;
  line-height: 26px;
  color: #838383;
}
nav[role="navigation"].mobile-menu .categories .menu-item a,
nav[role="navigation"].desktop-menu .categories .menu-item a,
nav[role="navigation"].mobile-menu .move-type .menu-item a,
nav[role="navigation"].desktop-menu .move-type .menu-item a,
nav[role="navigation"].mobile-menu .move-features .menu-item a,
nav[role="navigation"].desktop-menu .move-features .menu-item a,
nav[role="navigation"].mobile-menu .accessories .menu-item a,
nav[role="navigation"].desktop-menu .accessories .menu-item a,
nav[role="navigation"].mobile-menu .collections .menu-item a,
nav[role="navigation"].desktop-menu .collections .menu-item a {
  color: #838383;
  text-transform: none;
  line-height: inherit;
}
nav[role="navigation"].mobile-menu .categories .menu-item a:hover,
nav[role="navigation"].desktop-menu .categories .menu-item a:hover,
nav[role="navigation"].mobile-menu .move-type .menu-item a:hover,
nav[role="navigation"].desktop-menu .move-type .menu-item a:hover,
nav[role="navigation"].mobile-menu .move-features .menu-item a:hover,
nav[role="navigation"].desktop-menu .move-features .menu-item a:hover,
nav[role="navigation"].mobile-menu .accessories .menu-item a:hover,
nav[role="navigation"].desktop-menu .accessories .menu-item a:hover,
nav[role="navigation"].mobile-menu .collections .menu-item a:hover,
nav[role="navigation"].desktop-menu .collections .menu-item a:hover {
  background: none;
  text-decoration: underline;
}
nav[role="navigation"].mobile-menu .center-menu,
nav[role="navigation"].desktop-menu .center-menu {
  width: 100%;
  height: 100%;
}
nav[role="navigation"].mobile-menu .menu-discover,
nav[role="navigation"].desktop-menu .menu-discover,
nav[role="navigation"].mobile-menu .menu-news,
nav[role="navigation"].desktop-menu .menu-news {
  height: 100%;
  text-align: center;
}
nav[role="navigation"].mobile-menu .menu-discover .menu-item,
nav[role="navigation"].desktop-menu .menu-discover .menu-item,
nav[role="navigation"].mobile-menu .menu-news .menu-item,
nav[role="navigation"].desktop-menu .menu-news .menu-item {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
  width: 170px;
  height: 180px;
}
nav[role="navigation"].mobile-menu .menu-discover .menu-item:hover .menu-image,
nav[role="navigation"].desktop-menu .menu-discover .menu-item:hover .menu-image,
nav[role="navigation"].mobile-menu .menu-news .menu-item:hover .menu-image,
nav[role="navigation"].desktop-menu .menu-news .menu-item:hover .menu-image,
nav[role="navigation"].mobile-menu .menu-discover .menu-item:hover .menu-text,
nav[role="navigation"].desktop-menu .menu-discover .menu-item:hover .menu-text,
nav[role="navigation"].mobile-menu .menu-news .menu-item:hover .menu-text,
nav[role="navigation"].desktop-menu .menu-news .menu-item:hover .menu-text {
  opacity: 0.5;
  transition: 400ms;
}
nav[role="navigation"].mobile-menu .menu-discover .menu-image,
nav[role="navigation"].desktop-menu .menu-discover .menu-image,
nav[role="navigation"].mobile-menu .menu-news .menu-image,
nav[role="navigation"].desktop-menu .menu-news .menu-image {
  margin-top: 50px;
  opacity: 1;
}
nav[role="navigation"].mobile-menu .menu-discover .menu-text,
nav[role="navigation"].desktop-menu .menu-discover .menu-text,
nav[role="navigation"].mobile-menu .menu-news .menu-text,
nav[role="navigation"].desktop-menu .menu-news .menu-text {
  width: 100%;
  display: block;
  margin-top: 30px;
  font-weight: bold;
}
nav[role="navigation"].mobile-menu .categories-move-type,
nav[role="navigation"].desktop-menu .categories-move-type {
  height: 230px;
  width: 140px;
  margin-right: 2px;
  float: left;
}
nav[role="navigation"].mobile-menu .move-type,
nav[role="navigation"].desktop-menu .move-type {
  margin-top: 25px;
}
nav[role="navigation"].mobile-menu .move-features,
nav[role="navigation"].desktop-menu .move-features {
  height: 230px;
  padding-right: 20px;
  border-right: 1px solid;
}
nav[role="navigation"].mobile-menu .accessories,
nav[role="navigation"].desktop-menu .accessories {
  height: 230px;
  position: relative;
  float: right;
}
@media (min-width: 992px) {
  nav[role="navigation"].mobile-menu .accessories .menu-item,
  nav[role="navigation"].desktop-menu .accessories .menu-item {
    margin-top: 37px;
    float: left;
    width: 96px;
    height: 145px;
  }
}
@media (min-width: 992px) {
  nav[role="navigation"].mobile-menu .accessories .menu-item .menu-img-text,
  nav[role="navigation"].desktop-menu .accessories .menu-item .menu-img-text {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  nav[role="navigation"].mobile-menu .accessories .push-right,
  nav[role="navigation"].desktop-menu .accessories .push-right {
    margin-right: 10px;
  }
}
nav[role="navigation"].mobile-menu .accessories img,
nav[role="navigation"].desktop-menu .accessories img {
  display: none;
}
@media (min-width: 992px) {
  nav[role="navigation"].mobile-menu .accessories img,
  nav[role="navigation"].desktop-menu .accessories img {
    display: block;
  }
}
nav[role="navigation"].mobile-menu .dropdown-menu.customer-service-dropdown,
nav[role="navigation"].desktop-menu .dropdown-menu.customer-service-dropdown {
  width: 230px;
  background: #fff;
}
nav[role="navigation"].mobile-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li,
nav[role="navigation"].desktop-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li {
  height: 40px;
  border-bottom: 1px solid;
}
nav[role="navigation"].mobile-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li a,
nav[role="navigation"].desktop-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li a {
  line-height: 40px;
  padding-left: 30px;
}
nav[role="navigation"].mobile-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li a:hover,
nav[role="navigation"].desktop-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li a:hover {
  color: #000;
}
nav[role="navigation"].mobile-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li:hover,
nav[role="navigation"].desktop-menu .dropdown-menu.customer-service-dropdown .menu-customer-service li:hover {
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-menu .nav > li.level0 {
    position: relative;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: left;
  }
  .mobile-menu .navbar-collapse.navbar-main-collapse {
    padding: 0px;
  }
  .mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav {
    padding: 0px;
    background: #f8f8f8!important;
    border-bottom: 1px solid;
    border-top: 1px solid;
  }
  .mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav ul.dropdown-menu {
    position: absolute;
    padding: 0px!important;
    left: 0px;
    width: 100%;
    background: #DADADA!important;
    text-align: left;
  }
  .mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > .open > a {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
  .mobile-menu .navbar-collapse.navbar-main-collapse .nav.navbar-nav > li > a.level-top {
    background: #f8f8f8!important;
    padding: 10px 8px;
    font-size: 11px;
    border-bottom: 0px solid!important;
    border-top: 0px solid!important;
    text-align: center;
  }
  .mobile-menu .navbar-collapse.navbar-main-collapse .dropdown-menu li {
    width: 100%;
  }
  .mobile-menu .navbar-collapse.navbar-main-collapse .dropdown-menu li a {
    background: #e7e7e7 url('../images/left_mobile_close.png') no-repeat 96% center;
    text-transform: uppercase;
    padding: 10px 36px;
  }
}
.desktop-menu {
  display: none;
}
@media (min-width: 768px) {
  .desktop-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  .desktop-menu .container-fluid {
    width: 1170px;
  }
}
.desktop-menu .navbar-nav > li > a,
.desktop-menu .navbar-nav > li > a:hover,
.desktop-menu .navbar-nav > li > a:visited,
.desktop-menu .navbar-nav > li > a:focus {
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .desktop-menu .navbar-nav > li > a,
  .desktop-menu .navbar-nav > li > a:hover,
  .desktop-menu .navbar-nav > li > a:visited,
  .desktop-menu .navbar-nav > li > a:focus {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.desktop-menu .navbar-nav > .customer-service > a,
.desktop-menu .navbar-nav > .customer-service > a:hover,
.desktop-menu .navbar-nav > .customer-service > a:visited,
.desktop-menu .navbar-nav > .customer-service > a:focus {
  font-size: 14px;
}
.desktop-menu .navbar-nav > .customer-service {
  background: url('../images/customer-service.png') no-repeat center left;
  padding-left: 25px;
}
.desktop-menu .navbar-nav > .customer-service a,
.desktop-menu .navbar-nav > .customer-service a:hover {
  text-transform: none;
  font-size: 14px;
}
.desktop-menu .navbar-nav > .menu-cart,
.desktop-menu .navbar-nav > .menu-cart:hover {
  height: 30px;
  margin-top: 10px;
  background: #477821 url('../images/white-cart.png') no-repeat 12px center;
  padding-left: 25px;
  margin-right: 15px;
  display: none;
}
@media (min-width: 992px) {
  .desktop-menu .navbar-nav > .menu-cart,
  .desktop-menu .navbar-nav > .menu-cart:hover {
    display: block;
  }
}
.desktop-menu .navbar-nav > .menu-cart a,
.desktop-menu .navbar-nav > .menu-cart:hover a {
  font-size: 14px;
  display: inline;
  line-height: 30px;
}
.desktop-menu .navbar-nav > li.menu-compare,
.desktop-menu .navbar-nav > li.menu-compare:hover {
  height: 30px;
  margin-top: 10px;
  background: #fff;
  margin-right: 15px;
}
.desktop-menu .navbar-nav > li.menu-compare > a,
.desktop-menu .navbar-nav > li.menu-compare:hover > a {
  font-size: 14px;
  display: inline;
  line-height: 30px;
  color: #000;
}
.desktop-menu .menu-blog {
  display: none;
}
@media (min-width: 992px) {
  .desktop-menu .menu-blog {
    display: block;
  }
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* Header Less */
header[role="banner"] {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
header[role="banner"] .hideMob {
  display: none;
}
@media screen and (max-width: 600px) {
  header[role="banner"] .account-links {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: -6px;
  }
  header[role="banner"] .account-links ul {
    font-size: 10px;
  }
  header[role="banner"] .account-links span {
    display: none;
  }
}
@media screen and (max-width: 844px) {
  header[role="banner"] .account-links span {
    padding-left: 0px;
  }
  header[role="banner"] .account-links .open {
    margin: 19px 0px;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .account-links span {
    padding-left: 0px;
  }
  header[role="banner"] .account-links .open {
    margin: 16px 17px;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .account-links {
    width: 100px;
  }
  header[role="banner"] .account-links span {
    padding-left: 0px;
  }
  header[role="banner"] .account-links .open {
    margin: 16px 9px;
  }
}
@media (min-width: 1200px) {
  header[role="banner"] .account-links span {
    padding-left: 0px;
  }
}
@media screen and (max-width: 844px) {
  header[role="banner"] .contact-us {
    margin-right: 55px;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .contact-us {
    margin-right: 0px;
  }
}
header[role="banner"] .accMob {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: -6px;
}
header[role="banner"] .accMob ul {
  font-size: 10px;
}
header[role="banner"] .header_message {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  header[role="banner"] .header_message {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .header_message {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  header[role="banner"] .header_message {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .header_message {
    display: block;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .header_message img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .header_message img {
    width: auto;
  }
}
header[role="banner"] .logo {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  text-align: center;
}
@media (min-width: 768px) {
  header[role="banner"] .logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  header[role="banner"] .logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .logo {
    float: left;
  }
}
header[role="banner"] .block.block-subscribe {
  display: none;
  border: none;
  box-shadow: none;
  height: auto;
}
@media (min-width: 992px) {
  header[role="banner"] .block.block-subscribe {
    display: block;
    float: left;
  }
}
header[role="banner"] .block.block-subscribe .block-content {
  padding: 0;
  width: 165px;
  border: 1px solid;
}
@media (min-width: 1200px) {
  header[role="banner"] .block.block-subscribe .block-content {
    width: 235px;
  }
}
header[role="banner"] .block.block-subscribe .form-subscribe-header {
  display: none;
}
header[role="banner"] .block.block-subscribe .input-box {
  width: 130px;
}
@media (min-width: 1200px) {
  header[role="banner"] .block.block-subscribe .input-box {
    width: 200px;
  }
}
header[role="banner"] .block.block-subscribe .input-box input {
  box-shadow: none;
}
header[role="banner"] .block.block-subscribe .actions {
  width: 33px;
  opacity: 1;
}
header[role="banner"] .block.block-subscribe .actions button {
  background: #d0d0d0 url('../images/arrows-right.png') no-repeat center center;
  opacity: 1;
}
header[role="banner"] .block.block-subscribe .validation-advice {
  display: none;
}
header[role="banner"] .block.block-subscribe .input-text,
header[role="banner"] .block.block-subscribe .actions {
  font-size: 13px;
  border: none;
}
header[role="banner"] .quick-access {
  color: #838383;
}
@media (min-width: 768px) and (max-width: 992px) {
  header[role="banner"] .quick-access {
    display: block;
    width: auto;
    float: right;
  }
}
header[role="banner"] .quick-access a {
  color: #838383;
}
header[role="banner"] .quick-access p {
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  header[role="banner"] .quick-access p {
    display: block;
  }
}
header[role="banner"] .quick-access .compare-count {
  display: none;
  line-height: 30px;
  padding: 0 10px 0 10px;
  margin-right: 10px;
  float: left;
}
@media (min-width: 1200px) {
  header[role="banner"] .quick-access .compare-count {
    display: block;
    border-right: 1px solid #838383;
  }
}
header[role="banner"] .quick-access .login-key {
  display: none;
  /* display:block;
			text-align:center;
			width: 60px;
			height: 45px;
			margin:0 auto;
			background: url('../images/login-key.png') no-repeat center top;
			
			@media (min-width: @screen-sm) {
				
				margin-top:20px;
				float:@op-direction;
			}
			
			@media (min-width: @screen-md) {
				width:100px;
				height:30px;
				background: url('../images/login-key.png') no-repeat 10px center;
				margin-@{direction}:10px;
				float:@op-direction;
			} */
}
@media (min-width: 1200px) {
  header[role="banner"] .quick-access .login-key {
    /* 				border-@{op-direction}: 1px solid @torGrey;
				margin-@{direction}:0;
				padding-@{op-direction}:10px;
				margin-top:0;
				float:@op-direction;
				background: url('../images/login-key.png') no-repeat @direction center; */
  }
}
header[role="banner"] .quick-access .login-key a {
  display: block;
}
header[role="banner"] .quick-access .links {
  float: none;
  line-height: 70px;
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access .links {
    width: 100%;
    line-height: 30px;
    float: right;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  header[role="banner"] .quick-access .links {
    padding-right: 10px;
    border: none;
    padding: 0;
  }
}
.header-contact-links {
  display: none;
}
.header-contact-links:before,
.header-contact-links:after {
  content: " ";
  display: table;
}
.header-contact-links:after {
  clear: both;
}
.header-contact-links:before,
.header-contact-links:after {
  content: " ";
  display: table;
}
.header-contact-links:after {
  clear: both;
}
@media (min-width: 992px) {
  .header-contact-links {
    display: block;
    margin-bottom: 3px;
  }
}
.header-contact-links .header-contact {
  padding: 0 5px 0 5px;
  border-left: 1px solid;
  float: left;
}
@media (min-width: 992px) {
  .header-contact-links .header-contact {
    padding: 0 5px 0 40px;
    background: url('../images/contact-envelope-gray.png') no-repeat 10px center;
  }
}
@media (min-width: 1200px) {
  .header-contact-links .header-contact {
    padding: 0 20px 0 59px;
    background: url('../images/contact-envelope-gray.png') no-repeat 20px center;
  }
}
.header-contact-links .header-phone {
  padding: 0 5px 0 5px;
  border-left: 1px solid;
  border-right: 1px solid;
  float: right;
}
@media (min-width: 992px) {
  .header-contact-links .header-phone {
    padding: 0 5px 0 40px;
    background: url('../images/contactus-phone-gray.png') no-repeat 10px center;
  }
}
@media (min-width: 1200px) {
  .header-contact-links .header-phone {
    padding: 0 20px 0 60px;
    background: url('../images/contactus-phone-gray.png') no-repeat 20px center;
  }
}
.header-contact-links .nowrap {
  white-space: nowrap;
}
.header-contact-links p {
  display: inline-block;
}
.header-contact-links > a {
  padding: 0 10px;
}
.menu-cart {
  display: none;
}
.account-links {
  width: 115px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .account-links {
    display: block;
    float: right;
    width: 115px;
    padding: 0 10px;
    position: relative;
    z-index: 999;
    text-align: center;
  }
}
.account-links > span {
  padding-left: 15px;
}
.account-links ul {
  display: none;
  position: absolute;
  top: 0;
  width: 115px;
  background: transparent;
  border: 1px solid;
  box-shadow: 2px 2px 2px #eee;
  padding-top: 30px;
  margin: 0;
  text-align: left;
  z-index: 999;
}
.account-links ul li {
  background: #fff;
  border-bottom: 1px solid;
  padding: 2px 0 0 5px;
}
.account-links ul li a {
  display: inline-block;
}
.account-links ul li:last-of-type {
  border: none;
  margin-bottom: 0;
}
.account-links a {
  cursor: pointer;
}
.account-links .open {
  display: block !important;
  padding-top: 0px;
  width: 137px;
  margin: 15px 10px;
}
.account-links .active {
  border: 1px solid gray;
}
.account-links:hover {
  /* border-bottom:1px solid; */
}
/* xetum */
.header-wrapper {
  background: #fff;
}
.header-wrapper .news {
  background: url('../images/arrow-down.png') no-repeat right;
  background: url('../images/arrow-down.png') no-repeat top 5px right -2px;
  padding-right: 15px;
}
.header-wrapper .news-dropdown {
  display: inline;
  display: none;
  text-align: center;
  height: 65px;
  background: white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.header-wrapper .news-dropdown .table {
  display: table;
  width: 100%;
  height: 65px;
}
.header-wrapper .news-dropdown .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .news-dropdown .table .table-cell span {
  padding-left: 10px;
  padding-right: 30px;
  width: 100%;
}
.header-wrapper .news-dropdown .table .table-cell span a {
  font-size: 21px;
  color: black;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-wrapper .news-dropdown .table .table-cell {
    background-color: #F8F8F8;
  }
  .header-wrapper .news-dropdown .table .table-cell span {
    clear: both;
    float: left;
    border-bottom: solid 1px;
    margin-bottom: 5px;
    text-align: left;
  }
}
.header-wrapper .container.header .top-nav {
  clear: both;
  text-align: center;
}
.header-wrapper .container.header .top-nav > span {
  font-size: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.header-wrapper .container.header .top-nav > span a {
  text-decoration: none;
}
.header-wrapper .container.header .top-nav span:first-child {
  margin-left: 0px;
}
.header-wrapper .container.header header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 5px;
}
.header-wrapper .container.header header .contact-us a {
  color: #4d4d4d;
}
.header-wrapper .container.header header .account-links {
  color: #4d4d4d;
}
.header-wrapper .container.header header .mini-cart {
  margin-top: 3px;
}
.header-wrapper .container.header header .mini-cart a {
  color: #477821;
}
.header-wrapper .container.header header .left-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .header-wrapper .container.header header .left-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
.header-wrapper .container.header header .search-btn {
  display: none;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .search-btn {
    display: none;
  }
}
.header-wrapper .container.header header .center {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-wrapper .container.header header .center .logo {
  width: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .center .logo {
    padding-left: 0px;
    text-align: left;
    padding-top: 10px;
  }
}
@media (max-width: 1200px) {
  .header-wrapper .container.header header .center .logo img {
    float: right;
  }
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .center .logo img {
    float: left;
  }
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .center .logo {
    float: left;
  }
}
@media (min-width: 992px) {
  .header-wrapper .container.header header .center {
    float: left;
    width: 16.66666667%;
  }
}
.header-wrapper .container.header header .quick-access {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
@media (min-width: 992px) {
  .header-wrapper .container.header header .quick-access {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .quick-access {
    margin-top: 14px;
  }
}
.header-wrapper .container.header header .header-contact-menu {
  overflow: visible;
  float: right;
}
.header-wrapper .container.header header .top > * {
  float: left;
}
.header-wrapper .container.header header .top {
  font-size: 13px;
  overflow: visible;
  text-transform: uppercase;
}
.header-wrapper .container.header header .top .search-box {
  float: left;
  margin-right: 20px;
}
.header-wrapper .container.header header .top .contact-us {
  margin-top: 3px;
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .top {
    float: right;
  }
}
.header-wrapper .container.header header .bottom {
  clear: both;
}
.header-wrapper .container.header header .bottom .account-links {
  border: 0px;
  padding: 0px;
  text-align: right;
  padding-right: 8px;
}
.header-wrapper .container.header header .bottom .account-links span {
  font-weight: 500;
}
.header-wrapper .container.header header .bottom .account-links ul li a {
  font-size: 13px !important;
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .bottom .account-links {
    line-height: 200%;
  }
}
.header-wrapper .container.header header .bottom .account-links > span {
  padding-left: 0px;
}
@media (max-width: 992px) {
  .header-wrapper .container.header header .bottom {
    float: right;
    clear: none;
  }
}
.desktop-menu {
  display: none;
}
.navbar-main {
  display: block;
  text-align: center;
  background-color: #fff;
}
.navbar-main .navbar-nav > * {
  position: static !important;
}
.navbar-main .navbar-nav {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* 		li.level0> *{
		position:static;
		} */
}
@media (min-width: 768px) {
  .navbar-main .navbar-nav {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar-main .navbar-nav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav {
    width: 1170px;
  }
}
.navbar-main .navbar-nav > .navbar-header,
.navbar-main .navbar-nav > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .navbar-main .navbar-nav > .navbar-header,
  .navbar-main .navbar-nav > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-main .navbar-nav .level0.dropdown-menu {
  left: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 992px) {
  .navbar-main {
    margin-top: -10px;
  }
}
.navbar-main .mobile-search {
  display: none;
}
.navbar-main .collapse ul li {
  float: none;
  font-size: 15px;
  display: inline-block !important;
}
#search_mini_form {
  display: none;
  height: 30px;
}
@media (min-width: 768px) {
  #search_mini_form {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #search_mini_form {
    padding-right: 15px;
    height: 30px;
  }
}
#search_mini_form .form-search {
  border: none;
  width: 100px;
}
@media (min-width: 1200px) {
  #search_mini_form .form-search {
    width: 119px;
    border: none;
  }
}
#search_mini_form .form-search .input-group {
  position: relative;
  display: table;
  border: 1px solid;
}
@media (max-width: 1200px) {
  #search_mini_form .form-search .input-group {
    margin-left: -10px;
  }
}
#search_mini_form .form-search .input-group #search {
  height: 20px;
  border: none;
  display: table-cell;
  box-shadow: none;
  width: 100px;
  margin-left: 24px;
}
@media (max-width: 1200px) {
  #search_mini_form .form-search .input-group #search {
    width: 90px;
  }
}
@media (min-width: 768px) {
  #search_mini_form .form-search .input-group #search {
    height: 20px;
  }
}
#search_mini_form .form-search .input-group .input-group-btn {
  display: table-cell;
  vertical-align: bottom;
  position: absolute;
  left: 0;
}
#search_mini_form .form-search .input-group .input-group-btn .btn.btn-default {
  margin-left: 3px;
  height: 20px;
  width: 100px;
  text-indent: 20px;
  border-radius: 0;
  background: url('../images/search-icon.png') no-repeat center left;
}
/* Footer Less */
.footer-container {
  background: #fff;
  width: 100%;
  padding: 0;
}
footer[role="contentinfo"] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: height 1s;
  transition: height 1s;
  padding: 35px 15px 10px 15px;
  position: relative;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer[role="contentinfo"] {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  footer[role="contentinfo"] {
    width: 1170px;
  }
}
footer[role="contentinfo"] > .navbar-header,
footer[role="contentinfo"] > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] > .navbar-header,
  footer[role="contentinfo"] > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  footer[role="contentinfo"] {
    padding: 30px 15px 10px 15px;
  }
}
@media (max-width: 768px) {
  footer[role="contentinfo"] {
    padding: 0;
  }
}
footer[role="contentinfo"] .cms-footer-links {
  width: 100%;
  overflow: hidden;
  float: left;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .cms-footer-links {
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer[role="contentinfo"] .cms-footer-links {
    width: 63%;
  }
}
footer[role="contentinfo"] .block-subscribe {
  width: 37%;
  height: 70px;
  padding-left: 20px;
  border-left: 0px;
  margin-bottom: 10px;
  box-shadow: none;
}
footer[role="contentinfo"] .block-subscribe .above-newsletter {
  color: #737373 !important;
  font-weight: 500;
}
footer[role="contentinfo"] .block-subscribe #newsletter {
  border: 0px;
  width: 275px;
}
footer[role="contentinfo"] .block-subscribe .actions {
  width: 27%;
}
footer[role="contentinfo"] .block-subscribe .actions .button {
  background: #366c0e;
  opacity: 1;
  color: white;
  width: 85px;
}
@media (max-width: 992px) {
  footer[role="contentinfo"] .block-subscribe {
    width: 50%;
    padding-left: 0px;
  }
}
footer[role="contentinfo"] .footer-secure {
  width: 45%;
  margin-top: 5px;
  float: right;
}
@media (max-width: 992px) {
  footer[role="contentinfo"] .footer-secure {
    width: 20%;
  }
}
@media (max-width: 768px) {
  footer[role="contentinfo"] .footer-secure {
    width: 150px;
    margin: auto;
    display: block;
    float: none;
  }
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .footer-secure {
    display: none;
  }
}
@media (min-width: 992px) {
  footer[role="contentinfo"] .footer-secure {
    display: block;
  }
}
footer[role="contentinfo"] div.footer-links {
  width: 55%;
  position: relative;
  min-height: 205px;
  padding: 0;
}
@media (max-width: 992px) {
  footer[role="contentinfo"] div.footer-links {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer[role="contentinfo"] div.footer-links {
    width: 100%;
    margin-bottom: 10px;
    min-height: unset;
  }
}
footer[role="contentinfo"] div.footer-links ul.footer-links {
  width: 33.33333%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background: transparent;
}
@media (max-width: 992px) {
  footer[role="contentinfo"] div.footer-links ul.footer-links {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  footer[role="contentinfo"] div.footer-links ul.footer-links {
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  footer[role="contentinfo"] div.footer-links ul.footer-links {
    float: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    background-color: #838383;
  }
}
footer[role="contentinfo"] div.footer-links ul.footer-links li {
  padding: 3px 0;
}
footer[role="contentinfo"] div.footer-links ul.footer-links li .footer-title {
  display: none;
  font-weight: bold;
  color: #fff;
  font-family: inherit;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  footer[role="contentinfo"] div.footer-links ul.footer-links li .footer-title {
    display: block;
    border: none;
    margin: 0 auto;
    padding: 10px 0;
    width: 95%;
    background: url('../images/footer_mobile_close.png') no-repeat right;
  }
}
footer[role="contentinfo"] div.footer-links ul.footer-links li ul {
  padding-left: 0;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  footer[role="contentinfo"] div.footer-links ul.footer-links li ul {
    display: none;
    padding: 10px 15px;
    margin-bottom: 0px;
  }
}
footer[role="contentinfo"] div.footer-links ul.footer-links li ul li > a {
  color: #707070;
}
footer[role="contentinfo"] div.footer-links ul.footer-links li ul li {
  color: #707070;
  font-size: 15px;
  font-weight: lighter;
}
footer[role="contentinfo"] div.footer-links ul.footer-links li ul li a {
  font-size: 15px;
  font-weight: lighter;
}
@media (max-width: 768px) {
  footer[role="contentinfo"] div.footer-links ul.open li .footer-title {
    background: url('../images/footer_mobile_open.png') no-repeat right;
  }
}
@media (max-width: 768px) {
  footer[role="contentinfo"] div.footer-links ul.open li ul {
    background-color: #363636;
    display: block;
    z-index: 1;
  }
}
footer[role="contentinfo"] div.footer-links ul.footer-blog li {
  padding: 0;
}
footer[role="contentinfo"] div.footer-links ul.footer-blog li .footer-title {
  padding: 0;
  background: transparent;
  width: 100%;
}
footer[role="contentinfo"] div.footer-links ul.footer-blog li .footer-title a,
footer[role="contentinfo"] div.footer-links ul.footer-blog li .footer-title a:hover,
footer[role="contentinfo"] div.footer-links ul.footer-blog li .footer-title a:visited {
  color: #555555;
  display: block;
  width: 95%;
  padding: 15px 0;
  margin: 0 auto;
  background: url('../images/footer_mobile_close.png') no-repeat right;
}
@media (min-width: 992px) {
  footer[role="contentinfo"] div.footer-links ul.footer-blog li .footer-title a,
  footer[role="contentinfo"] div.footer-links ul.footer-blog li .footer-title a:hover,
  footer[role="contentinfo"] div.footer-links ul.footer-blog li .footer-title a:visited {
    display: inline;
    width: auto;
    padding: 0;
    margin: auto;
    background: transparent;
  }
}
@media (min-width: 992px) {
  footer[role="contentinfo"] div.footer-links ul.footer-blog li {
    padding: 5px 0;
  }
}
footer[role="contentinfo"] address {
  clear: both;
  color: #838383;
  font-size: 11px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] address {
    text-align: left;
  }
}
footer[role="contentinfo"] address .copy-links {
  padding-left: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] address .copy-links {
    padding-left: 20px;
    margin-top: 0;
  }
}
footer[role="contentinfo"] address .copy-links a:after {
  content: ' - ';
}
footer[role="contentinfo"] address .copy-links a:last-of-type:after {
  content: '';
}
footer[role="contentinfo"] address .copy-links,
footer[role="contentinfo"] address .copy-links a {
  color: #838383;
}
footer[role="contentinfo"] address span {
  display: block;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] address span {
    display: inline;
  }
}
.social-text {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
  padding-left: 35px;
  width: 20%;
  float: left;
}
@media (max-width: 1200px) {
  .social-text {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .social-text {
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  .social-text {
    display: none;
  }
}
@media (min-width: 768px) {
  .social-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .social {
    height: 100px;
  }
}
.social .fb-like.fb_iframe_widget {
  top: 20px;
  left: 0;
}
.social-cms {
  position: absolute;
  height: 90px;
  width: 95%;
  text-align: left;
  left: 5%;
  border: 0px;
}
.social-cms a {
  position: relative;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  padding-right: 7px;
}
@media (max-width: 768px) {
  .social-cms {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .social-cms {
    top: 185px;
    left: 390px;
  }
}
@media (min-width: 992px) {
  .social-cms {
    top: 160px;
    left: 640px;
  }
}
@media (min-width: 1200px) {
  .social-cms {
    top: 140px;
    left: 770px;
  }
}
footer ul.move-to-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  footer ul.move-to-bottom {
    position: relative;
  }
}
.safe-secure {
  font-weight: bold;
}
.comodo-secure {
  background: url('../images/comodo-secure.png') no-repeat bottom left;
  width: 76px;
  height: 50px;
  float: left;
  margin-right: 20px;
}
.intuit {
  background: url('../images/intuit.png') no-repeat bottom right;
  width: 71px;
  height: 50px;
  float: left;
}
.block-subscribe {
  background: transparent;
  border: none;
  border-radius: 0;
  border-left: 1px solid #666;
  height: auto;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .block-subscribe {
    height: 100px;
  }
}
.block-subscribe .block-title {
  display: none;
  height: 0;
}
.block-subscribe .block-content {
  padding-top: 0;
  position: relative;
}
.block-subscribe .block-content .form-subscribe-header {
  padding-left: 0;
}
.block-subscribe .block-content .form-subscribe-header .above-newsletter {
  display: none;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .block-subscribe .block-content .form-subscribe-header .above-newsletter {
    display: block;
  }
}
.block-subscribe .block-content .input-box {
  padding: 0;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .block-subscribe .block-content .input-box {
    width: 70%;
  }
}
.block-subscribe .block-content .input-box input {
  border-radius: 0;
  line-height: 30px;
  height: 30px;
}
.block-subscribe .block-content .input-box .validation-advice {
  color: #477821;
  padding-top: 5px;
}
.block-subscribe .block-content .actions {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
  background: transparent;
  border: none;
  height: 30px;
  line-height: 0;
}
@media (min-width: 992px) {
  .block-subscribe .block-content .actions {
    width: 30%;
  }
}
.block-subscribe .block-content .actions button {
  border: none;
  background-color: #838383;
  border-radius: 0;
  height: 30px;
  width: 100%;
  color: #e9e9e9;
  opacity: 0.8;
}
.block-subscribe .block-content .actions button span {
  font-size: 14px;
  font-weight: 500;
}
.block-subscribe.mobile-subscribe {
  margin-bottom: 20px;
}
.block-subscribe.mobile-subscribe .block-content {
  padding: 0;
}
.block-subscribe.mobile-subscribe .input-box {
  width: 70%;
}
.block-subscribe.mobile-subscribe .actions {
  width: 30%;
}
/* Page Specific */
/* Homepage */
.cms-index-index .mobilehome {
  display: none;
}
.cms-index-index .collections-title {
  text-align: center;
  font-size: 55px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cms-index-index .collections-title {
    font-size: 45px;
  }
}
.cms-index-index .collections-wrapper {
  margin: 50px auto 20px;
}
.cms-index-index .collections-wrapper:before,
.cms-index-index .collections-wrapper:after {
  content: " ";
  display: table;
}
.cms-index-index .collections-wrapper:after {
  clear: both;
}
.cms-index-index .collections-wrapper:before,
.cms-index-index .collections-wrapper:after {
  content: " ";
  display: table;
}
.cms-index-index .collections-wrapper:after {
  clear: both;
}
.cms-index-index .collections-wrapper .catwrap {
  margin-bottom: 40px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cms-index-index .collections-wrapper .catwrap {
    float: left;
    width: 33.33333333%;
  }
}
.cms-index-index .collections-wrapper .catwrap .name {
  margin-top: 0px;
  text-align: center;
  font-size: 49px;
  text-transform: uppercase;
  font-weight: 100;
}
@media (min-width: 768px) {
  .cms-index-index .collections-wrapper .catwrap .name {
    margin-top: 10px;
  }
}
.cms-index-index .collections-wrapper .catwrap .image-wrapper {
  margin-bottom: 0px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media (min-width: 768px) {
  .cms-index-index .collections-wrapper .catwrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cms-index-index .collections-wrapper .catwrap .image-wrapper a {
  display: block;
}
.cms-index-index .collections-wrapper .catwrap .image-wrapper img {
  width: 100%;
}
.cms-index-index .homepage-bottom .banner-content p {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cms-index-index .homepage-bottom .banner-content p {
    margin-top: 0px;
  }
}
.cms-index-index .homepage-bottom .banner-content .banner-img {
  width: 150px;
}
.cms-index-index .homepage-bottom .left-col {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  border-bottom: solid 1px;
  border-top: solid 1px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .cms-index-index .homepage-bottom .left-col {
    float: left;
    width: 50%;
  }
}
.cms-index-index .homepage-bottom .left-col .left-block {
  float: left;
  margin-top: 7%;
  width: 53%;
}
.cms-index-index .homepage-bottom .left-col .right-image {
  width: 47%;
  overflow: auto;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: auto 100% !important;
}
.cms-index-index .homepage-bottom .right-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
@media (min-width: 768px) {
  .cms-index-index .homepage-bottom .right-col {
    float: left;
    width: 50%;
  }
}
.cms-index-index .layout .collections {
  margin-top: 30px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index .layout .collections:before,
.cms-index-index .layout .collections:after {
  content: " ";
  display: table;
}
.cms-index-index .layout .collections:after {
  clear: both;
}
.cms-index-index .layout .collections:before,
.cms-index-index .layout .collections:after {
  content: " ";
  display: table;
}
.cms-index-index .layout .collections:after {
  clear: both;
}
.cms-index-index .layout .collections .menu-collection-text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .cms-index-index .layout .collections {
    display: none;
  }
}
.cms-index-index .layout .collections li {
  width: 48%;
  min-height: 180px;
  margin-bottom: 10px;
  text-align: center;
}
.cms-index-index .layout .collections li a {
  color: #000;
  display: block;
  border: 1px solid;
  min-height: 180px;
  padding-top: 10px;
  text-transform: uppercase;
}
.cms-index-index .layout .collections li a img {
  width: 100%;
}
.cms-index-index .layout .collections li:nth-child(even) {
  float: right;
}
.cms-index-index .layout .collections li:nth-child(odd) {
  float: left;
}
/* Login */
.customer-account-login,
.customer-account-forgotpassword {
  height: auto;
}
.customer-account-login h2,
.customer-account-forgotpassword h2 {
  margin-top: 0;
}
.customer-account-login .col-1,
.customer-account-forgotpassword .col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .customer-account-login .col-1,
  .customer-account-forgotpassword .col-1 {
    float: left;
    width: 33.33333333%;
  }
}
.customer-account-login .col-1 button,
.customer-account-forgotpassword .col-1 button {
  width: 100%;
}
.customer-account-login .col-2,
.customer-account-forgotpassword .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .customer-account-login .col-2,
  .customer-account-forgotpassword .col-2 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .customer-account-login .col-2,
  .customer-account-forgotpassword .col-2 {
    margin-top: 0;
  }
}
.customer-account-login .col-2 button,
.customer-account-forgotpassword .col-2 button {
  width: 48%;
}
.customer-account-login .new-users > p,
.customer-account-forgotpassword .new-users > p {
  display: none;
}
.customer-account-login #login-form,
.customer-account-forgotpassword #login-form,
.customer-account-login #form-validate,
.customer-account-forgotpassword #form-validate {
  background-color: #f8f8f8;
  border: 1px solid;
  padding: 15px;
}
.customer-account-login #login-form .content,
.customer-account-forgotpassword #login-form .content {
  min-height: inherit;
}
.customer-account-login #login-form .required,
.customer-account-forgotpassword #login-form .required {
  display: none;
}
.customer-account-login .buttons-set,
.customer-account-forgotpassword .buttons-set {
  border: none;
  margin-top: 0;
}
.customer-account-login button,
.customer-account-forgotpassword button {
  background-color: #477821;
  color: #fff;
}
.customer-account-login .required,
.customer-account-forgotpassword .required {
  color: #838383;
  text-align: left;
}
.customerx-index-loginuser {
  background-color: #f8f8f8;
  padding: 20px;
}
.customerx-index-loginuser .page-title {
  display: none;
}
.customerx-index-loginuser .buttons-set {
  margin: 0;
  border: none;
  padding: 0;
}
.customerx-index-loginuser h2 {
  text-align: center;
}
.customerx-index-loginuser .account-login .content {
  min-height: inherit;
}
.customerx-index-loginuser .account-login .content p {
  display: none;
}
.customerx-index-loginuser .account-login .content .form-list {
  margin: 0;
}
.customerx-index-loginuser .account-login .content .form-list li {
  margin: 0;
}
.customerx-index-loginuser .account-login .content .form-list li:last-of-type {
  margin-top: 25px;
}
.customerx-index-loginuser .account-login .new-users {
  display: block;
}
.customerx-index-loginuser .account-login .new-users a {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
  text-transform: uppercase;
  padding: 10px 12px;
  border: none;
  box-shadow: none;
  text-align: center;
}
.customerx-index-loginuser .account-login .new-users a:hover,
.customerx-index-loginuser .account-login .new-users a:focus,
.customerx-index-loginuser .account-login .new-users a:active,
.customerx-index-loginuser .account-login .new-users a.active,
.open .dropdown-toggle.customerx-index-loginuser .account-login .new-users a {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.customerx-index-loginuser .account-login .new-users a:active,
.customerx-index-loginuser .account-login .new-users a.active,
.open .dropdown-toggle.customerx-index-loginuser .account-login .new-users a {
  background-image: none;
}
.customerx-index-loginuser .account-login .new-users a.disabled,
.customerx-index-loginuser .account-login .new-users a[disabled],
fieldset[disabled] .customerx-index-loginuser .account-login .new-users a,
.customerx-index-loginuser .account-login .new-users a.disabled:hover,
.customerx-index-loginuser .account-login .new-users a[disabled]:hover,
fieldset[disabled] .customerx-index-loginuser .account-login .new-users a:hover,
.customerx-index-loginuser .account-login .new-users a.disabled:focus,
.customerx-index-loginuser .account-login .new-users a[disabled]:focus,
fieldset[disabled] .customerx-index-loginuser .account-login .new-users a:focus,
.customerx-index-loginuser .account-login .new-users a.disabled:active,
.customerx-index-loginuser .account-login .new-users a[disabled]:active,
fieldset[disabled] .customerx-index-loginuser .account-login .new-users a:active,
.customerx-index-loginuser .account-login .new-users a.disabled.active,
.customerx-index-loginuser .account-login .new-users a[disabled].active,
fieldset[disabled] .customerx-index-loginuser .account-login .new-users a.active {
  background-color: #477821;
  border-color: #3b641b;
}
.customerx-index-loginuser .account-login .new-users a .badge {
  color: #477821;
  background-color: #ffffff;
}
.customerx-index-loginuser .account-login .new-users a:hover {
  text-decoration: none;
}
.customerx-index-loginuser .required {
  display: none;
}
.customerx-index-loginuser button {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.customerx-index-loginuser button:hover,
.customerx-index-loginuser button:focus,
.customerx-index-loginuser button:active,
.customerx-index-loginuser button.active,
.open .dropdown-toggle.customerx-index-loginuser button {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.customerx-index-loginuser button:active,
.customerx-index-loginuser button.active,
.open .dropdown-toggle.customerx-index-loginuser button {
  background-image: none;
}
.customerx-index-loginuser button.disabled,
.customerx-index-loginuser button[disabled],
fieldset[disabled] .customerx-index-loginuser button,
.customerx-index-loginuser button.disabled:hover,
.customerx-index-loginuser button[disabled]:hover,
fieldset[disabled] .customerx-index-loginuser button:hover,
.customerx-index-loginuser button.disabled:focus,
.customerx-index-loginuser button[disabled]:focus,
fieldset[disabled] .customerx-index-loginuser button:focus,
.customerx-index-loginuser button.disabled:active,
.customerx-index-loginuser button[disabled]:active,
fieldset[disabled] .customerx-index-loginuser button:active,
.customerx-index-loginuser button.disabled.active,
.customerx-index-loginuser button[disabled].active,
fieldset[disabled] .customerx-index-loginuser button.active {
  background-color: #477821;
  border-color: #3b641b;
}
.customerx-index-loginuser button .badge {
  color: #477821;
  background-color: #ffffff;
}
.customerx-index-loginuser .input-box {
  position: relative;
}
.customerx-index-loginuser .validation-advice {
  position: absolute;
  right: 0;
  top: 35px;
}
.customer-account-create .breadcrumbs {
  margin-top: 10px;
  padding-top: 15px;
}
.customer-account-create .breadcrumbs p {
  color: #C6C6C6;
}
.customer-account-create .pagedesc p {
  font-size: 16px;
}
.customer-account-create div[role="main"] {
  width: 55% !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .customer-account-create div[role="main"] {
    width: 90% !important;
    padding-left: 10%;
  }
}
@media (min-width: 992px) {
  .customer-account-create div[role="main"] {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .customer-account-create div[role="main"] {
    float: left;
    width: 66.66666667%;
  }
}
.customer-account-create div[role="main"] .account-create .page-title {
  display: block;
  margin-bottom: 0;
}
.customer-account-create div[role="main"] .account-create .page-title h1 {
  margin-bottom: 0;
  font-size: 24px;
}
.customer-account-create div[role="main"] .account-create p.required {
  text-align: left;
  color: #838383;
}
.customer-account-create div[role="main"] .account-create form {
  border: 1px solid;
  background-color: #f8f8f8;
  padding: 15px;
}
.customer-account-create div[role="main"] .account-create form .buttons-set {
  margin-top: -10px;
  border: none;
}
.customer-account-create div[role="main"] .account-create form button[type="submit"] {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
  width: 30%;
  font-size: 18px;
  font-weight: bold;
}
.customer-account-create div[role="main"] .account-create form button[type="submit"]:hover,
.customer-account-create div[role="main"] .account-create form button[type="submit"]:focus,
.customer-account-create div[role="main"] .account-create form button[type="submit"]:active,
.customer-account-create div[role="main"] .account-create form button[type="submit"].active,
.open .dropdown-toggle.customer-account-create div[role="main"] .account-create form button[type="submit"] {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.customer-account-create div[role="main"] .account-create form button[type="submit"]:active,
.customer-account-create div[role="main"] .account-create form button[type="submit"].active,
.open .dropdown-toggle.customer-account-create div[role="main"] .account-create form button[type="submit"] {
  background-image: none;
}
.customer-account-create div[role="main"] .account-create form button[type="submit"].disabled,
.customer-account-create div[role="main"] .account-create form button[type="submit"][disabled],
fieldset[disabled] .customer-account-create div[role="main"] .account-create form button[type="submit"],
.customer-account-create div[role="main"] .account-create form button[type="submit"].disabled:hover,
.customer-account-create div[role="main"] .account-create form button[type="submit"][disabled]:hover,
fieldset[disabled] .customer-account-create div[role="main"] .account-create form button[type="submit"]:hover,
.customer-account-create div[role="main"] .account-create form button[type="submit"].disabled:focus,
.customer-account-create div[role="main"] .account-create form button[type="submit"][disabled]:focus,
fieldset[disabled] .customer-account-create div[role="main"] .account-create form button[type="submit"]:focus,
.customer-account-create div[role="main"] .account-create form button[type="submit"].disabled:active,
.customer-account-create div[role="main"] .account-create form button[type="submit"][disabled]:active,
fieldset[disabled] .customer-account-create div[role="main"] .account-create form button[type="submit"]:active,
.customer-account-create div[role="main"] .account-create form button[type="submit"].disabled.active,
.customer-account-create div[role="main"] .account-create form button[type="submit"][disabled].active,
fieldset[disabled] .customer-account-create div[role="main"] .account-create form button[type="submit"].active {
  background-color: #477821;
  border-color: #3b641b;
}
.customer-account-create div[role="main"] .account-create form button[type="submit"] .badge {
  color: #477821;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .customer-account-create div[role="main"] .account-create form button[type="submit"] {
    width: 100px;
  }
}
.customer-account-create div[role="main"] .account-create form .control {
  margin-bottom: 10px;
}
.customer-account-create div[role="main"] .account-create form .control .input-box label {
  margin: 10px auto;
}
.customer-account-create aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .customer-account-create aside[role="complementary"] {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .customer-account-create aside[role="complementary"] {
    float: left;
    width: 33.33333333%;
  }
}
.customer-account-create aside[role="complementary"] h4 {
  text-transform: uppercase;
}
.customer-account-create aside[role="complementary"] .exclusive-benefit {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.customer-account-create aside[role="complementary"] .exclusive-benefit img {
  padding-right: 10px;
  float: left;
}
@media (min-width: 480px) {
  .customer-account-create aside[role="complementary"] .exclusive-benefit img {
    float: none;
  }
}
.customer-account-create aside[role="complementary"] .exclusive-benefit span {
  display: block;
  float: left;
  width: 70%;
}
@media (min-width: 480px) {
  .customer-account-create aside[role="complementary"] .exclusive-benefit span {
    float: none;
    display: inline;
    width: auto;
  }
}
@media (min-width: 768px) {
  .customer-account-create aside[role="complementary"] {
    margin-top: 28px;
  }
}
/* My Account */
.customer-account-index .layout,
.customer-account-edit .layout,
.customer-address-index .layout,
.sales-order-history .layout,
.review-customer-index .layout,
.newsletter-manage-index .layout,
.customer-address-form .layout,
.sales-order-view .layout {
  margin-top: 25px;
}
.customer-account-index .layout h1,
.customer-account-edit .layout h1,
.customer-address-index .layout h1,
.sales-order-history .layout h1,
.review-customer-index .layout h1,
.newsletter-manage-index .layout h1,
.customer-address-form .layout h1,
.sales-order-view .layout h1 {
  margin: 0;
}
.customer-account-index .layout a,
.customer-account-edit .layout a,
.customer-address-index .layout a,
.sales-order-history .layout a,
.review-customer-index .layout a,
.newsletter-manage-index .layout a,
.customer-address-form .layout a,
.sales-order-view .layout a {
  text-transform: uppercase;
  color: #000;
}
.customer-account-index .layout .block-title,
.customer-account-edit .layout .block-title,
.customer-address-index .layout .block-title,
.sales-order-history .layout .block-title,
.review-customer-index .layout .block-title,
.newsletter-manage-index .layout .block-title,
.customer-address-form .layout .block-title,
.sales-order-view .layout .block-title,
.customer-account-index .layout .box-head,
.customer-account-edit .layout .box-head,
.customer-address-index .layout .box-head,
.sales-order-history .layout .box-head,
.review-customer-index .layout .box-head,
.newsletter-manage-index .layout .box-head,
.customer-address-form .layout .box-head,
.sales-order-view .layout .box-head {
  background: #838383;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
}
.customer-account-index .layout .block-title span,
.customer-account-edit .layout .block-title span,
.customer-address-index .layout .block-title span,
.sales-order-history .layout .block-title span,
.review-customer-index .layout .block-title span,
.newsletter-manage-index .layout .block-title span,
.customer-address-form .layout .block-title span,
.sales-order-view .layout .block-title span,
.customer-account-index .layout .box-head span,
.customer-account-edit .layout .box-head span,
.customer-address-index .layout .box-head span,
.sales-order-history .layout .box-head span,
.review-customer-index .layout .box-head span,
.newsletter-manage-index .layout .box-head span,
.customer-address-form .layout .box-head span,
.sales-order-view .layout .box-head span,
.customer-account-index .layout .block-title h2,
.customer-account-edit .layout .block-title h2,
.customer-address-index .layout .block-title h2,
.sales-order-history .layout .block-title h2,
.review-customer-index .layout .block-title h2,
.newsletter-manage-index .layout .block-title h2,
.customer-address-form .layout .block-title h2,
.sales-order-view .layout .block-title h2,
.customer-account-index .layout .box-head h2,
.customer-account-edit .layout .box-head h2,
.customer-address-index .layout .box-head h2,
.sales-order-history .layout .box-head h2,
.review-customer-index .layout .box-head h2,
.newsletter-manage-index .layout .box-head h2,
.customer-address-form .layout .box-head h2,
.sales-order-view .layout .box-head h2 {
  color: #fff;
}
.customer-account-index .layout .block,
.customer-account-edit .layout .block,
.customer-address-index .layout .block,
.sales-order-history .layout .block,
.review-customer-index .layout .block,
.newsletter-manage-index .layout .block,
.customer-address-form .layout .block,
.sales-order-view .layout .block,
.customer-account-index .layout .box-account,
.customer-account-edit .layout .box-account,
.customer-address-index .layout .box-account,
.sales-order-history .layout .box-account,
.review-customer-index .layout .box-account,
.newsletter-manage-index .layout .box-account,
.customer-address-form .layout .box-account,
.sales-order-view .layout .box-account {
  border: none;
}
.customer-account-index .layout .box-head,
.customer-account-edit .layout .box-head,
.customer-address-index .layout .box-head,
.sales-order-history .layout .box-head,
.review-customer-index .layout .box-head,
.newsletter-manage-index .layout .box-head,
.customer-address-form .layout .box-head,
.sales-order-view .layout .box-head {
  margin: 0;
  margin-bottom: 20px;
}
.customer-account-index .layout .box-account,
.customer-account-edit .layout .box-account,
.customer-address-index .layout .box-account,
.sales-order-history .layout .box-account,
.review-customer-index .layout .box-account,
.newsletter-manage-index .layout .box-account,
.customer-address-form .layout .box-account,
.sales-order-view .layout .box-account {
  padding: 15px 0;
}
.customer-account-index .layout .block-account,
.customer-account-edit .layout .block-account,
.customer-address-index .layout .block-account,
.sales-order-history .layout .block-account,
.review-customer-index .layout .block-account,
.newsletter-manage-index .layout .block-account,
.customer-address-form .layout .block-account,
.sales-order-view .layout .block-account {
  text-transform: uppercase;
}
.customer-account-index .layout .block-content,
.customer-account-edit .layout .block-content,
.customer-address-index .layout .block-content,
.sales-order-history .layout .block-content,
.review-customer-index .layout .block-content,
.newsletter-manage-index .layout .block-content,
.customer-address-form .layout .block-content,
.sales-order-view .layout .block-content {
  padding: 0;
}
.customer-account-index .layout .block-content li a,
.customer-account-edit .layout .block-content li a,
.customer-address-index .layout .block-content li a,
.sales-order-history .layout .block-content li a,
.review-customer-index .layout .block-content li a,
.newsletter-manage-index .layout .block-content li a,
.customer-address-form .layout .block-content li a,
.sales-order-view .layout .block-content li a {
  color: #000;
}
.customer-account-index .layout .button,
.customer-account-edit .layout .button,
.customer-address-index .layout .button,
.sales-order-history .layout .button,
.review-customer-index .layout .button,
.newsletter-manage-index .layout .button,
.customer-address-form .layout .button,
.sales-order-view .layout .button {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
}
.customer-account-index .layout .button:hover,
.customer-account-edit .layout .button:hover,
.customer-address-index .layout .button:hover,
.sales-order-history .layout .button:hover,
.review-customer-index .layout .button:hover,
.newsletter-manage-index .layout .button:hover,
.customer-address-form .layout .button:hover,
.sales-order-view .layout .button:hover,
.customer-account-index .layout .button:focus,
.customer-account-edit .layout .button:focus,
.customer-address-index .layout .button:focus,
.sales-order-history .layout .button:focus,
.review-customer-index .layout .button:focus,
.newsletter-manage-index .layout .button:focus,
.customer-address-form .layout .button:focus,
.sales-order-view .layout .button:focus,
.customer-account-index .layout .button:active,
.customer-account-edit .layout .button:active,
.customer-address-index .layout .button:active,
.sales-order-history .layout .button:active,
.review-customer-index .layout .button:active,
.newsletter-manage-index .layout .button:active,
.customer-address-form .layout .button:active,
.sales-order-view .layout .button:active,
.customer-account-index .layout .button.active,
.customer-account-edit .layout .button.active,
.customer-address-index .layout .button.active,
.sales-order-history .layout .button.active,
.review-customer-index .layout .button.active,
.newsletter-manage-index .layout .button.active,
.customer-address-form .layout .button.active,
.sales-order-view .layout .button.active,
.open .dropdown-toggle.customer-account-index .layout .button,
.open .dropdown-toggle.customer-account-edit .layout .button,
.open .dropdown-toggle.customer-address-index .layout .button,
.open .dropdown-toggle.sales-order-history .layout .button,
.open .dropdown-toggle.review-customer-index .layout .button,
.open .dropdown-toggle.newsletter-manage-index .layout .button,
.open .dropdown-toggle.customer-address-form .layout .button,
.open .dropdown-toggle.sales-order-view .layout .button {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.customer-account-index .layout .button:active,
.customer-account-edit .layout .button:active,
.customer-address-index .layout .button:active,
.sales-order-history .layout .button:active,
.review-customer-index .layout .button:active,
.newsletter-manage-index .layout .button:active,
.customer-address-form .layout .button:active,
.sales-order-view .layout .button:active,
.customer-account-index .layout .button.active,
.customer-account-edit .layout .button.active,
.customer-address-index .layout .button.active,
.sales-order-history .layout .button.active,
.review-customer-index .layout .button.active,
.newsletter-manage-index .layout .button.active,
.customer-address-form .layout .button.active,
.sales-order-view .layout .button.active,
.open .dropdown-toggle.customer-account-index .layout .button,
.open .dropdown-toggle.customer-account-edit .layout .button,
.open .dropdown-toggle.customer-address-index .layout .button,
.open .dropdown-toggle.sales-order-history .layout .button,
.open .dropdown-toggle.review-customer-index .layout .button,
.open .dropdown-toggle.newsletter-manage-index .layout .button,
.open .dropdown-toggle.customer-address-form .layout .button,
.open .dropdown-toggle.sales-order-view .layout .button {
  background-image: none;
}
.customer-account-index .layout .button.disabled,
.customer-account-edit .layout .button.disabled,
.customer-address-index .layout .button.disabled,
.sales-order-history .layout .button.disabled,
.review-customer-index .layout .button.disabled,
.newsletter-manage-index .layout .button.disabled,
.customer-address-form .layout .button.disabled,
.sales-order-view .layout .button.disabled,
.customer-account-index .layout .button[disabled],
.customer-account-edit .layout .button[disabled],
.customer-address-index .layout .button[disabled],
.sales-order-history .layout .button[disabled],
.review-customer-index .layout .button[disabled],
.newsletter-manage-index .layout .button[disabled],
.customer-address-form .layout .button[disabled],
.sales-order-view .layout .button[disabled],
fieldset[disabled] .customer-account-index .layout .button,
fieldset[disabled] .customer-account-edit .layout .button,
fieldset[disabled] .customer-address-index .layout .button,
fieldset[disabled] .sales-order-history .layout .button,
fieldset[disabled] .review-customer-index .layout .button,
fieldset[disabled] .newsletter-manage-index .layout .button,
fieldset[disabled] .customer-address-form .layout .button,
fieldset[disabled] .sales-order-view .layout .button,
.customer-account-index .layout .button.disabled:hover,
.customer-account-edit .layout .button.disabled:hover,
.customer-address-index .layout .button.disabled:hover,
.sales-order-history .layout .button.disabled:hover,
.review-customer-index .layout .button.disabled:hover,
.newsletter-manage-index .layout .button.disabled:hover,
.customer-address-form .layout .button.disabled:hover,
.sales-order-view .layout .button.disabled:hover,
.customer-account-index .layout .button[disabled]:hover,
.customer-account-edit .layout .button[disabled]:hover,
.customer-address-index .layout .button[disabled]:hover,
.sales-order-history .layout .button[disabled]:hover,
.review-customer-index .layout .button[disabled]:hover,
.newsletter-manage-index .layout .button[disabled]:hover,
.customer-address-form .layout .button[disabled]:hover,
.sales-order-view .layout .button[disabled]:hover,
fieldset[disabled] .customer-account-index .layout .button:hover,
fieldset[disabled] .customer-account-edit .layout .button:hover,
fieldset[disabled] .customer-address-index .layout .button:hover,
fieldset[disabled] .sales-order-history .layout .button:hover,
fieldset[disabled] .review-customer-index .layout .button:hover,
fieldset[disabled] .newsletter-manage-index .layout .button:hover,
fieldset[disabled] .customer-address-form .layout .button:hover,
fieldset[disabled] .sales-order-view .layout .button:hover,
.customer-account-index .layout .button.disabled:focus,
.customer-account-edit .layout .button.disabled:focus,
.customer-address-index .layout .button.disabled:focus,
.sales-order-history .layout .button.disabled:focus,
.review-customer-index .layout .button.disabled:focus,
.newsletter-manage-index .layout .button.disabled:focus,
.customer-address-form .layout .button.disabled:focus,
.sales-order-view .layout .button.disabled:focus,
.customer-account-index .layout .button[disabled]:focus,
.customer-account-edit .layout .button[disabled]:focus,
.customer-address-index .layout .button[disabled]:focus,
.sales-order-history .layout .button[disabled]:focus,
.review-customer-index .layout .button[disabled]:focus,
.newsletter-manage-index .layout .button[disabled]:focus,
.customer-address-form .layout .button[disabled]:focus,
.sales-order-view .layout .button[disabled]:focus,
fieldset[disabled] .customer-account-index .layout .button:focus,
fieldset[disabled] .customer-account-edit .layout .button:focus,
fieldset[disabled] .customer-address-index .layout .button:focus,
fieldset[disabled] .sales-order-history .layout .button:focus,
fieldset[disabled] .review-customer-index .layout .button:focus,
fieldset[disabled] .newsletter-manage-index .layout .button:focus,
fieldset[disabled] .customer-address-form .layout .button:focus,
fieldset[disabled] .sales-order-view .layout .button:focus,
.customer-account-index .layout .button.disabled:active,
.customer-account-edit .layout .button.disabled:active,
.customer-address-index .layout .button.disabled:active,
.sales-order-history .layout .button.disabled:active,
.review-customer-index .layout .button.disabled:active,
.newsletter-manage-index .layout .button.disabled:active,
.customer-address-form .layout .button.disabled:active,
.sales-order-view .layout .button.disabled:active,
.customer-account-index .layout .button[disabled]:active,
.customer-account-edit .layout .button[disabled]:active,
.customer-address-index .layout .button[disabled]:active,
.sales-order-history .layout .button[disabled]:active,
.review-customer-index .layout .button[disabled]:active,
.newsletter-manage-index .layout .button[disabled]:active,
.customer-address-form .layout .button[disabled]:active,
.sales-order-view .layout .button[disabled]:active,
fieldset[disabled] .customer-account-index .layout .button:active,
fieldset[disabled] .customer-account-edit .layout .button:active,
fieldset[disabled] .customer-address-index .layout .button:active,
fieldset[disabled] .sales-order-history .layout .button:active,
fieldset[disabled] .review-customer-index .layout .button:active,
fieldset[disabled] .newsletter-manage-index .layout .button:active,
fieldset[disabled] .customer-address-form .layout .button:active,
fieldset[disabled] .sales-order-view .layout .button:active,
.customer-account-index .layout .button.disabled.active,
.customer-account-edit .layout .button.disabled.active,
.customer-address-index .layout .button.disabled.active,
.sales-order-history .layout .button.disabled.active,
.review-customer-index .layout .button.disabled.active,
.newsletter-manage-index .layout .button.disabled.active,
.customer-address-form .layout .button.disabled.active,
.sales-order-view .layout .button.disabled.active,
.customer-account-index .layout .button[disabled].active,
.customer-account-edit .layout .button[disabled].active,
.customer-address-index .layout .button[disabled].active,
.sales-order-history .layout .button[disabled].active,
.review-customer-index .layout .button[disabled].active,
.newsletter-manage-index .layout .button[disabled].active,
.customer-address-form .layout .button[disabled].active,
.sales-order-view .layout .button[disabled].active,
fieldset[disabled] .customer-account-index .layout .button.active,
fieldset[disabled] .customer-account-edit .layout .button.active,
fieldset[disabled] .customer-address-index .layout .button.active,
fieldset[disabled] .sales-order-history .layout .button.active,
fieldset[disabled] .review-customer-index .layout .button.active,
fieldset[disabled] .newsletter-manage-index .layout .button.active,
fieldset[disabled] .customer-address-form .layout .button.active,
fieldset[disabled] .sales-order-view .layout .button.active {
  background-color: #477821;
  border-color: #3b641b;
}
.customer-account-index .layout .button .badge,
.customer-account-edit .layout .button .badge,
.customer-address-index .layout .button .badge,
.sales-order-history .layout .button .badge,
.review-customer-index .layout .button .badge,
.newsletter-manage-index .layout .button .badge,
.customer-address-form .layout .button .badge,
.sales-order-view .layout .button .badge {
  color: #477821;
  background-color: #ffffff;
}
.customer-account-index .layout form,
.customer-account-edit .layout form,
.customer-address-index .layout form,
.sales-order-history .layout form,
.review-customer-index .layout form,
.newsletter-manage-index .layout form,
.customer-address-form .layout form,
.sales-order-view .layout form {
  background: #f8f8f8;
  padding: 15px;
}
.customer-account-index .layout form .buttons-set,
.customer-account-edit .layout form .buttons-set,
.customer-address-index .layout form .buttons-set,
.sales-order-history .layout form .buttons-set,
.review-customer-index .layout form .buttons-set,
.newsletter-manage-index .layout form .buttons-set,
.customer-address-form .layout form .buttons-set,
.sales-order-view .layout form .buttons-set {
  margin: 0;
  padding: 0;
  border: none;
}
.customer-account-index .layout form .button,
.customer-account-edit .layout form .button,
.customer-address-index .layout form .button,
.sales-order-history .layout form .button,
.review-customer-index .layout form .button,
.newsletter-manage-index .layout form .button,
.customer-address-form .layout form .button,
.sales-order-view .layout form .button {
  width: 50%;
}
.customer-account-index .layout .addresses-list li,
.customer-account-edit .layout .addresses-list li,
.customer-address-index .layout .addresses-list li,
.sales-order-history .layout .addresses-list li,
.review-customer-index .layout .addresses-list li,
.newsletter-manage-index .layout .addresses-list li,
.customer-address-form .layout .addresses-list li,
.sales-order-view .layout .addresses-list li {
  border: none;
  padding: 0;
  box-shadow: none;
}
.customer-account-index .layout .addresses-list h3,
.customer-account-edit .layout .addresses-list h3,
.customer-address-index .layout .addresses-list h3,
.sales-order-history .layout .addresses-list h3,
.review-customer-index .layout .addresses-list h3,
.newsletter-manage-index .layout .addresses-list h3,
.customer-address-form .layout .addresses-list h3,
.sales-order-view .layout .addresses-list h3 {
  border: none;
  background: #838383;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}
.customer-account-index .layout .addresses-list .addresses-additional,
.customer-account-edit .layout .addresses-list .addresses-additional,
.customer-address-index .layout .addresses-list .addresses-additional,
.sales-order-history .layout .addresses-list .addresses-additional,
.review-customer-index .layout .addresses-list .addresses-additional,
.newsletter-manage-index .layout .addresses-list .addresses-additional,
.customer-address-form .layout .addresses-list .addresses-additional,
.sales-order-view .layout .addresses-list .addresses-additional {
  background: #f8f8f8;
}
.customer-account-index .layout .addresses-list .addresses-additional li,
.customer-account-edit .layout .addresses-list .addresses-additional li,
.customer-address-index .layout .addresses-list .addresses-additional li,
.sales-order-history .layout .addresses-list .addresses-additional li,
.review-customer-index .layout .addresses-list .addresses-additional li,
.newsletter-manage-index .layout .addresses-list .addresses-additional li,
.customer-address-form .layout .addresses-list .addresses-additional li,
.sales-order-view .layout .addresses-list .addresses-additional li {
  background: #f8f8f8;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.customer-account-index .layout .addresses-list .addresses-additional li:last-of-type,
.customer-account-edit .layout .addresses-list .addresses-additional li:last-of-type,
.customer-address-index .layout .addresses-list .addresses-additional li:last-of-type,
.sales-order-history .layout .addresses-list .addresses-additional li:last-of-type,
.review-customer-index .layout .addresses-list .addresses-additional li:last-of-type,
.newsletter-manage-index .layout .addresses-list .addresses-additional li:last-of-type,
.customer-address-form .layout .addresses-list .addresses-additional li:last-of-type,
.sales-order-view .layout .addresses-list .addresses-additional li:last-of-type {
  border-bottom: none;
}
/* Category */
/* Force the scroll bar to the left hand side of the screen */
.scroll-pane {
  background: url("../images/carbon-dark-gray.jpg") repeat top left !important;
  width: 100%;
  max-height: 260px;
  overflow: auto;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  margin-left: 40px;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 12px;
  background: transparent;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: transparent;
}
.jspCap {
  display: block;
  height: 12px;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #f0f0f0;
  position: relative;
}
.jspDrag {
  background: #b8b8b8;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.catalog-category-view,
.amshopby-index-index,
.catalogsearch-result-index {
  /* Products View */
  /* Filters */
}
.catalog-category-view .mobMenuCls,
.amshopby-index-index .mobMenuCls,
.catalogsearch-result-index .mobMenuCls {
  display: none;
}
.catalog-category-view .mobMenu,
.amshopby-index-index .mobMenu,
.catalogsearch-result-index .mobMenu {
  display: block;
}
.catalog-category-view .mobMenu li,
.amshopby-index-index .mobMenu li,
.catalogsearch-result-index .mobMenu li {
  border-color: #e5e5e5 !important;
}
.catalog-category-view .mobMenu a,
.amshopby-index-index .mobMenu a,
.catalogsearch-result-index .mobMenu a {
  font-size: 20px !important;
}
.catalog-category-view .collections-wrapper,
.amshopby-index-index .collections-wrapper,
.catalogsearch-result-index .collections-wrapper {
  overflow: hidden;
  margin-top: 75px;
}
.catalog-category-view .collections-wrapper .sub-category,
.amshopby-index-index .collections-wrapper .sub-category,
.catalogsearch-result-index .collections-wrapper .sub-category {
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  width: 50%;
  margin-bottom: 150px;
}
.catalog-category-view .collections-wrapper .sub-category .image-wrapper,
.amshopby-index-index .collections-wrapper .sub-category .image-wrapper,
.catalogsearch-result-index .collections-wrapper .sub-category .image-wrapper {
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
}
.catalog-category-view .collections-wrapper .sub-category .image-wrapper img,
.amshopby-index-index .collections-wrapper .sub-category .image-wrapper img,
.catalogsearch-result-index .collections-wrapper .sub-category .image-wrapper img {
  width: 100%;
}
.catalog-category-view .collections-wrapper .sub-category .name,
.amshopby-index-index .collections-wrapper .sub-category .name,
.catalogsearch-result-index .collections-wrapper .sub-category .name {
  font-size: 45px;
  text-align: center;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 30px;
}
.catalog-category-view .collections-wrapper .sub-category .name a,
.amshopby-index-index .collections-wrapper .sub-category .name a,
.catalogsearch-result-index .collections-wrapper .sub-category .name a {
  color: #333333;
}
@media (max-width: 768px) {
  .catalog-category-view .collections-wrapper .sub-category,
  .amshopby-index-index .collections-wrapper .sub-category,
  .catalogsearch-result-index .collections-wrapper .sub-category {
    float: none;
    width: 100%;
    margin-bottom: 70px;
  }
}
.catalog-category-view .collections-wrapper .sub-category.first,
.amshopby-index-index .collections-wrapper .sub-category.first,
.catalogsearch-result-index .collections-wrapper .sub-category.first {
  clear: both;
}
.catalog-category-view .collections-wrapper .sub-category.hover .name a,
.amshopby-index-index .collections-wrapper .sub-category.hover .name a,
.catalogsearch-result-index .collections-wrapper .sub-category.hover .name a {
  color: #54812c;
  /* font-weight:400; */
  text-decoration: none;
}
.catalog-category-view .layout.layout-2-cols,
.amshopby-index-index .layout.layout-2-cols,
.catalogsearch-result-index .layout.layout-2-cols {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .catalog-category-view .layout.layout-2-cols,
  .amshopby-index-index .layout.layout-2-cols,
  .catalogsearch-result-index .layout.layout-2-cols {
    margin-top: 10px;
  }
}
.catalog-category-view .category-image img,
.amshopby-index-index .category-image img,
.catalogsearch-result-index .category-image img {
  width: 100%;
}
.catalog-category-view h1,
.amshopby-index-index h1,
.catalogsearch-result-index h1 {
  font-size: 24px;
  color: black;
}
.catalog-category-view div[role="main"],
.amshopby-index-index div[role="main"],
.catalogsearch-result-index div[role="main"] {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .catalog-category-view div[role="main"],
  .amshopby-index-index div[role="main"],
  .catalogsearch-result-index div[role="main"] {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view div[role="main"],
  .amshopby-index-index div[role="main"],
  .catalogsearch-result-index div[role="main"] {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .catalog-category-view div[role="main"],
  .amshopby-index-index div[role="main"],
  .catalogsearch-result-index div[role="main"] {
    padding: 0px;
  }
}
.catalog-category-view div[role="main"] .category-products,
.amshopby-index-index div[role="main"] .category-products,
.catalogsearch-result-index div[role="main"] .category-products {
  margin-top: 0px;
}
.catalog-category-view div[role="main"] .category-image,
.amshopby-index-index div[role="main"] .category-image,
.catalogsearch-result-index div[role="main"] .category-image {
  display: none !important;
}
.catalog-category-view div[role="main"] .category-title,
.amshopby-index-index div[role="main"] .category-title,
.catalogsearch-result-index div[role="main"] .category-title,
.catalog-category-view div[role="main"] .category-image,
.amshopby-index-index div[role="main"] .category-image,
.catalogsearch-result-index div[role="main"] .category-image,
.catalog-category-view div[role="main"] .category-description,
.amshopby-index-index div[role="main"] .category-description,
.catalogsearch-result-index div[role="main"] .category-description,
.catalog-category-view div[role="main"] .view-mode,
.amshopby-index-index div[role="main"] .view-mode,
.catalogsearch-result-index div[role="main"] .view-mode,
.catalog-category-view div[role="main"] .toolbar,
.amshopby-index-index div[role="main"] .toolbar,
.catalogsearch-result-index div[role="main"] .toolbar {
  display: none;
}
.catalog-category-view div[role="main"] .pager,
.amshopby-index-index div[role="main"] .pager,
.catalogsearch-result-index div[role="main"] .pager {
  display: none;
}
@media (min-width: 992px) {
  .catalog-category-view div[role="main"],
  .amshopby-index-index div[role="main"],
  .catalogsearch-result-index div[role="main"] {
    float: left;
  }
  .catalog-category-view div[role="main"] .category-image,
  .amshopby-index-index div[role="main"] .category-image,
  .catalogsearch-result-index div[role="main"] .category-image,
  .catalog-category-view div[role="main"] .toolbar,
  .amshopby-index-index div[role="main"] .toolbar,
  .catalogsearch-result-index div[role="main"] .toolbar {
    display: block;
  }
}
.catalog-category-view div[role="main"] .sorter,
.amshopby-index-index div[role="main"] .sorter,
.catalogsearch-result-index div[role="main"] .sorter {
  border: none;
}
.catalog-category-view div[role="main"] .sorter .sort-by,
.amshopby-index-index div[role="main"] .sorter .sort-by,
.catalogsearch-result-index div[role="main"] .sorter .sort-by {
  display: none;
  float: left;
  text-transform: uppercase;
}
.catalog-category-view div[role="main"] .sorter .sort-by label,
.amshopby-index-index div[role="main"] .sorter .sort-by label,
.catalogsearch-result-index div[role="main"] .sorter .sort-by label {
  padding-right: 10px;
}
.catalog-category-view div[role="main"] .sorter .sort-by select,
.amshopby-index-index div[role="main"] .sorter .sort-by select,
.catalogsearch-result-index div[role="main"] .sorter .sort-by select {
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-category-view .breadcrumb,
.amshopby-index-index .breadcrumb,
.catalogsearch-result-index .breadcrumb {
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 15px;
}
.catalog-category-view ul.products-grid,
.amshopby-index-index ul.products-grid,
.catalogsearch-result-index ul.products-grid {
  margin: 0;
}
.catalog-category-view ul.products-grid .item,
.amshopby-index-index ul.products-grid .item,
.catalogsearch-result-index ul.products-grid .item {
  border: 1px solid #e9e9e9;
  width: 48%;
  margin-bottom: 20px;
  min-height: 450px !important;
  text-align: center;
  padding: 0px;
  background: #f7f7f7;
}
.catalog-category-view ul.products-grid .item .product-image,
.amshopby-index-index ul.products-grid .item .product-image,
.catalogsearch-result-index ul.products-grid .item .product-image {
  margin-bottom: 0px;
}
.catalog-category-view ul.products-grid .item .bottom-box-wrapper,
.amshopby-index-index ul.products-grid .item .bottom-box-wrapper,
.catalogsearch-result-index ul.products-grid .item .bottom-box-wrapper {
  background: #f7f7f7;
  overflow: auto;
  padding-top: 10px;
}
.catalog-category-view ul.products-grid .item .bottom-box-wrapper .more,
.amshopby-index-index ul.products-grid .item .bottom-box-wrapper .more,
.catalogsearch-result-index ul.products-grid .item .bottom-box-wrapper .more {
  background: #f7f7f7;
}
.catalog-category-view ul.products-grid .item .top,
.amshopby-index-index ul.products-grid .item .top,
.catalogsearch-result-index ul.products-grid .item .top {
  overflow: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.catalog-category-view ul.products-grid .item .top .price-box,
.amshopby-index-index ul.products-grid .item .top .price-box,
.catalogsearch-result-index ul.products-grid .item .top .price-box {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  text-align: left;
}
.catalog-category-view ul.products-grid .item .top .price-box .price,
.amshopby-index-index ul.products-grid .item .top .price-box .price,
.catalogsearch-result-index ul.products-grid .item .top .price-box .price {
  color: #313131;
}
.catalog-category-view ul.products-grid .item .top .product-name,
.amshopby-index-index ul.products-grid .item .top .product-name,
.catalogsearch-result-index ul.products-grid .item .top .product-name {
  text-align: left;
  border: 0px;
}
.catalog-category-view ul.products-grid .item .top .product-name a,
.amshopby-index-index ul.products-grid .item .top .product-name a,
.catalogsearch-result-index ul.products-grid .item .top .product-name a {
  padding: 0px;
  color: #313131;
}
.catalog-category-view ul.products-grid .item .more,
.amshopby-index-index ul.products-grid .item .more,
.catalogsearch-result-index ul.products-grid .item .more {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-category-view ul.products-grid .item .more .view-more a,
.amshopby-index-index ul.products-grid .item .more .view-more a,
.catalogsearch-result-index ul.products-grid .item .more .view-more a {
  text-decoration: none;
  color: black !important;
  font-weight: bold;
  float: left;
  width: 130px;
  background: url('../images/mroe_details_btn.png') no-repeat right top 0px;
  padding-top: 5px;
  margin-bottom: 7px;
}
.catalog-category-view ul.products-grid .item .short_description,
.amshopby-index-index ul.products-grid .item .short_description,
.catalogsearch-result-index ul.products-grid .item .short_description {
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
}
.catalog-category-view ul.products-grid .item .short_description a,
.amshopby-index-index ul.products-grid .item .short_description a,
.catalogsearch-result-index ul.products-grid .item .short_description a {
  color: #6e6e6e;
}
.catalog-category-view ul.products-grid .item img,
.amshopby-index-index ul.products-grid .item img,
.catalogsearch-result-index ul.products-grid .item img {
  border: 0px;
  border-bottom: 1px solid;
}
.catalog-category-view ul.products-grid .item .productFlach,
.amshopby-index-index ul.products-grid .item .productFlach,
.catalogsearch-result-index ul.products-grid .item .productFlach {
  left: 0;
}
.catalog-category-view ul.products-grid .item .add-to-links,
.amshopby-index-index ul.products-grid .item .add-to-links,
.catalogsearch-result-index ul.products-grid .item .add-to-links,
.catalog-category-view ul.products-grid .item .ratings,
.amshopby-index-index ul.products-grid .item .ratings,
.catalogsearch-result-index ul.products-grid .item .ratings,
.catalog-category-view ul.products-grid .item #amconf-block,
.amshopby-index-index ul.products-grid .item #amconf-block,
.catalogsearch-result-index ul.products-grid .item #amconf-block {
  display: none;
}
.catalog-category-view ul.products-grid .item .actions .add-to-links,
.amshopby-index-index ul.products-grid .item .actions .add-to-links,
.catalogsearch-result-index ul.products-grid .item .actions .add-to-links,
.catalog-category-view ul.products-grid .item .actions .btn-cart,
.amshopby-index-index ul.products-grid .item .actions .btn-cart,
.catalogsearch-result-index ul.products-grid .item .actions .btn-cart {
  display: none;
}
@media (min-width: 480px) {
  .catalog-category-view ul.products-grid .item,
  .amshopby-index-index ul.products-grid .item,
  .catalogsearch-result-index ul.products-grid .item {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  .catalog-category-view ul.products-grid .item,
  .amshopby-index-index ul.products-grid .item,
  .catalogsearch-result-index ul.products-grid .item {
    width: 231px;
  }
}
@media (min-width: 992px) {
  .catalog-category-view ul.products-grid .item,
  .amshopby-index-index ul.products-grid .item,
  .catalogsearch-result-index ul.products-grid .item {
    width: 222px;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view ul.products-grid .item,
  .amshopby-index-index ul.products-grid .item,
  .catalogsearch-result-index ul.products-grid .item {
    width: 240px;
  }
}
@media screen and (max-width: 430px) {
  .catalog-category-view ul.products-grid .item,
  .amshopby-index-index ul.products-grid .item,
  .catalogsearch-result-index ul.products-grid .item {
    min-height: 400px !important;
  }
}
.catalog-category-view ul.products-grid .item a,
.amshopby-index-index ul.products-grid .item a,
.catalogsearch-result-index ul.products-grid .item a {
  color: #000;
  display: block;
}
.catalog-category-view ul.products-grid .item .product-name,
.amshopby-index-index ul.products-grid .item .product-name,
.catalogsearch-result-index ul.products-grid .item .product-name {
  font-weight: bold;
  min-height: 40px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.catalog-category-view ul.products-grid .item .product-name a,
.amshopby-index-index ul.products-grid .item .product-name a,
.catalogsearch-result-index ul.products-grid .item .product-name a {
  padding-bottom: 10px;
}
.catalog-category-view ul.products-grid .item .short_description,
.amshopby-index-index ul.products-grid .item .short_description,
.catalogsearch-result-index ul.products-grid .item .short_description {
  min-height: 40px;
}
@media (max-width: 768px) {
  .catalog-category-view ul.products-grid .item .short_description,
  .amshopby-index-index ul.products-grid .item .short_description,
  .catalogsearch-result-index ul.products-grid .item .short_description {
    min-height: 80px;
  }
}
.catalog-category-view ul.products-grid .item .price-box,
.amshopby-index-index ul.products-grid .item .price-box,
.catalogsearch-result-index ul.products-grid .item .price-box {
  font-weight: bold;
  font-size: 16px;
}
.catalog-category-view ul.products-grid .item .price-box .price,
.amshopby-index-index ul.products-grid .item .price-box .price,
.catalogsearch-result-index ul.products-grid .item .price-box .price {
  color: #000;
  display: inline;
}
.catalog-category-view ul.products-grid .item .price-box .old-price,
.amshopby-index-index ul.products-grid .item .price-box .old-price,
.catalogsearch-result-index ul.products-grid .item .price-box .old-price {
  display: inline;
  width: auto;
  padding-right: 10px;
}
.catalog-category-view ul.products-grid .item .price-box .old-price .price,
.amshopby-index-index ul.products-grid .item .price-box .old-price .price,
.catalogsearch-result-index ul.products-grid .item .price-box .old-price .price {
  color: #000;
}
.catalog-category-view ul.products-grid .item .price-box .special-price,
.amshopby-index-index ul.products-grid .item .price-box .special-price,
.catalogsearch-result-index ul.products-grid .item .price-box .special-price {
  display: inline;
  width: auto;
}
.catalog-category-view ul.products-grid .item .price-box .special-price .price,
.amshopby-index-index ul.products-grid .item .price-box .special-price .price,
.catalogsearch-result-index ul.products-grid .item .price-box .special-price .price {
  color: #477821 !important;
}
.catalog-category-view ul.products-grid .item .price-box .strike,
.amshopby-index-index ul.products-grid .item .price-box .strike,
.catalogsearch-result-index ul.products-grid .item .price-box .strike {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .catalog-category-view ul.products-grid .item .price-box .strike,
  .amshopby-index-index ul.products-grid .item .price-box .strike,
  .catalogsearch-result-index ul.products-grid .item .price-box .strike {
    padding-right: 10px;
  }
}
.catalog-category-view ul.products-grid .item .price-box .price-label,
.amshopby-index-index ul.products-grid .item .price-box .price-label,
.catalogsearch-result-index ul.products-grid .item .price-box .price-label {
  display: none;
}
.catalog-category-view ul.products-grid .item .actions,
.amshopby-index-index ul.products-grid .item .actions,
.catalogsearch-result-index ul.products-grid .item .actions {
  left: 0;
  width: 100%;
}
.catalog-category-view ul.products-grid .item .actions .view-more a,
.amshopby-index-index ul.products-grid .item .actions .view-more a,
.catalogsearch-result-index ul.products-grid .item .actions .view-more a {
  color: #477821;
}
.catalog-category-view ul.products-grid .item .more,
.amshopby-index-index ul.products-grid .item .more,
.catalogsearch-result-index ul.products-grid .item .more {
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 5px;
}
.catalog-category-view ul.products-grid .item .more .view-more a,
.amshopby-index-index ul.products-grid .item .more .view-more a,
.catalogsearch-result-index ul.products-grid .item .more .view-more a {
  color: #477821;
}
@media screen and (max-width: 350px) {
  .catalog-category-view ul.products-grid .item .more .view-more a,
  .amshopby-index-index ul.products-grid .item .more .view-more a,
  .catalogsearch-result-index ul.products-grid .item .more .view-more a {
    font-size: 12px;
    width: 115px;
    padding-bottom: 5px;
  }
}
.catalog-category-view ul.products-grid .on-sale,
.amshopby-index-index ul.products-grid .on-sale,
.catalogsearch-result-index ul.products-grid .on-sale {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 81px;
  background: url('../images/onsale.png') no-repeat top left;
}
@media (min-width: 992px) {
  .catalog-category-view ul.products-grid .first,
  .amshopby-index-index ul.products-grid .first,
  .catalogsearch-result-index ul.products-grid .first {
    margin-right: 18px !important;
  }
}
@media (min-width: 768px) {
  .catalog-category-view ul.products-grid .first,
  .amshopby-index-index ul.products-grid .first,
  .catalogsearch-result-index ul.products-grid .first {
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  .catalog-category-view ul.products-grid .last,
  .amshopby-index-index ul.products-grid .last,
  .catalogsearch-result-index ul.products-grid .last {
    margin-left: 9px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .item:nth-child(odd),
  .amshopby-index-index .item:nth-child(odd),
  .catalogsearch-result-index .item:nth-child(odd) {
    margin-right: 4%;
  }
}
.catalog-category-view aside[role="complementary"],
.amshopby-index-index aside[role="complementary"],
.catalogsearch-result-index aside[role="complementary"] {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  padding: 0;
  padding-right: 30px !important;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"],
  .amshopby-index-index aside[role="complementary"],
  .catalogsearch-result-index aside[role="complementary"] {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view aside[role="complementary"],
  .amshopby-index-index aside[role="complementary"],
  .catalogsearch-result-index aside[role="complementary"] {
    float: left;
    width: 33.33333333%;
  }
}
.catalog-category-view aside[role="complementary"] .collections,
.amshopby-index-index aside[role="complementary"] .collections,
.catalogsearch-result-index aside[role="complementary"] .collections {
  border-bottom: 3px solid black !important;
}
.catalog-category-view aside[role="complementary"] .collections ol,
.amshopby-index-index aside[role="complementary"] .collections ol,
.catalogsearch-result-index aside[role="complementary"] .collections ol {
  margin-bottom: 0px;
}
.catalog-category-view aside[role="complementary"] .collections ol li,
.amshopby-index-index aside[role="complementary"] .collections ol li,
.catalogsearch-result-index aside[role="complementary"] .collections ol li {
  margin-bottom: 7px;
}
.catalog-category-view aside[role="complementary"] .collections ol li a,
.amshopby-index-index aside[role="complementary"] .collections ol li a,
.catalogsearch-result-index aside[role="complementary"] .collections ol li a {
  color: #4e4e4e;
  font-size: 36px;
  font-weight: lighter;
  text-transform: uppercase;
  text-decoration: none;
}
.catalog-category-view aside[role="complementary"] .collections ol li a:hover,
.amshopby-index-index aside[role="complementary"] .collections ol li a:hover,
.catalogsearch-result-index aside[role="complementary"] .collections ol li a:hover {
  color: #678e47;
  font-weight: 500;
}
@media (max-width: 992px) {
  .catalog-category-view aside[role="complementary"] .collections ol li,
  .amshopby-index-index aside[role="complementary"] .collections ol li,
  .catalogsearch-result-index aside[role="complementary"] .collections ol li {
    padding-bottom: 5px;
    padding-top: 9px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.catalog-category-view aside[role="complementary"] .collections ol li.current a,
.amshopby-index-index aside[role="complementary"] .collections ol li.current a,
.catalogsearch-result-index aside[role="complementary"] .collections ol li.current a {
  color: #678e47;
  font-weight: 500;
}
@media (max-width: 992px) {
  .catalog-category-view aside[role="complementary"] .collections,
  .amshopby-index-index aside[role="complementary"] .collections,
  .catalogsearch-result-index aside[role="complementary"] .collections {
    border-bottom: 0px !important;
  }
}
.catalog-category-view aside[role="complementary"] .title,
.amshopby-index-index aside[role="complementary"] .title,
.catalogsearch-result-index aside[role="complementary"] .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  color: black;
  font-weight: bold;
}
@media (max-width: 992px) {
  .catalog-category-view aside[role="complementary"] .title,
  .amshopby-index-index aside[role="complementary"] .title,
  .catalogsearch-result-index aside[role="complementary"] .title {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .catalog-category-view aside[role="complementary"] .title,
  .amshopby-index-index aside[role="complementary"] .title,
  .catalogsearch-result-index aside[role="complementary"] .title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"],
  .amshopby-index-index aside[role="complementary"],
  .catalogsearch-result-index aside[role="complementary"] {
    float: left;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .catalog-category-view aside[role="complementary"],
  .amshopby-index-index aside[role="complementary"],
  .catalogsearch-result-index aside[role="complementary"] {
    border-bottom: 0px !important;
    padding-right: 0px !important;
  }
}
.catalog-category-view aside[role="complementary"] .amshopby-filters-left,
.amshopby-index-index aside[role="complementary"] .amshopby-filters-left,
.catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left,
.catalog-category-view aside[role="complementary"] .category-description,
.amshopby-index-index aside[role="complementary"] .category-description,
.catalogsearch-result-index aside[role="complementary"] .category-description,
.catalog-category-view aside[role="complementary"] dd,
.amshopby-index-index aside[role="complementary"] dd,
.catalogsearch-result-index aside[role="complementary"] dd,
.catalog-category-view aside[role="complementary"] .scroll-pane,
.amshopby-index-index aside[role="complementary"] .scroll-pane,
.catalogsearch-result-index aside[role="complementary"] .scroll-pane,
.catalog-category-view aside[role="complementary"] .block-title,
.amshopby-index-index aside[role="complementary"] .block-title,
.catalogsearch-result-index aside[role="complementary"] .block-title,
.catalog-category-view aside[role="complementary"] .block-subtitle,
.amshopby-index-index aside[role="complementary"] .block-subtitle,
.catalogsearch-result-index aside[role="complementary"] .block-subtitle {
  display: none;
}
.catalog-category-view aside[role="complementary"] .amshopby-filters-left ol.currently > li > a > img,
.amshopby-index-index aside[role="complementary"] .amshopby-filters-left ol.currently > li > a > img,
.catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left ol.currently > li > a > img {
  display: none;
}
.catalog-category-view aside[role="complementary"] .amshopby-filters-left ol.currently > li > a,
.amshopby-index-index aside[role="complementary"] .amshopby-filters-left ol.currently > li > a,
.catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left ol.currently > li > a {
  display: inline-block;
  background: none;
}
.catalog-category-view aside[role="complementary"] .amshopby-filters-left ol.currently > li > a:after,
.amshopby-index-index aside[role="complementary"] .amshopby-filters-left ol.currently > li > a:after,
.catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left ol.currently > li > a:after {
  content: "\f00d";
  font-family: FontAwesome;
}
.catalog-category-view aside[role="complementary"] .amshopby-filters-left .actions,
.amshopby-index-index aside[role="complementary"] .amshopby-filters-left .actions,
.catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left .actions {
  border: none;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] .amshopby-filters-left .actions,
  .amshopby-index-index aside[role="complementary"] .amshopby-filters-left .actions,
  .catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left .actions {
    border-top: 1px solid;
  }
}
.catalog-category-view aside[role="complementary"] .left-mini-menu,
.amshopby-index-index aside[role="complementary"] .left-mini-menu,
.catalogsearch-result-index aside[role="complementary"] .left-mini-menu,
.catalog-category-view aside[role="complementary"] .category-menu,
.amshopby-index-index aside[role="complementary"] .category-menu,
.catalogsearch-result-index aside[role="complementary"] .category-menu {
  font-weight: normal;
  display: block;
  padding: 10px 15px;
  background: url('../images/left_mobile_close.png') no-repeat 96% center;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] .left-mini-menu,
  .amshopby-index-index aside[role="complementary"] .left-mini-menu,
  .catalogsearch-result-index aside[role="complementary"] .left-mini-menu,
  .catalog-category-view aside[role="complementary"] .category-menu,
  .amshopby-index-index aside[role="complementary"] .category-menu,
  .catalogsearch-result-index aside[role="complementary"] .category-menu {
    border: none;
    background: url("../images/carbon.jpg") repeat top left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0;
    padding-left: 10px;
  }
}
.catalog-category-view aside[role="complementary"] .left-mini-menu a,
.amshopby-index-index aside[role="complementary"] .left-mini-menu a,
.catalogsearch-result-index aside[role="complementary"] .left-mini-menu a,
.catalog-category-view aside[role="complementary"] .category-menu a,
.amshopby-index-index aside[role="complementary"] .category-menu a,
.catalogsearch-result-index aside[role="complementary"] .category-menu a,
.catalog-category-view aside[role="complementary"] .left-mini-menu a:hover,
.amshopby-index-index aside[role="complementary"] .left-mini-menu a:hover,
.catalogsearch-result-index aside[role="complementary"] .left-mini-menu a:hover,
.catalog-category-view aside[role="complementary"] .category-menu a:hover,
.amshopby-index-index aside[role="complementary"] .category-menu a:hover,
.catalogsearch-result-index aside[role="complementary"] .category-menu a:hover,
.catalog-category-view aside[role="complementary"] .left-mini-menu a:visited,
.amshopby-index-index aside[role="complementary"] .left-mini-menu a:visited,
.catalogsearch-result-index aside[role="complementary"] .left-mini-menu a:visited,
.catalog-category-view aside[role="complementary"] .category-menu a:visited,
.amshopby-index-index aside[role="complementary"] .category-menu a:visited,
.catalogsearch-result-index aside[role="complementary"] .category-menu a:visited {
  color: #000;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] .left-mini-menu a,
  .amshopby-index-index aside[role="complementary"] .left-mini-menu a,
  .catalogsearch-result-index aside[role="complementary"] .left-mini-menu a,
  .catalog-category-view aside[role="complementary"] .category-menu a,
  .amshopby-index-index aside[role="complementary"] .category-menu a,
  .catalogsearch-result-index aside[role="complementary"] .category-menu a,
  .catalog-category-view aside[role="complementary"] .left-mini-menu a:hover,
  .amshopby-index-index aside[role="complementary"] .left-mini-menu a:hover,
  .catalogsearch-result-index aside[role="complementary"] .left-mini-menu a:hover,
  .catalog-category-view aside[role="complementary"] .category-menu a:hover,
  .amshopby-index-index aside[role="complementary"] .category-menu a:hover,
  .catalogsearch-result-index aside[role="complementary"] .category-menu a:hover,
  .catalog-category-view aside[role="complementary"] .left-mini-menu a:visited,
  .amshopby-index-index aside[role="complementary"] .left-mini-menu a:visited,
  .catalogsearch-result-index aside[role="complementary"] .left-mini-menu a:visited,
  .catalog-category-view aside[role="complementary"] .category-menu a:visited,
  .amshopby-index-index aside[role="complementary"] .category-menu a:visited,
  .catalogsearch-result-index aside[role="complementary"] .category-menu a:visited {
    color: #fff;
  }
}
.catalog-category-view aside[role="complementary"] .category-menu,
.amshopby-index-index aside[role="complementary"] .category-menu,
.catalogsearch-result-index aside[role="complementary"] .category-menu {
  border-top: 1px solid #ccc;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] .left-mini-menu,
  .amshopby-index-index aside[role="complementary"] .left-mini-menu,
  .catalogsearch-result-index aside[role="complementary"] .left-mini-menu {
    display: none;
  }
}
.catalog-category-view aside[role="complementary"] .left-mini-menu.open,
.amshopby-index-index aside[role="complementary"] .left-mini-menu.open,
.catalogsearch-result-index aside[role="complementary"] .left-mini-menu.open,
.catalog-category-view aside[role="complementary"] .category-menu.open,
.amshopby-index-index aside[role="complementary"] .category-menu.open,
.catalogsearch-result-index aside[role="complementary"] .category-menu.open {
  background: url('../images/left_mobile_open.png') no-repeat 96% center;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] .scroll-pane,
  .amshopby-index-index aside[role="complementary"] .scroll-pane,
  .catalogsearch-result-index aside[role="complementary"] .scroll-pane {
    display: block;
  }
}
.catalog-category-view aside[role="complementary"] .scroll-pane ol li,
.amshopby-index-index aside[role="complementary"] .scroll-pane ol li,
.catalogsearch-result-index aside[role="complementary"] .scroll-pane ol li {
  border: none;
  width: 60%;
  padding: 0 5px;
  line-height: 30px;
  color: #fff;
}
.catalog-category-view aside[role="complementary"] .scroll-pane ol li:hover,
.amshopby-index-index aside[role="complementary"] .scroll-pane ol li:hover,
.catalogsearch-result-index aside[role="complementary"] .scroll-pane ol li:hover {
  text-decoration: none;
  background: #bababa;
  border-radius: 1px;
  display: block;
}
.catalog-category-view aside[role="complementary"] .scroll-pane a,
.amshopby-index-index aside[role="complementary"] .scroll-pane a,
.catalogsearch-result-index aside[role="complementary"] .scroll-pane a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.catalog-category-view aside[role="complementary"] .amshopby-filters-left,
.amshopby-index-index aside[role="complementary"] .amshopby-filters-left,
.catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left {
  padding: 0 15px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] .amshopby-filters-left,
  .amshopby-index-index aside[role="complementary"] .amshopby-filters-left,
  .catalogsearch-result-index aside[role="complementary"] .amshopby-filters-left {
    padding: 0;
    display: block;
  }
}
.catalog-category-view aside[role="complementary"] .actions,
.amshopby-index-index aside[role="complementary"] .actions,
.catalogsearch-result-index aside[role="complementary"] .actions {
  background: transparent;
}
.catalog-category-view aside[role="complementary"] .category-title h1,
.amshopby-index-index aside[role="complementary"] .category-title h1,
.catalogsearch-result-index aside[role="complementary"] .category-title h1 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] .category-title h1,
  .amshopby-index-index aside[role="complementary"] .category-title h1,
  .catalogsearch-result-index aside[role="complementary"] .category-title h1 {
    padding: 0;
  }
}
.catalog-category-view aside[role="complementary"] .category-description,
.amshopby-index-index aside[role="complementary"] .category-description,
.catalogsearch-result-index aside[role="complementary"] .category-description {
  font-size: 16px;
  margin-top: 35px;
  color: #6e6e6e;
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  .catalog-category-view aside[role="complementary"] .category-description,
  .amshopby-index-index aside[role="complementary"] .category-description,
  .catalogsearch-result-index aside[role="complementary"] .category-description {
    display: block;
    padding-bottom: 20px;
  }
  .catalog-category-view aside[role="complementary"] .category-description h4,
  .amshopby-index-index aside[role="complementary"] .category-description h4,
  .catalogsearch-result-index aside[role="complementary"] .category-description h4 {
    text-transform: uppercase;
    font-size: 23px;
    color: black;
  }
}
.catalog-category-view aside[role="complementary"] dl,
.amshopby-index-index aside[role="complementary"] dl,
.catalogsearch-result-index aside[role="complementary"] dl {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] dl,
  .amshopby-index-index aside[role="complementary"] dl,
  .catalogsearch-result-index aside[role="complementary"] dl {
    padding: 0 15px;
  }
}
.catalog-category-view aside[role="complementary"] dt,
.amshopby-index-index aside[role="complementary"] dt,
.catalogsearch-result-index aside[role="complementary"] dt {
  cursor: pointer;
  border: none;
  margin: 0 auto;
  padding: 10px 15px;
  width: 100%;
  background: url('../images/left_mobile_close.png') no-repeat 90% center;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] dt,
  .amshopby-index-index aside[role="complementary"] dt,
  .catalogsearch-result-index aside[role="complementary"] dt {
    padding: 0;
    background: transparent;
    border: none;
    cursor: auto;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view aside[role="complementary"] dt,
  .amshopby-index-index aside[role="complementary"] dt,
  .catalogsearch-result-index aside[role="complementary"] dt {
    margin-top: 8px;
  }
}
.catalog-category-view aside[role="complementary"] dt.open,
.amshopby-index-index aside[role="complementary"] dt.open,
.catalogsearch-result-index aside[role="complementary"] dt.open {
  background: url('../images/left_mobile_open.png') no-repeat 90% center;
}
.catalog-category-view aside[role="complementary"] dd,
.amshopby-index-index aside[role="complementary"] dd,
.catalogsearch-result-index aside[role="complementary"] dd {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] dd,
  .amshopby-index-index aside[role="complementary"] dd,
  .catalogsearch-result-index aside[role="complementary"] dd {
    display: block;
    padding: 0;
  }
}
.catalog-category-view aside[role="complementary"] ol li,
.amshopby-index-index aside[role="complementary"] ol li,
.catalogsearch-result-index aside[role="complementary"] ol li {
  line-height: 30px;
  border-bottom: 1px solid #efefef;
}
@media (min-width: 992px) {
  .catalog-category-view aside[role="complementary"] ol li,
  .amshopby-index-index aside[role="complementary"] ol li,
  .catalogsearch-result-index aside[role="complementary"] ol li {
    border: none;
  }
}
.catalog-category-view aside[role="complementary"] .block-layered-nav,
.amshopby-index-index aside[role="complementary"] .block-layered-nav,
.catalogsearch-result-index aside[role="complementary"] .block-layered-nav {
  border: none;
  display: none;
}
.catalog-category-view aside[role="complementary"] a,
.amshopby-index-index aside[role="complementary"] a,
.catalogsearch-result-index aside[role="complementary"] a {
  color: #838383;
}
.catalog-category-view aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr,
.amshopby-index-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr,
.catalogsearch-result-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr,
.catalog-category-view aside[role="complementary"] div.block-layered-nav dd a.amshopby-price,
.amshopby-index-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-price,
.catalogsearch-result-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-price {
  padding-left: 24px;
  background: transparent url('../images/checkbox-icon.png') no-repeat left center;
}
.catalog-category-view aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr:hover,
.amshopby-index-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr:hover,
.catalogsearch-result-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr:hover,
.catalog-category-view aside[role="complementary"] div.block-layered-nav dd a.amshopby-price:hover,
.amshopby-index-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-price:hover,
.catalogsearch-result-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-price:hover {
  color: #000;
  padding-left: 24px;
  text-decoration: none;
  background: transparent url('../images/checkbox-hover-icon.png') no-repeat left center;
}
.catalog-category-view aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr-selected,
.amshopby-index-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr-selected,
.catalogsearch-result-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-attr-selected,
.catalog-category-view aside[role="complementary"] div.block-layered-nav dd a.amshopby-price-selected,
.amshopby-index-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-price-selected,
.catalogsearch-result-index aside[role="complementary"] div.block-layered-nav dd a.amshopby-price-selected {
  font-weight: bold;
  padding-left: 24px;
  background: transparent url('../images/v-checkbox.png') no-repeat left center;
}
/* Product */
.catalog-product-view .layout {
  padding-top: 10px;
}
.product-view .box-collateral {
  border: 0;
  box-shadow: none;
}
.product-view .box-collateral > h2 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.catalog-product-view #customer-reviews {
  width: 100% !important;
  padding: 0;
  margin-top: 30px;
  /*
		width: 55%;
		padding-@{op-direction}: 30px; 
		@media (max-width: @screen-md) {
			padding-@{direction}: 15px !important;
			padding-@{op-direction}: 15px !important;
		}

		*/
}
.catalog-product-view #customer-reviews .clearfix > .rating,
.catalog-product-view #customer-reviews header[role="banner"] > .rating,
.catalog-product-view #customer-reviews .layout > .rating,
.catalog-product-view #customer-reviews .container > .rating,
.catalog-product-view #customer-reviews .container-fluid > .rating,
.catalog-product-view #customer-reviews .row > .rating,
.catalog-product-view #customer-reviews .col2-set > .rating,
.catalog-product-view #customer-reviews .col2-set > .rating,
.catalog-product-view #customer-reviews .col4-set > .rating,
.catalog-product-view #customer-reviews .form-horizontal .form-group > .rating,
.catalog-product-view #customer-reviews .nav > .rating,
.catalog-product-view #customer-reviews .navbar > .rating,
.catalog-product-view #customer-reviews .navbar-header > .rating,
.catalog-product-view #customer-reviews .navbar-collapse > .rating,
.catalog-product-view #customer-reviews .panel-body > .rating,
.catalog-product-view #customer-reviews .products-grid > .rating,
.catalog-product-view #customer-reviews .product-view > .rating,
.catalog-product-view #customer-reviews .product-essential .product-img-box .more-views ul > .rating,
.catalog-product-view #customer-reviews .product-options-bottom > .rating,
.catalog-product-view #customer-reviews .catalog-seo-sitemap-product .page-sitemap .sitemap > .rating,
.catalog-product-view #customer-reviews .catalog-seo-sitemap-category .page-sitemap .sitemap > .rating,
.catalog-product-view #customer-reviews .cart .cart-collaterals > .rating,
.catalog-product-view #customer-reviews .modal-footer > .rating,
.catalog-product-view #customer-reviews footer > .rating,
.catalog-product-view #customer-reviews .product-essential > .rating,
.catalog-product-view #customer-reviews .login-reg > .rating,
.catalog-product-view #customer-reviews ol.onepage > .rating,
.catalog-product-view #customer-reviews nav[role="navigation"].mobile-menu .navbar-collapse.navbar-main-collapse > .rating,
.catalog-product-view #customer-reviews nav[role="navigation"].desktop-menu .navbar-collapse.navbar-main-collapse > .rating,
.catalog-product-view #customer-reviews header[role="banner"] > .rating,
.catalog-product-view #customer-reviews .header-wrapper .container.header header > .rating,
.catalog-product-view #customer-reviews .navbar-main .navbar-nav > .rating,
.catalog-product-view #customer-reviews footer[role="contentinfo"] > .rating,
.catalog-product-view #customer-reviews .catalog-category-view .layout.layout-2-cols > .rating,
.catalog-product-view #customer-reviews .amshopby-index-index .layout.layout-2-cols > .rating,
.catalog-product-view #customer-reviews .catalogsearch-result-index .layout.layout-2-cols > .rating,
.catalog-product-view #customer-reviews .catalog-category-view aside[role="complementary"] dl > .rating,
.catalog-product-view #customer-reviews .amshopby-index-index aside[role="complementary"] dl > .rating,
.catalog-product-view #customer-reviews .catalogsearch-result-index aside[role="complementary"] dl > .rating,
.catalog-product-view #customer-reviews .catalog-product-view .product-view .product-essential > .rating,
.catalog-product-view #customer-reviews .catalog-product-view .product-view .additional-products > .rating,
.catalog-product-view #customer-reviews .catalog-product-view .product-view ul.products-grid > .rating,
.catalog-product-view #customer-reviews .catalog-product-view .right-product-view .product-description > .rating,
.catalog-product-view #customer-reviews .catalog-product-view .mobile-elements .product-description > .rating,
.catalog-product-view #customer-reviews .catalog-product-view .mobile-details .product-description > .rating,
.catalog-product-view #customer-reviews .checkout-cart-index ul#crosssell-products-list > .rating,
.catalog-product-view #customer-reviews .checkout-cart-index .cart-delivery-payments > .rating,
.catalog-product-view #customer-reviews .cms-our-partners .std > .rating,
.catalog-product-view #customer-reviews .cms-why-torgoen .why-us-reason > .rating,
.catalog-product-view #customer-reviews .eco-friendly .eco-friendly-div > .rating {
  line-height: 170%;
  margin-left: 5px;
}
.catalog-product-view #customer-reviews .form-add {
  margin-top: 15px;
}
.catalog-product-view #customer-reviews .form-add #review-form .stars.first {
  padding-top: 12px;
}
.catalog-product-view #customer-reviews .form-add #review-form .form-list {
  margin-bottom: 3px;
}
.catalog-product-view #customer-reviews .form-add #review-form .form-list li:last-child {
  margin-bottom: 0px;
}
.catalog-product-view #customer-reviews .form-add #review-form button.button {
  width: 105px;
  height: 35px;
  margin-left: 5px;
}
.catalog-product-view #customer-reviews .form-add #review-form button.button span {
  font-weight: bold;
  font-size: 12px;
}
.catalog-product-view #customer-reviews .form-add #review-form h4 {
  color: black;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 25px;
}
.catalog-product-view #customer-reviews .rating {
  float: left;
  width: 230px;
}
.catalog-product-view #customer-reviews .rating .ratings-table {
  float: left;
  margin-left: 20px;
}
.catalog-product-view #customer-reviews .rating .nobr {
  float: left;
  margin-left: 15px;
  color: black;
  line-height: 190%;
}
.catalog-product-view #customer-reviews .reviews-title.reviews-top {
  float: left;
}
.catalog-product-view #customer-reviews .reviews-title.reviews-top h2 {
  font-weight: bold;
  color: black;
  width: 65px;
  margin-bottom: 0px;
  line-height: 180%;
}
.catalog-product-view #customer-reviews .ratings-table th {
  display: none;
}
.catalog-product-view .layout.layout-1-col div[role="main"] {
  padding: 0;
  margin: 0;
}
.catalog-product-view .product-view {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /* 		.rating a::before {
			content: '(';
		}
		
		.rating a::after {
			content: ')';
		} */
}
@media (min-width: 992px) {
  .catalog-product-view .product-view {
    float: left;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .catalog-product-view .product-view {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.catalog-product-view .product-view .product-collateral {
  padding: 0;
  float: none;
}
.catalog-product-view .product-view .box-collateral {
  padding: 0;
}
.catalog-product-view .product-view .box-description {
  padding: 30px 0;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.catalog-product-view .product-view .box-description h2 {
  font-weight: bold;
  color: black;
  font-size: 20px;
}
.catalog-product-view .product-view .box-description .std {
  margin-top: 20px;
  color: #6e6e6e;
  font-size: 15px;
}
.catalog-product-view .product-view .product-view {
  margin: 0;
}
.catalog-product-view .product-view .product-view .box-collateral {
  background: transparent;
}
.catalog-product-view .product-view .product-essential {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
}
.catalog-product-view .product-view .product-img-box {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.catalog-product-view .product-view .product-img-box #enlarge-button {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
  z-index: 101;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.catalog-product-view .product-view .product-img-box #enlarge-button img {
  width: 15px;
  margin-left: 5px;
  margin-top: -4px;
  opacity: 0.8;
}
.catalog-product-view .product-view .product-img-box img {
  border: 0;
}
.catalog-product-view .product-view .product-img-box .product-image {
  width: 100%;
  border: 1px solid;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .product-img-box .product-image {
    padding-top: 40px;
    float: right;
  }
}
.catalog-product-view .product-view .product-img-box .product-image img#amasty_zoom {
  position: static !important;
  max-width: 400px;
  max-height: 400px;
}
@media (min-width: 480px) {
  .catalog-product-view .product-view .product-img-box .product-image img#amasty_zoom {
    max-width: 400px;
    max-height: 400px;
  }
}
.catalog-product-view .product-view .product-img-box #amasty_gallery {
  text-align: center;
  max-height: 510px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .product-img-box #amasty_gallery {
    margin: 0;
    text-align: left;
  }
}
.catalog-product-view .product-view .product-img-box #amasty_gallery img {
  width: 20%;
  max-width: 120px;
  border: 1px solid #d0d0d0;
  display: inline-block;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view .product-img-box #amasty_gallery img {
    width: 116.9px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .product-img-box #amasty_gallery img {
    width: 116.9px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .product-img-box {
    /* 				.generate-images(4, 1, 0px);
				.generate-images(4, 5, 105px);

				.generate-images(@n, @start_at, @set_left @i: 1) when (@i =< @n) {
						@nth_num: @i + @start_at - 1;
						#amasty_gallery > a:nth-of-type(@{nth_num}) {
							img {
								top: 105px * (@i - 1);
								left: @set_left;
							}
						}
					.generate-images(@n, @start_at, @set_left, (@i + 1));
				} */
  }
  .catalog-product-view .product-view .product-img-box #amasty_gallery > a {
    margin-top: 10px;
  }
  .catalog-product-view .product-view .product-img-box #amasty_gallery > a:nth-of-type(1) {
    margin-top: 0px;
  }
}
.catalog-product-view .product-view .product-img-box .more-views {
  border: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .product-img-box .more-views {
    padding: 0;
    width: 20%;
    float: right;
  }
}
.catalog-product-view .product-view .product-img-box .more-views h2 {
  display: none;
}
.catalog-product-view .product-view .product-img-box .sharing {
  width: 40px;
  height: 80px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 480px) {
  .catalog-product-view .product-view .product-img-box .sharing {
    width: auto;
    height: auto;
  }
}
.catalog-product-view .product-view .product-img-box .sharing .sharing-title {
  display: none;
}
.catalog-product-view .product-view .product-img-box .sharing .sharing-links li {
  margin-right: 10px;
}
@media (min-width: 480px) {
  .catalog-product-view .product-view .product-img-box .sharing .sharing-links li {
    margin-right: 20px;
  }
}
.catalog-product-view .product-view .product-img-box .sharing li {
  float: right;
}
.catalog-product-view .product-view .product-img-box .sharing li a {
  color: #000;
}
.catalog-product-view .product-view .box-up-sell {
  display: none;
}
.catalog-product-view .product-view .box-up-sell,
.catalog-product-view .product-view .box-related {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .box-up-sell,
  .catalog-product-view .product-view .box-related {
    margin-top: 0;
  }
}
.catalog-product-view .product-view .box-up-sell h2,
.catalog-product-view .product-view .box-related h2 {
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
}
.catalog-product-view .product-view .box-up-sell {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view .box-up-sell {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product-view .box-up-sell {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .box-up-sell {
    float: left;
    width: 58.33333333%;
  }
}
.catalog-product-view .product-view .box-related {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view .box-related {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product-view .box-related {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view .box-related {
    float: left;
    width: 41.66666667%;
  }
}
.catalog-product-view .product-view .box-related .item {
  width: 33.33333% !important;
}
.catalog-product-view .product-view .box-related .item .item-border {
  background: #f7f7f7;
  padding: 0px;
}
.catalog-product-view .product-view .box-related .item .item-border form {
  padding-bottom: 7px;
}
.catalog-product-view .product-view .box-related .item .item-border img {
  width: 100%;
}
.catalog-product-view .product-view .box-related .item .item-border #qty {
  display: none;
}
.catalog-product-view .product-view .box-related .item .item-border .actions {
  display: none;
}
.catalog-product-view .product-view .box-related .item .item-border .add-to-cart-btn {
  height: 28px;
  width: 165px;
  background: #477821;
}
.catalog-product-view .product-view .box-related .item .item-border .add-to-cart-btn span {
  color: white;
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-top: 3px;
}
@media (max-width: 1200px) {
  .catalog-product-view .product-view .box-related .item .item-border .add-to-cart-btn {
    width: 80%;
  }
}
.catalog-product-view .product-view .box-related .item .item-border .price-box {
  display: block;
  text-align: left;
  margin-left: 7px;
  margin-right: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.catalog-product-view .product-view .box-related .item .item-border .short_description {
  min-height: 55px;
  padding-left: 7px;
  padding-right: 7px;
}
.catalog-product-view .product-view .box-related .item .item-border .short_description a {
  color: #6e6e6e;
  background: #f7f7f7;
  text-align: left;
}
.catalog-product-view .product-view .box-related .item .item-border h3.product-name {
  padding-left: 7px;
  padding-right: 7px;
  min-height: 50px;
  border-bottom: 0px;
}
.catalog-product-view .product-view .box-related .item .item-border h3.product-name a {
  text-align: left;
  color: #2e2e2e;
}
@media (max-width: 1200px) {
  .catalog-product-view .product-view .box-related .item .item-border h3.product-name {
    min-height: 70px;
  }
}
@media screen and (max-width: 550px) {
  .catalog-product-view .product-view .box-related .item {
    width: 50% !important;
    margin: auto;
    margin-bottom: 40px;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  .catalog-product-view .product-view .box-related .item {
    width: 75% !important;
  }
}
.catalog-product-view .product-view .additional-products {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-product-view .product-view ul.related-grid > li.item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view ul.related-grid > li.item {
    float: left;
    width: 50%;
  }
}
.catalog-product-view .product-view ul.related-grid li.item.last {
  display: block;
}
.catalog-product-view .product-view ul.products-grid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  margin-top: 20px;
  min-width: inherit;
  /* 			.first {
				@media (min-width: @screen-sm) {
					margin-@{op-direction}:15px;
				}
			} */
}
.catalog-product-view .product-view ul.products-grid .item {
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10px !important;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view ul.products-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product-view ul.products-grid .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view ul.products-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-view ul.products-grid .item {
    margin-bottom: 0;
  }
}
.catalog-product-view .product-view ul.products-grid .item a {
  color: #000;
  display: block;
}
.catalog-product-view .product-view ul.products-grid .item .product-image {
  min-height: 120px;
}
.catalog-product-view .product-view ul.products-grid .item img {
  border: 0;
}
.catalog-product-view .product-view ul.products-grid .item .item-border {
  border: 1px solid #d0d0d0;
  position: relative;
  min-height: 150px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view ul.products-grid .item .item-border {
    min-height: 390px;
  }
}
.catalog-product-view .product-view ul.products-grid .item .product-name {
  font-weight: bold;
  min-height: 75px;
  margin-bottom: 6px;
  border-bottom: 1px solid #d0d0d0;
}
.catalog-product-view .product-view ul.products-grid .item .product-name a {
  padding-bottom: 10px;
}
.catalog-product-view .product-view ul.products-grid .item .short_description {
  display: block;
  min-height: 120px;
}
@media (max-width: 1200px) {
  .catalog-product-view .product-view ul.products-grid .item .short_description {
    min-height: 60px !important;
  }
}
.catalog-product-view .product-view ul.products-grid .item .price-box * {
  color: #2e2e2e;
}
.catalog-product-view .product-view ul.products-grid .item .price-box {
  display: none;
  font-weight: bold;
  font-size: 16px;
}
.catalog-product-view .product-view ul.products-grid .item .price-box .price {
  color: #2e2e2e;
  display: inline-block;
}
.catalog-product-view .product-view ul.products-grid .item .price-box .special-price {
  color: #477821;
  display: inline-block;
}
.catalog-product-view .product-view ul.products-grid .item .price-box .strike {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view ul.products-grid .item .price-box .strike {
    padding-right: 10px;
  }
}
.catalog-product-view .product-view ul.products-grid .item .actions {
  display: none;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view ul.products-grid .item .actions {
    display: block;
  }
}
.catalog-product-view .product-view ul.products-grid .item .actions .view-more a {
  margin-bottom: 10px;
  color: #477821;
}
.catalog-product-view .product-view ul.products-grid .on-sale {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 81px;
  background: url('../images/onsale.png') no-repeat top left;
  background-size: 60px 60px;
  -webkit-background-size: 60px 60px;
}
.catalog-product-view .product-view ul.products-grid .last {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .product-view ul.products-grid .last {
    display: list-item;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product-view ul.products-grid .last {
    display: none;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-view ul.products-grid .last {
    display: list-item;
  }
}
.catalog-product-view .product-view .reviews-title.reviews-top {
  float: left;
  padding-right: 40px;
}
.catalog-product-view .product-view .rating a,
.catalog-product-view .product-view .rating a:visited {
  padding-left: 20px;
  margin-top: 22px;
  display: block;
  float: left;
  color: #000;
  font-weight: bold;
}
.catalog-product-view .product-view .ratings-table {
  float: left;
  margin-top: 20px;
}
.catalog-product-view .product-view .ratings-table th {
  display: none;
}
.catalog-product-view .right-product-view {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-product-view .right-product-view {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .right-product-view {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 992px) {
  .catalog-product-view .right-product-view {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.catalog-product-view .mobile-elements .product-shop,
.catalog-product-view .mobile-details .product-shop {
  border: 0;
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 0;
}
.catalog-product-view .right-product-view,
.catalog-product-view .mobile-elements,
.catalog-product-view .mobile-details {
  display: block;
}
.catalog-product-view .right-product-view #product_addtocart_form .price-box,
.catalog-product-view .mobile-elements #product_addtocart_form .price-box,
.catalog-product-view .mobile-details #product_addtocart_form .price-box,
.catalog-product-view .right-product-view #product_addtocart_form .add-to-links,
.catalog-product-view .mobile-elements #product_addtocart_form .add-to-links,
.catalog-product-view .mobile-details #product_addtocart_form .add-to-links {
  display: none;
}
.catalog-product-view .right-product-view .product-name,
.catalog-product-view .mobile-elements .product-name,
.catalog-product-view .mobile-details .product-name {
  text-transform: uppercase;
}
.catalog-product-view .right-product-view .product-name h1,
.catalog-product-view .mobile-elements .product-name h1,
.catalog-product-view .mobile-details .product-name h1 {
  line-height: 150%;
  margin-top: 0;
  font-weight: bold;
  display: inline-block;
  font-size: 23px;
  margin-bottom: 5px;
}
.catalog-product-view .right-product-view .product-name h1 .splitted_product_desc,
.catalog-product-view .mobile-elements .product-name h1 .splitted_product_desc,
.catalog-product-view .mobile-details .product-name h1 .splitted_product_desc {
  font-weight: 100;
}
.catalog-product-view .right-product-view .product-name .short-description,
.catalog-product-view .mobile-elements .product-name .short-description,
.catalog-product-view .mobile-details .product-name .short-description {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-size: 25px;
  margin-top: 0;
  font-weight: normal;
  display: inline;
}
.catalog-product-view .right-product-view .product-name .short-description small,
.catalog-product-view .mobile-elements .product-name .short-description small,
.catalog-product-view .mobile-details .product-name .short-description small,
.catalog-product-view .right-product-view .product-name .short-description .small,
.catalog-product-view .mobile-elements .product-name .short-description .small,
.catalog-product-view .mobile-details .product-name .short-description .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.catalog-product-view .right-product-view .product-name .short-description small,
.catalog-product-view .mobile-elements .product-name .short-description small,
.catalog-product-view .mobile-details .product-name .short-description small,
.catalog-product-view .right-product-view .product-name .short-description .small,
.catalog-product-view .mobile-elements .product-name .short-description .small,
.catalog-product-view .mobile-details .product-name .short-description .small {
  font-size: 65%;
}
.catalog-product-view .right-product-view .product-name .short-description .std,
.catalog-product-view .mobile-elements .product-name .short-description .std,
.catalog-product-view .mobile-details .product-name .short-description .std {
  display: inline;
}
.catalog-product-view .right-product-view .product-name .short-description::before,
.catalog-product-view .mobile-elements .product-name .short-description::before,
.catalog-product-view .mobile-details .product-name .short-description::before {
  content: " - ";
  font-weight: bold;
}
.catalog-product-view .right-product-view .ratings,
.catalog-product-view .mobile-elements .ratings,
.catalog-product-view .mobile-details .ratings {
  margin: 20px 0;
  height: 18px;
}
.catalog-product-view .right-product-view .rating-box,
.catalog-product-view .mobile-elements .rating-box,
.catalog-product-view .mobile-details .rating-box {
  display: inline-block;
}
.catalog-product-view .right-product-view .rating-links,
.catalog-product-view .mobile-elements .rating-links,
.catalog-product-view .mobile-details .rating-links {
  display: inline-block;
  float: right;
}
.catalog-product-view .right-product-view .rating-links .separator,
.catalog-product-view .mobile-elements .rating-links .separator,
.catalog-product-view .mobile-details .rating-links .separator {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .right-product-view .rating-links .separator,
  .catalog-product-view .mobile-elements .rating-links .separator,
  .catalog-product-view .mobile-details .rating-links .separator {
    display: inline-block;
  }
}
.catalog-product-view .right-product-view .link-compare,
.catalog-product-view .mobile-elements .link-compare,
.catalog-product-view .mobile-details .link-compare,
.catalog-product-view .right-product-view .link-compare:visited,
.catalog-product-view .mobile-elements .link-compare:visited,
.catalog-product-view .mobile-details .link-compare:visited,
.catalog-product-view .right-product-view .review-summery,
.catalog-product-view .mobile-elements .review-summery,
.catalog-product-view .mobile-details .review-summery,
.catalog-product-view .right-product-view .review-summary:visited,
.catalog-product-view .mobile-elements .review-summary:visited,
.catalog-product-view .mobile-details .review-summary:visited,
.catalog-product-view .right-product-view .separator,
.catalog-product-view .mobile-elements .separator,
.catalog-product-view .mobile-details .separator {
  height: 17px;
  line-height: 17px;
  display: inline-block;
  color: #838383;
  font-size: 13px;
  font-weight: bold;
}
.catalog-product-view .right-product-view .link-compare,
.catalog-product-view .mobile-elements .link-compare,
.catalog-product-view .mobile-details .link-compare,
.catalog-product-view .right-product-view .link-compare:visited,
.catalog-product-view .mobile-elements .link-compare:visited,
.catalog-product-view .mobile-details .link-compare:visited {
  background: url('../images/compare-icon.png') 0 0 no-repeat;
  padding-left: 26px;
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .right-product-view .link-compare,
  .catalog-product-view .mobile-elements .link-compare,
  .catalog-product-view .mobile-details .link-compare,
  .catalog-product-view .right-product-view .link-compare:visited,
  .catalog-product-view .mobile-elements .link-compare:visited,
  .catalog-product-view .mobile-details .link-compare:visited {
    display: inline-block;
  }
}
.catalog-product-view .right-product-view .price-box,
.catalog-product-view .mobile-elements .price-box,
.catalog-product-view .mobile-details .price-box {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.catalog-product-view .right-product-view .price-box,
.catalog-product-view .mobile-elements .price-box,
.catalog-product-view .mobile-details .price-box {
  padding: 20px 0;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.catalog-product-view .right-product-view .price-box .old-price,
.catalog-product-view .mobile-elements .price-box .old-price,
.catalog-product-view .mobile-details .price-box .old-price {
  display: inline-block;
  padding-right: 10px;
}
.catalog-product-view .right-product-view .price-box .old-price .price,
.catalog-product-view .mobile-elements .price-box .old-price .price,
.catalog-product-view .mobile-details .price-box .old-price .price {
  color: #313131;
}
.catalog-product-view .right-product-view .price-box .special-price,
.catalog-product-view .mobile-elements .price-box .special-price,
.catalog-product-view .mobile-details .price-box .special-price {
  color: #477821;
  display: inline-block;
}
.catalog-product-view .right-product-view .price-box .strike,
.catalog-product-view .mobile-elements .price-box .strike,
.catalog-product-view .mobile-details .price-box .strike {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .catalog-product-view .right-product-view .price-box .strike,
  .catalog-product-view .mobile-elements .price-box .strike,
  .catalog-product-view .mobile-details .price-box .strike {
    padding-right: 10px;
  }
}
.catalog-product-view .right-product-view .availability,
.catalog-product-view .mobile-elements .availability,
.catalog-product-view .mobile-details .availability {
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.catalog-product-view .right-product-view .availability span,
.catalog-product-view .mobile-elements .availability span,
.catalog-product-view .mobile-details .availability span {
  text-transform: none;
  color: #000;
}
.catalog-product-view .right-product-view .product-options,
.catalog-product-view .mobile-elements .product-options,
.catalog-product-view .mobile-details .product-options {
  box-shadow: none;
  padding: 0;
  border: 0;
  background: transparent;
  margin-bottom: 5px;
}
.catalog-product-view .right-product-view .product-options .brothers-images-container:before,
.catalog-product-view .mobile-elements .product-options .brothers-images-container:before,
.catalog-product-view .mobile-details .product-options .brothers-images-container:before,
.catalog-product-view .right-product-view .product-options .brothers-images-container:after,
.catalog-product-view .mobile-elements .product-options .brothers-images-container:after,
.catalog-product-view .mobile-details .product-options .brothers-images-container:after {
  content: " ";
  display: table;
}
.catalog-product-view .right-product-view .product-options .brothers-images-container:after,
.catalog-product-view .mobile-elements .product-options .brothers-images-container:after,
.catalog-product-view .mobile-details .product-options .brothers-images-container:after {
  clear: both;
}
.catalog-product-view .right-product-view .product-options .brothers-images-container:before,
.catalog-product-view .mobile-elements .product-options .brothers-images-container:before,
.catalog-product-view .mobile-details .product-options .brothers-images-container:before,
.catalog-product-view .right-product-view .product-options .brothers-images-container:after,
.catalog-product-view .mobile-elements .product-options .brothers-images-container:after,
.catalog-product-view .mobile-details .product-options .brothers-images-container:after {
  content: " ";
  display: table;
}
.catalog-product-view .right-product-view .product-options .brothers-images-container:after,
.catalog-product-view .mobile-elements .product-options .brothers-images-container:after,
.catalog-product-view .mobile-details .product-options .brothers-images-container:after {
  clear: both;
}
.catalog-product-view .right-product-view .product-options .brothers-images-container .brother-image-container,
.catalog-product-view .mobile-elements .product-options .brothers-images-container .brother-image-container,
.catalog-product-view .mobile-details .product-options .brothers-images-container .brother-image-container {
  margin-right: 8px;
  margin-top: 8px;
  float: left;
}
.catalog-product-view .right-product-view .product-options .brothers-images-container .brother-image-container:nth-child(5),
.catalog-product-view .mobile-elements .product-options .brothers-images-container .brother-image-container:nth-child(5),
.catalog-product-view .mobile-details .product-options .brothers-images-container .brother-image-container:nth-child(5),
.catalog-product-view .right-product-view .product-options .brothers-images-container .brother-image-container:nth-child(10),
.catalog-product-view .mobile-elements .product-options .brothers-images-container .brother-image-container:nth-child(10),
.catalog-product-view .mobile-details .product-options .brothers-images-container .brother-image-container:nth-child(10) {
  margin-right: 0;
}
.catalog-product-view .right-product-view .product-options .brothers-images-container .brother-image,
.catalog-product-view .mobile-elements .product-options .brothers-images-container .brother-image,
.catalog-product-view .mobile-details .product-options .brothers-images-container .brother-image {
  margin: 0;
  max-width: 110px;
  max-height: 110px;
  border: 1px solid #d0d0d0;
  border-color: #477821;
  border-width: 1px;
}
.catalog-product-view .right-product-view .product-options p.required,
.catalog-product-view .mobile-elements .product-options p.required,
.catalog-product-view .mobile-details .product-options p.required {
  display: none;
}
.catalog-product-view .right-product-view .product-options dt label,
.catalog-product-view .mobile-elements .product-options dt label,
.catalog-product-view .mobile-details .product-options dt label {
  width: 100%;
  text-transform: uppercase;
}
.catalog-product-view .right-product-view .product-options dl.last dd.last,
.catalog-product-view .mobile-elements .product-options dl.last dd.last,
.catalog-product-view .mobile-details .product-options dl.last dd.last {
  padding-left: 0;
}
.catalog-product-view .right-product-view .product-options .attribute-label-holder,
.catalog-product-view .mobile-elements .product-options .attribute-label-holder,
.catalog-product-view .mobile-details .product-options .attribute-label-holder {
  text-align: center;
  font-weight: bold;
}
.catalog-product-view .right-product-view .product-options dd,
.catalog-product-view .mobile-elements .product-options dd,
.catalog-product-view .mobile-details .product-options dd {
  border-bottom: 0;
}
.catalog-product-view .right-product-view .details-delivery,
.catalog-product-view .mobile-elements .details-delivery,
.catalog-product-view .mobile-details .details-delivery {
  margin-top: 30px;
}
.catalog-product-view .right-product-view .details-delivery li a,
.catalog-product-view .mobile-elements .details-delivery li a,
.catalog-product-view .mobile-details .details-delivery li a {
  background: #b5b6b8 !important;
}
.catalog-product-view .right-product-view .details-delivery li.active a,
.catalog-product-view .mobile-elements .details-delivery li.active a,
.catalog-product-view .mobile-details .details-delivery li.active a {
  background: #f7f7f7 !important;
  color: black !important;
}
.catalog-product-view .right-product-view .nav-tabs > li,
.catalog-product-view .mobile-elements .nav-tabs > li,
.catalog-product-view .mobile-details .nav-tabs > li {
  text-align: center;
}
@media (min-width: 1200px) {
  .catalog-product-view .right-product-view .nav-tabs > li,
  .catalog-product-view .mobile-elements .nav-tabs > li,
  .catalog-product-view .mobile-details .nav-tabs > li {
    width: 50%;
  }
}
.catalog-product-view .right-product-view .nav-tabs > li.active > a,
.catalog-product-view .mobile-elements .nav-tabs > li.active > a,
.catalog-product-view .mobile-details .nav-tabs > li.active > a,
.catalog-product-view .right-product-view .nav-tabs > li.active > a:hover,
.catalog-product-view .mobile-elements .nav-tabs > li.active > a:hover,
.catalog-product-view .mobile-details .nav-tabs > li.active > a:hover,
.catalog-product-view .right-product-view .nav-tabs > li.active > a:focus,
.catalog-product-view .mobile-elements .nav-tabs > li.active > a:focus,
.catalog-product-view .mobile-details .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  cursor: default;
}
.catalog-product-view .right-product-view .nav-tabs > li > a,
.catalog-product-view .mobile-elements .nav-tabs > li > a,
.catalog-product-view .mobile-details .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: none;
  background-color: #838383;
  color: #fff;
}
.catalog-product-view .right-product-view .product-description,
.catalog-product-view .mobile-elements .product-description,
.catalog-product-view .mobile-details .product-description {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f8f8f8;
  margin: 0;
  border: 1px solid #d0d0d0;
  border-top: none;
}
.catalog-product-view .right-product-view .product-description .box-additional,
.catalog-product-view .mobile-elements .product-description .box-additional,
.catalog-product-view .mobile-details .product-description .box-additional {
  background-color: #f8f8f8;
  padding: 0px !important;
}
.catalog-product-view .right-product-view .price-label,
.catalog-product-view .mobile-elements .price-label,
.catalog-product-view .mobile-details .price-label {
  display: none;
}
.catalog-product-view .right-product-view .product-description .box-collateral,
.catalog-product-view .mobile-elements .product-description .box-collateral,
.catalog-product-view .mobile-details .product-description .box-collateral {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .catalog-product-view .right-product-view .product-description .box-collateral,
  .catalog-product-view .mobile-elements .product-description .box-collateral,
  .catalog-product-view .mobile-details .product-description .box-collateral {
    float: left;
    width: 100%;
  }
}
.catalog-product-view .right-product-view .product-description h2,
.catalog-product-view .mobile-elements .product-description h2,
.catalog-product-view .mobile-details .product-description h2 {
  display: none;
}
.catalog-product-view .right-product-view .product-description .manual,
.catalog-product-view .mobile-elements .product-description .manual,
.catalog-product-view .mobile-details .product-description .manual,
.catalog-product-view .right-product-view .product-description .collections-table-container,
.catalog-product-view .mobile-elements .product-description .collections-table-container,
.catalog-product-view .mobile-details .product-description .collections-table-container {
  margin-bottom: 10px;
}
.catalog-product-view .right-product-view .product-description .manual .collections-table,
.catalog-product-view .mobile-elements .product-description .manual .collections-table,
.catalog-product-view .mobile-details .product-description .manual .collections-table,
.catalog-product-view .right-product-view .product-description .collections-table-container .collections-table,
.catalog-product-view .mobile-elements .product-description .collections-table-container .collections-table,
.catalog-product-view .mobile-details .product-description .collections-table-container .collections-table {
  margin-left: 10px;
  line-height: 230%;
}
.catalog-product-view .right-product-view .product-description .collections-table-container,
.catalog-product-view .mobile-elements .product-description .collections-table-container,
.catalog-product-view .mobile-details .product-description .collections-table-container {
  margin-bottom: 0px;
  display: none;
}
.catalog-product-view .right-product-view .delivery-returns,
.catalog-product-view .mobile-elements .delivery-returns,
.catalog-product-view .mobile-details .delivery-returns {
  padding: 15px;
}
.catalog-product-view .right-product-view .input-group-addon,
.catalog-product-view .mobile-elements .input-group-addon,
.catalog-product-view .mobile-details .input-group-addon,
.catalog-product-view .right-product-view .qty-picker,
.catalog-product-view .mobile-elements .qty-picker,
.catalog-product-view .mobile-details .qty-picker {
  display: none;
}
.catalog-product-view .right-product-view .add-to-cart,
.catalog-product-view .mobile-elements .add-to-cart,
.catalog-product-view .mobile-details .add-to-cart {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
}
.catalog-product-view .right-product-view .btn-cart,
.catalog-product-view .mobile-elements .btn-cart,
.catalog-product-view .mobile-details .btn-cart {
  width: 100%;
  border-radius: 0;
  border: 0;
  background-color: #477821;
  text-transform: uppercase;
  height: 40px;
  font-size: 22px;
}
.catalog-product-view .right-product-view .addons-links,
.catalog-product-view .mobile-elements .addons-links,
.catalog-product-view .mobile-details .addons-links {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  display: inline-block;
  margin-top: 10px;
}
.catalog-product-view .right-product-view .addons-links div,
.catalog-product-view .mobile-elements .addons-links div,
.catalog-product-view .mobile-details .addons-links div {
  padding: 15px 55px;
  display: block;
  margin: 0px;
  border-bottom: 1px solid gray;
  color: gray;
}
.catalog-product-view .right-product-view .addons-links div:last-of-type,
.catalog-product-view .mobile-elements .addons-links div:last-of-type,
.catalog-product-view .mobile-details .addons-links div:last-of-type {
  border-bottom: none;
}
.catalog-product-view .right-product-view .addons-links .returns,
.catalog-product-view .mobile-elements .addons-links .returns,
.catalog-product-view .mobile-details .addons-links .returns {
  background: url('../images/product_return_icon.png') no-repeat top left;
  padding: 1px 47px 11px;
  background-size: 42px;
}
.catalog-product-view .right-product-view .addons-links .returns span,
.catalog-product-view .mobile-elements .addons-links .returns span,
.catalog-product-view .mobile-details .addons-links .returns span {
  color: #757575;
}
.catalog-product-view .right-product-view .addons-links .freeshipping,
.catalog-product-view .mobile-elements .addons-links .freeshipping,
.catalog-product-view .mobile-details .addons-links .freeshipping {
  background: url('../images/product_shipping_icon.png') no-repeat top left;
  padding: 11px 47px;
  background-size: 42px;
  margin-top: 18px;
}
.catalog-product-view .right-product-view .addons-links .freeshipping span,
.catalog-product-view .mobile-elements .addons-links .freeshipping span,
.catalog-product-view .mobile-details .addons-links .freeshipping span {
  color: #757575;
}
.catalog-product-view .right-product-view .manual,
.catalog-product-view .mobile-elements .manual,
.catalog-product-view .mobile-details .manual {
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  background: url('../images/pdf-icon.png') #ffffff no-repeat center left 5px;
  padding-left: 29px;
  line-height: 125%;
}
.catalog-product-view .right-product-view .manual a,
.catalog-product-view .mobile-elements .manual a,
.catalog-product-view .mobile-details .manual a {
  color: #444444 !important;
  text-decoration: underline;
  font-size: 13px;
}
.catalog-product-view .right-product-view #product-attribute-specs-table,
.catalog-product-view .mobile-elements #product-attribute-specs-table,
.catalog-product-view .mobile-details #product-attribute-specs-table {
  border: 0px;
  border-collapse: separate;
  border-spacing: 0px 2px;
  background: white;
  margin-bottom: 0px;
}
.catalog-product-view .right-product-view #product-attribute-specs-table tr:nth-child(1),
.catalog-product-view .mobile-elements #product-attribute-specs-table tr:nth-child(1),
.catalog-product-view .mobile-details #product-attribute-specs-table tr:nth-child(1) {
  display: none;
}
.catalog-product-view .right-product-view #product-attribute-specs-table tr:nth-child(2),
.catalog-product-view .mobile-elements #product-attribute-specs-table tr:nth-child(2),
.catalog-product-view .mobile-details #product-attribute-specs-table tr:nth-child(2) {
  display: none;
}
.catalog-product-view .right-product-view #product-attribute-specs-table tbody tr th,
.catalog-product-view .mobile-elements #product-attribute-specs-table tbody tr th,
.catalog-product-view .mobile-details #product-attribute-specs-table tbody tr th {
  background: #f7f7f7 !important;
  border: 0px;
  padding-left: 10px;
  color: black;
}
.catalog-product-view .right-product-view #product-attribute-specs-table tbody tr td,
.catalog-product-view .mobile-elements #product-attribute-specs-table tbody tr td,
.catalog-product-view .mobile-details #product-attribute-specs-table tbody tr td {
  padding-left: 30px;
  background: #f7f7f7 !important;
  border: 0px;
}
.catalog-product-view .right-product-view #product-attribute-specs-table colgroup col:first-child,
.catalog-product-view .mobile-elements #product-attribute-specs-table colgroup col:first-child,
.catalog-product-view .mobile-details #product-attribute-specs-table colgroup col:first-child {
  width: 45% !important;
}
.catalog-product-view .right-product-view #product-attribute-specs-table .label,
.catalog-product-view .mobile-elements #product-attribute-specs-table .label,
.catalog-product-view .mobile-details #product-attribute-specs-table .label {
  background-color: #d0d0d0;
  font-weight: bold;
  text-transform: uppercase;
}
.catalog-product-view .right-product-view .like-box,
.catalog-product-view .mobile-elements .like-box,
.catalog-product-view .mobile-details .like-box {
  display: none;
}
@media (min-width: 992px) {
  .catalog-product-view .right-product-view .like-box,
  .catalog-product-view .mobile-elements .like-box,
  .catalog-product-view .mobile-details .like-box {
    display: block;
  }
}
.catalog-product-view .right-product-view .like-box iframe,
.catalog-product-view .mobile-elements .like-box iframe,
.catalog-product-view .mobile-details .like-box iframe {
  width: 100%;
  height: 290px;
  margin-top: 20px;
}
.catalog-product-view .block-autoresponder-backtostock .form-add {
  display: none;
}
.catalog-product-view .zoomLens {
  display: none !important;
}
@media (min-width: 768px) {
  .catalog-product-view .zoomLens {
    display: block !important;
  }
}
.catalog-product-view ul.breadcrumb {
  margin-top: 20px;
}
.catalog-product-view ul.breadcrumb a {
  color: #999999;
}
.catalog-product-view ul.breadcrumb li.product strong {
  color: #6b6b6b;
}
.catalog-product-view .right-product-view {
  width: 45%;
  padding-left: 50px;
}
.catalog-product-view .right-product-view .rating .rating-box {
  display: none;
}
.catalog-product-view .right-product-view .product-options-bottom {
  margin-top: 4px;
}
.catalog-product-view .right-product-view .product-shop .price-box * {
  color: #477821;
}
.catalog-product-view .right-product-view .product-shop .price-box {
  padding: 0px;
  border: 0px;
  text-align: left;
}
.catalog-product-view .right-product-view .add-to-cart .input-group-btn button {
  height: 50px;
  background: #477821;
}
.catalog-product-view .right-product-view .in-stock {
  display: block;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0px;
}
.catalog-product-view .right-product-view .in-stock span {
  color: #4c7c31;
}
.catalog-product-view .right-product-view #product-options-wrapper {
  margin-bottom: 0px;
}
.catalog-product-view .right-product-view #product-options-wrapper label.required {
  font-weight: normal;
  margin-bottom: 20px;
}
.catalog-product-view .right-product-view #product-options-wrapper dl dd.last {
  padding-bottom: 0px;
}
.catalog-product-view .right-product-view #product-options-wrapper .size-chart-popup {
  display: none;
}
.catalog-product-view .right-product-view .rating {
  border-bottom: 3px solid black !important;
}
.catalog-product-view .right-product-view .rating .ratings {
  margin-top: 25px;
}
.catalog-product-view .right-product-view .rating .ratings .no-rating.add-review {
  float: left;
}
.catalog-product-view .right-product-view .rating .ratings .no-rating.add-review a {
  color: black;
  font-size: 13px;
}
.catalog-product-view .right-product-view .rating .ratings .rating-links {
  display: none;
  float: left;
}
.catalog-product-view .right-product-view .rating .ratings .rating-links .review-summery {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  background: url('../images/reviews.png') no-repeat top left;
  width: 143px;
  text-align: right;
  padding-top: 5px;
  height: 25px;
}
.catalog-product-view .right-product-view .rating .ratings .rating-links .separator {
  display: none;
}
.catalog-product-view .right-product-view .rating .ratings .rating-links .link-compare {
  display: none;
}
.catalog-product-view .product-view {
  width: 55%;
  margin-top: 9px;
  padding-right: 30px;
}
.catalog-product-view .product-view .product-img-box #product-image-wrapper {
  position: relative;
  overflow: auto;
  width: 100%;
}
.catalog-product-view .product-view .product-img-box #product-image-wrapper .product-image {
  width: 100%;
  min-height: 510px;
  padding-top: 55px;
}
.catalog-product-view .product-view .product-img-box .more-views {
  width: 100%;
  margin-top: 12px;
}
#poppromotion-fancybox .category-products .item {
  min-height: 0;
  padding-bottom: 20px;
}
.poppromotion-custom-text {
  max-width: 250px;
}
@media screen and (max-width: 1200px) {
  #enlarge-button {
    top: 5px !important;
    right: 22px !important;
  }
}
@media screen and (max-width: 991px) {
  #enlarge-button {
    top: 185px !important;
    right: 20px !important;
  }
  div.product-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #enlarge-button {
    display: none;
  }
}
.category-straps .data-table tbody tr {
  display: table-row !important;
}
.category-straps .reviews {
  display: none;
}
.goToCheckout {
  background: url('../images/iconButtonSuccess.jpg') #ff9317 no-repeat center left 8px !important;
  padding: 0px 0px 0px 26px;
}
@media (min-width: 450px) {
  .goToCheckout {
    background: url('../images/iconButtonSuccess.jpg') #ff9317 no-repeat center left 53px !important;
    padding: 0px 0px 0px 26px;
  }
}
#customer-reviews {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #customer-reviews {
    float: left;
    width: 66.66666667%;
  }
}
.no-rating.add-review {
  margin: 0;
  float: left;
  display: inline-block;
  line-height: 17px;
  font-size: 12px;
  display: none;
}
@media (min-width: 768px) {
  .no-rating.add-review {
    display: block;
  }
}
.product-rating {
  height: 20px;
}
.product-rating .amount {
  display: none;
}
.product-rating .rating-links {
  display: none;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.thumbnail .ratings {
  margin: 0 !important;
}
.ratings strong {
  float: left;
  margin: 1px 0 0 3px;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.rating-box {
  width: 93px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 17px;
  background: url(../images/bkg_rating.gif) bottom left repeat-x;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
.product-view .ratings a {
  color: #bc0e0e;
}
.reviews-title h2 {
  margin-top: 0;
}
.form-add {
  padding: 10px;
  background-color: #f8f8f8;
  margin: 0;
  margin-top: 10px;
  border: 1px solid #d0d0d0;
}
.form-add #review-form {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.form-add .buttons-set {
  border: 0;
  margin: 0;
}
.form-add .buttons-set button[type="submit"] {
  background-color: #477821;
  width: 180px;
  height: 30px;
  margin-left: 10px;
}
.form-add .buttons-set button[type="submit"] span span {
  color: #fff;
}
.form-add input[type="radio"] {
  display: none;
}
.form-add input[type="radio"] + label {
  background: url('../images/bkg_rating_small.gif') 0 0 repeat-x;
  height: 11px;
  width: 11px;
  display: inline-block;
  padding: 0 0 0 0px;
}
.form-add input[type="radio"]:checked + label {
  background: url('../images/bkg_rating_small.gif') bottom right repeat-x;
  height: 11px;
  width: 11px;
  display: inline-block;
  padding: 0 0 0 0px;
}
.form-add .starred {
  background: url('../images/bkg_rating_small.gif') bottom right repeat-x !important;
}
.form-add .stars {
  height: 30px;
  padding-top: 9px;
  width: 60px;
  float: right;
}
.form-add .stars label {
  float: left;
}
ul.reviews {
  margin-top: 30px;
}
ul.reviews h4,
ul.reviews .nickname {
  font-weight: bold;
}
ul.reviews .nickname-date {
  margin: 10px auto;
}
ul.reviews .content {
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
.catalog-product-compare-index {
  background: #f9f9f9;
}
.catalog-product-compare-index * {
  border-width: 1px !important;
}
.catalog-product-compare-index thead {
  background: #fff;
}
.catalog-product-compare-index .no-compare {
  text-align: center;
}
.catalog-product-compare-index .page-title.title-buttons a {
  display: none;
}
.catalog-product-compare-index h1 {
  float: none;
  text-align: center;
}
.catalog-product-compare-index .button.btn-cart {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-compare-index .availability.out-of-stock {
  height: 40px;
  line-height: 40px;
}
.catalog-product-compare-index .add-to-links {
  display: none;
}
.catalog-product-compare-index .price-box {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.catalog-product-compare-index .price-box {
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.catalog-product-compare-index .price-box .old-price {
  color: #000;
  display: inline-block;
  padding-right: 10px;
}
.catalog-product-compare-index .price-box .special-price {
  color: #477821;
  display: inline-block;
}
.catalog-product-compare-index .price-box .strike {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .catalog-product-compare-index .price-box .strike {
    padding-right: 10px;
  }
}
.catalog-product-compare-index .compare-table .btn-remove {
  float: right;
  background-image: url('../images/close-button.png');
  width: 16px;
  height: 16px;
}
.catalog-product-compare-index .btn-remove:after,
.catalog-product-compare-index .btn-remove2:after {
  content: '';
}
.catalog-product-compare-index .data-table > thead > tr > td {
  border-width: 1px;
}
.catalog-product-compare-index .data-table > tbody > tr > td {
  border-top: none;
}
.catalog-product-compare-index .data-table > tbody > tr > td .std {
  max-height: 200px;
  overflow-y: auto;
}
.catalog-product-compare-index .data-table > thead > tr > td {
  border-bottom: 0px;
}
.catalog-product-compare-index .data-table > thead > tr > th {
  border: none;
}
.catalog-product-compare-index .data-table > tbody > tr > th {
  text-transform: uppercase;
}
.catalog-product-compare-index .product-shop-row > th {
  border: none;
}
.catalog-product-compare-index .buttons-set {
  display: none;
}
.catalog-product-compare-index .ratings {
  height: 30px;
}
.catalog-product-compare-index .ratings .amount {
  display: none;
}
.catalog-product-compare-index .compare-table tr.first td .ratings {
  width: 93px;
}
/* Cart */
.checkout-cart-index .breadcrumbs {
  margin-top: 35px;
}
.checkout-cart-index .cart {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .page-title.title-buttons .checkout-types {
  display: none;
}
.checkout-cart-index .page-title {
  border: none;
}
.checkout-cart-index form[name="cart-form"] {
  overflow: auto;
  border: none;
  padding: 0;
  margin: 0;
}
.checkout-cart-index form[name="cart-form"] .product-row .data-table tr th {
  border: none;
}
.checkout-cart-index form[name="cart-form"] .product-row .data-table tr td {
  border: none;
  font-weight: 300;
}
.checkout-cart-index form[name="cart-form"] .product-image {
  width: 50%;
  float: left;
  height: 100%;
}
@media (min-width: 768px) {
  .checkout-cart-index form[name="cart-form"] .product-image {
    border: 1px solid;
    width: 20%;
    max-width: 122px;
    margin-right: 1%;
  }
}
@media (max-width: 480px) {
  .checkout-cart-index form[name="cart-form"] .product-image {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.checkout-cart-index form[name="cart-form"] .product-image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1200px) {
  .checkout-cart-index form[name="cart-form"] .product-image {
    width: 10%;
    padding: 0px;
    height: 113%;
  }
  .checkout-cart-index form[name="cart-form"] .product-image img {
    padding-top: 12px;
  }
}
.checkout-cart-index form[name="cart-form"] .mobile-cart {
  width: 50%;
  float: left;
  font-size: 12px !important;
}
@media (max-width: 480px) {
  .checkout-cart-index form[name="cart-form"] .mobile-cart {
    width: 100%;
  }
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li {
  float: left;
  /* 				p:first-of-type {
					height:100px;
				} */
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .a-center {
  text-align: left !important;
  font-weight: bold;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .nobr {
  white-space: inherit !important;
  font-weight: bold;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li p {
  height: 30px;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li p .qty-arr-down,
.checkout-cart-index form[name="cart-form"] .mobile-cart li p .qty-arr-up {
  display: none;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li p:nth-of-type(2) {
  height: 80px;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li p:last-of-type {
  height: 60px;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .cart-price .price {
  display: block;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .cart-price .btn-remove,
.checkout-cart-index form[name="cart-form"] .mobile-cart li .cart-price .btn-remove2 {
  height: auto;
  padding: 0;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .cart-price .btn-remove span,
.checkout-cart-index form[name="cart-form"] .mobile-cart li .cart-price .btn-remove2 span {
  font-size: 10px;
  color: #000;
  position: static;
  height: auto;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li h2.product-name {
  text-align: right;
  line-height: inherit;
  font-size: 12px;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .item-options {
  margin: 0;
  text-align: right;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .item-options dt,
.checkout-cart-index form[name="cart-form"] .mobile-cart li .item-options dd {
  margin: 0;
  display: inline;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .item-options dt:after {
  content: ': ';
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li .input-text.qty {
  width: 30px;
  padding: 0;
  float: right;
  text-align: center;
  line-height: inherit;
  font-size: 12px;
  height: auto;
  border: 1px solid;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li:first-of-type {
  width: 50%;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li:first-of-type p {
  font-weight: bold;
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li:first-of-type p:after {
  content: ':';
}
.checkout-cart-index form[name="cart-form"] .mobile-cart li:last-of-type {
  width: 50%;
}
.checkout-cart-index .product-row {
  margin-bottom: 10px;
  border-bottom: 1px solid;
}
.checkout-cart-index .product-row:before,
.checkout-cart-index .product-row:after {
  content: " ";
  display: table;
}
.checkout-cart-index .product-row:after {
  clear: both;
}
.checkout-cart-index .product-row:before,
.checkout-cart-index .product-row:after {
  content: " ";
  display: table;
}
.checkout-cart-index .product-row:after {
  clear: both;
}
@media (min-width: 768px) {
  .checkout-cart-index .product-row {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .checkout-cart-index fieldset > div.product-row:first-child {
    border-top: 1px solid;
  }
}
.checkout-cart-index .data-table > tbody > tr:nth-child(odd) > td {
  background: transparent;
}
.checkout-cart-index .data-table.cart-table {
  width: 79%;
  height: auto;
  border: none;
  border-bottom: 1px solid #DFDFDF;
  float: left;
  table-layout: fixed;
  min-height: 122px;
}
.checkout-cart-index .data-table.cart-table .a-center {
  font-weight: bold;
}
.checkout-cart-index .data-table.cart-table .nobr {
  font-weight: bold;
}
.checkout-cart-index .data-table.cart-table th {
  background: #F7F7F7;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
}
.checkout-cart-index .data-table.cart-table td {
  text-align: center !important;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 992px) {
  .checkout-cart-index .data-table.cart-table td .sku {
    display: block;
    margin-top: 30px;
  }
}
.checkout-cart-index .data-table.cart-table .product-name a {
  color: #353535;
  font-weight: 300;
}
.checkout-cart-index .data-table.cart-table .item-options {
  margin: 0;
}
.checkout-cart-index .data-table.cart-table .item-options dd {
  margin: 0;
}
.checkout-cart-index .data-table.cart-table .btn-remove,
.checkout-cart-index .data-table.cart-table .btn-remove2 {
  height: auto;
  padding: 4px;
}
.checkout-cart-index .data-table.cart-table .btn-remove span,
.checkout-cart-index .data-table.cart-table .btn-remove2 span {
  font-size: 10px;
  position: static;
  height: auto;
}
.checkout-cart-index .qty-arr-down,
.checkout-cart-index .qty-arr-up {
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-bottom: -4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.checkout-cart-index .qty-arr-down {
  background: url('../images/gqty-arrow-down.png') no-repeat top left;
}
.checkout-cart-index .qty-arr-up {
  background: url('../images/gqty-arrow-up.png') no-repeat top left;
}
.checkout-cart-index .input-text.qty {
  display: inline-block;
  box-shadow: none;
  height: 34px;
  line-height: 30px;
  width: 35px;
  margin: 10px;
}
.checkout-cart-index .btn-remove:after,
.checkout-cart-index .btn-remove2:after {
  content: none;
}
.checkout-cart-index .a-right .cart-price .button {
  text-decoration: underline;
}
.checkout-cart-index .a-right .cart-price .button span {
  text-transform: lowercase;
  font-size: 11px;
}
.checkout-cart-index .a-right .cart-price .btn-remove:active,
.checkout-cart-index .a-right .cart-price .btn-remove:hover {
  background-color: #fff;
}
.checkout-cart-index .btn-remove,
.checkout-cart-index .btn-remove2 {
  padding: 0;
}
@media (min-width: 768px) {
  .checkout-cart-index .btn-remove,
  .checkout-cart-index .btn-remove2 {
    position: absolute;
    bottom: 5px;
    right: 1px;
    height: 30px;
  }
}
.checkout-cart-index .btn-remove span,
.checkout-cart-index .btn-remove2 span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 30px;
}
.checkout-cart-index .btn-proceed-checkout {
  background: #477821;
}
.checkout-cart-index .cart-table-footer .button.btn-update {
  background: transparent;
  float: right;
  height: auto;
  display: none;
}
.checkout-cart-index .cart-table-footer .button.btn-update span span {
  color: #477821;
  text-transform: none;
}
.checkout-cart-index .cart-table-footer .button.btn-update:hover {
  text-decoration: underline #ccc;
}
.checkout-cart-index .cart .cart-collaterals {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .cart-after {
    width: 300px;
    margin: auto;
  }
}
@media (max-width: 350px) {
  .checkout-cart-index .cart .cart-collaterals .cart-after {
    width: 250px;
  }
}
.checkout-cart-index .cart .cart-collaterals .col-2 {
  padding-top: 19px !important;
}
.checkout-cart-index .cart .cart-collaterals .totals {
  margin-top: 40px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .totals {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .checkout-cart-index .cart .cart-collaterals .totals {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .totals {
    margin: 20px 0px 40px 0px;
  }
}
@media (min-width: 1200px) {
  .checkout-cart-index .cart .cart-collaterals .totals {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .totals {
    max-width: 300px;
  }
}
.checkout-cart-index .cart .cart-collaterals .totals img {
  margin-top: -43px;
  float: right;
  margin-right: 190px;
}
.checkout-cart-index .cart .cart-collaterals .totals button {
  font-size: 13px;
  font-weight: bold;
  width: 200px;
}
.checkout-cart-index .cart .cart-collaterals .totals table {
  margin: 0;
}
.checkout-cart-index .cart .cart-collaterals .totals td {
  text-align: left !important;
  border-top: none;
  padding-top: 2px;
}
.checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table {
  margin: auto;
  width: 200px;
  font-size: 15px;
}
.checkout-cart-index .cart .cart-collaterals .totals .checkout-types {
  text-align: left;
  width: 200px;
  margin: auto;
}
.checkout-cart-index .cart .cart-collaterals .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .col-2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .checkout-cart-index .cart .cart-collaterals .col-2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .checkout-cart-index .cart .cart-collaterals .col-2 {
    float: left;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .col-2 {
    margin-top: 0px !important;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .col-2 {
    margin-top: 0px!important;
    max-width: 300px;
  }
}
.checkout-cart-index .cart .cart-collaterals .col-2 #discount-coupon-form {
  height: 40px;
}
.checkout-cart-index .cart .cart-collaterals .col-2 img {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .col-2 img {
    display: block;
  }
}
.checkout-cart-index .cart .cart-collaterals .col-2 .cart-free-shipping {
  display: none;
  color: #505050;
  font-size: 16px;
  text-align: right;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .cart-free-shipping a {
  color: #477821;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .col-2 .cart-free-shipping {
    display: block;
  }
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount {
  border: none;
  box-shadow: none;
  margin: 0;
  height: 40px;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount h2 {
  display: none;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount label {
  display: none;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .discount-form {
  padding: 0;
  height: 40px;
  margin-top: 10px;
  float: right;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .discount-form .form-control {
  height: 40px;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .discount-form .input-group {
  height: 40px;
  box-shadow: none;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .discount-form .input-group .form-control {
  font-size: 12px;
  text-transform: lowercase;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .discount-form .input-group .input-group-btn .btn {
  color: #fff;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .discount-form button {
  margin: 0;
  background-color: #9A9A9A;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .discount-form button span {
  color: #fff;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .validation-advice {
  position: absolute;
  top: 45px;
  max-width: 180px;
  font-size: 12px;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .buttons-set button {
  background: #838383;
  width: 100%;
}
.checkout-cart-index .cart .cart-collaterals .col-2 .discount .buttons-set button[title="Cancel Coupon"] {
  display: none;
}
.checkout-cart-index .cart .cart-collaterals .continue-shopping {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .continue-shopping {
    display: block;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .cart .cart-collaterals .continue-shopping {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .checkout-cart-index .cart .cart-collaterals .continue-shopping {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .checkout-cart-index .cart .cart-collaterals .continue-shopping {
    float: left;
    width: 50%;
  }
}
.checkout-cart-index .cart .cart-collaterals .continue-shopping button {
  padding-right: 25px;
  height: auto;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .checkout-cart-index .cart .cart-collaterals .continue-shopping button {
    background: url('../images/xarrow-left-small.png') no-repeat center right;
  }
}
@media (max-width: 992px) {
  .checkout-cart-index .cart .cart-collaterals .continue-shopping button {
    font-size: 9px;
  }
}
.checkout-cart-index .crosssell {
  border: none;
  margin: 0;
  box-shadow: none;
}
.checkout-cart-index .crosssell h2 {
  background: transparent;
  text-align: center;
  border-bottom: none;
}
.checkout-cart-index ul#crosssell-products-list {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  min-width: inherit;
  padding: 0;
  width: 70%;
  margin: 20px auto 0 auto;
  /* 			.first {
			@media (min-width: @screen-sm) {
				margin-@{op-direction}:15px;
			}
		} */
}
.checkout-cart-index ul#crosssell-products-list .item {
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
  padding-bottom: 0;
  border: none;
  padding-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-cart-index ul#crosssell-products-list .item {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .checkout-cart-index ul#crosssell-products-list .item {
    float: left;
    width: 25%;
  }
}
.checkout-cart-index ul#crosssell-products-list .item a {
  color: #000;
  display: block;
}
.checkout-cart-index ul#crosssell-products-list .item img {
  border: 0;
}
.checkout-cart-index ul#crosssell-products-list .item .product-image {
  float: none;
}
.checkout-cart-index ul#crosssell-products-list .item .product-details {
  margin: 0;
}
.checkout-cart-index ul#crosssell-products-list .item .btn-cart {
  width: 90%;
  background: #477821;
  height: 30px;
}
.checkout-cart-index ul#crosssell-products-list .item .add-to-links {
  display: none;
}
.checkout-cart-index ul#crosssell-products-list .item .item-border {
  border: 1px solid #d0d0d0;
  padding: 6px;
  position: relative;
  min-height: 350px;
}
.checkout-cart-index ul#crosssell-products-list .item .product-name {
  font-weight: bold;
  min-height: 75px;
  margin-bottom: 6px;
  border-bottom: 1px solid #d0d0d0;
}
.checkout-cart-index ul#crosssell-products-list .item .product-name a {
  padding-bottom: 10px;
}
.checkout-cart-index ul#crosssell-products-list .item .short_description {
  display: none;
  min-height: 60px;
}
@media (min-width: 768px) {
  .checkout-cart-index ul#crosssell-products-list .item .short_description {
    display: block;
  }
}
.checkout-cart-index ul#crosssell-products-list .item .price-box {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.checkout-cart-index ul#crosssell-products-list .item .price-box .price {
  color: #000;
  display: inline-block;
}
.checkout-cart-index ul#crosssell-products-list .item .price-box .special-price {
  color: #477821;
  display: inline-block;
}
.checkout-cart-index ul#crosssell-products-list .item .price-box .strike {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .checkout-cart-index ul#crosssell-products-list .item .price-box .strike {
    padding-right: 10px;
  }
}
.checkout-cart-index ul#crosssell-products-list .item .actions {
  display: none;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-cart-index ul#crosssell-products-list .item .actions {
    display: block;
  }
}
.checkout-cart-index ul#crosssell-products-list .item .actions .view-more a {
  color: #477821;
}
.checkout-cart-index ul#crosssell-products-list .on-sale {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 81px;
  background: url('../images/onsale.png') no-repeat top left;
  background-size: 60px 60px;
  -webkit-background-size: 60px 60px;
}
.checkout-cart-index ul#crosssell-products-list .last {
  display: none;
}
@media (min-width: 768px) {
  .checkout-cart-index ul#crosssell-products-list .last {
    display: list-item;
  }
}
@media (min-width: 992px) {
  .checkout-cart-index ul#crosssell-products-list .last {
    display: none;
  }
}
@media (min-width: 1200px) {
  .checkout-cart-index ul#crosssell-products-list .last {
    display: list-item;
  }
}
.checkout-cart-index .cart-delivery-payments {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-delivery-payments .cart-dr-title,
.checkout-cart-index .cart-delivery-payments .cart-pt-title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
}
.checkout-cart-index .cart-delivery-payments .cart-dr-border {
  position: relative;
  border: 1px solid;
  padding: 10px;
  vertical-align: middle;
  overflow: auto;
}
.checkout-cart-index .cart-delivery-payments .cart-dr-border img {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-dr,
  .checkout-cart-index .cart-pt {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-dr,
  .checkout-cart-index .cart-pt {
    width: 100% !important;
    height: auto !important;
  }
}
.checkout-cart-index .cart-dr {
  height: 250px;
  overflow: auto;
  font-size: 12px;
  width: 56%;
}
.checkout-cart-index .cart-dr {
  overflow: auto;
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-dr {
    float: left;
    width: 66.66666667%;
  }
}
.checkout-cart-index .cart-dr .cart-dr-text {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-dr .cart-dr-text {
    float: left;
    width: 56%;
    margin-bottom: 0;
    display: inline;
  }
}
.checkout-cart-index .cart-dr .cart-dr-read-more {
  width: 125px;
  height: 45px;
  float: right;
  background: #838383;
}
.checkout-cart-index .cart-dr .cart-dr-read-more a {
  display: block;
  color: #fff;
  line-height: 45px;
  text-align: center;
}
.checkout-cart-index .cart-pt {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-pt {
    float: left;
    width: 33.33333333%;
  }
}
.checkout-cart-index .cart-pt .cart-pt-border img {
  width: 100%;
}
.register-save-time {
  display: none !important;
}
.open-login {
  display: block;
}
.open-login:hover {
  text-decoration: underline;
  cursor: pointer;
}
.col-1 h3 {
  text-transform: none !important;
}
/* Checkout */
.checkout-onepage-index div[role="main"] {
  margin-right: 40px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .checkout-onepage-index div[role="main"] {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .checkout-onepage-index div[role="main"] {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 992px) {
  .checkout-onepage-index div[role="main"] {
    width: 100%;
    margin-right: 0px;
  }
}
.checkout-onepage-index div[role="main"] .required {
  color: #000;
}
.checkout-onepage-index div[role="main"] #checkout-step-shipping .required {
  margin-top: -50px;
}
.checkout-onepage-index div[role="main"] #checkout-step-billing {
  border-top: solid #ddd 1px;
}
.checkout-onepage-index div[role="main"] #checkout-step-billing #billing-guest-link {
  text-align: right;
}
.checkout-onepage-index div[role="main"] .opc .step {
  border-width: 1px 1px;
}
.checkout-onepage-index div[role="main"] .opc #checkout-step-billing {
  background-color: #f7f7f7;
}
.checkout-onepage-index div[role="main"] .opc #checkout-step-billing #billing-new-address-form {
  margin-bottom: 0px;
}
.checkout-onepage-index div[role="main"] .opc #login-form .buttons-set .required {
  display: none;
}
.checkout-onepage-index div[role="main"] .opc #billing-login-link {
  text-align: right;
}
.checkout-onepage-index div[role="main"] .opc #opc-billing #co-billing-form .gooRight {
  float: right !important;
  margin-top: -50px;
}
.checkout-onepage-index div[role="main"] .opc #opc-billing #co-billing-form .form-list li:nth-child(4) {
  display: none;
}
.checkout-onepage-index div[role="main"] .opc #opc-billing #checkout-step-billing .required {
  float: left;
}
.checkout-onepage-index div[role="main"] .opc #opc-billing #checkout-step-billing #login-form .buttons-set .button {
  float: right;
}
.checkout-onepage-index aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .checkout-onepage-index aside[role="complementary"] {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .checkout-onepage-index aside[role="complementary"] {
    float: left;
    width: 33.33333333%;
  }
}
.checkout-onepage-index aside[role="complementary"] .block-title {
  margin-bottom: 30px;
}
.checkout-onepage-index .col-2 {
  display: none;
}
.checkout-onepage-index #checkout-progress-wrapper {
  margin-top: 82px;
}
.checkout-onepage-index #checkout-progress-wrapper .block-progress {
  border: none;
}
.checkout-onepage-index #checkout-progress-wrapper .block-title {
  background: transparent;
  padding: 0;
  padding-bottom: 5px;
  border: none;
}
.checkout-onepage-index #checkout-progress-wrapper .block-content {
  text-transform: uppercase;
}
.checkout-onepage-index #checkout-progress-wrapper .colorStep {
  background-color: #517E2B;
  border-color: #517E2B !important;
}
.checkout-onepage-index #checkout-progress-wrapper dt {
  border: 1px solid;
  background-color: #D6D6D6;
  padding: 5px 15px;
}
.checkout-onepage-index #checkout-progress-wrapper .billing-progress-opcheckout dt:nth-child(1) {
  background-color: #517E2B;
  color: #fff;
}
.checkout-onepage-index #checkout-progress-wrapper .changelink a {
  font-weight: normal;
  color: #fff;
}
.checkout-onepage-index #checkout-progress-wrapper .number {
  display: block;
  margin-right: 10px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  float: left;
}
.checkout-onepage-index .section {
  margin-bottom: 10px;
}
.checkout-onepage-index .section .step-title {
  padding: 0;
  background-color: #F5F5F5;
  margin-bottom: 15px;
  border: none;
}
.checkout-onepage-index .section .step-title a {
  color: #fff;
  width: 6%;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}
.checkout-onepage-index .section h2 {
  padding: 10px 0;
  color: #000;
}
.checkout-onepage-index .section .number {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
}
.checkout-onepage-index .section .step {
  background-color: #f8f8f8;
}
.checkout-onepage-index .section .control {
  margin-bottom: 0;
}
.checkout-onepage-index .section .buttons-set {
  border: none;
}
.checkout-onepage-index .section .buttons-set a {
  color: #477821;
}
.checkout-onepage-index .section .back-link {
  float: right;
  line-height: 20px;
  margin-top: 20px;
}
.checkout-onepage-index .section .back-link a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
.checkout-onepage-index .section button {
  background-color: #477821;
}
.checkout-onepage-index .section button span {
  color: #fff;
}
.checkout-onepage-index .section .button {
  margin-left: 0;
  float: left;
  width: 47%;
  font-weight: bold;
  font-size: 20px;
  background-color: #517E2B;
  height: 50px;
}
.checkout-onepage-index .section .btn-checkout {
  float: right;
}
.checkout-onepage-index .section.active .number {
  color: #477821;
}
.checkout-onepage-index .data-table tr.even {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .checkout-onepage-index .data-table .product-name {
    margin-left: 24px;
  }
}
.checkout-onepage-index .data-table .product-trumbnail-image-block {
  width: 25%;
  margin-right: 5%;
  float: left;
  height: 100%;
  border: 1px solid;
}
@media (min-width: 768px) {
  .checkout-onepage-index .data-table .product-trumbnail-image-block {
    width: 17%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .checkout-onepage-index .data-table .product-trumbnail-image-block {
    width: 90px;
  }
}
.checkout-onepage-index .data-table .product-trumbnail-image-block .product-trumbnail-image {
  width: 100%;
}
h3 .open-login {
  font-weight: 400;
  font-size: 12px;
  display: inline;
}
.checkout-onepage-success div[role="main"],
.checkouttester-index-success div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .checkout-onepage-success div[role="main"],
  .checkouttester-index-success div[role="main"] {
    float: left;
    width: 50%;
  }
}
.checkout-onepage-success div[role="main"] h1,
.checkouttester-index-success div[role="main"] h1 {
  background: #f8f8f8;
  padding: 10px;
  text-align: center;
}
.checkout-onepage-success div[role="main"] .buttons-set,
.checkouttester-index-success div[role="main"] .buttons-set {
  display: none;
}
.checkout-onepage-success div[role="main"] .help-us-improve,
.checkouttester-index-success div[role="main"] .help-us-improve {
  margin-top: 85px;
  background: #f8f8f8;
  border: 1px solid;
  padding: 15px;
}
.checkout-onepage-success div[role="main"] .help-us-improve .page-title,
.checkouttester-index-success div[role="main"] .help-us-improve .page-title {
  display: none;
}
.checkout-onepage-success div[role="main"] .help-us-improve h4,
.checkouttester-index-success div[role="main"] .help-us-improve h4 {
  text-transform: uppercase;
}
.checkout-onepage-success div[role="main"] .help-us-improve form .button,
.checkouttester-index-success div[role="main"] .help-us-improve form .button {
  color: #ffffff;
  background-color: #477821;
  border-color: #3b641b;
  width: 50%;
}
.checkout-onepage-success div[role="main"] .help-us-improve form .button:hover,
.checkouttester-index-success div[role="main"] .help-us-improve form .button:hover,
.checkout-onepage-success div[role="main"] .help-us-improve form .button:focus,
.checkouttester-index-success div[role="main"] .help-us-improve form .button:focus,
.checkout-onepage-success div[role="main"] .help-us-improve form .button:active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button:active,
.checkout-onepage-success div[role="main"] .help-us-improve form .button.active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button.active,
.open .dropdown-toggle.checkout-onepage-success div[role="main"] .help-us-improve form .button,
.open .dropdown-toggle.checkouttester-index-success div[role="main"] .help-us-improve form .button {
  color: #ffffff;
  background-color: #345818;
  border-color: #1f340e;
}
.checkout-onepage-success div[role="main"] .help-us-improve form .button:active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button:active,
.checkout-onepage-success div[role="main"] .help-us-improve form .button.active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button.active,
.open .dropdown-toggle.checkout-onepage-success div[role="main"] .help-us-improve form .button,
.open .dropdown-toggle.checkouttester-index-success div[role="main"] .help-us-improve form .button {
  background-image: none;
}
.checkout-onepage-success div[role="main"] .help-us-improve form .button.disabled,
.checkouttester-index-success div[role="main"] .help-us-improve form .button.disabled,
.checkout-onepage-success div[role="main"] .help-us-improve form .button[disabled],
.checkouttester-index-success div[role="main"] .help-us-improve form .button[disabled],
fieldset[disabled] .checkout-onepage-success div[role="main"] .help-us-improve form .button,
fieldset[disabled] .checkouttester-index-success div[role="main"] .help-us-improve form .button,
.checkout-onepage-success div[role="main"] .help-us-improve form .button.disabled:hover,
.checkouttester-index-success div[role="main"] .help-us-improve form .button.disabled:hover,
.checkout-onepage-success div[role="main"] .help-us-improve form .button[disabled]:hover,
.checkouttester-index-success div[role="main"] .help-us-improve form .button[disabled]:hover,
fieldset[disabled] .checkout-onepage-success div[role="main"] .help-us-improve form .button:hover,
fieldset[disabled] .checkouttester-index-success div[role="main"] .help-us-improve form .button:hover,
.checkout-onepage-success div[role="main"] .help-us-improve form .button.disabled:focus,
.checkouttester-index-success div[role="main"] .help-us-improve form .button.disabled:focus,
.checkout-onepage-success div[role="main"] .help-us-improve form .button[disabled]:focus,
.checkouttester-index-success div[role="main"] .help-us-improve form .button[disabled]:focus,
fieldset[disabled] .checkout-onepage-success div[role="main"] .help-us-improve form .button:focus,
fieldset[disabled] .checkouttester-index-success div[role="main"] .help-us-improve form .button:focus,
.checkout-onepage-success div[role="main"] .help-us-improve form .button.disabled:active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button.disabled:active,
.checkout-onepage-success div[role="main"] .help-us-improve form .button[disabled]:active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button[disabled]:active,
fieldset[disabled] .checkout-onepage-success div[role="main"] .help-us-improve form .button:active,
fieldset[disabled] .checkouttester-index-success div[role="main"] .help-us-improve form .button:active,
.checkout-onepage-success div[role="main"] .help-us-improve form .button.disabled.active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button.disabled.active,
.checkout-onepage-success div[role="main"] .help-us-improve form .button[disabled].active,
.checkouttester-index-success div[role="main"] .help-us-improve form .button[disabled].active,
fieldset[disabled] .checkout-onepage-success div[role="main"] .help-us-improve form .button.active,
fieldset[disabled] .checkouttester-index-success div[role="main"] .help-us-improve form .button.active {
  background-color: #477821;
  border-color: #3b641b;
}
.checkout-onepage-success div[role="main"] .help-us-improve form .button .badge,
.checkouttester-index-success div[role="main"] .help-us-improve form .button .badge {
  color: #477821;
  background-color: #ffffff;
}
.checkout-onepage-success div[role="main"] .help-us-improve form .field,
.checkouttester-index-success div[role="main"] .help-us-improve form .field {
  display: none;
}
.checkout-onepage-success div[role="main"] .help-us-improve form .required,
.checkouttester-index-success div[role="main"] .help-us-improve form .required {
  display: none;
}
.checkout-onepage-success div[role="main"] .help-us-improve .buttons-set,
.checkouttester-index-success div[role="main"] .help-us-improve .buttons-set {
  display: block;
  margin: 0;
  border: none;
}
.checkout-onepage-success aside[role="complementary"],
.checkouttester-index-success aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .checkout-onepage-success aside[role="complementary"],
  .checkouttester-index-success aside[role="complementary"] {
    float: left;
    width: 50%;
  }
}
.checkout-onepage-success aside[role="complementary"] .success_page_image,
.checkouttester-index-success aside[role="complementary"] .success_page_image {
  margin-top: 20px;
}
.checkout-onepage-success aside[role="complementary"] .success_page_image img,
.checkouttester-index-success aside[role="complementary"] .success_page_image img {
  width: 100%;
}
/* Contact Us */
.contacts-index-index {
  /* Main Content */
  /* Right Side */
}
.contacts-index-index .contentWrapper {
  margin-bottom: 50px;
}
.contacts-index-index .breadcrumbs {
  margin-top: 10px;
  padding-top: 15px;
}
.contacts-index-index .breadcrumbs p {
  color: #C6C6C6;
  text-align: left;
}
.contacts-index-index aside[role="complementary"] {
  width: 40%;
}
@media (max-width: 1200px) {
  .contacts-index-index aside[role="complementary"] {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .contacts-index-index aside[role="complementary"] {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .contacts-index-index aside[role="complementary"] {
    float: left;
  }
}
.contacts-index-index aside[role="complementary"] .contactus-right-hours {
  border-color: #000000 !important;
  padding: 12px 0px;
}
.contacts-index-index aside[role="complementary"] .contactus-right-phone,
.contacts-index-index aside[role="complementary"] .contactus-right-email {
  border-color: #000000 !important;
  padding: 13px 0px;
}
.contacts-index-index aside[role="complementary"] .contactus-right-address {
  border-top: none;
  border-color: #000000 !important;
}
.contacts-index-index aside[role="complementary"] .contactus-right-address .cr-address-title {
  margin-top: 70px;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #000000 !important;
  padding-bottom: 20px;
}
.contacts-index-index aside[role="complementary"] .contactus-right-address .cr-address-title .cr-address-content {
  padding: 17px 0px;
}
.contacts-index-index div[role=main] {
  float: left;
  width: 55%;
}
@media (max-width: 768px) {
  .contacts-index-index div[role=main] {
    width: 100%;
  }
}
.contacts-index-index div[role=main] h1 {
  font-size: 24px;
}
.contacts-index-index div[role=main] span {
  font-size: 16px !important;
}
.contacts-index-index .page-title {
  border: none;
  margin-bottom: 0px;
}
.contacts-index-index .contactus-rw-title {
  margin-top: 0;
}
.contacts-index-index .contactus-rw-content {
  margin: 20px 0;
}
.contacts-index-index #contactForm {
  background-color: #f8f8f8;
  border: 1px solid;
  padding: 15px;
}
.contacts-index-index #contactForm .required {
  text-align: left;
  color: #838383;
}
.contacts-index-index #contactForm .buttons-set {
  border-top: none;
  margin-top: -10px;
  padding-top: 0px;
}
.contacts-index-index #contactForm button {
  background: #477821;
  float: right;
  font-weight: bold;
  width: 30%;
  height: 50px;
}
@media (max-width: 480px) {
  .contacts-index-index #contactForm button {
    width: 100px;
  }
}
.contacts-index-index #contactForm button span {
  color: #fff;
  font-size: 18px !important;
  font-weight: bold;
}
.contacts-index-index .contactus-right-address {
  border-top: 1px solid;
  padding-top: 10px;
}
.contacts-index-index .contactus-right-address,
.contacts-index-index .contactus-right-hours,
.contacts-index-index .contactus-right-phone,
.contacts-index-index .contactus-right-email {
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.contacts-index-index .contactus-right-address img,
.contacts-index-index .contactus-right-hours img,
.contacts-index-index .contactus-right-phone img,
.contacts-index-index .contactus-right-email img {
  display: inline-block;
  padding-right: 10px;
}
.contacts-index-index .cr-address-title {
  font-weight: bold;
}
.contacts-index-index .cr-address-content {
  display: inline-block;
}
/* CMS Pages */
.cms-our-partners .page-title {
  margin-bottom: 0;
}
.cms-our-partners .std {
  margin-left: -15px;
  margin-right: -15px;
}
.cms-our-partners .partner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cms-our-partners .partner {
    float: left;
    width: 50%;
  }
}
.cms-our-partners .partner h3 {
  text-transform: uppercase;
}
.cms-our-partners .partner-logo {
  text-align: center;
}
.cms-our-partners .partner-logo img {
  max-width: 250px;
  width: 100%;
  padding: 0 10px;
}
.cms-our-partners .partner-description {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cms-our-partners .partner-description {
    min-height: 540px;
  }
  .cms-our-partners .partner-logo {
    border: 1px solid;
    padding: 10px 0 10px 0;
  }
  .cms-our-partners .partner-logo img {
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .cms-our-partners .partner-description {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cms-our-partners .partner-description {
    min-height: 350px;
  }
}
.cms-why-torgoen .why-us-reason {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  position: relative;
}
.cms-why-torgoen .why-us-img {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cms-why-torgoen .why-us-img {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cms-why-torgoen .why-us-img {
    float: left;
    width: 33.33333333%;
  }
}
.cms-why-torgoen .why-us-img img {
  width: 100%;
}
.cms-why-torgoen .why-us-description {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .cms-why-torgoen .why-us-description {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cms-why-torgoen .why-us-description {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .cms-why-torgoen .why-us-description {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 0 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
.cms-meet-torgoen .meet-torgoen-img img {
  width: 100%;
}
.cms-meet-torgoen .meet-torgoen-content {
  margin-top: 30px;
}
.blog-index-list .aw-blog-read-more,
.blog-post-view .aw-blog-read-more {
  float: right;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 80px;
  background: #366C0E;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 992px) {
  .blog-index-list .aw-blog-read-more,
  .blog-post-view .aw-blog-read-more {
    float: none;
  }
}
.blog-index-list div[role="main"],
.blog-post-view div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .blog-index-list div[role="main"],
  .blog-post-view div[role="main"] {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blog-index-list div[role="main"],
  .blog-post-view div[role="main"] {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .blog-index-list div[role="main"],
  .blog-post-view div[role="main"] {
    float: left;
    width: 66.66666667%;
  }
}
.blog-index-list div[role="main"] .toolbar,
.blog-post-view div[role="main"] .toolbar {
  display: none;
}
.blog-index-list div[role="main"] .postTitle,
.blog-post-view div[role="main"] .postTitle {
  border: none;
}
.blog-index-list div[role="main"] .postTitle h1 a,
.blog-post-view div[role="main"] .postTitle h1 a,
.blog-index-list div[role="main"] .postTitle h2 a,
.blog-post-view div[role="main"] .postTitle h2 a,
.blog-index-list div[role="main"] .postTitle h1 a:hover,
.blog-post-view div[role="main"] .postTitle h1 a:hover,
.blog-index-list div[role="main"] .postTitle h2 a:hover,
.blog-post-view div[role="main"] .postTitle h2 a:hover,
.blog-index-list div[role="main"] .postTitle h1 a:visited,
.blog-post-view div[role="main"] .postTitle h1 a:visited,
.blog-index-list div[role="main"] .postTitle h2 a:visited,
.blog-post-view div[role="main"] .postTitle h2 a:visited {
  color: #000;
}
.blog-index-list div[role="main"] .postTitle h2,
.blog-post-view div[role="main"] .postTitle h2 {
  margin-bottom: 10px;
}
.blog-index-list div[role="main"] .postTitle h3,
.blog-post-view div[role="main"] .postTitle h3 {
  margin-bottom: 10px;
}
.blog-index-list div[role="main"] .postContent img,
.blog-post-view div[role="main"] .postContent img {
  max-width: 100%;
}
.blog-index-list div[role="main"] .youtube-video,
.blog-post-view div[role="main"] .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.blog-index-list div[role="main"] .youtube-video iframe,
.blog-post-view div[role="main"] .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-index-list div[role="main"] .main-image img,
.blog-post-view div[role="main"] .main-image img {
  width: 100%;
  margin-bottom: 20px;
}
.blog-index-list div[role="main"] .author-name,
.blog-post-view div[role="main"] .author-name {
  font-style: italic;
}
.blog-index-list aside[role="complementary"],
.blog-post-view aside[role="complementary"] {
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .blog-index-list aside[role="complementary"],
  .blog-post-view aside[role="complementary"] {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blog-index-list aside[role="complementary"],
  .blog-post-view aside[role="complementary"] {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .blog-index-list aside[role="complementary"],
  .blog-post-view aside[role="complementary"] {
    float: left;
    width: 33.33333333%;
  }
}
.blog-index-list aside[role="complementary"] h4,
.blog-post-view aside[role="complementary"] h4 {
  text-transform: uppercase;
  margin-top: 0;
}
.blog-index-list aside[role="complementary"] .block-blog,
.blog-post-view aside[role="complementary"] .block-blog {
  box-shadow: none;
  border: none;
}
.blog-index-list aside[role="complementary"] .block-title,
.blog-post-view aside[role="complementary"] .block-title {
  display: none;
  padding: 0;
  background: transparent;
  border: none;
}
.blog-index-list aside[role="complementary"] .block-content .menu-recent,
.blog-post-view aside[role="complementary"] .block-content .menu-recent,
.blog-index-list aside[role="complementary"] .block-content .menu-categories,
.blog-post-view aside[role="complementary"] .block-content .menu-categories {
  margin: 0;
}
.blog-index-list aside[role="complementary"] .block-content .menu-recent h5,
.blog-post-view aside[role="complementary"] .block-content .menu-recent h5,
.blog-index-list aside[role="complementary"] .block-content .menu-categories h5,
.blog-post-view aside[role="complementary"] .block-content .menu-categories h5 {
  text-transform: uppercase;
}
.blog-index-list aside[role="complementary"] .block-content .menu-recent .hidden-content,
.blog-post-view aside[role="complementary"] .block-content .menu-recent .hidden-content,
.blog-index-list aside[role="complementary"] .block-content .menu-categories .hidden-content,
.blog-post-view aside[role="complementary"] .block-content .menu-categories .hidden-content {
  display: none;
}
.blog-index-list aside[role="complementary"] .block-content a,
.blog-post-view aside[role="complementary"] .block-content a,
.blog-index-list aside[role="complementary"] .block-content a:hover,
.blog-post-view aside[role="complementary"] .block-content a:hover,
.blog-index-list aside[role="complementary"] .block-content a:visited,
.blog-post-view aside[role="complementary"] .block-content a:visited {
  color: #000;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article,
.blog-post-view aside[role="complementary"] .more-articles .additional-article,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article {
  margin-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article:before,
.blog-post-view aside[role="complementary"] .more-articles .additional-article:before,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article:before,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article:before,
.blog-index-list aside[role="complementary"] .more-articles .additional-article:after,
.blog-post-view aside[role="complementary"] .more-articles .additional-article:after,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article:after,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article:after {
  content: " ";
  display: table;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article:after,
.blog-post-view aside[role="complementary"] .more-articles .additional-article:after,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article:after,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article:after {
  clear: both;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article:before,
.blog-post-view aside[role="complementary"] .more-articles .additional-article:before,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article:before,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article:before,
.blog-index-list aside[role="complementary"] .more-articles .additional-article:after,
.blog-post-view aside[role="complementary"] .more-articles .additional-article:after,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article:after,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article:after {
  content: " ";
  display: table;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article:after,
.blog-post-view aside[role="complementary"] .more-articles .additional-article:after,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article:after,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article:after {
  clear: both;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article img,
.blog-post-view aside[role="complementary"] .more-articles .additional-article img,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article img,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article .article-details,
.blog-post-view aside[role="complementary"] .more-articles .additional-article .article-details,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article .article-details,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article .article-details {
  float: left;
  width: 55%;
  min-height: 100px;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article .article-details span,
.blog-post-view aside[role="complementary"] .more-articles .additional-article .article-details span,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article .article-details span,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article .article-details span {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-index-list aside[role="complementary"] .more-articles .additional-article .article-details p,
.blog-post-view aside[role="complementary"] .more-articles .additional-article .article-details p,
.blog-index-list aside[role="complementary"] .menu-recent .additional-article .article-details p,
.blog-post-view aside[role="complementary"] .menu-recent .additional-article .article-details p {
  margin: 2px 0 3px;
}
@media (min-width: 992px) {
  .blog-index-list aside[role="complementary"] .more-articles .additional-article .article-details,
  .blog-post-view aside[role="complementary"] .more-articles .additional-article .article-details,
  .blog-index-list aside[role="complementary"] .menu-recent .additional-article .article-details,
  .blog-post-view aside[role="complementary"] .menu-recent .additional-article .article-details {
    min-height: inherit;
    width: 65%;
  }
}
.blog-index-list .more-articles .additional-article,
.blog-post-view .more-articles .additional-article {
  margin-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.blog-index-list .more-articles .additional-article:before,
.blog-post-view .more-articles .additional-article:before,
.blog-index-list .more-articles .additional-article:after,
.blog-post-view .more-articles .additional-article:after {
  content: " ";
  display: table;
}
.blog-index-list .more-articles .additional-article:after,
.blog-post-view .more-articles .additional-article:after {
  clear: both;
}
.blog-index-list .more-articles .additional-article:before,
.blog-post-view .more-articles .additional-article:before,
.blog-index-list .more-articles .additional-article:after,
.blog-post-view .more-articles .additional-article:after {
  content: " ";
  display: table;
}
.blog-index-list .more-articles .additional-article:after,
.blog-post-view .more-articles .additional-article:after {
  clear: both;
}
.blog-index-list .more-articles .additional-article img,
.blog-post-view .more-articles .additional-article img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.blog-index-list .more-articles .additional-article .article-details,
.blog-post-view .more-articles .additional-article .article-details {
  float: left;
  width: 55%;
  min-height: 100px;
}
.blog-index-list .more-articles .additional-article .article-details h5,
.blog-post-view .more-articles .additional-article .article-details h5 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-index-list .more-articles .additional-article .article-details p,
.blog-post-view .more-articles .additional-article .article-details p {
  margin: 2px 0 3px;
}
@media (min-width: 992px) {
  .blog-index-list .more-articles .additional-article .article-details,
  .blog-post-view .more-articles .additional-article .article-details {
    min-height: inherit;
    width: 65%;
  }
}
.blog-index-list .more-articles .additional-article .aw-blog-read-more,
.blog-post-view .more-articles .additional-article .aw-blog-read-more {
  float: right;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 80px;
  background: #838383;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.blog-index-list div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .blog-index-list div[role="main"] {
    float: left;
    width: 100%;
  }
}
.blog-index-list aside[role="complementary"] {
  display: none;
}
.blog-index-list .postWrapper {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.blog-index-list .postWrapper:before,
.blog-index-list .postWrapper:after {
  content: " ";
  display: table;
}
.blog-index-list .postWrapper:after {
  clear: both;
}
.blog-index-list .postWrapper:before,
.blog-index-list .postWrapper:after {
  content: " ";
  display: table;
}
.blog-index-list .postWrapper:after {
  clear: both;
}
.blog-index-list .postContent img {
  float: left;
  padding-right: 15px;
}
.blog-index-list .postContent .aw-blog-read-more {
  float: right;
}
.cms-social-updates .page-title {
  margin-bottom: 0;
}
.cms-social-updates .stream li {
  background-color: #FFFFFF;
  border: 1px solid;
  font-size: 12px;
  padding: 15px 0 35px 0;
  position: relative;
  margin: 0 12px 12px 0;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
  box-shadow: none;
  width: 100%;
  min-height: 200px;
}
@media (min-width: 768px) {
  .cms-social-updates .stream li {
    width: 348px;
  }
}
@media (min-width: 992px) {
  .cms-social-updates .stream li {
    width: 222px;
  }
}
@media (min-width: 1200px) {
  .cms-social-updates .stream li {
    width: 272px;
  }
}
.cms-social-updates .stream li a {
  color: #333;
}
.cms-social-updates .stream li a:hover {
  color: #000;
}
.cms-social-updates .stream li .section-title a:hover {
  color: #000;
}
.cms-social-updates #social-stream {
  min-height: 300px;
}
.cms-social-updates .dcsns-loading {
  position: static;
  padding: 2px 0 0 30px;
  width: 200px;
  margin: 0 auto 20px auto;
}
.eco-friendly .eco-friendly-div {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  position: relative;
}
.eco-friendly .eco-friendly-img {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .eco-friendly .eco-friendly-img {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .eco-friendly .eco-friendly-img {
    float: left;
    width: 33.33333333%;
  }
}
.eco-friendly .eco-friendly-img img {
  width: 100%;
}
.eco-friendly .eco-friendly-description {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .eco-friendly .eco-friendly-description {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .eco-friendly .eco-friendly-description {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .eco-friendly .eco-friendly-description {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 0 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    overflow: auto;
  }
}
body[class*="-pre-launch"].cms-page-view {
  /* .nav.navbar-nav{
		display: none;
	} */
}
body[class*="-pre-launch"].cms-page-view h1 {
  font-size: 25px;
  font-weight: 100;
  text-transform: none;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  body[class*="-pre-launch"].cms-page-view h1 {
    font-size: 35px;
  }
}
body[class*="-pre-launch"].cms-page-view h2 {
  font-size: 25px;
  margin-top: 0;
  text-transform: none;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  body[class*="-pre-launch"].cms-page-view h2 {
    font-size: 35px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper {
  width: 100%;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img {
  width: 100%;
}
@media (min-width: 992px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img {
    width: 750px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_left {
  width: 300px;
  float: left;
}
@media (max-width: 767px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_left {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_left {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_left {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_left {
    width: 100%;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_left img:nth-child(2) {
  max-height: 333px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_right {
  width: 450px;
  float: left;
}
@media (max-width: 992px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_right {
    width: 100%;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img img {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img img {
    padding: 0 15px 36px 0;
  }
}
@media (min-width: 992px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_img .pre_launch_img_right img:nth-child(2) {
    height: 182px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up {
  width: 320px;
  text-align: justify;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up {
    float: left;
    margin: 0 0 0 30px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_text {
  font-weight: 100;
  font-size: 16px;
}
@media (max-width: 992px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_text {
    margin-bottom: 30px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_price {
  color: #477821;
  font-weight: 100;
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_price:before,
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_price:after {
  content: "";
  width: 80px;
  border-top: 1px solid gray;
  position: absolute;
  top: 22px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_price:before {
  left: 0;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_price:after {
  right: 0;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up .pre_launch_small_title {
  text-transform: none;
  color: #477821;
  text-align: center;
  font-weight: 400;
  margin: 20px 0;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid gray;
  padding-left: 10px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up input:focus {
  outline: none;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up ::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 100;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up ::-moz-placeholder {
  font-size: 16px;
  font-weight: 100;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up :-ms-input-placeholder {
  font-size: 16px;
  font-weight: 100;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up :-moz-placeholder {
  font-size: 16px;
  font-weight: 100;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up button {
  background-color: #477821;
  text-transform: none !important;
  color: white;
  width: 100%;
  font-weight: 100;
  margin-bottom: 15px;
  font-size: 18px;
  height: 50px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper .pre_launch_sign_up button:focus {
  outline: none;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper #leads_form_success {
  display: none;
  position: relative;
  height: 200px;
  margin-top: 30px;
  background: url('../images/thumbs_up.png');
  background-repeat: no-repeat;
  background-position: center top;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_top_wrapper #leads_form_success h3 {
  color: #477821;
  text-transform: none !important;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  bottom: 25px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper {
  width: 100%;
  float: left;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines {
    text-align: center;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines h3 {
  display: inline;
  text-transform: none;
  font-weight: 400;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines h3:first-child {
  border-right: 1px solid gray;
  padding-right: 40px;
}
@media (max-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines h3:first-child {
    padding-right: 20px;
    font-size: 18px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines h3:nth-child(2) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines h3:nth-child(2) {
    padding-left: 20px;
    font-size: 18px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .bottom_headlines #headline_delivery {
  color: #c1c1c1;
  font-weight: 100;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_details,
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_delivery {
  background-color: #e5e5e5;
  padding: 40px;
  float: left;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_details,
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_delivery {
    max-width: 750px;
    margin-left: 0px;
    padding: 60px;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_details tr {
  border-bottom: 1px solid white !important;
  height: 45px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_details tr td:first-child {
  width: 170px;
  font-weight: 500;
  display: block;
  padding: 10px 0;
}
@media (max-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_details tr td:first-child {
    padding: 10px 0;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_details tr td:nth-child(2) {
  font-weight: 100;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_details tr td:nth-child(2) {
    display: block;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_bottom_icons {
  width: 280px;
  margin: auto;
}
@media (min-width: 768px) {
  body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_bottom_icons {
    width: 350px;
    float: left;
  }
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_bottom_icons div:first-child {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_bottom_icons div:nth-child(2) {
  padding-top: 10px;
}
body[class*="-pre-launch"].cms-page-view .pre_launch_bottom_wrapper .pre_launch_bottom_icons p {
  display: inline;
  font-weight: 100;
}
/* Plugins */
.fancybox-close {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url('../images/close-button.png') center center;
}
.right-close .fancybox-close {
  left: auto;
  right: 10px;
}
/* FAQ */
.faq-index-index .breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq-index-index .breadcrumb a,
.faq-index-index .breadcrumb strong {
  color: #C6C6C6;
}
.faq-index-index div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .faq-index-index div[role="main"] {
    float: left;
    width: 66.66666667%;
  }
}
.faq-index-index aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .faq-index-index aside[role="complementary"] {
    float: left;
    width: 33.33333333%;
  }
}
.faq-index-index .page-title {
  margin: 0;
}
.faq-index-index .page-title h1 {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
}
.faq-index-index .faq-main {
  margin-top: -30px;
}
.faq-index-index .faq-main h4 {
  margin: 0;
  background: #F5F5F5;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding-left: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: 100;
}
.faq-index-index .faq-main .question {
  border-bottom: 1px solid #BDBDBD !important;
}
.faq-index-index .faq-main .question question-title:hover,
.faq-index-index .faq-main .question question-title:active {
  color: #477821;
}
.faq-index-index .faq-main .question .question-title {
  font-weight: bold;
  padding: 10px 0 15px 0;
  background: url('../images/left_mobile_close.png') no-repeat 99% center;
  cursor: pointer;
}
.faq-index-index .faq-main .question .question-title.open {
  background: url('../images/left_mobile_open.png') no-repeat 99% center;
  color: #477821;
}
.faq-index-index .faq-main .question .question-description {
  padding-top: 10px;
  margin-bottom: 30px;
}
.faq-index-index .faq-main ol > li > ol > li:last-of-type {
  border: none;
  margin-bottom: 40px;
}
.faq-index-index .faq-left {
  width: 100%;
  max-height: 200px;
  font-size: 35px;
}
.faq-index-index .faq-left ol li {
  border: none;
  padding: 7px 0px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: -1px;
}
.faq-index-index .faq-left ol li:hover {
  text-decoration: none;
  display: block;
}
.faq-index-index .faq-left ol li:nth-child(3) a {
  border-bottom: 2px solid #000 !important;
  padding-bottom: 10px;
}
.faq-index-index .faq-left ol li:nth-child(3) a:visited,
.faq-index-index .faq-left ol li:nth-child(3) a:hover {
  text-decoration: none;
}
.faq-index-index .faq-left a {
  color: #4e4e4e;
}
.faq-index-index .faq-left a:hover {
  text-decoration: none;
  color: #477821;
}
.faq-index-index .faq-left a:visited,
.faq-index-index .faq-left a:active {
  text-decoration: none;
  border-bottom: none;
}
/* */
* {
  border-color: #d0d0d0 !important;
}
a {
  color: #477821;
}
a:hover {
  color: #18280b;
}
a:visited {
  color: #477821;
}
h1,
h2,
h3,
button {
  text-transform: uppercase;
}
button {
  border-radius: 0 !important;
  border: 0 !important;
  text-transform: uppercase !important;
  height: 40px;
  font-size: 22px;
}
input[type="checkbox"] {
  display: none !important;
}
input[type="checkbox"] + label,
.input-box + label {
  line-height: 21px;
  padding-left: 24px;
  display: inline-block;
  background: url('../images/checkbox-icon.png') left center no-repeat;
}
input[type="checkbox"] + label:hover,
.input-box + label:hover {
  background: url('../images/checkbox-hover-icon.png') left center no-repeat;
}
input[type="checkbox"]:checked + label {
  background: url('../images/gv-checkbox.png') left center no-repeat;
}
.page-title {
  border-bottom: none;
}
ul.breadcrumb {
  background: transparent;
  padding-left: 0;
  margin-bottom: 0;
}
ul.breadcrumb li > a {
  color: #838383;
}
#messages_product_view {
  padding: 0 15px;
}
#messages_product_view .success-msg {
  background-color: #f8f8f8;
  border: none;
}
#messages_product_view .success-msg span {
  color: #477821;
}
.tag-selection {
  opacity: 0;
}
#admin_messages {
  margin-bottom: 0;
}
.displaynone {
  display: none;
}
.validation-advice {
  color: #366c0e !important;
}
.breadcrumb > li + li:before {
  content: "\3e" !important;
  padding: 0px !important;
}
.cms-our-story .our-story-img img {
  max-width: 837px;
  width: 100%;
}
@media (max-width: 768px) {
  img.banner-img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .main-homepage-banner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cms-index-index .homepage-bottom .left-col {
    padding-right: 15px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fmagento.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fnormalize.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fnormalize.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fprint.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fscaffolding.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fmixins.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fvariables.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fcarousel.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fscaffolding.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Ftype.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Ftype.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fgrid.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fgrid.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Ftables.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Ftables.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fforms.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fforms.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fbuttons.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fbuttons.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fcomponent-animations.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fdropdowns.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Finput-groups.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Finput-groups.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fnavs.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fnavbar.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Fbordered-pulled.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Futilities.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fnavbar.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fbreadcrumbs.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fbreadcrumbs.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fpagination.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fpagination.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Falerts.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Falerts.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Flist-group.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fpanels.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fwells.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fclose.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Fpath.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Fcore.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Flarger.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Ffixed-width.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Flist.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Fspinning.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Frotated-flipped.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Fmixins.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Fstacked.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Ficons.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Ffont-awesome%2Fless%2Fvariables.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fstd.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fmisc.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Flogos.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Flanguages.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fsearch.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fblocks.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fcategories.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fproducts.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fprices.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fratings.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fcontent.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fcart.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fpopovers.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fcheckout.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fcustomer.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fmodals.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fmodals.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Ffooter.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fproduct.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fonestepcheckout.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fnav.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fheader%2Fheader.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Ffooter%2Ffooter.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcategory%2Fcategory.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fproduct%2Fproduct.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcart%2Fcart.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcms%2Four-partners.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcms%2Fwhy-torgoen.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcms%2Feco-friendly.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Futilities.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fbower_components%2Fbootstrap%2Fless%2Fresponsive-utilities.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Ffancybox%2Ffancybox.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Fsnap%2Fsnap.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fgeneral.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fheader.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Ftopmenu.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Flogin.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fbanner.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fcustomerx.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fflachman.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fstorelocator.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fboilerplate%2Fdefault%2Fless%2Frobin%2Fjcarousel.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Ffonts.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fequal-height-responsive-columns.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fheader%2Fsearch.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Ffooter%2Fnewsletter.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fhomepage%2Fbanners.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fhomepage%2Fsubcategories.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Flogin%2Flogin.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Flogin%2Fcreate-account.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fmyaccount%2Fmyaccount.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcategory%2Fscrollpane.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcustom.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fproduct%2Frating.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcompare%2Fcompare.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcheckout%2Fcheckout.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcheckout%2Fsuccess.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcontactus%2Fcontactus.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcms%2Fmeet-torgoen.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcms%2Farticles-and-reviews.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcms%2Fsocial-updates.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Fcms%2Fpre_launch.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Ffancybox.less%22%2C%22%2Fhome%2Ftorgoen%2Fpublic_html%2Fskin%2Ffrontend%2Fcustomtheme%2Fxetum%2Fless%2Ffaq%2Ffaq.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%2CEAAE%3BEAAiB%2CeAAA%3B%3BAAEnB%2CEAAE%2CcAAe%3BEAAoB%2CYAAA%3BEAAsB%2CiBAAA%3BEAA2B%2CkBAAA%3BEAA2B%2C8DAAA%3BEAA%2BD%2CeAAA%3B%3BAAChL%2CEAAE%2CaAAc%3BEAAoB%2C4BAAA%3B%3BAAEpC%2CEAAE%2CgBAAiB%3BEAAK%2CeAAA%3BEAAgB%2CyBAAA%3BEAA0B%2CcAAA%3B%3BAAClE%2CEAAE%2CsBAAuB%3BEAAK%2C6BAAA%3B%3BAAC9B%2CEAAE%3BEAA4B%2CkBAAA%3B%3B%3BAAG9B%3BEAAiB%2CcAAA%3B%3BAACjB%3BAACA%2CcAAe%3BEAAc%2CmBAAA%3B%3BAAC7B%3BEAAkB%2CcAAA%3BEAAe%2CmBAAA%3BEAA8B%2CiEAAA%3BEAAkE%2CeAAA%3B%3BAACjI%2CcAAe%3BAACf%2CeAAgB%3BEAAS%2C0BAAA%3BEAA2B%2C8BAAA%3B%3BAACpD%3BEAA2B%2C%2BBAAA%3B%3B%3BAAG3B%3BEAAkB%2CuDAAA%3BEAAwD%2C%2BBAAA%3BEAAgC%2CkBAAA%3BEAAmB%2CMAAA%3BEAAqB%2CYAAA%3BEAAa%2CWAAA%3BEAAY%2CYAAA%3B%3BAAE3K%2CYAAa%3BEAAQ%2CWAAA%3BEAAY%2CaAAA%3B%3BAACjC%3BEACC%2CgBAAA%3BEACA%2CsBAAA%3BEAEA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAED%2CkBAAmB%3BEAAK%2CmBAAA%3BEAAoB%2C6BAAA%3BEAA8B%2CeAAA%3BEAAgB%2CiBAAA%3B%3BAAC1F%2CkBAAmB%3BEAA0B%2CkBAAA%3B%3BAAC7C%2CkBAAmB%2CwBAAwB%3BEAA2B%2C4DAAA%3BEAA6D%2CcAAA%3BEAAe%2CkBAAA%3BEAAmB%2CQAAA%3BEAAS%2CUAAA%3BEAAW%2CYAAA%3BEAAa%2CWAAA%3BEAAY%2CoBAAA%3B%3BAAClN%2CkBAAmB%3BEAA0B%2CaAAA%3B%3BAAC7C%2CkBAAmB%2CwBAAwB%3BEAAI%2CqBAAA%3BEAAsB%2CYAAA%3BEAAa%2CyBAAA%3BEAA0B%2CmBAAA%3BEAAoB%2CcAAA%3BEAAe%2CiDAAA%3BEAAkD%2CkBAAA%3BEAAmB%2CqBAAA%3BEAAsB%2CmBAAA%3BEAAoB%2CWAAA%3B%3B%3BAAG9P%3BEAAoB%2CUAAA%3BEAAW%2C0BAAA%3BEAA2B%2CiBAAA%3BEAAkB%2CmBAAA%3BEAAoB%2CaAAA%3BEAAc%2CiBAAA%3BEAA2B%2CyBAAA%3B%3BAACzI%3BEAA0B%2CUAAA%3BEAAW%2CcAAA%3BEAAe%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2CgBAAA%3BEAAwB%2CgBAAA%3BEAAiB%2CyBAAA%3B%3BAAE%2FH%3BEAAa%2CgBAAA%3BEAAiB%2CsBAAA%3BEAAuB%2CgBAAA%3BEAAiB%2CkBAAA%3BEAAmB%2C6BAAA%3BEAA8B%2CgCAAA%3BEAAiC%2CwBAAA%3BEAAyB%2CgBAAA%3BEAAwB%2CYAAA%3BEAAa%2CYAAA%3B%3BAACtN%3BEACC%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CYAAA%3B%3BAAED%2CkBAAmB%3BEAAK%2CeAAA%3BEAAgB%2CSAAA%3BEAAU%2C4BAAA%3BEAA6B%2CgBAAA%3BEAAiB%2CmBAAA%3BEAAoB%2CqBAAA%3BEAAsB%2CgBAAA%3BEAAwB%2CuBAAA%3B%3BAAClK%3BEAAmB%2C2DAAA%3BEAA4D%2CkBAAA%3BEAAmC%2CUAAA%3BEAAW%2CYAAA%3BEAAa%2CWAAA%3B%3BAAC1I%3BEAAmB%2C4DAAA%3BEAA6D%2CcAAA%3BEAAe%2CkBAAA%3BEAAmB%2CQAAA%3BEAAS%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CWAAA%3BEAAY%2CoBAAA%3BEAAqB%2C6BAAA%3BEAA8B%2CgCAAA%3BEAAiC%2CwBAAA%3BEAAyB%2CuBAAA%3BEAAwB%2C0BAAA%3BEAA2B%2CkBAAA%3B%3BAAChU%3BEAAqB%2C0BAAA%3BEAA2B%2CaAAA%3BEAAc%2CgBAAA%3BEAAiB%2CgBAAA%3BEAAwB%2CYAAA%3B%3BAACvG%3BEAAsB%2CeAAA%3BEAAgB%2CYAAA%3BEAAsB%2CiBAAA%3B%3BAAC5D%2CmBAAoB%3BEAAO%2CcAAA%3BEAAe%2CmBAAA%3B%3BAAC1C%2CmBAAoB%3BEAAe%2CeAAA%3B%3BAACnC%2CgBAAiB%3BAACjB%2CgBAAiB%2CWAAW%3BEAAiB%2CSAAA%3BEAAU%2CUAAA%3B%3BAACvD%3BEAAmB%2CeAAA%3B%3BAACnB%3BEAAkB%2CYAAA%3BEAAsB%2CcAAA%3BEAAe%2CeAAA%3BEAAgB%2CgBAAA%3BEAAwB%2CqBAAA%3B%3BAAC%2FF%3BEAAuB%2C0BAAA%3B%3B%3B%3BAC9DvB%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAOF%3BEACE%2CSAAA%3B%3BAAUF%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACE%2CcAAA%3B%3BAAQF%3BAACA%3BAACA%3BAACA%3BEACE%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAQF%2CKAAK%2CIAAI%3BEACP%2CaAAA%3BEACA%2CSAAA%3B%3BAAQF%3BAACA%3BEACE%2CaAAA%3B%3BAAUF%3BEACE%2CuBAAA%3B%3BAAOF%2CCAAC%3BAACD%2CCAAC%3BEACC%2CUAAA%3B%3BAAUF%2CIAAI%3BEACF%2CyBAAA%3B%3BAAOF%3BAACA%3BEACE%2CiBAAA%3B%3BAAOF%3BEACE%2CkBAAA%3B%3BAAQF%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOF%3BEACE%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOF%3BEACE%2CcAAA%3B%3BAAOF%3BAACA%3BEACE%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAUF%3BEACE%2CSAAA%3B%3BAAOF%2CGAAG%2CIAAI%3BEACL%2CgBAAA%3B%3BAAUF%3BEACE%2CgBAAA%3B%3BAAOF%3BEACE%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAOF%3BEACE%2CcAAA%3B%3BAAOF%3BAACA%3BAACA%3BAACA%3BEACE%2CiCAAA%3BEACA%2CcAAA%3B%3BAAkBF%3BAACA%3BAACA%3BAACA%3BAACA%3BEACE%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAOF%3BEACE%2CiBAAA%3B%3BAAUF%3BAACA%3BEACE%2CoBAAA%3B%3BAAWF%3BAACA%2CIAAK%2CMAAK%3BAACV%2CKAAK%3BAACL%2CKAAK%3BEACH%2C0BAAA%3BEACA%2CeAAA%3B%3BAAOF%2CMAAM%3BAACN%2CIAAK%2CMAAK%3BEACR%2CeAAA%3B%3BAAOF%2CMAAM%3BAACN%2CKAAK%3BEACH%2CSAAA%3BEACA%2CUAAA%3B%3BAAQF%3BEACE%2CmBAAA%3B%3BAAWF%2CKAAK%3BAACL%2CKAAK%3BEACH%2CsBAAA%3BEACA%2CUAAA%3B%3BAASF%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAClB%2CYAAA%3B%3BAASF%2CKAAK%3BEACH%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAASF%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAClB%2CwBAAA%3B%3BAAOF%3BEACE%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAQF%3BEACE%2CSAAA%3BEACA%2CUAAA%3B%3BAAOF%3BEACE%2CcAAA%3B%3BAAQF%3BEACE%2CiBAAA%3B%3BAAUF%3BEACE%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BAACA%3BEACE%2CUAAA%3B%3BACnaF%3BAAAI%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BACgGJ%3BEA9FE%3BIACE%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CkCAAA%3BIACA%2C2BAAA%3B%3BEAGF%3BEACA%2CCAAC%3BIACC%2C0BAAA%3B%3BEAGF%2CCAAC%2CMAAM%3BIACL%2CSAAS%2CKAAK%2CWAAW%2CGAAzB%3B%3BEAGF%2CIAAI%2COAAO%3BIACT%2CSAAS%2CKAAK%2CYAAY%2CGAA1B%3B%3BEAIF%2CCAAC%2CqBAAqB%3BEACtB%2CCAAC%2CWAAW%3BIACV%2CSAAS%2CEAAT%3B%3BEAGF%3BEACA%3BIACE%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGF%3BIACE%2C2BAAA%3B%3BEAGF%3BEACA%3BIACE%2CwBAAA%3B%3BEAGF%3BIACE%2C0BAAA%3B%3BEAGF%3BEACA%3BEACA%3BIACE%2CUAAA%3BIACA%2CSAAA%3B%3BEAGF%3BEACA%3BIACE%2CuBAAA%3B%3BEAKF%3BIACE%2C2BAAA%3B%3BEAIF%3BIACE%2CaAAA%3B%3BEAEF%2CMACE%3BEADF%2CMAEE%3BIACE%2CiCAAA%3B%3BEAGJ%2CIAEE%3BEADF%2COAAQ%2COACN%3BIACE%2CiCAAA%3B%3BEAGJ%3BIACE%2CsBAAA%3B%3BEAGF%3BIACE%2CoCAAA%3B%3BEAEF%2CeACE%3BEADF%2CeAEE%3BIACE%2CiCAAA%3B%3B%3BACtFN%3BECyOE%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BADxOV%2CCAAC%3BAACD%2CCAAC%3BECqOC%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BADhOV%3BEACE%2CgBAAA%3BEACA%2C6CAAA%3B%3BAAGF%3BEACE%2CaEcwB%2C8CFdxB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAIF%3BAACA%3BAACA%3BAACA%3BEACE%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAMF%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CCAAC%3BECzBD%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BADiCF%3BEACE%2CSAAA%3B%3BAAMF%3BEACE%2CsBAAA%3B%3BAAIF%3BAGtEA%2CeAKE%2CQAME%3BAAXJ%2CeAKE%2CQAOE%2CIAAI%3BEFyWN%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAD5SF%3BEACE%2CkBAAA%3B%3BAAMF%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEC8BA%2CwCAAA%3BEACQ%2CgCAAA%3BEA%2BPR%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BADxRF%3BEACE%2CkBAAA%3B%3BAAMF%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3B%3BAAQF%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAIlIF%3BEACI%2CaAAA%3B%3BAAGJ%2CMAAM%3BEHioBJ%2CkBAAA%3BEACA%2CmBAAA%3BEGhoBE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CMAAM%2CeAKF%3BEH0rBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CMGxsBM%2CeAKF%3BIHgsBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAGtsBJ%2CMAAM%2CeASF%3BEHsrBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CMGxsBM%2CeASF%3BIH4rBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAGvqBA%2CQAlB%2BB%3BEAkB%2FB%2CMA%2FBE%2CeAcE%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAeR%2CMA%2FBE%2CeAcE%2CeAII%3BIACI%2CYAAA%3B%3BEAYZ%2CMA%2FBE%2CeAsBE%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEHXV%2CMGbI%2CeA0BE%2CaHbL%3BEACD%2CMGdI%2CeA0BE%2CaHZL%3BIACC%2CSAAS%2CGAAT%3BIACA%2CcAAA%3B%3BEAEF%2CMGlBI%2CeA0BE%2CaHRL%3BIACC%2CWAAA%3B%3BEANF%2CMGbI%2CeA0BE%2CaHbL%3BEACD%2CMGdI%2CeA0BE%2CaHZL%3BIACC%2CSAAS%2CGAAT%3BIACA%2CcAAA%3B%3BEAEF%2CMGlBI%2CeA0BE%2CaHRL%3BIACC%2CWAAA%3B%3B%3BAGiBJ%2CQALmC%3BEAKnC%2CMApCM%2CeAgCE%3BIACI%2CYAAA%3B%3B%3BAAKZ%3BEH2lBE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAGzlBE%2COAAC%2CaAAc%2CIAAG%3BEHspBpB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2COG%2FpBK%2CaAAc%2CIAAG%3BIH4pBlB%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAGzpBA%2COAAC%2CcAAe%2CIAAG%3BEHkpBrB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2COG3pBK%2CcAAe%2CIAAG%3BIHwpBnB%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAGnpBJ%2CGAAG%3BEH4oBD%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEG7oBE%2CmBAAA%3B%3BAHmpBJ%2CQAJqC%3BEAIrC%2CGGrpBG%3BIHkpBC%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAG7oBJ%2CKAAK%3BEHsoBH%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEGvoBE%2CaAAA%3BEACA%2CmBAAA%3B%3BAH4oBJ%2CQAJqC%3BEAIrC%2CKG%2FoBK%3BIH4oBD%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAGroBJ%2CQAHmC%3BEAGnC%2CKARK%3BIAMG%2CcAAA%3B%3B%3BAAKR%2CMAAM%3BEAEF%2CmBAAA%3B%3BAHzDF%2CMGuDI%2CoBHvDH%3BAACD%2CMGsDI%2CoBHtDH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMGkDI%2CoBHlDH%3BEACC%2CWAAA%3B%3BAANF%2CMGuDI%2CoBHvDH%3BAACD%2CMGsDI%2CoBHtDH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMGkDI%2CoBHlDH%3BEACC%2CWAAA%3B%3BAGiDJ%2CMAAM%2CoBAIF%2CKAAK%3BAAJT%2CMAAM%2CoBAKF%2COAAO%3BEACH%2CeAAA%3B%3BAANR%2CMAAM%2CoBASF%3BAATJ%2CMAAM%2CoBAUF%3BAAVJ%2CMAAM%2CoBAWF%3BAAXJ%2CMAAM%2CoBAYF%3BEACI%2CmBAAA%3B%3BAAsBR%2CQAnBmC%3BEAmBnC%2CMAnCM%2CoBAiBE%3BEAkBR%2CMAnCM%2CoBAkBE%3BEAiBR%2CMAnCM%2CoBAmBE%3BEAgBR%2CMAnCM%2CoBAoBE%3BIACI%2CUAAA%3B%3BEAcZ%2CMAnCM%2CoBAwBE%3BEAWR%2CMAnCM%2CoBAyBE%3BIACI%2CWAAA%3B%3BEASZ%2CMAnCM%2CoBA6BE%3BEAMR%2CMAnCM%2CoBA8BE%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAClGZ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BEACvB%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALF%2CEAOE%3BAAPE%2CEAOF%3BAAPM%2CEAON%3BAAPU%2CEAOV%3BAAPc%2CEAOd%3BAAPkB%2CEAOlB%3BAANF%2CGAME%3BAANG%2CGAMH%3BAANQ%2CGAMR%3BAANa%2CGAMb%3BAANkB%2CGAMlB%3BAANuB%2CGAMvB%3BAAPF%2CEAQE%3BAARE%2CEAQF%3BAARM%2CEAQN%3BAARU%2CEAQV%3BAARc%2CEAQd%3BAARkB%2CEAQlB%3BAAPF%2CGAOE%3BAAPG%2CGAOH%3BAAPQ%2CGAOR%3BAAPa%2CGAOb%3BAAPkB%2CGAOlB%3BAAPuB%2CGAOvB%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACF%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BAAJF%2CEAIE%3BAAJE%2CGAIF%3BAANF%2CEAOE%3BAAPE%2CGAOF%3BAANF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BEACE%2CcAAA%3B%3BAAGJ%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACF%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BAAJF%2CEAIE%3BAAJE%2CGAIF%3BAANF%2CEAOE%3BAAPE%2CGAOF%3BAANF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BEACE%2CcAAA%3B%3BAAIJ%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAAMV%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKF%2CQAHqC%3BEAGrC%3BIAFI%2CeAAA%3B%3B%3BAASJ%3BAACA%3BEAAU%2CcAAA%3B%3BAAGV%3BEAAU%2CkBAAA%3B%3BAAGV%3BEAAuB%2CgBAAA%3B%3BAACvB%3BEAAuB%2CiBAAA%3B%3BAACvB%3BEAAuB%2CkBAAA%3B%3BAACvB%3BEAAuB%2CmBAAA%3B%3BAAGvB%3BEACE%2CcAAA%3B%3BAAEF%3BEJofE%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BEACA%2CcAAA%3B%3BAInfJ%3BEJifE%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BEACA%2CcAAA%3B%3BAIhfJ%3BEJ8eE%2CcAAA%3B%3BAACA%2CCAAC%2CUAAC%3BEACA%2CcAAA%3B%3BAI7eJ%3BEJ2eE%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BEACA%2CcAAA%3B%3BAI1eJ%3BEJweE%2CcAAA%3B%3BAACA%2CCAAC%2CYAAC%3BEACA%2CcAAA%3B%3BAIneJ%3BEAGE%2CWAAA%3BEJqdA%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BEACA%2CyBAAA%3B%3BAIpdJ%3BEJkdE%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BEACA%2CyBAAA%3B%3BAIjdJ%3BEJ%2BcE%2CyBAAA%3B%3BAACA%2CCAAC%2CQAAC%3BEACA%2CyBAAA%3B%3BAI9cJ%3BEJ4cE%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BEACA%2CyBAAA%3B%3BAI3cJ%3BEJycE%2CyBAAA%3B%3BAACA%2CCAAC%2CUAAC%3BEACA%2CyBAAA%3B%3BAIncJ%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAQF%3BAACA%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CEAIE%3BAAHF%2CEAGE%3BAAJF%2CEAKE%3BAAJF%2CEAIE%3BEACE%2CgBAAA%3B%3BAAOJ%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIF%3BEALE%2CeAAA%3BEACA%2CgBAAA%3BEAMA%2CiBAAA%3B%3BAAFF%2CYAIE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEF%3BAACA%3BEACE%2CuBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3B%3BAAEF%3BEACE%2CcAAA%3B%3BAAwBF%2CQAhB2C%3BEACzC%2CcACE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACD%2CWAAA%3BIACC%2CiBAAA%3BIJ1IJ%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEImIA%2CcAQE%3BIACE%2CkBAAA%3B%3B%3BAAUN%2CIAAI%3BAAEJ%2CIAAI%3BEACF%2CYAAA%3BEACA%2CiCAAA%3B%3BAAEF%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAIF%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAKE%2CUAHF%2CEAGG%3BAAAD%2CUAFF%2CGAEG%3BAAAD%2CUADF%2CGACG%3BEACC%2CgBAAA%3B%3BAAVN%2CUAgBE%3BAAhBF%2CUAiBE%3BAAjBF%2CUAkBE%3BEACE%2CcAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CUARF%2COAQG%3BAAAD%2CUAPF%2CMAOG%3BAAAD%2CUANF%2COAMG%3BEACC%2CSAAS%2CaAAT%3B%3BAAQN%3BAACA%2CUAAU%3BEACR%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAME%2CmBAHF%2COAGG%3BAAAD%2CUAXM%2CWAQR%2COAGG%3BAAAD%2CmBAFF%2CMAEG%3BAAAD%2CUAXM%2CWASR%2CMAEG%3BAAAD%2CmBADF%2COACG%3BAAAD%2CUAXM%2CWAUR%2COACG%3BEAAU%2CSAAS%2CEAAT%3B%3BAACX%2CmBAJF%2COAIG%3BAAAD%2CUAZM%2CWAQR%2COAIG%3BAAAD%2CmBAHF%2CMAGG%3BAAAD%2CUAZM%2CWASR%2CMAGG%3BAAAD%2CmBAFF%2COAEG%3BAAAD%2CUAZM%2CWAUR%2COAEG%3BEACC%2CSAAS%2CaAAT%3B%3BAAMN%2CUAAU%3BAACV%2CUAAU%3BEACR%2CSAAS%2CEAAT%3B%3BAAIF%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BACjSF%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAAEV%3BED%2BHE%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEC9HE%2CaAAA%3B%3BALOF%2CWAAC%3BAACD%2CWAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CWAAC%3BEACC%2CWAAA%3B%3BAANF%2CWAAC%3BAACD%2CWAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CWAAC%3BEACC%2CWAAA%3B%3BAKhBJ%2CWAKI%3BEACI%2CaAAA%3B%3BAANR%2CWASI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAADJ%2CcAGI%3BAAHJ%2CcAGQ%3BAAHR%2CcAGY%3BAAHZ%2CcAII%3BAAJJ%2CcAIQ%3BAAJR%2CcAIY%3BEACJ%2CWAAA%3B%3BAAIR%3BAACA%3BEACI%2CcAAA%3B%3BAC1BJ%3BENqnBE%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAMlnBA%2CQAHmC%3BEAGnC%3BIAFE%2CYAAA%3B%3B%3BAAKF%2CQAHmC%3BEAGnC%3BIAFE%2CYAAA%3B%3B%3BAAKJ%2CQAHqC%3BEAGrC%3BIAFI%2CaAAA%3B%3B%3BAAUJ%3BENimBE%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAM3lBF%3BENimBE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAqIE%3BEACE%2CkBAAA%3BEAEA%2CeAAA%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAgBF%3BEACE%2CWAAA%3B%3BAAOJ%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CWAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CUAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CUAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CUAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CkBAAA%3B%3BAAcF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CiBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CgBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CgBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CgBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CwBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CeAAA%3B%3BAMvvBJ%2CQALmC%3BENouB%2FB%3BIACE%2CWAAA%3B%3BEAOJ%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CkBAAA%3B%3BEAcF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CiBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CeAAA%3B%3B%3BAM9uBJ%2CQALmC%3BEN2tB%2FB%3BIACE%2CWAAA%3B%3BEAOJ%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CkBAAA%3B%3BEAcF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CiBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CeAAA%3B%3B%3BAMvuBJ%2CQAHmC%3BENktB%2FB%3BIACE%2CWAAA%3B%3BEAOJ%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CkBAAA%3B%3BEAcF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CiBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CgBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CeAAA%3B%3B%3BAOzzBJ%3BAACA%3BAACA%3BEPmoBE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAO%2FnBF%2CSAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAALR%2CSAQI%3BAARJ%2CSASI%3BEPspBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CSOhqBI%3BEPgqBJ%2CSO%2FpBI%3BIP4pBA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAOtqBJ%2CSAYI%3BEPmpBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CSO5pBI%3BIPypBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAOtqBJ%2CSAeI%3BEPgpBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CSOzpBI%3BIPspBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAOlpBJ%2CSAEI%3BAAFJ%2CSAGI%3BAAHJ%2CSAII%3BEPuoBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CSOlpBI%3BEPkpBJ%2CSOjpBI%3BEPipBJ%2CSOhpBI%3BIP6oBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAOzoBJ%2CSAEI%3BAAFJ%2CSAGI%3BAAHJ%2CSAII%3BAAJJ%2CSAKI%3BEP6nBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CSOzoBI%3BEPyoBJ%2CSOxoBI%3BEPwoBJ%2CSOvoBI%3BEPuoBJ%2CSOtoBI%3BIPmoBA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAQ1qBJ%3BEACE%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAMF%3BEACE%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CMAIE%2CQAGE%2CKACE%3BAARN%2CMAKE%2CQAEE%2CKACE%3BAARN%2CMAME%2CQACE%2CKACE%3BAARN%2CMAIE%2CQAGE%2CKAEE%3BAATN%2CMAKE%2CQAEE%2CKAEE%3BAATN%2CMAME%2CQACE%2CKAEE%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAbR%2CMAkBE%2CQAAQ%2CKAAK%3BEACX%2CsBAAA%3BEACA%2CgCAAA%3B%3BAApBJ%2CMAuBE%2CUAAU%2CQAGR%2CKAAI%2CYACF%3BAA3BN%2CMAwBE%2CWAAW%2CQAET%2CKAAI%2CYACF%3BAA3BN%2CMAyBE%2CQAAO%2CYACL%2CKAAI%2CYACF%3BAA3BN%2CMAuBE%2CUAAU%2CQAGR%2CKAAI%2CYAEF%3BAA5BN%2CMAwBE%2CWAAW%2CQAET%2CKAAI%2CYAEF%3BAA5BN%2CMAyBE%2CQAAO%2CYACL%2CKAAI%2CYAEF%3BEACE%2CaAAA%3B%3BAA7BR%2CMAkCE%2CQAAQ%3BEACN%2C6BAAA%3B%3BAAnCJ%2CMAuCE%3BEACE%2CyBAAA%3B%3BAAOJ%2CgBACE%2CQAGE%2CKACE%3BAALN%2CgBAEE%2CQAEE%2CKACE%3BAALN%2CgBAGE%2CQACE%2CKACE%3BAALN%2CgBACE%2CQAGE%2CKAEE%3BAANN%2CgBAEE%2CQAEE%2CKAEE%3BAANN%2CgBAGE%2CQACE%2CKAEE%3BEACE%2CYAAA%3B%3BAAWR%3BEACE%2CyBAAA%3B%3BAADF%2CeAEE%2CQAGE%2CKACE%3BAANN%2CeAGE%2CQAEE%2CKACE%3BAANN%2CeAIE%2CQACE%2CKACE%3BAANN%2CeAEE%2CQAGE%2CKAEE%3BAAPN%2CeAGE%2CQAEE%2CKAEE%3BAAPN%2CeAIE%2CQACE%2CKAEE%3BEACE%2CyBAAA%3B%3BAARR%2CeAYE%2CQAAQ%2CKACN%3BAAbJ%2CeAYE%2CQAAQ%2CKAEN%3BEACE%2CwBAAA%3B%3BAAUN%2CcACE%2CQAAQ%2CKAAI%2CUAAU%2CKACpB%3BAAFJ%2CcACE%2CQAAQ%2CKAAI%2CUAAU%2CKAEpB%3BEACE%2CyBAAA%3B%3BAAUN%2CYACE%2CQAAQ%2CKAAI%2CMACV%3BAAFJ%2CYACE%2CQAAQ%2CKAAI%2CMAEV%3BEACE%2CyBAAA%3B%3BAAUN%2CKAAM%2CIAAG%3BEACP%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKE%2CKAFF%2CGAEG%3BAAAD%2CKADF%2CGACG%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAR0SJ%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAADP%2CMAAO%2CQAAQ%2CKACb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAIb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAS%3BAAAX%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CMAAS%3BAACX%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CMAAS%3BAAAX%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAS%3BEACT%2CyBAAA%3B%3BAAMJ%2CYAAa%2CQAAQ%2CKACnB%2CKAAI%2CCAAC%2CMAAQ%3BAADf%2CYAAa%2CQAAQ%2CKAEnB%2CKAAI%2CCAAC%2CMAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CMAAQ%2CMAAO%3BAACjB%2CYAJW%2CQAAQ%2CKAIlB%2CCAAC%2CMAAQ%2CMAAO%3BEACf%2CyBAAA%3B%3BAAlBJ%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAADP%2CMAAO%2CQAAQ%2CKACb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAIb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAS%3BAAAX%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2COAAS%3BAACX%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2COAAS%3BAAAX%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAS%3BEACT%2CyBAAA%3B%3BAAMJ%2CYAAa%2CQAAQ%2CKACnB%2CKAAI%2CCAAC%2COAAQ%3BAADf%2CYAAa%2CQAAQ%2CKAEnB%2CKAAI%2CCAAC%2COAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2COAAQ%2CMAAO%3BAACjB%2CYAJW%2CQAAQ%2CKAIlB%2CCAAC%2COAAQ%2CMAAO%3BEACf%2CyBAAA%3B%3BAAlBJ%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAADP%2CMAAO%2CQAAQ%2CKACb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAIb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CIAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CIAAS%3BAAAX%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CIAAS%3BAACX%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CIAAS%3BAAAX%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CIAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CIAAS%3BEACT%2CyBAAA%3B%3BAAMJ%2CYAAa%2CQAAQ%2CKACnB%2CKAAI%2CCAAC%2CIAAQ%3BAADf%2CYAAa%2CQAAQ%2CKAEnB%2CKAAI%2CCAAC%2CIAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CIAAQ%2CMAAO%3BAACjB%2CYAJW%2CQAAQ%2CKAIlB%2CCAAC%2CIAAQ%2CMAAO%3BEACf%2CyBAAA%3B%3BAAlBJ%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAADP%2CMAAO%2CQAAQ%2CKACb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAIb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAS%3BAAAX%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2COAAS%3BAACX%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2COAAS%3BAAAX%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAS%3BEACT%2CyBAAA%3B%3BAAMJ%2CYAAa%2CQAAQ%2CKACnB%2CKAAI%2CCAAC%2COAAQ%3BAADf%2CYAAa%2CQAAQ%2CKAEnB%2CKAAI%2CCAAC%2COAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2COAAQ%2CMAAO%3BAACjB%2CYAJW%2CQAAQ%2CKAIlB%2CCAAC%2COAAQ%2CMAAO%3BEACf%2CyBAAA%3B%3BAAlBJ%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAADP%2CMAAO%2CQAAQ%2CKACb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAIb%2CKAAI%2CCAAC%3BAAHP%2CMAAO%2CQAAQ%2CKAGb%2CKAAI%2CCAAC%3BAAFP%2CMAAO%2CQAAQ%2CKAEb%2CKAAI%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAS%3BAAAX%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CMAAS%3BAACX%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CMAAS%3BAAAX%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAS%3BAAAX%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAS%3BEACT%2CyBAAA%3B%3BAAMJ%2CYAAa%2CQAAQ%2CKACnB%2CKAAI%2CCAAC%2CMAAQ%3BAADf%2CYAAa%2CQAAQ%2CKAEnB%2CKAAI%2CCAAC%2CMAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CMAAQ%2CMAAO%3BAACjB%2CYAJW%2CQAAQ%2CKAIlB%2CCAAC%2CMAAQ%2CMAAO%3BEACf%2CyBAAA%3B%3BAQpON%2CQA%2FDmC%3BEACjC%3BIACE%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3BIACA%2CyBAAA%3BIACA%2CiCAAA%3B%3BEAPF%2CiBAUE%3BIACE%2CgBAAA%3B%3BEAXJ%2CiBAUE%2CSAIE%2CQAGE%2CKACE%3BEAlBR%2CiBAUE%2CSAKE%2CQAEE%2CKACE%3BEAlBR%2CiBAUE%2CSAME%2CQACE%2CKACE%3BEAlBR%2CiBAUE%2CSAIE%2CQAGE%2CKAEE%3BEAnBR%2CiBAUE%2CSAKE%2CQAEE%2CKAEE%3BEAnBR%2CiBAUE%2CSAME%2CQACE%2CKAEE%3BIACE%2CmBAAA%3B%3BEApBV%2CiBA2BE%3BIACE%2CSAAA%3B%3BEA5BJ%2CiBA2BE%2CkBAIE%2CQAGE%2CKACE%2CKAAI%3BEAnCZ%2CiBA2BE%2CkBAKE%2CQAEE%2CKACE%2CKAAI%3BEAnCZ%2CiBA2BE%2CkBAME%2CQACE%2CKACE%2CKAAI%3BEAnCZ%2CiBA2BE%2CkBAIE%2CQAGE%2CKAEE%2CKAAI%3BEApCZ%2CiBA2BE%2CkBAKE%2CQAEE%2CKAEE%2CKAAI%3BEApCZ%2CiBA2BE%2CkBAME%2CQACE%2CKAEE%2CKAAI%3BIACF%2CcAAA%3B%3BEArCV%2CiBA2BE%2CkBAIE%2CQAGE%2CKAKE%2CKAAI%3BEAvCZ%2CiBA2BE%2CkBAKE%2CQAEE%2CKAKE%2CKAAI%3BEAvCZ%2CiBA2BE%2CkBAME%2CQACE%2CKAKE%2CKAAI%3BEAvCZ%2CiBA2BE%2CkBAIE%2CQAGE%2CKAME%2CKAAI%3BEAxCZ%2CiBA2BE%2CkBAKE%2CQAEE%2CKAME%2CKAAI%3BEAxCZ%2CiBA2BE%2CkBAME%2CQACE%2CKAME%2CKAAI%3BIACF%2CeAAA%3B%3BEAzCV%2CiBA2BE%2CkBAsBE%2CQAEE%2CKAAI%2CWACF%3BEApDR%2CiBA2BE%2CkBAuBE%2CQACE%2CKAAI%2CWACF%3BEApDR%2CiBA2BE%2CkBAsBE%2CQAEE%2CKAAI%2CWAEF%3BEArDR%2CiBA2BE%2CkBAuBE%2CQACE%2CKAAI%2CWAEF%3BIACE%2CgBAAA%3B%3B%3BAC%2FNZ%3BEDeE%2CWAAA%3BEACA%2CmBAAA%3BEAgEA%2CyBAAA%3B%3BAChFF%2CWDkBE%2CQAGE%2CKACE%3BACtBN%2CWDmBE%2CQAEE%2CKACE%3BACtBN%2CWDoBE%2CQACE%2CKACE%3BACtBN%2CWDkBE%2CQAGE%2CKAEE%3BACvBN%2CWDmBE%2CQAEE%2CKAEE%3BACvBN%2CWDoBE%2CQACE%2CKAEE%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAC3BR%2CWDgCE%2CQAAQ%2CKAAK%3BEACX%2CsBAAA%3BEACA%2CgCAAA%3B%3BAClCJ%2CWDqCE%2CUAAU%2CQAGR%2CKAAI%2CYACF%3BACzCN%2CWDsCE%2CWAAW%2CQAET%2CKAAI%2CYACF%3BACzCN%2CWDuCE%2CQAAO%2CYACL%2CKAAI%2CYACF%3BACzCN%2CWDqCE%2CUAAU%2CQAGR%2CKAAI%2CYAEF%3BAC1CN%2CWDsCE%2CWAAW%2CQAET%2CKAAI%2CYAEF%3BAC1CN%2CWDuCE%2CQAAO%2CYACL%2CKAAI%2CYAEF%3BEACE%2CaAAA%3B%3BAC3CR%2CWDgDE%2CQAAQ%3BEACN%2C6BAAA%3B%3BACjDJ%2CWDqDE%3BEACE%2CyBAAA%3B%3BACtDJ%2CWDiFE%2CQAGE%2CKACE%3BACrFN%2CWDkFE%2CQAEE%2CKACE%3BACrFN%2CWDmFE%2CQACE%2CKACE%3BACrFN%2CWDiFE%2CQAGE%2CKAEE%3BACtFN%2CWDkFE%2CQAEE%2CKAEE%3BACtFN%2CWDmFE%2CQACE%2CKAEE%3BEACE%2CyBAAA%3B%3BACvFR%2CWD2FE%2CQAAQ%2CKACN%3BAC5FJ%2CWD2FE%2CQAAQ%2CKAEN%3BEACE%2CwBAAA%3B%3BAC9FN%2CWAII%2CQAAQ%2CKAAI%2CUAAU%2CKAClB%3BAALR%2CWAII%2CQAAQ%2CKAAI%2CUAAU%2CKAElB%3BEACI%2CyBAAA%3B%3BACAZ%3BEACE%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEAIA%2CYAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAWF%2CKAAK%3BEVsMH%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BAUnMV%2CKAAK%3BAACL%2CKAAK%3BEACH%2CeAAA%3BEACA%2CkBAAA%3B%3BEACA%2CmBAAA%3B%3BAAIF%2CKAAK%3BEACH%2CcAAA%3B%3BAAIF%2CKAAK%3BEACH%2CcAAA%3BEACA%2CWAAA%3B%3BAAIF%2CMAAM%3BAACN%2CMAAM%3BEACJ%2CYAAA%3B%3BAAIF%2CKAAK%2CaAAa%3BAAClB%2CKAAK%2CcAAc%3BAACnB%2CKAAK%2CiBAAiB%3BEV7CpB%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAU%2BCF%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAA0BF%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEVHA%2CwDAAA%3BEACQ%2CgDAAA%3BEAKR%2C8EAAA%3BEACQ%2CsEAAA%3B%3BAAmwBR%2CaAAC%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEA5wBF%2CsFAAA%3BEACQ%2C8EAAA%3B%3BAAlER%2CaAAC%3BEAA%2BB%2CcAAA%3BEACA%2CUAAA%3B%3BAAChC%2CaAAC%3BEAA%2BB%2CcAAA%3B%3BAAChC%2CaAAC%3BEAA%2BB%2CcAAA%3B%3BAUgFhC%2CaAAC%3BAACD%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BEACjB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIF%2CQAAQ%3BEACN%2CYAAA%3B%3BAAYJ%2CKAAK%3BEACH%2CwBAAA%3B%3BAASF%2CKAAK%3BEACH%2CiBAAA%3B%3BAASF%3BEACE%2CmBAAA%3B%3BAAQF%3BAACA%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAANF%2CMAOE%3BAANF%2CSAME%3BEACE%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAO%2CMAAK%3BAACZ%2CaAAc%2CMAAK%3BAACnB%2CSAAU%2CMAAK%3BAACf%2CgBAAiB%2CMAAK%3BEACpB%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CMAAO%3BAACP%2CSAAU%3BEACR%2CgBAAA%3B%3BAAIF%3BAACA%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CaAAc%3BAACd%2CgBAAiB%3BEACf%2CaAAA%3BEACA%2CiBAAA%3B%3BAAYA%2CKANG%2CcAMF%3BAAAD%2CKALG%2CiBAKF%3BAAAD%2CMAAC%3BAAAD%2CaAAC%3BAAAD%2CSAAC%3BAAAD%2CgBAAC%3BAACD%2CQAAQ%2CUAAW%2CMAPhB%3BAAOH%2CQAAQ%2CUAAW%2CMANhB%3BAAMH%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BEACjB%2CmBAAA%3B%3BAAUJ%3BEVqpBE%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%3BEACJ%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAQ%3BAACR%2CMAAM%2CUAAU%3BEACd%2CYAAA%3B%3BAU9pBJ%3BEVipBE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%3BEACJ%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAQ%3BAACR%2CMAAM%2CUAAU%3BEACd%2CYAAA%3B%3BAUrpBJ%3BEAEE%2CkBAAA%3B%3BAAFF%2CaAKE%3BEACE%2CqBAAA%3B%3BAANJ%2CaAUE%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEAEA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CYVsjBE%3BAUtjBF%2CYVujBE%3BAUvjBF%2CYVwjBE%3BAUxjBF%2CYVyjBE%3BAUzjBF%2CYV0jBE%3BAU1jBF%2CYV2jBE%3BEACE%2CcAAA%3B%3BAU5jBJ%2CYV%2BjBE%3BEACE%2CqBAAA%3BEAvuBF%2CwDAAA%3BEACQ%2CgDAAA%3B%3BAAwuBN%2CYAHF%2CcAGG%3BEACC%2CqBAAA%3BEA1uBJ%2CyEAAA%3BEACQ%2CiEAAA%3B%3BAUsKV%2CYVykBE%3BEACE%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAU5kBJ%2CYV%2BkBE%3BEACE%2CcAAA%3B%3BAU7kBJ%2CYVmjBE%3BAUnjBF%2CYVojBE%3BAUpjBF%2CYVqjBE%3BAUrjBF%2CYVsjBE%3BAUtjBF%2CYVujBE%3BAUvjBF%2CYVwjBE%3BEACE%2CcAAA%3B%3BAUzjBJ%2CYV4jBE%3BEACE%2CqBAAA%3BEAvuBF%2CwDAAA%3BEACQ%2CgDAAA%3B%3BAAwuBN%2CYAHF%2CcAGG%3BEACC%2CqBAAA%3BEA1uBJ%2CyEAAA%3BEACQ%2CiEAAA%3B%3BAUyKV%2CYVskBE%3BEACE%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAUzkBJ%2CYV4kBE%3BEACE%2CcAAA%3B%3BAU1kBJ%2CUVgjBE%3BAUhjBF%2CUVijBE%3BAUjjBF%2CUVkjBE%3BAUljBF%2CUVmjBE%3BAUnjBF%2CUVojBE%3BAUpjBF%2CUVqjBE%3BEACE%2CcAAA%3B%3BAUtjBJ%2CUVyjBE%3BEACE%2CqBAAA%3BEAvuBF%2CwDAAA%3BEACQ%2CgDAAA%3B%3BAAwuBN%2CUAHF%2CcAGG%3BEACC%2CqBAAA%3BEA1uBJ%2CyEAAA%3BEACQ%2CiEAAA%3B%3BAU4KV%2CUVmkBE%3BEACE%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAUtkBJ%2CUVykBE%3BEACE%2CcAAA%3B%3BAUhkBJ%3BEACE%2CgBAAA%3B%3BAASF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAoEF%2CQAjDqC%3BEAiDrC%2CYA%2FCI%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4CN%2CYAxCI%3BIACE%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAqCN%2CYAlCI%2CaAAa%3BIACX%2CWAAA%3B%3BEAiCN%2CYA9BI%3BIACE%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4BN%2CYAtBI%3BEAsBJ%2CYArBI%3BIACE%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAgBN%2CYAdI%2COAAO%2CMAAK%3BEAchB%2CYAbI%2CUAAU%2CMAAK%3BIACb%2CWAAA%3BIACA%2CcAAA%3B%3BEAWN%2CYAJI%2CcAAc%3BIACZ%2CMAAA%3B%3B%3BAAWN%2CgBAGE%3BAAHF%2CgBAIE%3BAAJF%2CgBAKE%3BAALF%2CgBAME%3BAANF%2CgBAOE%3BEACE%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAVJ%2CgBAcE%3BAAdF%2CgBAeE%3BEACE%2CgBAAA%3B%3BAAhBJ%2CgBAoBE%3BEVyOA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAU9PF%2CgBAwBE%3BEACE%2CgBAAA%3B%3BAAUF%2CQANmC%3BEAMnC%2CgBALE%3BIACE%2CiBAAA%3B%3B%3BAA%2FBN%2CgBAuCE%2CcAAc%3BEACZ%2CMAAA%3B%3BAChbJ%2CCAAC%2CQAAS%2CMAAK%3BAACf%2CCAAC%2CQAAS%2CMAAK%3BEACX%2CiBAAA%3B%3BAAGJ%3BED2GE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEVHA%2CwDAAA%3BEACQ%2CgDAAA%3BEAKR%2C8EAAA%3BEACQ%2CsEAAA%3B%3BAAmwBR%2CWAAC%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEA5wBF%2CsFAAA%3BEACQ%2C8EAAA%3B%3BAAlER%2CWAAC%3BEAA%2BB%2CcAAA%3BEACA%2CUAAA%3B%3BAAChC%2CWAAC%3BEAA%2BB%2CcAAA%3B%3BAAChC%2CWAAC%3BEAA%2BB%2CcAAA%3B%3BAUgFhC%2CWAAC%3BAACD%2CWAAC%3BAACD%2CQAAQ%2CUAAW%3BEACjB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIF%2CQAAQ%3BEACN%2CYAAA%3B%3BAVlIF%2CUAAC%3BAACD%2CUAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CUAAC%3BEACC%2CWAAA%3B%3BAANF%2CUAAC%3BAACD%2CUAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CUAAC%3BEACC%2CWAAA%3B%3BAWdJ%2CUAGI%3BEDwKF%2CmBAAA%3B%3BAVnKA%2CUWLE%2CGXKD%3BAACD%2CUWNE%2CGXMD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CUWVE%2CGXUD%3BEACC%2CWAAA%3B%3BAANF%2CUWLE%2CGXKD%3BAACD%2CUWNE%2CGXMD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CUWVE%2CGXUD%3BEACC%2CWAAA%3B%3BAWdJ%2CUAOI%3BEACI%2CkBAAA%3B%3BAARR%2CUAUI%2CMAAK%2CSAAU%3BEACX%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CUAkBI%2CGAAE%2CQAAS%3BEACP%2CWAAA%3BEACA%2CcAAA%3B%3BAApBR%2CUAsBI%2CGAAE%2CQAAS%2CMAAK%3BAAtBpB%2CUAuBI%2CGAAE%2CQAAS%2CMAAK%3BEACZ%2CiBAAA%3BEAGA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA7BR%2CUA%2BBI%2CGAAE%2CQAAS%3BEACP%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlCR%2CUAoCI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUANJ%2COAMK%3BAACD%2CUAPJ%2COAOK%3BEACG%2CeAAA%3B%3BAAGJ%2CUAXJ%2COAWK%3BEACG%2CgBAAA%3B%3BAAhDZ%2CUAmDI%3BAAnDJ%2CUAoDI%3BEDmDF%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEVHA%2CwDAAA%3BEACQ%2CgDAAA%3BEAKR%2C8EAAA%3BEACQ%2CsEAAA%3B%3BAAmwBR%2CUWr0BE%2CSXq0BD%3BAAAD%2CUWp0BE%2COXo0BD%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEA5wBF%2CsFAAA%3BEACQ%2C8EAAA%3B%3BAAlER%2CUWME%2CSXND%3BAAAD%2CUWOE%2COXPD%3BEAA%2BB%2CcAAA%3BEACA%2CUAAA%3B%3BAAChC%2CUWIE%2CSXJD%3BAAAD%2CUWKE%2COXLD%3BEAA%2BB%2CcAAA%3B%3BAAChC%2CUWGE%2CSXHD%3BAAAD%2CUWIE%2COXJD%3BEAA%2BB%2CcAAA%3B%3BAUgFhC%2CUC7EE%2CSD6ED%3BAAAD%2CUC5EE%2COD4ED%3BAACD%2CUC9EE%2CSD8ED%3BAAAD%2CUC7EE%2COD6ED%3BAACD%2CQAAQ%2CUAAW%2CWC%2FEjB%3BAD%2BEF%2CQAAQ%2CUAAW%2CWC9EjB%3BED%2BEA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIF%2CQAAQ%2CUCtFN%3BADsFF%2CQAAQ%2CUCrFN%3BEDsFA%2CYAAA%3B%3BAC1IJ%2CUAuDI%2COAAM%3BAAvDV%2CUAwDI%3BEACI%2CYAAA%3B%3BAAzDR%2CUA2DI%2CGAAE%3BEACE%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAXtDN%2CUWmDE%2CGAAE%2CeAKE%2CEXxDL%3BAACD%2CUWkDE%2CGAAE%2CeAKE%2CEXvDL%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CUW8CE%2CGAAE%2CeAKE%2CEXnDL%3BEACC%2CWAAA%3B%3BAANF%2CUWmDE%2CGAAE%2CeAKE%2CEXxDL%3BAACD%2CUWkDE%2CGAAE%2CeAKE%2CEXvDL%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CUW8CE%2CGAAE%2CeAKE%2CEXnDL%3BEACC%2CWAAA%3B%3BAWdJ%2CUA2DI%2CGAAE%2CeASE%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAtEZ%2CUA0EI%2CaACI%2CMAAK%3BAA3Eb%2CUA0EI%2CaAEI%3BEACI%2CqBAAA%3B%3BAA7EZ%2CUA0EI%2CaAMI%2CMAAK%3BEACD%2CUAAA%3B%3BAAKZ%2CiBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CiBAII%2CGAAG%3BEACC%2CkBAAA%3B%3BAALR%2CiBAOI%2CGAAE%2CKAAM%3BEACJ%2CYAAA%3B%3BAARR%2CiBAUI%2CGAAE%2CKAAM%2CMAAK%3BAAVjB%2CiBAWI%2CGAAE%2CKAAM%3BEACJ%2CYAAA%3B%3BAAZR%2CiBAaI%2CGAAE%2CKAAM%3BEACJ%2CYAAA%3B%3BAAKR%2CUAUI%2CsBACI%3BEACI%2CUAAA%3B%3BAAZZ%2CUAUI%2CsBAII%3BAAdR%2CUAUI%2CsBAKI%3BEACI%2CUAAA%3B%3BAAhBZ%2CUAqBI%2CiCACI%3BAAtBR%2CUAqBI%2CiCAEI%3BEACI%2CUAAA%3B%3BAAxBZ%2CUAqBI%2CiCAKI%3BAA1BR%2CUAqBI%2CiCAMI%3BEACI%2CUAAA%3B%3BAA5BZ%2CUAiCI%2C6BACI%3BAAlCR%2CUAiCI%2C6BAEI%3BEACI%2CUAAA%3B%3BAApCZ%2CUAiCI%2C6BAKI%3BAAtCR%2CUAiCI%2C6BAMI%3BEACI%2CUAAA%3B%3BAAxCZ%2CUA6CI%2CwCACI%3BAA9CR%2CUA6CI%2CwCAEI%3BAA%2FCR%2CUA6CI%2CwCAGI%3BEACI%2CUAAA%3B%3BAAjDZ%2CUA6CI%2CwCAMI%3BAAnDR%2CUA6CI%2CwCAOI%3BEACI%2CUAAA%3B%3BAArDZ%2CUA0DI%2C0BACI%3BEACI%2CUAAA%3B%3BAA5DZ%2CUA0DI%2C0BAII%3BAA9DR%2CUA0DI%2C0BAKI%3BEACI%2CUAAA%3B%3BAAhEZ%2CUAqEI%2CiCACI%3BAAtER%2CUAqEI%2CiCAEI%3BEACI%2CUAAA%3B%3BAAxEZ%2CUAqEI%2CiCAKI%3BAA1ER%2CUAqEI%2CiCAMI%3BEACI%2CUAAA%3B%3BAA5EZ%2CUAiFI%2CsBACI%3BEACI%2CUAAA%3B%3BAAnFZ%2CUAiFI%2CsBAII%3BAArFR%2CUAiFI%2CsBAKI%3BEACI%2CUAAA%3B%3BAAvFZ%2CUA6FI%2CcACI%3BAA9FR%2CUA6FI%2CcAEI%3BAA%2FFR%2CUA6FI%2CcAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUARR%2CcACI%2CSAOK%3BAAAD%2CUARR%2CcAEI%2CWAMK%3BAAAD%2CUARR%2CcAGI%2CUAKK%3BEACG%2CeAAA%3B%3BAAtGhB%2CUA6FI%2CcAgBI%2CSAAS%2CaAAa%3BAA7G9B%2CUA6FI%2CcAiBI%2CWAAW%2CWAAW%3BAA9G9B%2CUA6FI%2CcAkBI%2CUAAU%2CWAAW%3BAA%2FG7B%2CUA6FI%2CcAmBI%2CUAAU%2CaAAa%3BEACnB%2CgBAAA%3B%3BAAjHZ%2CUA6FI%2CcAuBI%3BAApHR%2CUA6FI%2CcAwBI%3BEACI%2CUAAA%3B%3BAAtHZ%2CUA6FI%2CcA4BI%3BEACI%2CUAAA%3B%3BAASZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAIJ%3BEAEI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAXxPF%2CYAAC%3BAACD%2CYAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CYAAC%3BEACC%2CWAAA%3B%3BAANF%2CYAAC%3BAACD%2CYAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CYAAC%3BEACC%2CWAAA%3B%3BAWoPJ%2CYAAa%2CEAAC%3BEACV%2CgBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CYAAa%2COAAM%3BEACf%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CmBAAA%3BEACH%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAID%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEX%2FKF%2CwDAAA%3BEACQ%2CgDAAA%3B%3BAWiLN%2CkBAAC%3BEACG%2CqBAAA%3BEAEA%2CyEAAA%3BEACQ%2CiEAAA%3B%3BAAIhB%2CCAAC%3BEACG%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACI%2CWAAA%3B%3BAAEJ%2CMAAO%3BEACH%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BACxTJ%3BEACE%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEZ0gBA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAnSA%2CyBAAA%3BEACG%2CsBAAA%3BEACC%2CqBAAA%3BEACI%2CiBAAA%3B%3BAYtON%2CIAAC%3BAAAD%2CIAFD%2COAEE%3BAAAD%2CIADD%2COACE%3BEZQH%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAYNA%2CIAAC%3BAACD%2CIAAC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CIAAC%3BAACD%2CIAAC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEZmFF%2CwDAAA%3BEACQ%2CgDAAA%3B%3BAYhFR%2CIAAC%3BAACD%2CIAAC%3BAACD%2CQAAQ%2CUAAW%3BEACjB%2CmBAAA%3BEACA%2CoBAAA%3BEZ%2BOF%2CaAAA%3BEAGA%2CyBAAA%3BEAvKA%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAYlEV%3BEZ2bE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHD%3BAAGC%2CYAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CYAJD%2CSAIE%3BAAAD%2CYAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CaAEhB%3BAACD%2CYALD%2CSAKE%3BAAAD%2CYAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CaAGhB%3BAACD%2CYAND%2CSAME%3BAAAD%2CYALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CaAIhB%3BAACD%2CYAPD%2CSAOE%3BAAAD%2CYAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CaAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAYtdV%2CYZ0dE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAYzdJ%3BEZwbE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHD%3BAAGC%2CYAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CYAJD%2CSAIE%3BAAAD%2CYAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CaAEhB%3BAACD%2CYALD%2CSAKE%3BAAAD%2CYAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CaAGhB%3BAACD%2CYAND%2CSAME%3BAAAD%2CYALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CaAIhB%3BAACD%2CYAPD%2CSAOE%3BAAAD%2CYAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CaAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAYndV%2CYZudE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAYrdJ%3BEZobE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHD%3BAAGC%2CYAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CYAJD%2CSAIE%3BAAAD%2CYAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CaAEhB%3BAACD%2CYALD%2CSAKE%3BAAAD%2CYAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CaAGhB%3BAACD%2CYAND%2CSAME%3BAAAD%2CYALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CaAIhB%3BAACD%2CYAPD%2CSAOE%3BAAAD%2CYAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CaAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAY%2FcV%2CYZmdE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAYjdJ%3BEZgbE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CSAHD%3BAAGC%2CSAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CSAJD%2CSAIE%3BAAAD%2CSAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CUAEhB%3BAACD%2CSALD%2CSAKE%3BAAAD%2CSAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CUAGhB%3BAACD%2CSAND%2CSAME%3BAAAD%2CSALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CUAIhB%3BAACD%2CSAPD%2CSAOE%3BAAAD%2CSAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CUAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAY3cV%2CSZ%2BcE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAY7cJ%3BEZ4aE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHD%3BAAGC%2CYAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CYAJD%2CSAIE%3BAAAD%2CYAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CaAEhB%3BAACD%2CYALD%2CSAKE%3BAAAD%2CYAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CaAGhB%3BAACD%2CYAND%2CSAME%3BAAAD%2CYALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CaAIhB%3BAACD%2CYAPD%2CSAOE%3BAAAD%2CYAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CaAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAYvcV%2CYZ2cE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAYzcJ%3BEZwaE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAAC%3BAACD%2CWAAC%3BAACD%2CWAAC%3BAACD%2CWAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CWAAC%3BAACD%2CWAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CWAHD%3BAAGC%2CWAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CWAJD%2CSAIE%3BAAAD%2CWAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CYAEhB%3BAACD%2CWALD%2CSAKE%3BAAAD%2CWAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CYAGhB%3BAACD%2CWAND%2CSAME%3BAAAD%2CWALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CYAIhB%3BAACD%2CWAPD%2CSAOE%3BAAAD%2CWAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CYAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAYncV%2CWZucE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAYhcJ%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%3BAACA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CQAAQ%2CUAAW%3BEACjB%2C6BAAA%3BEZ2BF%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAYzBR%3BAACA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CSAAC%3BAACD%2CSAAC%3BEACC%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAIA%2CSAFD%2CUAEE%3BAAAD%2CQADM%2CUAAW%2CUAChB%3BAACD%2CSAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CUAEhB%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAASN%3BEZgaE%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAY%2FZF%3BEZ4ZE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAY3ZF%3BEZwZE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAYnZF%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CUAAW%3BEACT%2CeAAA%3B%3BAAOA%2CKAHG%2CeAGF%3BAAAD%2CKAFG%2CcAEF%3BAAAD%2CKADG%2CeACF%3BEACC%2CWAAA%3B%3BACzJJ%3BEDME%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEZ0gBA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAnSA%2CyBAAA%3BEACG%2CsBAAA%3BEACC%2CqBAAA%3BEACI%2CiBAAA%3BEAqPR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAY7dE%2COAAC%3BAAAD%2COAFD%2COAEE%3BAAAD%2COADD%2COACE%3BEZQH%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAYNA%2COAAC%3BAACD%2COAAC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2COAAC%3BAACD%2COAAC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEZmFF%2CwDAAA%3BEACQ%2CgDAAA%3B%3BAYhFR%2COAAC%3BAACD%2COAAC%3BAACD%2CQAAQ%2CUAAW%3BEACjB%2CmBAAA%3BEACA%2CoBAAA%3BEZ%2BOF%2CaAAA%3BEAGA%2CyBAAA%3BEAvKA%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAA6XR%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2COAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2COAAC%3BAACD%2COAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2COAHD%3BAAGC%2COAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2COAJD%2CSAIE%3BAAAD%2COAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CQAEhB%3BAACD%2COALD%2CSAKE%3BAAAD%2COAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CQAGhB%3BAACD%2COAND%2CSAME%3BAAAD%2COALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CQAIhB%3BAACD%2COAPD%2CSAOE%3BAAAD%2COAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CQAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAa3gBV%2COb%2BgBE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAc3gBJ%3BEACE%2CUAAA%3BEdqHA%2CwCAAA%3BEACQ%2CgCAAA%3B%3BAcpHR%2CKAAC%3BEACC%2CUAAA%3B%3BAAIJ%3BEACE%2CaAAA%3B%3BAACA%2CSAAC%3BEACC%2CcAAA%3B%3BAAGJ%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEdqGA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAe1HV%3BEACE%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAIF%3BEACE%2CkBAAA%3B%3BAAIF%2CgBAAgB%3BEACd%2CUAAA%3B%3BAAIF%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEAEA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEf8EA%2CmDAAA%3BEACQ%2C2CAAA%3BEe7ER%2C4BAAA%3B%3BAAjBF%2CcA4BE%3BEfoVA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAenXF%2CcAiCE%2CKAAK%3BEACH%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CcADa%2CKAAK%2CIACjB%3BAACD%2CcAFa%2CKAAK%2CIAEjB%3BEACC%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAMF%2CcADa%2CUAAU%3BAAEvB%2CcAFa%2CUAAU%2CIAEtB%3BAACD%2CcAHa%2CUAAU%2CIAGtB%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAASF%2CcADa%2CYAAY%3BAAEzB%2CcAFa%2CYAAY%2CIAExB%3BAACD%2CcAHa%2CYAAY%2CIAGxB%3BEACC%2CcAAA%3B%3BAAKF%2CcADa%2CYAAY%2CIACxB%3BAACD%2CcAFa%2CYAAY%2CIAExB%3BEACC%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEfkPF%2CmEAAA%3BEehPE%2CmBAAA%3B%3BAAKJ%2CKAEE%3BEACE%2CcAAA%3B%3BAAHJ%2CKAOE%3BEACE%2CUAAA%3B%3BAAwBJ%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAIF%3BEACE%2CeAAA%3BEAGA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAcF%2COAGE%3BAAFF%2CoBAAqB%2CUAEnB%3BEACE%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAANJ%2COASE%3BAARF%2CoBAAqB%2CUAQnB%3BEACE%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BACzLJ%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CYAAC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CYAYE%3BEAGE%2CkBAAA%3BEACA%2CUAAA%3BEAKA%2CWAAA%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3B%3BAASJ%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%2CmBAAmB%3BEhBw2BjC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%2CegBh3BQ%3BAhBg3Bd%2CMAAM%2CegB%2F2BQ%3BAhB%2B2Bd%2CMAAM%2CegB92BQ%2CmBAAmB%3BEhB%2B2B%2FB%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAQ%2CegBr3BM%3BAhBq3Bd%2CQAAQ%2CegBp3BM%3BAhBo3Bd%2CQAAQ%2CegBn3BM%2CmBAAmB%3BAhBo3BjC%2CMAAM%2CUAAU%2CegBt3BF%3BAhBs3Bd%2CMAAM%2CUAAU%2CegBr3BF%3BAhBq3Bd%2CMAAM%2CUAAU%2CegBp3BF%2CmBAAmB%3BEhBq3B%2FB%2CYAAA%3B%3BAgBp3BJ%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%2CmBAAmB%3BEhBq2BjC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%2CegB72BQ%3BAhB62Bd%2CMAAM%2CegB52BQ%3BAhB42Bd%2CMAAM%2CegB32BQ%2CmBAAmB%3BEhB42B%2FB%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAQ%2CegBl3BM%3BAhBk3Bd%2CQAAQ%2CegBj3BM%3BAhBi3Bd%2CQAAQ%2CegBh3BM%2CmBAAmB%3BAhBi3BjC%2CMAAM%2CUAAU%2CegBn3BF%3BAhBm3Bd%2CMAAM%2CUAAU%2CegBl3BF%3BAhBk3Bd%2CMAAM%2CUAAU%2CegBj3BF%2CmBAAmB%3BEhBk3B%2FB%2CYAAA%3B%3BAgB72BJ%3BAACA%3BAACA%2CYAAa%3BEACX%2CmBAAA%3B%3BAAEA%2CkBAAC%2CIAAI%2CcAAc%2CIAAI%3BAAAvB%2CgBAAC%2CIAAI%2CcAAc%2CIAAI%3BAAAvB%2CYAHW%2CcAGV%2CIAAI%2CcAAc%2CIAAI%3BEACrB%2CgBAAA%3B%3BAAIJ%3BAACA%3BEACE%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAKF%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CkBAAC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CkBAAC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApBJ%2CkBAwBE%2CMAAK%3BAAxBP%2CkBAyBE%2CMAAK%3BEACH%2CaAAA%3B%3BAAKJ%2CYAAa%2CcAAa%3BAAC1B%2CkBAAkB%3BAAClB%2CgBAAgB%2CYAAa%3BAAC7B%2CgBAAgB%2CYAAa%2CaAAa%3BAAC1C%2CgBAAgB%2CYAAa%3BAAC7B%2CgBAAgB%2CWAAY%2COAAM%2CIAAI%2CaAAa%2CIAAI%3BAACvD%2CgBAAgB%2CWAAY%2CaAAY%2CIAAI%2CaAAc%3BEhBFxD%2C6BAAA%3BEACG%2C0BAAA%3B%3BAgBIL%2CkBAAkB%3BEAChB%2CeAAA%3B%3BAAEF%2CYAAa%2CcAAa%3BAAC1B%2CkBAAkB%3BAAClB%2CgBAAgB%2CWAAY%3BAAC5B%2CgBAAgB%2CWAAY%2CaAAa%3BAACzC%2CgBAAgB%2CWAAY%3BAAC5B%2CgBAAgB%2CYAAa%2COAAM%2CIAAI%3BAACvC%2CgBAAgB%2CYAAa%2CaAAY%2CIAAI%2CcAAe%3BEhBN1D%2C4BAAA%3BEACG%2CyBAAA%3B%3BAgBQL%2CkBAAkB%3BEAChB%2CcAAA%3B%3BAAKF%3BEACE%2CkBAAA%3BEAGA%2CYAAA%3BEACA%2CmBAAA%3B%3BAALF%2CgBASE%3BEACE%2CkBAAA%3B%3BAAVJ%2CgBASE%2COAEE%3BEACE%2CiBAAA%3B%3BAAGF%2CgBANF%2COAMG%3BAACD%2CgBAPF%2COAOG%3BAACD%2CgBARF%2COAQG%3BEACC%2CUAAA%3B%3BAAKJ%2CgBAAC%2CYACC%3BAADF%2CgBAAC%2CYAEC%3BEACE%2CkBAAA%3B%3BAAGJ%2CgBAAC%2CWACC%3BAADF%2CgBAAC%2CWAEC%3BEACE%2CiBAAA%3B%3BAC5JN%2CkBAAmB%3BEACf%2CgBAAA%3BEACA%2CmBAAA%3B%3BACIJ%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CIAME%3BEACE%2CkBAAA%3BEACA%2CcAAA%3B%3BAARJ%2CIAME%2CKAIE%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CIARJ%2CKAIE%2CIAIG%3BAACD%2CIATJ%2CKAIE%2CIAKG%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2CIAhBF%2CKAgBG%2CSAAU%3BEACT%2CcAAA%3B%3BAAEA%2CIAnBJ%2CKAgBG%2CSAAU%2CIAGR%3BAACD%2CIApBJ%2CKAgBG%2CSAAU%2CIAIR%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2CIADF%2CMAAM%3BAAEJ%2CIAFF%2CMAAM%2CIAEH%3BAACD%2CIAHF%2CMAAM%2CIAGH%3BEACC%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAzCN%2CIAkDE%3BElBkVA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAkBvYF%2CIAyDE%2CKAAK%2CIAAI%3BEACP%2CeAAA%3B%3BAASJ%3BEACE%2CgCAAA%3B%3BAADF%2CSAEE%3BEACE%2CWAAA%3BEAEA%2CmBAAA%3B%3BAALJ%2CSAEE%2CKAME%3BEACE%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3B%3BAACA%2CSAXJ%2CKAME%2CIAKG%3BEACC%2CqCAAA%3B%3BAAMF%2CSAlBJ%2CKAiBG%2COAAQ%3BAAEP%2CSAnBJ%2CKAiBG%2COAAQ%2CIAEN%3BAACD%2CSApBJ%2CKAiBG%2COAAQ%2CIAGN%3BEACC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAKN%2CSAAC%3BEAqDD%2CWAAA%3BEA8BA%2CgBAAA%3B%3BAAnFA%2CSAAC%2CcAuDD%3BEACE%2CWAAA%3B%3BAAxDF%2CSAAC%2CcAuDD%2CKAEG%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA3DJ%2CSAAC%2CcA%2BDD%2CYAAY%3BEACV%2CSAAA%3B%3BAAaJ%2CQATqC%3BEASrC%2CSA7EG%2CcAqEC%3BIACE%2CmBAAA%3BIACA%2CSAAA%3B%3BEAMN%2CSA7EG%2CcAqEC%2CKAGE%3BIACE%2CgBAAA%3B%3B%3BAAzEN%2CSAAC%2CcAqFD%2CKAAK%3BEAEH%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFF%2CSAAC%2CcA2FD%2CUAAU%3BAA3FV%2CSAAC%2CcA4FD%2CUAAU%2CIAAG%3BAA5Fb%2CSAAC%2CcA6FD%2CUAAU%2CIAAG%3BEACX%2CyBAAA%3B%3BAAcJ%2CQAXqC%3BEAWrC%2CSA5GG%2CcAkGC%2CKAAK%3BIACH%2CgCAAA%3BIACA%2C0BAAA%3B%3BEAQN%2CSA5GG%2CcAsGC%2CUAAU%3BEAMd%2CSA5GG%2CcAuGC%2CUAAU%2CIAAG%3BEAKjB%2CSA5GG%2CcAwGC%2CUAAU%2CIAAG%3BIACX%2C4BAAA%3B%3B%3BAAhGN%2CUACE%3BEACE%2CWAAA%3B%3BAAFJ%2CUACE%2CKAIE%3BEACE%2CkBAAA%3B%3BAANN%2CUACE%2CKAOE%3BEACE%2CgBAAA%3B%3BAAKA%2CUAbJ%2CKAYG%2COAAQ%3BAAEP%2CUAdJ%2CKAYG%2COAAQ%2CIAEN%3BAACD%2CUAfJ%2CKAYG%2COAAQ%2CIAGN%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAQR%2CYACE%3BEACE%2CWAAA%3B%3BAAFJ%2CYACE%2CKAEE%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAYN%3BEACE%2CWAAA%3B%3BAADF%2CcAGE%3BEACE%2CWAAA%3B%3BAAJJ%2CcAGE%2CKAEG%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAPN%2CcAWE%2CYAAY%3BEACV%2CSAAA%3B%3BAAaJ%2CQATqC%3BEASrC%2CcARI%3BIACE%2CmBAAA%3BIACA%2CSAAA%3B%3BEAMN%2CcARI%2CKAGE%3BIACE%2CgBAAA%3B%3B%3BAASR%3BEACE%2CgBAAA%3B%3BAADF%2CmBAGE%2CKAAK%3BEAEH%2CeAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CmBASE%2CUAAU%3BAATZ%2CmBAUE%2CUAAU%2CIAAG%3BAAVf%2CmBAWE%2CUAAU%2CIAAG%3BEACX%2CyBAAA%3B%3BAAcJ%2CQAXqC%3BEAWrC%2CmBAVI%2CKAAK%3BIACH%2CgCAAA%3BIACA%2C0BAAA%3B%3BEAQN%2CmBANI%2CUAAU%3BEAMd%2CmBALI%2CUAAU%2CIAAG%3BEAKjB%2CmBAJI%2CUAAU%2CIAAG%3BIACX%2C4BAAA%3B%3B%3BAAUN%2CYACE%3BEACE%2CaAAA%3B%3BAAFJ%2CYAIE%3BEACE%2CcAAA%3B%3BAASJ%2CSAAU%3BEAER%2CgBAAA%3BElB3IA%2C0BAAA%3BEACC%2CyBAAA%3B%3BAmB1FH%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAQF%2CQAH6C%3BEAG7C%3BIAFI%2CkBAAA%3B%3B%3BAAgBJ%2CQAH6C%3BEAG7C%3BIAFI%2CWAAA%3B%3B%3BAAeJ%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CkDAAA%3BEAEA%2CiCAAA%3B%3BAAEA%2CgBAAC%3BEACC%2CgBAAA%3B%3BAA4BJ%2CQAzB6C%3BEAyB7C%3BIAxBI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CgBAAC%3BIACC%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3BEAGF%2CgBAAC%3BIACC%2CmBAAA%3B%3BEAKF%2CiBAAkB%3BEAClB%2CkBAAmB%3BEACnB%2CoBAAqB%3BIACnB%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAUN%2CUAEE%3BAADF%2CgBACE%3BAAFF%2CUAGE%3BAAFF%2CgBAEE%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMF%2CQAJ6C%3BEAI7C%2CUATA%3BEASA%2CgBATA%3BEASA%2CUARA%3BEAQA%2CgBARA%3BIAKI%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAaN%3BEACE%2CaAAA%3BEACA%2CqBAAA%3B%3BAAKF%2CQAH6C%3BEAG7C%3BIAFI%2CgBAAA%3B%3B%3BAAKJ%3BAACA%3BEACE%2CeAAA%3BEAGA%2CaAAA%3B%3BAAMF%2CQAH6C%3BEAG7C%3BEAAA%3BIAFI%2CgBAAA%3B%3B%3BAAGJ%3BEACE%2CMAAA%3BEACA%2CqBAAA%3B%3BAAEF%3BEACE%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAMF%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CaAAC%3BAACD%2CaAAC%3BEACC%2CqBAAA%3B%3BAASJ%2CQAN6C%3BEACzC%2COAAQ%2CaAAa%3BEACrB%2COAAQ%2CmBAAmB%3BIACzB%2CkBAAA%3B%3B%3BAAWN%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEnBsaA%2CeAAA%3BEACA%2CkBAAA%3BEmBraA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CcAAC%3BEACC%2CaAAA%3B%3BAAdJ%2CcAkBE%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtBJ%2CcAwBE%2CUAAU%3BEACR%2CeAAA%3B%3BAAMJ%2CQAH6C%3BEAG7C%3BIAFI%2CaAAA%3B%3B%3BAAUJ%3BEACE%2CmBAAA%3B%3BAADF%2CWAGE%2CKAAK%3BEACH%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA2BF%2CQAxB%2BC%3BEAwB%2FC%2CWAtBE%2CMAAM%3BIACJ%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAeJ%2CWAtBE%2CMAAM%2CeAQJ%2CKAAK%3BEAcT%2CWAtBE%2CMAAM%2CeASJ%3BIACE%2C0BAAA%3B%3BEAYN%2CWAtBE%2CMAAM%2CeAYJ%2CKAAK%3BIACH%2CiBAAA%3B%3BEACA%2CWAdJ%2CMAAM%2CeAYJ%2CKAAK%2CIAEF%3BEACD%2CWAfJ%2CMAAM%2CeAYJ%2CKAAK%2CIAGF%3BIACC%2CsBAAA%3B%3B%3BAAuBV%2CQAhB6C%3BEAgB7C%3BIAfI%2CWAAA%3BIACA%2CSAAA%3B%3BEAcJ%2CWAZI%3BIACE%2CWAAA%3B%3BEAWN%2CWAZI%2CKAEE%3BIACE%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAIL%2CWAAC%2CaAAa%3BIACX%2CmBAAA%3B%3B%3BAAkBN%2CQAN2C%3BEACzC%3BIC3QW%2CWAAA%3BICQX%2CWAAA%3B%3BEFoQA%3BIC7QY%2CYAAA%3BICMZ%2CYAAA%3B%3B%3BAFgRF%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEnB3KA%2C4FAAA%3BEACQ%2CoFAAA%3BEAkeR%2CeAAA%3BEACA%2CkBAAA%3B%3BAU3NF%2CQAjDqC%3BEAiDrC%2CYA%2FCI%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4CN%2CYAxCI%3BIACE%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAqCN%2CYAlCI%2CaAAa%3BIACX%2CWAAA%3B%3BEAiCN%2CYA9BI%3BIACE%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4BN%2CYAtBI%3BEAsBJ%2CYArBI%3BIACE%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAgBN%2CYAdI%2COAAO%2CMAAK%3BEAchB%2CYAbI%2CUAAU%2CMAAK%3BIACb%2CWAAA%3BIACA%2CcAAA%3B%3BEAWN%2CYAJI%2CcAAc%3BIACZ%2CMAAA%3B%3B%3BAShFJ%2CQAHiD%3BEAGjD%2CYAJA%3BIAEI%2CkBAAA%3B%3B%3BAAsBN%2CQAd6C%3BEAc7C%3BIAbI%2CWAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BInBlMF%2CwBAAA%3BIACQ%2CgBAAA%3B%3BEmBqMN%2CYAAC%2CaAAa%3BIACZ%2CmBAAA%3B%3B%3BAASN%2CWAAY%2CKAAK%3BEACf%2CaAAA%3BEnBvOA%2C0BAAA%3BEACC%2CyBAAA%3B%3BAmB0OH%2CoBAAqB%2CYAAY%2CKAAK%3BEnBnOpC%2C6BAAA%3BEACC%2C4BAAA%3B%3BAmB2OH%3BEnBqQE%2CeAAA%3BEACA%2CkBAAA%3B%3BAmBnQA%2CWAAC%3BEnBkQD%2CgBAAA%3BEACA%2CmBAAA%3B%3BAmBhQA%2CWAAC%3BEnB%2BPD%2CgBAAA%3BEACA%2CmBAAA%3B%3BAmBtPF%3BEnBqPE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAmBzOF%2CQAV6C%3BEAU7C%3BIATI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGA%2CYAAC%2CaAAa%3BIACZ%2CeAAA%3B%3B%3BAASN%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAFF%2CeAIE%3BEACE%2CcAAA%3B%3BAACA%2CeAFF%2CcAEG%3BAACD%2CeAHF%2CcAGG%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAATN%2CeAaE%3BEACE%2CcAAA%3B%3BAAdJ%2CeAiBE%2CYACE%2CKAAK%3BEACH%2CcAAA%3B%3BAAEA%2CeAJJ%2CYACE%2CKAAK%2CIAGF%3BAACD%2CeALJ%2CYACE%2CKAAK%2CIAIF%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAIF%2CeAXJ%2CYAUE%2CUAAU%3BAAER%2CeAZJ%2CYAUE%2CUAAU%2CIAEP%3BAACD%2CeAbJ%2CYAUE%2CUAAU%2CIAGP%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAIF%2CeAnBJ%2CYAkBE%2CYAAY%3BAAEV%2CeApBJ%2CYAkBE%2CYAAY%2CIAET%3BAACD%2CeArBJ%2CYAkBE%2CYAAY%2CIAGT%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAxCR%2CeA6CE%3BEACE%2CqBAAA%3B%3BAACA%2CeAFF%2CeAEG%3BAACD%2CeAHF%2CeAGG%3BEACC%2CyBAAA%3B%3BAAjDN%2CeA6CE%2CeAME%3BEACE%2CyBAAA%3B%3BAApDN%2CeAwDE%3BAAxDF%2CeAyDE%3BEACE%2CqBAAA%3B%3BAAOE%2CeAHJ%2CYAEE%2CQAAQ%3BAAEN%2CeAJJ%2CYAEE%2CQAAQ%2CIAEL%3BAACD%2CeALJ%2CYAEE%2CQAAQ%2CIAGL%3BEACC%2CyBAAA%3BEACA%2CcAAA%3B%3BAAiCN%2CQA7BiD%3BEA6BjD%2CeAxCA%2CYAaI%2CMAAM%2CeACJ%2CKAAK%3BIACH%2CcAAA%3B%3BEACA%2CeAhBR%2CYAaI%2CMAAM%2CeACJ%2CKAAK%2CIAEF%3BEACD%2CeAjBR%2CYAaI%2CMAAM%2CeACJ%2CKAAK%2CIAGF%3BIACC%2CcAAA%3BIACA%2C6BAAA%3B%3BEAIF%2CeAvBR%2CYAaI%2CMAAM%2CeASJ%2CUAAU%3BEAER%2CeAxBR%2CYAaI%2CMAAM%2CeASJ%2CUAAU%2CIAEP%3BEACD%2CeAzBR%2CYAaI%2CMAAM%2CeASJ%2CUAAU%2CIAGP%3BIACC%2CcAAA%3BIACA%2CyBAAA%3B%3BEAIF%2CeA%2FBR%2CYAaI%2CMAAM%2CeAiBJ%2CYAAY%3BEAEV%2CeAhCR%2CYAaI%2CMAAM%2CeAiBJ%2CYAAY%2CIAET%3BEACD%2CeAjCR%2CYAaI%2CMAAM%2CeAiBJ%2CYAAY%2CIAGT%3BIACC%2CcAAA%3BIACA%2C6BAAA%3B%3B%3BAAjGZ%2CeA6GE%3BEACE%2CcAAA%3B%3BAACA%2CeAFF%2CaAEG%3BEACC%2CcAAA%3B%3BAAQN%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAFF%2CeAIE%3BEACE%2CcAAA%3B%3BAACA%2CeAFF%2CcAEG%3BAACD%2CeAHF%2CcAGG%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAATN%2CeAaE%3BEACE%2CcAAA%3B%3BAAdJ%2CeAiBE%2CYACE%2CKAAK%3BEACH%2CcAAA%3B%3BAAEA%2CeAJJ%2CYACE%2CKAAK%2CIAGF%3BAACD%2CeALJ%2CYACE%2CKAAK%2CIAIF%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAIF%2CeAXJ%2CYAUE%2CUAAU%3BAAER%2CeAZJ%2CYAUE%2CUAAU%2CIAEP%3BAACD%2CeAbJ%2CYAUE%2CUAAU%2CIAGP%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAIF%2CeAnBJ%2CYAkBE%2CYAAY%3BAAEV%2CeApBJ%2CYAkBE%2CYAAY%2CIAET%3BAACD%2CeArBJ%2CYAkBE%2CYAAY%2CIAGT%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAxCR%2CeA8CE%3BEACE%2CqBAAA%3B%3BAACA%2CeAFF%2CeAEG%3BAACD%2CeAHF%2CeAGG%3BEACC%2CyBAAA%3B%3BAAlDN%2CeA8CE%2CeAME%3BEACE%2CyBAAA%3B%3BAArDN%2CeAyDE%3BAAzDF%2CeA0DE%3BEACE%2CqBAAA%3B%3BAAME%2CeAFJ%2CYACE%2CQAAQ%3BAAEN%2CeAHJ%2CYACE%2CQAAQ%2CIAEL%3BAACD%2CeAJJ%2CYACE%2CQAAQ%2CIAGL%3BEACC%2CyBAAA%3BEACA%2CcAAA%3B%3BAAuCN%2CQAnCiD%3BEAmCjD%2CeA7CA%2CYAYI%2CMAAM%2CeACJ%3BIACE%2CqBAAA%3B%3BEA%2BBR%2CeA7CA%2CYAYI%2CMAAM%2CeAIJ%3BIACE%2CyBAAA%3B%3BEA4BR%2CeA7CA%2CYAYI%2CMAAM%2CeAOJ%2CKAAK%3BIACH%2CcAAA%3B%3BEACA%2CeArBR%2CYAYI%2CMAAM%2CeAOJ%2CKAAK%2CIAEF%3BEACD%2CeAtBR%2CYAYI%2CMAAM%2CeAOJ%2CKAAK%2CIAGF%3BIACC%2CcAAA%3BIACA%2C6BAAA%3B%3BEAIF%2CeA5BR%2CYAYI%2CMAAM%2CeAeJ%2CUAAU%3BEAER%2CeA7BR%2CYAYI%2CMAAM%2CeAeJ%2CUAAU%2CIAEP%3BEACD%2CeA9BR%2CYAYI%2CMAAM%2CeAeJ%2CUAAU%2CIAGP%3BIACC%2CcAAA%3BIACA%2CyBAAA%3B%3BEAIF%2CeApCR%2CYAYI%2CMAAM%2CeAuBJ%2CYAAY%3BEAEV%2CeArCR%2CYAYI%2CMAAM%2CeAuBJ%2CYAAY%2CIAET%3BEACD%2CeAtCR%2CYAYI%2CMAAM%2CeAuBJ%2CYAAY%2CIAGT%3BIACC%2CcAAA%3BIACA%2C6BAAA%3B%3B%3BAAvGZ%2CeA8GE%3BEACE%2CcAAA%3B%3BAACA%2CeAFF%2CaAEG%3BEACC%2CcAAA%3B%3BAGxlBF%2CQAL%2BC%3BEAK%2FC%2CYAPA%3BIAIY%2CaAAA%3B%3B%3BACHhB%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAALF%2CWAOE%3BEACE%2CqBAAA%3B%3BAARJ%2CWAOE%2CKAGE%2CKAAI%3BEACF%2CSAAS%2CQAAT%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAbN%2CWAiBE%3BEACE%2CcAAA%3B%3BACrBJ%2CWAAY%3BEACR%2CmBAAA%3BEACA%2CcAAA%3B%3BACDJ%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJF%2CWAME%3BEACE%2CeAAA%3B%3BAAPJ%2CWAME%2CKAEE%3BAARJ%2CWAME%2CKAGE%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CWAdF%2CKAcG%2CYACC%3BAADF%2CWAdF%2CKAcG%2CYAEC%3BEACE%2CcAAA%3BEzBqFN%2C8BAAA%3BEACG%2C2BAAA%3B%3BAyBlFD%2CWArBF%2CKAqBG%2CWACC%3BAADF%2CWArBF%2CKAqBG%2CWAEC%3BEzBuEJ%2C%2BBAAA%3BEACG%2C4BAAA%3B%3BAyBhED%2CWAFF%2CKAAK%2CIAEF%3BAAAD%2CWADF%2CKAAK%2COACF%3BAACD%2CWAHF%2CKAAK%2CIAGF%3BAAAD%2CWAFF%2CKAAK%2COAEF%3BEACC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAMF%2CWAFF%2CUAAU%3BAAER%2CWADF%2CUAAU%3BAAER%2CWAHF%2CUAAU%2CIAGP%3BAAAD%2CWAFF%2CUAAU%2COAEP%3BAACD%2CWAJF%2CUAAU%2CIAIP%3BAAAD%2CWAHF%2CUAAU%2COAGP%3BEACC%2CUAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAtDN%2CWA0DE%2CYACE%3BAA3DJ%2CWA0DE%2CYAEE%2COAAM%3BAA5DV%2CWA0DE%2CYAGE%2COAAM%3BAA7DV%2CWA0DE%2CYAIE%3BAA9DJ%2CWA0DE%2CYAKE%2CIAAG%3BAA%2FDP%2CWA0DE%2CYAME%2CIAAG%3BEACD%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAASN%2CczBodE%2CKACE%3BAyBrdJ%2CczBodE%2CKAEE%3BEACE%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CcANF%2CKAMG%2CYACC%3BAADF%2CcANF%2CKAMG%2CYAEC%3BEA7bJ%2C8BAAA%3BEACG%2C2BAAA%3B%3BAAgcD%2CcAZF%2CKAYG%2CWACC%3BAADF%2CcAZF%2CKAYG%2CWAEC%3BEA3cJ%2C%2BBAAA%3BEACG%2C4BAAA%3B%3BAyBnBL%2CczB%2BcE%2CKACE%3BAyBhdJ%2CczB%2BcE%2CKAEE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CcANF%2CKAMG%2CYACC%3BAADF%2CcANF%2CKAMG%2CYAEC%3BEA7bJ%2C8BAAA%3BEACG%2C2BAAA%3B%3BAAgcD%2CcAZF%2CKAYG%2CWACC%3BAADF%2CcAZF%2CKAYG%2CWAEC%3BEA3cJ%2C%2BBAAA%3BEACG%2C4BAAA%3B%3BAArFH%2CMAAC%3BAAAD%2COAAC%3BAACD%2CMAAC%3BAAAD%2COAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMAAC%3BAAAD%2COAAC%3BEACC%2CWAAA%3B%3BAANF%2CMAAC%3BAAAD%2COAAC%3BAACD%2CMAAC%3BAAAD%2COAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMAAC%3BAAAD%2COAAC%3BEACC%2CWAAA%3B%3BA0BjBJ%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CMAMI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAARR%2CMAUI%3BEACI%2CYAAA%3B%3BAAXR%2CMAaI%2CSAAS%3BEACL%2CgBAAA%3B%3BAAdR%2CMAgBI%2CSAAS%3BEACL%2CeAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CMAoBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxBR%2CMA0BI%2COAAO%3BED7BT%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEC%2BBM%2CSAAA%3BEACA%2CqBAAA%3B%3BAA%2FBR%2CMA0BI%2COAAO%2CGDzBT%3BEACE%2CeAAA%3B%3BACFJ%2CMA0BI%2COAAO%2CGDzBT%2CKAEE%3BACHJ%2CMA0BI%2COAAO%2CGDzBT%2CKAGE%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CMCWA%2COAAO%2CGDzBT%2CKAcG%2CYACC%3BAADF%2CMCWA%2COAAO%2CGDzBT%2CKAcG%2CYAEC%3BEACE%2CcAAA%3BEzBqFN%2C8BAAA%3BEACG%2C2BAAA%3B%3BAyBlFD%2CMCIA%2COAAO%2CGDzBT%2CKAqBG%2CWACC%3BAADF%2CMCIA%2COAAO%2CGDzBT%2CKAqBG%2CWAEC%3BEzBuEJ%2C%2BBAAA%3BEACG%2C4BAAA%3B%3BAyBhED%2CMCNA%2COAAO%2CGDIT%2CKAAK%2CIAEF%3BAAAD%2CMCNA%2COAAO%2CGDKT%2CKAAK%2COACF%3BAACD%2CMCPA%2COAAO%2CGDIT%2CKAAK%2CIAGF%3BAAAD%2CMCPA%2COAAO%2CGDKT%2CKAAK%2COAEF%3BEACC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAMF%2CMChBA%2COAAO%2CGDcT%2CUAAU%3BAAER%2CMChBA%2COAAO%2CGDeT%2CUAAU%3BAAER%2CMCjBA%2COAAO%2CGDcT%2CUAAU%2CIAGP%3BAAAD%2CMCjBA%2COAAO%2CGDeT%2CUAAU%2COAEP%3BAACD%2CMClBA%2COAAO%2CGDcT%2CUAAU%2CIAIP%3BAAAD%2CMClBA%2COAAO%2CGDeT%2CUAAU%2COAGP%3BEACC%2CUAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BACjDN%2CMA0BI%2COAAO%2CGD2BT%2CYACE%3BACtDJ%2CMA0BI%2COAAO%2CGD2BT%2CYAEE%2COAAM%3BACvDV%2CMA0BI%2COAAO%2CGD2BT%2CYAGE%2COAAM%3BACxDV%2CMA0BI%2COAAO%2CGD2BT%2CYAIE%3BACzDJ%2CMA0BI%2COAAO%2CGD2BT%2CYAKE%2CIAAG%3BAC1DP%2CMA0BI%2COAAO%2CGD2BT%2CYAME%2CIAAG%3BEACD%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAC%2FDN%2CMA0BI%2COAAO%2CG1BkgBT%2CKACE%3BA0B7hBJ%2CMA0BI%2COAAO%2CG1BkgBT%2CKAEE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CM0BxgBA%2COAAO%2CG1BkgBT%2CKAMG%2CYACC%3BAADF%2CM0BxgBA%2COAAO%2CG1BkgBT%2CKAMG%2CYAEC%3BEA7bJ%2C8BAAA%3BEACG%2C2BAAA%3B%3BAAgcD%2CM0B9gBA%2COAAO%2CG1BkgBT%2CKAYG%2CWACC%3BAADF%2CM0B9gBA%2COAAO%2CG1BkgBT%2CKAYG%2CWAEC%3BEA3cJ%2C%2BBAAA%3BEACG%2C4BAAA%3B%3BA0BhGL%2CMAiCI%2COAAO%3BEACH%2CqBAAA%3BEACA%2CaAAA%3B%3BAAMR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2COAKI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAPR%2COASI%3BEACI%2CYAAA%3B%3BAAVR%2COAYI%2CSAAS%3BEACL%2CgBAAA%3B%3BAAbR%2COAeI%2CSAAS%3BEACL%2CeAAA%3BEACA%2CYAAA%3B%3BAAUR%2CQALmC%3BEAKnC%2COAJQ%3BIACI%2CmBAAA%3B%3B%3BACjEZ%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAJF%2CMAOE%3BEACE%2CaAAA%3BEAEA%2CcAAA%3B%3BAAVJ%2CMAaE%3BEACE%2CiBAAA%3B%3BAAdJ%2CMAkBE%3BAAlBF%2CMAmBE%3BEACE%2CgBAAA%3B%3BAApBJ%2CMAsBE%2CIAAI%3BEACF%2CeAAA%3B%3BAAQJ%3BEACC%2CmBAAA%3B%3BAADD%2CkBAIE%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEAEA%2CcAAA%3B%3BAAQJ%3BE3BmXE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA2BrXF%2Cc3BuXE%3BEACE%2CyBAAA%3B%3BA2BxXJ%2Cc3B0XE%3BEACE%2CcAAA%3B%3BA2BxXJ%3BE3BgXE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA2BlXF%2CW3BoXE%3BEACE%2CyBAAA%3B%3BA2BrXJ%2CW3BuXE%3BEACE%2CcAAA%3B%3BA2BrXJ%3BE3B6WE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA2B%2FWF%2Cc3BiXE%3BEACE%2CyBAAA%3B%3BA2BlXJ%2Cc3BoXE%3BEACE%2CcAAA%3B%3BA2BlXJ%3BE3B0WE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA2B5WF%2Ca3B8WE%3BEACE%2CyBAAA%3B%3BA2B%2FWJ%2Ca3BiXE%3BEACE%2CcAAA%3B%3BA4BhbJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CmBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEDVE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BACIF%2CUDDE%3BACEF%2CYDFE%3BACGF%2CSDHE%3BACIF%2CWDJE%3BEACE%2CaAAA%3BEAEA%2CcAAA%3B%3BACFJ%2CUDKE%3BACJF%2CYDIE%3BACHF%2CSDGE%3BACFF%2CWDEE%3BEACE%2CiBAAA%3B%3BACNJ%2CUDUE%3BACTF%2CYDSE%3BACRF%2CSDQE%3BACPF%2CWDOE%3BACVF%2CUDWE%3BACVF%2CYDUE%3BACTF%2CSDSE%3BACRF%2CWDQE%3BEACE%2CgBAAA%3B%3BACZJ%2CUDcE%2CIAAI%3BACbN%2CYDaE%2CIAAI%3BACZN%2CSDYE%2CIAAI%3BACXN%2CWDWE%2CIAAI%3BEACF%2CeAAA%3B%3BACRJ%3BE5BmZE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA4BrZF%2CU5BuZE%3BEACE%2CyBAAA%3B%3BA4BxZJ%2CU5B0ZE%3BEACE%2CcAAA%3B%3BA4BvZJ%3BE5B%2BYE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA4BjZF%2CY5BmZE%3BEACE%2CyBAAA%3B%3BA4BpZJ%2CY5BsZE%3BEACE%2CcAAA%3B%3BA4BnZJ%3BAACA%3BE5B0YE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA4B7YF%2CS5B%2BYE%3BA4B9YF%2CW5B8YE%3BEACE%2CyBAAA%3B%3BA4BhZJ%2CS5BkZE%3BA4BjZF%2CW5BiZE%3BEACE%2CcAAA%3B%3BA4B7YJ%3BED5BE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE3B8ZA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA4BvYF%2CmBDtBE%3BEACE%2CaAAA%3BEAEA%2CcAAA%3B%3BACmBJ%2CmBDhBE%3BEACE%2CiBAAA%3B%3BACeJ%2CmBDXE%3BACWF%2CmBDVE%3BEACE%2CgBAAA%3B%3BACSJ%2CmBDPE%2CIAAI%3BEACF%2CeAAA%3B%3BACMJ%2CmB5ByYE%3BEACE%2CyBAAA%3B%3BA4B1YJ%2CmB5B4YE%3BEACE%2CcAAA%3B%3BA4B7YJ%2CmBAII%3BEACI%2CSAAA%3B%3BACjCR%3BEAEE%2CmBAAA%3BEACA%2CeAAA%3B%3BAAQF%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CgBAAC%3BE7BqED%2C4BAAA%3BEACC%2C2BAAA%3B%3BA6BnED%2CgBAAC%3BEACC%2CgBAAA%3BE7ByEF%2C%2BBAAA%3BEACC%2C8BAAA%3B%3BA6BxFH%2CgBAmBE%3BEACE%2CYAAA%3B%3BAApBJ%2CgBAsBE%2CSAAS%3BEACP%2CiBAAA%3B%3BAAUJ%2CCAAC%3BEACC%2CcAAA%3B%3BAADF%2CCAAC%2CgBAGC%3BEACE%2CcAAA%3B%3BAAIF%2CCARD%2CgBAQE%3BAACD%2CCATD%2CgBASE%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAIF%2CCAfD%2CgBAeE%3BAACD%2CCAhBD%2CgBAgBE%2COAAO%3BAACR%2CCAjBD%2CgBAiBE%2COAAO%3BEACN%2CUAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAANF%2CCAfD%2CgBAeE%2COASC%3BAARF%2CCAhBD%2CgBAgBE%2COAAO%2CMAQN%3BAAPF%2CCAjBD%2CgBAiBE%2COAAO%2CMAON%3BEACE%2CcAAA%3B%3BAAVJ%2CCAfD%2CgBAeE%2COAYC%3BAAXF%2CCAhBD%2CgBAgBE%2COAAO%2CMAWN%3BAAVF%2CCAjBD%2CgBAiBE%2COAAO%2CMAUN%3BEACE%2CcAAA%3B%3BA7BoYJ%2CiBAAiB%3BEACf%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJc%3BEAKb%2CcAAA%3B%3BAADF%2CCAAC%2CiBAJc%2COAOb%3BEAA2B%2CcAAA%3B%3BAAE3B%2CCALD%2CiBAJc%2COASZ%3BAACD%2CCAND%2CiBAJc%2COAUZ%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CCAVD%2CiBAJc%2COAcZ%3BAACD%2CCAXD%2CiBAJc%2COAeZ%2COAAO%3BAACR%2CCAZD%2CiBAJc%2COAgBZ%2COAAO%3BEACN%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAnBN%2CiBAAiB%3BEACf%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJc%3BEAKb%2CcAAA%3B%3BAADF%2CCAAC%2CiBAJc%2CIAOb%3BEAA2B%2CcAAA%3B%3BAAE3B%2CCALD%2CiBAJc%2CIASZ%3BAACD%2CCAND%2CiBAJc%2CIAUZ%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CCAVD%2CiBAJc%2CIAcZ%3BAACD%2CCAXD%2CiBAJc%2CIAeZ%2COAAO%3BAACR%2CCAZD%2CiBAJc%2CIAgBZ%2COAAO%3BEACN%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAnBN%2CiBAAiB%3BEACf%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJc%3BEAKb%2CcAAA%3B%3BAADF%2CCAAC%2CiBAJc%2COAOb%3BEAA2B%2CcAAA%3B%3BAAE3B%2CCALD%2CiBAJc%2COASZ%3BAACD%2CCAND%2CiBAJc%2COAUZ%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CCAVD%2CiBAJc%2COAcZ%3BAACD%2CCAXD%2CiBAJc%2COAeZ%2COAAO%3BAACR%2CCAZD%2CiBAJc%2COAgBZ%2COAAO%3BEACN%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAnBN%2CiBAAiB%3BEACf%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJc%3BEAKb%2CcAAA%3B%3BAADF%2CCAAC%2CiBAJc%2CMAOb%3BEAA2B%2CcAAA%3B%3BAAE3B%2CCALD%2CiBAJc%2CMASZ%3BAACD%2CCAND%2CiBAJc%2CMAUZ%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CCAVD%2CiBAJc%2CMAcZ%3BAACD%2CCAXD%2CiBAJc%2CMAeZ%2COAAO%3BAACR%2CCAZD%2CiBAJc%2CMAgBZ%2COAAO%3BEACN%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BA6BlYR%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3B%3BACtGF%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3B%3BA8B3GV%3BEACE%2CaAAA%3B%3BAAKF%3BEACE%2CkBAAA%3BEACA%2CoCAAA%3BE9B4EA%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B%2FEH%2CcAKE%2CYAAY%3BEACV%2CcAAA%3B%3BAAKJ%3BEACE%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJF%2CYAME%3BEACE%2CcAAA%3B%3BAAKJ%3BEACE%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BE9B4DA%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA8BnDH%2CMACE%3BEACE%2CgBAAA%3B%3BAAFJ%2CMACE%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CMATF%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CMAhBF%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA8BzBH%2CcAAe%2CcACb%2CiBAAgB%3BEACd%2CmBAAA%3B%3BAAUJ%2CMACE%3BAADF%2CMAEE%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BAAHJ%2CMAME%2CSAAQ%3BAANV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8BLH%2CMAME%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAAbV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAAbV%2CMAME%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAAbV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAAbV%2CMAME%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAAdV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAAdV%2CMAME%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAAdV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BAAfV%2CMAME%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAAjBV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAAjBV%2CMAME%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAAjBV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAAjBV%2CMAME%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAAlBV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAAlBV%2CMAME%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAAlBV%2CMAOE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BAAnBV%2CMAyBE%2CSAAQ%3BAAzBV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA8BbH%2CMAyBE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAAhCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAAhCV%2CMAyBE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAAhCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAAhCV%2CMAyBE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAAjCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAAjCV%2CMAyBE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAAjCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BAAlCV%2CMAyBE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAApCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAApCV%2CMAyBE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAApCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAApCV%2CMAyBE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAArCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAArCV%2CMAyBE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAArCV%2CMA0BE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BAAtCV%2CMA2CE%2CcAAc%3BAA3ChB%2CMA4CE%2CcAAc%3BEACZ%2C6BAAA%3B%3BAA7CJ%2CMA%2BCE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAA%2FChD%2CMAgDE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BAAjDJ%2CMAmDE%3BAAnDF%2CMAoDE%2CoBAAoB%3BEAClB%2CSAAA%3B%3BAArDJ%2CMAmDE%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BAA1DZ%2CMAoDE%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BAA1DZ%2CMAmDE%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BAA1DZ%2CMAoDE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BAA1DZ%2CMAmDE%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BAA1DZ%2CMAoDE%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BAA1DZ%2CMAmDE%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BAA3DZ%2CMAoDE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BAA3DZ%2CMAmDE%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BAA3DZ%2CMAoDE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BAA3DZ%2CMAmDE%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BAA3DZ%2CMAoDE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BAA5DV%2CMAmDE%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BAA9DZ%2CMAoDE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BAA9DZ%2CMAmDE%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BAA9DZ%2CMAoDE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BAA9DZ%2CMAmDE%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BAA9DZ%2CMAoDE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BAA9DZ%2CMAmDE%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BAA%2FDZ%2CMAoDE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BAA%2FDZ%2CMAmDE%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BAA%2FDZ%2CMAoDE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BAA%2FDZ%2CMAmDE%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BAA%2FDZ%2CMAoDE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BAAhEV%2CMAmDE%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BAAvER%2CMAoDE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BAAvER%2CMAmDE%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BAAvER%2CMAoDE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BAAvER%2CMAmDE%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BAAxER%2CMAoDE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BAAxER%2CMAmDE%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BAAxER%2CMAoDE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BAAzEV%2CMAmDE%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BAAhFR%2CMAoDE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BAAhFR%2CMAmDE%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BAAhFR%2CMAoDE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BAAhFR%2CMAmDE%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BAAjFR%2CMAoDE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BAAjFR%2CMAmDE%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BAAjFR%2CMAoDE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BAAlFV%2CMAuFE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAAUJ%3BEACE%2CmBAAA%3B%3BAADF%2CYAIE%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CYAIE%2COAIE%3BEACE%2CeAAA%3B%3BAATN%2CYAaE%3BEACE%2CgBAAA%3B%3BAAdJ%2CYAaE%2CeAEE%2CkBAAkB%3BEAChB%2C6BAAA%3B%3BAAhBN%2CYAmBE%3BEACE%2CaAAA%3B%3BAApBJ%2CYAmBE%2CcAEE%2CkBAAkB%3BEAChB%2CgCAAA%3B%3BAAON%3BE9BsLE%2CqBAAA%3B%3BAAEA%2CcAAE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CcAAE%2CiBAKA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAAGJ%2CcAAE%2CgBACA%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BA8BhMN%3BE9BmLE%2CqBAAA%3B%3BAAEA%2CcAAE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CcAAE%2CiBAKA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAAGJ%2CcAAE%2CgBACA%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BA8B7LN%3BE9BgLE%2CqBAAA%3B%3BAAEA%2CcAAE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CcAAE%2CiBAKA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAAGJ%2CcAAE%2CgBACA%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BA8B1LN%3BE9B6KE%2CqBAAA%3B%3BAAEA%2CWAAE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CWAAE%2CiBAKA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAAGJ%2CWAAE%2CgBACA%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BA8BvLN%3BE9B0KE%2CqBAAA%3B%3BAAEA%2CcAAE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CcAAE%2CiBAKA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAAGJ%2CcAAE%2CgBACA%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BA8BpLN%3BE9BuKE%2CqBAAA%3B%3BAAEA%2CaAAE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CaAAE%2CiBAKA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAAGJ%2CaAAE%2CgBACA%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BA%2BB5ZN%3BEACE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BE%2FB6GA%2CuDAAA%3BEACQ%2C%2BCAAA%3B%3BA%2BBpHV%2CKAQE%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BAAKJ%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CYAAA%3BEACA%2CkBAAA%3B%3BACtBF%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEhCkRA%2CYAAA%3BEAGA%2CyBAAA%3B%3BAgClRA%2CMAAC%3BAACD%2CMAAC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEhC2QF%2CYAAA%3BEAGA%2CyBAAA%3B%3BAgCvQA%2CMAAM%3BEACJ%2CUAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3BAC3BJ%3BEACE%2CaAAa%2CaAAb%3BEACA%2CSAAS%2CmGAAT%3BEACA%2CSAAS%2C2GAAkE%2COAAO%2C0BAC5E%2CqGAA4D%2COAAO%2CaACnE%2CoGAA2D%2COAAO%2CiBAClE%2CuHAA8E%2COAAO%2CMAH3F%3BEAKA%2CmBAAA%3BEACA%2CkBAAA%3B%3BACTF%2CCAAC%3BEACC%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3BACNF%2CCAAC%2CEAAgB%3BEACf%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAEF%2CCAAC%2CEAAgB%3BEAAM%2CcAAA%3B%3BAACvB%2CCAAC%2CEAAgB%3BEAAM%2CcAAA%3B%3BAACvB%2CCAAC%2CEAAgB%3BEAAM%2CcAAA%3B%3BAACvB%2CCAAC%2CEAAgB%3BEAAM%2CcAAA%3B%3BACVvB%2CCAAC%2CEAAgB%3BEACf%2CmBAAA%3BEACA%2CkBAAA%3B%3BACDF%2CCAAC%2CEAAgB%3BEACf%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CCAAC%2CEAAgB%2CGAIf%3BEAAO%2CkBAAA%3B%3BAAET%2CCAAC%2CEAAgB%3BEACf%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CCAND%2CEAAgB%2CGAMd%2CCAAC%2CEAAgB%3BEAChB%2CmBAAA%3B%3BAjBbJ%2CCAAC%2CEAAgB%3BEACf%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEAAc%2CYAAA%3B%3BAACd%3BEAAa%2CWAAA%3B%3BAAGX%2CCADD%2CEACE%3BEAAa%2CkBAAA%3B%3BAACd%2CCAFD%2CEAEE%3BEAAc%2CiBAAA%3B%3BAkBXjB%2CCAAC%2CEAAgB%3BEACf%2C0CAAA%3BEACA%2CuCAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACE%3BIAAK%2CgBAAgB%2CYAAhB%3B%3BEACL%3BIAAO%2CgBAAgB%2CcAAhB%3B%3B%3BAAET%3BEACE%3BIAAK%2CmBAAmB%2CYAAnB%3B%3BEACL%3BIAAO%2CmBAAmB%2CcAAnB%3B%3B%3BAAET%3BEACE%3BIAAK%2CcAAc%2CYAAd%3B%3BEACL%3BIAAO%2CcAAc%2CcAAd%3B%3B%3BAAET%3BEACE%3BIAAK%2CeAAe%2CYAAf%3B%3BEACL%3BIAAO%2CeAAe%2CcAAf%3B%3B%3BAAET%3BEACE%3BIAAK%2CWAAW%2CYAAX%3B%3BEACL%3BIAAO%2CWAAW%2CcAAX%3B%3B%3BACzBT%2CCAAC%2CEAAgB%3BECCf%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CaAAnB%3BEACG%2CgBAAgB%2CaAAhB%3BEACC%2CeAAe%2CaAAf%3BEACC%2CcAAc%2CaAAd%3BEACG%2CWAAW%2CaAAX%3B%3BADLV%2CCAAC%2CEAAgB%3BECAf%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACG%2CgBAAgB%2CcAAhB%3BEACC%2CeAAe%2CcAAf%3BEACC%2CcAAc%2CcAAd%3BEACG%2CWAAW%2CcAAX%3B%3BADJV%2CCAAC%2CEAAgB%3BECDf%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACG%2CgBAAgB%2CcAAhB%3BEACC%2CeAAe%2CcAAf%3BEACC%2CcAAc%2CcAAd%3BEACG%2CWAAW%2CcAAX%3B%3BADFV%2CCAAC%2CEAAgB%3BECMf%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACG%2CgBAAgB%2CYAAhB%3BEACC%2CeAAe%2CYAAf%3BEACC%2CcAAc%2CYAAd%3BEACG%2CWAAW%2CYAAX%3B%3BADVV%2CCAAC%2CEAAgB%3BECKf%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACG%2CgBAAgB%2CYAAhB%3BEACC%2CeAAe%2CYAAf%3BEACC%2CcAAc%2CYAAd%3BEACG%2CWAAW%2CYAAX%3B%3BACfV%2CCAAC%2CEAAgB%3BEACf%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CCAAC%2CEAAgB%3BAAAW%2CCAAC%2CEAAgB%3BEAC3C%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CCAAC%2CEAAgB%3BEAAY%2CoBAAA%3B%3BAAC7B%2CCAAC%2CEAAgB%3BEAAY%2CcAAA%3B%3BAAC7B%2CCAAC%2CEAAgB%3BEAAW%2CcAAA%3B%3B%3B%3BAChB5B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCQlB%2CODRkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCQlB%2CODRkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCQlB%2CODRkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCQlB%2CODRkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCQlB%2CODRkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CGAAG%3BEAAU%2CSCQlB%2CODRkB%3B%3BAAC9B%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCQlB%2CODRkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCOlB%2CODPkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCOlB%2CODPkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCOlB%2CODPkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCOlB%2CODPkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCOlB%2CODPkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCOlB%2CODPkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCOlB%2CODPkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSCOlB%2CODPkB%3B%3BAAC%2FC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCOlB%2CODPkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCOlB%2CODPkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCOlB%2CODPkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCMlB%2CODNkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCMlB%2CODNkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCKlB%2CODLkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCKlB%2CODLkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCKlB%2CODLkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCKlB%2CODLkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCKlB%2CODLkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCKlB%2CODLkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCKlB%2CODLkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCKlB%2CODLkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCIlB%2CODJkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCGlB%2CODHkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCGlB%2CODHkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCGlB%2CODHkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCGlB%2CODHkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCGlB%2CODHkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCElB%2CODFkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCElB%2CODFkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCElB%2CODFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCElB%2CODFkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCElB%2CODFkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCElB%2CODFkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCElB%2CODFkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCElB%2CODFkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCElB%2CODFkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCElB%2CODFkB%3B%3BAACzC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCElB%2CODFkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCElB%2CODFkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCElB%2CODFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCElB%2CODFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCElB%2CODFkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCElB%2CODFkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCElB%2CODFkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCElB%2CODFkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCElB%2CODFkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCClB%2CODDkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCClB%2CODDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCClB%2CODDkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCClB%2CODDkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCClB%2CODDkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCClB%2CODDkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCClB%2CODDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCClB%2CODDkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCClB%2CODDkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCClB%2CODDkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCClB%2CODDkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCClB%2CODDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCClB%2CODDkB%3B%3BAACzC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCClB%2CODDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCClB%2CODDkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCClB%2CODDkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCClB%2CODDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCClB%2CODDkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCClB%2CODDkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCClB%2CODDkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCClB%2CODDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCClB%2CODDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCClB%2CODDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCClB%2CODDkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCClB%2CODDkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCClB%2CODDkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCClB%2CODDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCClB%2CODDkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCClB%2CODDkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCClB%2CODDkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCClB%2CODDkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCClB%2CODDkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCClB%2CODDkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCClB%2CODDkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSCClB%2CODDkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCClB%2CODDkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCClB%2CODDkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCClB%2CODDkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCClB%2CODDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCClB%2CODDkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCClB%2CODDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCClB%2CODDkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCClB%2CODDkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCAlB%2CODAkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCDlB%2CODCkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCDlB%2CODCkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCDlB%2CODCkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCFlB%2CODEkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCHlB%2CODGkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCHlB%2CODGkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCJlB%2CODIkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCJlB%2CODIkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSCJlB%2CODIkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSCJlB%2CODIkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCJlB%2CODIkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCLlB%2CODKkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCNlB%2CODMkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCPlB%2CODOkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCPlB%2CODOkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCPlB%2CODOkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCRlB%2CODQkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCTlB%2CODSkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCVlB%2CODUkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCVlB%2CODUkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCVlB%2CODUkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCXlB%2CODWkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCXlB%2CODWkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCXlB%2CODWkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCZlB%2CODYkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCZlB%2CODYkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCblB%2CODakB%3B%3BAAClC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCblB%2CODakB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCblB%2CODakB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCblB%2CODakB%3B%3BAACvC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCblB%2CODakB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCblB%2CODakB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCdlB%2CODckB%3B%3BAACjC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCdlB%2CODckB%3B%3BAACtC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCdlB%2CODckB%3B%3BAACpC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCdlB%2CODckB%3B%3BAACzC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCdlB%2CODckB%3B%3BAACnC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCdlB%2CODckB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCdlB%2CODckB%3B%3BAACjC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCdlB%2CODckB%3B%3BAACnC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCdlB%2CODckB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCdlB%2CODckB%3B%3BAAClC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCdlB%2CODckB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCdlB%2CODckB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCdlB%2CODckB%3B%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCdlB%2CODckB%3B%3BAACrC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCdlB%2CODckB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSChBlB%2CODgBkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSChBlB%2CODgBkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSChBlB%2CODgBkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSChBlB%2CODgBkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAC%2FC%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAC%2FC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACvC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCjBlB%2CODiBkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSClBlB%2CODkBkB%3B%3BAAC%2FC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCnBlB%2CODmBkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCpBlB%2CODoBkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCrBlB%2CODqBkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCrBlB%2CODqBkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCtBlB%2CODsBkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCvBlB%2CODuBkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC1BlB%2COD0BkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC5BlB%2COD4BkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC7BlB%2COD6BkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CGAAG%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC9B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSC9BlB%2COD8BkB%3B%3BAAC%2FC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSC%2FBlB%2COD%2BBkB%3B%3BAAC%2FC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC%2FBlB%2COD%2BBkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC%2FBlB%2COD%2BBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC%2FBlB%2COD%2BBkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSChClB%2CODgCkB%3B%3BAAC%2FB%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSChClB%2CODgCkB%3B%3BAE3ZzC%2CIAEI%3BAAFJ%2CIAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALR%2CIAQI%3BEACI%2CwBAAA%3B%3BAATR%2CIAWI%3BEACI%2C2BAAA%3B%3BACXR%2CMACI%3BEACI%2CeAAA%3B%3BAAEA%2CMAHJ%2CGAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CMAPJ%2CGAOK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CiBAAA%3B%3BAAGJ%3BAAAa%3BAACb%3BAAAc%3BEACV%2CqBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CaAAC%3BAAAD%2CYAAC%3BAAAD%2CSAAC%3BAACD%2CWAAC%3BAAAD%2CaAAC%3BAAAD%2CYAAC%3BAAAD%2CSAAC%3BEACG%2CqBAAA%3B%3BAAIJ%2CWAAC%3BAAAD%2CaAAC%3BAAAD%2CYAAC%3BAAAD%2CSAAC%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CSAAS%3BEACL%2CSF0BY%2COE1BZ%3B%3BAAKA%2CWAAC%3BAAAD%2CYAAC%3BEACG%2CSF3BO%2COE2BP%3B%3BAAIR%3BE7C4bE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CSAHD%3BAAGC%2CSAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CSAJD%2CSAIE%3BAAAD%2CSAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CUAEhB%3BAACD%2CSALD%2CSAKE%3BAAAD%2CSAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CUAGhB%3BAACD%2CSAND%2CSAME%3BAAAD%2CSALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CUAIhB%3BAACD%2CSAPD%2CSAOE%3BAAAD%2CSAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CUAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BA6CvdV%2CS7C2dE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BA6CzdJ%2CWAAY%3BEAAK%2CeAAA%3B%3BAACjB%2CWAAY%3BEACX%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEAAa%2CaAAA%3B%3BAAEb%3BEAAW%2CWAAA%3BEAAY%2CcAAA%3BEAAe%2CYAAA%3BEAAa%2CcAAA%3BEAAe%2CWAAA%3BEAAY%2CcAAA%3BEAAe%2C6DAAA%3BEAA8D%2CmBAAA%3BEAAoB%2CgBAAA%3B%3BACpE%2FK%2CKAEI%3BE9C%2BEF%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BA8C%2FEE%2CEAAE%3BEACE%2CSAAA%3B%3BAAPR%2CKAUC%3BEACC%2CeAAA%3B%3BACXF%3BEACI%2CmBAAA%3B%3BAADJ%2CcAGI%3BEACC%2CaAAA%3B%3BAAJL%2CcAOI%3BErC2GF%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEVHA%2CwDAAA%3BEACQ%2CgDAAA%3BEAKR%2C8EAAA%3BEACQ%2CsEAAA%3B%3BAAmwBR%2Cc%2BC53BE%2CO%2FC43BD%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEA5wBF%2CsFAAA%3BEACQ%2C8EAAA%3B%3BAAlER%2Cc%2BCjDE%2CO%2FCiDD%3BEAA%2BB%2CcAAA%3BEACA%2CUAAA%3B%3BAAChC%2Cc%2BCnDE%2CO%2FCmDD%3BEAA%2BB%2CcAAA%3B%3BAAChC%2Cc%2BCpDE%2CO%2FCoDD%3BEAA%2BB%2CcAAA%3B%3BAUgFhC%2CcqCpIE%2COrCoID%3BAACD%2CcqCrIE%2COrCqID%3BAACD%2CQAAQ%2CUAAW%2CeqCtIjB%3BErCuIA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIF%2CQAAQ%2CcqC7IN%3BErC8IA%2CYAAA%3B%3BAsCrJJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CYAMI%3BEACI%2CaAAA%3B%3BAAPR%2CYAMI%2CqBAGI%3BEnBYN%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEmBhBU%2CeAAA%3B%3BAnBmBV%2CYmBxBE%2CqBAGI%2CGnBqBL%3BE7BqED%2C4BAAA%3BEACC%2C2BAAA%3B%3BA6BnED%2CYmB3BE%2CqBAGI%2CGnBwBL%3BEACC%2CgBAAA%3BE7ByEF%2C%2BBAAA%3BEACC%2C8BAAA%3B%3BAgD5GH%2CYAMI%2CqBAGI%2CGnB8BN%3BEACE%2CYAAA%3B%3BAmBxCJ%2CYAMI%2CqBAGI%2CGnBiCN%2CSAAS%3BEACP%2CiBAAA%3B%3BAmB3CJ%2CYAMI%2CqBAGI%2CGAII%3BEACI%2CYAAA%3B%3BAAOJ%2CYAfR%2CqBAGI%2CGAYK%3BEhD8EX%2C4BAAA%3BEACC%2C2BAAA%3B%3BAgD1ES%2CYApBR%2CqBAGI%2CGAiBK%3BAACD%2CYArBR%2CqBAGI%2CGAkBK%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAIF%2CYA3BR%2CqBAGI%2CGAwBK%3BAACD%2CYA5BR%2CqBAGI%2CGAyBK%2CSAAS%3BAACV%2CYA7BR%2CqBAGI%2CGA0BK%2CSAAS%3BEACN%2CUAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAQhB%2CgBAAiB%2CWAEb%3BEACI%2CiBAAA%3B%3BAAHR%2CgBAAiB%2CWAEb%2CaAEI%3BEACI%2CYAAA%3B%3BAAOZ%3BEjBpDE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BE%2FB8GA%2CuDAAA%3BEACQ%2C%2BCAAA%3BE%2BBhGR%2CYAAA%3BEACA%2CkBAAA%3B%3BAiBgCF%2CwBjB7CE%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BA%2FBGF%2CwBAAC%3BAACD%2CwBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CwBAAC%3BEACC%2CWAAA%3B%3BAANF%2CwBAAC%3BAACD%2CwBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CwBAAC%3BEACC%2CWAAA%3B%3BAgDkCJ%2CwBAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CwBAWI%3BEACI%2CcAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAASR%2CQANmC%3BEAMnC%2CwBALQ%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3B%3BACpFZ%3BEnBOE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BEiDxHN%2CqBAAA%3B%3BAAFJ%2CMnB0DE%3BEACE%2CgBAAA%3B%3BAmB3DJ%2CMnB0DE%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CMATF%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CMAhBF%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAiD5GH%2CMnBgGE%3BAmBhGF%2CMnBiGE%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BAmBlGJ%2CMnBqGE%2CSAAQ%3BAmBrGV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BAiDpGH%2CMnBqGE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAmB5GV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAmB5GV%2CMnBqGE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAmB5GV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAmB5GV%2CMnBqGE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAmB7GV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAmB7GV%2CMnBqGE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAmB7GV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BAmB9GV%2CMnBqGE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAmBhHV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAmBhHV%2CMnBqGE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAmBhHV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAmBhHV%2CMnBqGE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAmBjHV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAmBjHV%2CMnBqGE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAmBjHV%2CMnBsGE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BAmBlHV%2CMnBwHE%2CSAAQ%3BAmBxHV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAiD5GH%2CMnBwHE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAmB%2FHV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAmB%2FHV%2CMnBwHE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAmB%2FHV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAmB%2FHV%2CMnBwHE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAmBhIV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAmBhIV%2CMnBwHE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAmBhIV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BAmBjIV%2CMnBwHE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAmBnIV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAmBnIV%2CMnBwHE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAmBnIV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAmBnIV%2CMnBwHE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAmBpIV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAmBpIV%2CMnBwHE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAmBpIV%2CMnByHE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BAmBrIV%2CMnB0IE%2CcAAc%3BAmB1IhB%2CMnB2IE%2CcAAc%3BEACZ%2C6BAAA%3B%3BAmB5IJ%2CMnB8IE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAmB9IhD%2CMnB%2BIE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BAmBhJJ%2CMnBkJE%3BAmBlJF%2CMnBmJE%2CoBAAoB%3BEAClB%2CSAAA%3B%3BAmBpJJ%2CMnBkJE%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BAmBzJZ%2CMnBmJE%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BAmBzJZ%2CMnBkJE%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BAmBzJZ%2CMnBmJE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BAmBzJZ%2CMnBkJE%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BAmBzJZ%2CMnBmJE%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BAmBzJZ%2CMnBkJE%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BAmB1JZ%2CMnBmJE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BAmB1JZ%2CMnBkJE%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BAmB1JZ%2CMnBmJE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BAmB1JZ%2CMnBkJE%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BAmB1JZ%2CMnBmJE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BAmB3JV%2CMnBkJE%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BAmB7JZ%2CMnBmJE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BAmB7JZ%2CMnBkJE%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BAmB7JZ%2CMnBmJE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BAmB7JZ%2CMnBkJE%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BAmB7JZ%2CMnBmJE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BAmB7JZ%2CMnBkJE%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BAmB9JZ%2CMnBmJE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BAmB9JZ%2CMnBkJE%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BAmB9JZ%2CMnBmJE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BAmB9JZ%2CMnBkJE%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BAmB9JZ%2CMnBmJE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BAmB%2FJV%2CMnBkJE%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BAmBtKR%2CMnBmJE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BAmBtKR%2CMnBkJE%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BAmBtKR%2CMnBmJE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BAmBtKR%2CMnBkJE%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BAmBvKR%2CMnBmJE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BAmBvKR%2CMnBkJE%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BAmBvKR%2CMnBmJE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BAmBxKV%2CMnBkJE%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BAmB%2FKR%2CMnBmJE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BAmB%2FKR%2CMnBkJE%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BAmB%2FKR%2CMnBmJE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BAmB%2FKR%2CMnBkJE%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BAmBhLR%2CMnBmJE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BAmBhLR%2CMnBkJE%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BAmBhLR%2CMnBmJE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BAmBjLV%2CMnBsLE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAmBxLJ%2CMAII%3BEnBkBF%2CkBAAA%3BEACA%2CoCAAA%3BE9B4EA%2C6BAAA%3BEACC%2C4BAAA%3BEiD9FK%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAARR%2CMAII%2CanBsBF%2CYAAY%3BEACV%2CcAAA%3B%3BAmB3BJ%2CMAII%2CaAMI%3BEnBuBN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEmBxBU%2CgBAAA%3B%3BAAZZ%2CMAII%2CaAMI%2COnB4BN%3BEACE%2CcAAA%3B%3BAmBvCJ%2CMAgBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAjDAN%2CMiDGE%2CejDHD%3BAAAD%2CMiDIE%2CSjDJD%3BAACD%2CMiDEE%2CejDFD%3BAAAD%2CMiDGE%2CSjDHD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMiDFE%2CejDED%3BAAAD%2CMiDDE%2CSjDCD%3BEACC%2CWAAA%3B%3BAANF%2CMiDGE%2CejDHD%3BAAAD%2CMiDIE%2CSjDJD%3BAACD%2CMiDEE%2CejDFD%3BAAAD%2CMiDGE%2CSjDHD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMiDFE%2CejDED%3BAAAD%2CMiDDE%2CSjDCD%3BEACC%2CWAAA%3B%3BAANF%2CMiDQE%2CejDRD%3BAACD%2CMiDOE%2CejDPD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMiDGE%2CejDHD%3BEACC%2CWAAA%3B%3BAANF%2CMiDQE%2CejDRD%3BAACD%2CMiDOE%2CejDPD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CMiDGE%2CejDHD%3BEACC%2CWAAA%3B%3BAiDzBJ%2CMA2BI%2CeAGI%2CGAAE%3BEACE%2CkBAAA%3B%3BAA%2FBZ%2CMAmCI%3BAAnCJ%2CMAoCI%3BEACI%2CYAAA%3BEACN%2CiBAAA%3BEACM%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxCR%2CMA4CI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CMAPJ%2CSAOK%3BEjDwDP%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAiD5GH%2CMA4CI%2CSAWI%3BEACI%2CWAAA%3B%3BAAxDZ%2CMA4CI%2CSAeI%2COAAM%3BEACF%2CYAAA%3BEjD%2BdV%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAiD9hBF%2CMAiEI%3BEACI%2CSAAA%3BEACA%2CaAAA%3B%3BAAnER%2CMAsEI%2CGAAE%3BEACE%2CyBAAA%3B%3B%3BAAKR%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CiBAAA%3B%3BAAEJ%2CWAAY%2CoBAAoB%2CiBAAiB%3BAACjD%2CWAAY%2CoBAAoB%2CiBAAiB%2CMAAM%3BEACnD%2CqBAAA%3B%3BAAEJ%2CWAAY%2CoBAAoB%2CiBAAiB%3BEAC7C%2C8BAAA%3B%3B%3BAAIJ%3BEjD2SE%2CqBAAA%3B%3BAAEA%2CcAAE%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHF%2CcAAE%2CiBAKA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAAGJ%2CcAAE%2CgBACA%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BAiDxTN%2CcAGI%3BEAEI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAPR%2CcAGI%2CajD%2BSA%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAiDnTN%2CcAGI%2CaAMI%3BEnBlFN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEmBiFU%2CgBAAA%3B%3BAAXZ%2CcAGI%2CaAMI%2COnB7EN%3BEACE%2CcAAA%3B%3BAmBmEJ%2CcAeI%3BEACI%2CaAAA%3B%3BAAhBR%2CcAeI%2CeAGI%3BEACI%2CgBAAA%3B%3BAAnBZ%2CcAeI%2CeAMI%2CGAAG%3BEACC%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CcAeI%2CeAWI%2CGAAE%2CKAAM%3BEACJ%2CgBAAA%3B%3BAA3BZ%2CcAeI%2CeAcI%2CGAAE%3BEACE%2CcAAA%3BEACA%2CgCAAA%3B%3BAA%2FBZ%2CcAeI%2CeAkBI%2CGAAE%2CQAAQ%3BEACN%2CgBAAA%3B%3BAAmCZ%2CkBACI%3BEACI%2CSAAA%3B%3BAAFR%2CkBAII%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CkBASI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CkBAaI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAdR%2CkBAgBI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAnBZ%2CkBAgBI%2CWAKI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAvBZ%2CkBAgBI%2CWAYI%3BAA5BR%2CkBAgBI%2CWAaI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAjCZ%2CkBAgBI%2CWAmBI%3BEACI%2CWAAA%3B%3BAApCZ%2CkBAuCI%3BEACI%2CiBAAA%3B%3BAAxCR%2CkBAuCI%2CSAGI%2CSAAS%3BEACL%2CWAAA%3B%3BAAMZ%2CWACI%3BEACI%2CkBAAA%3B%3BAAFR%2CWAII%2CQAEI%3BEACI%2CiBAAA%3B%3BAAPZ%2CWAUI%3BEtBjOF%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE3B8ZA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEiD%2FLM%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CWAUI%2CUtB3NF%3BEACE%2CaAAA%3BEAEA%2CcAAA%3B%3BAsB8MJ%2CWAUI%2CUtBrNF%3BEACE%2CiBAAA%3B%3BAsB0MJ%2CWAUI%2CUtBhNF%3BAsBsMF%2CWAUI%2CUtB%2FMF%3BEACE%2CgBAAA%3B%3BAsBoMJ%2CWAUI%2CUtB5MF%2CIAAI%3BEACF%2CeAAA%3B%3BAsBiMJ%2CWAUI%2CUjDoMF%3BEACE%2CyBAAA%3B%3BAiD%2FMJ%2CWAUI%2CUjDuMF%3BEACE%2CcAAA%3B%3BAiDlNJ%2CWAUI%2CUAOI%3BEACI%2CiBAAA%3B%3BAAlBZ%2CWAqBI%3BEACI%2CgCAAA%3B%3BAAtBR%2CWAqBI%2CSAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5BZ%2CWAqBI%2CSAGI%2CaAMI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACZ%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAQJ%2CeAAgB%3BEACZ%2CiBAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%3BEACrB%2CWAAA%3B%3BAAIJ%2CcAAe%2CMAAK%3BEAChB%2CWAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CiBAAA%3B%3BAAMJ%2CcACI%3BEACI%2CYAAA%3BEACA%2CmDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAALR%2CcAOI%2CGAAE%2CWAAY%3BEACV%2CmBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CcAWI%2CGAAE%2CMAAO%3BEACL%2CkBAAA%3B%3BAAZR%2CcAcI%2CGAAE%2CMAAO%2CGAAG%3BEACR%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAlBR%2CcAoBI%2CGAAE%2CMAAO%2CGAAG%2CcAAc%3BEACtB%2CcAAA%3B%3BAArBR%2CcAuBI%2CGAAE%2CMAAO%2CGAAG%3BEACR%2CWAAA%3BEACA%2CcAAA%3B%3BAAzBR%2CcA2BI%2CGAAE%2CMAAO%2CGAAG%3BAA3BhB%2CcA4BI%2CGAAE%2CWAAY%2CGAAG%3BEACb%2CSAAA%3B%3BAAKR%2CWACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CWAKI%2CMAAK%3BEACD%2CWAAA%3BEACN%2CeAAA%3BEACM%2CmBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CWAWI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CWAeI%3BEACI%2CkBAAA%3B%3BAAhBR%2CWAkBI%3BEACI%2CgBAAA%3B%3BAAnBR%2CWAqBI%3BEACI%2CeAAA%3B%3BAAtBR%2CWAwBI%3BEACI%2CiBAAA%3B%3BAAzBR%2CWA2BI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CWAAY%2CeAAe%3BEACvB%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CiBAAA%3B%3BAAEJ%2CWAAY%2CSAAS%3BEACjB%2CWAAA%3B%3BAAIJ%2CgBAAiB%3BEACb%2CoBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CoBAAA%3B%3BAAEJ%2CgBAAiB%2CSAAS%2COAAM%3BEAC5B%2CWAAA%3B%3BAAIJ%2CcAAe%2CMAAK%3BEAChB%2CWAAA%3BEACA%2CqBAAA%3BEAEH%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAED%2CcAAe%3BEACX%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CmBAAA%3B%3BAAIJ%3BEACI%2CSAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CaAAc%2CeAKV%3BEjDnBF%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAiDuBF%2CYAAa%3BEACT%2CoBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CoBAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3B%3BAChaJ%2CeAAgB%3BElDyXd%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAkDvXF%3BEACI%2CmBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CmBAAA%3B%3BACfR%3BEnDsoBE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAmDvoBF%2CcAGI%3BEnD0oBF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEmD7oBM%2CiBAAA%3BEACA%2CoBAAA%3B%3BAANR%2CcASI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CcASI%2CeAII%3BEpD%2BEN%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEC8BA%2CwCAAA%3BEACQ%2CgCAAA%3BEA%2BPR%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAmDhYF%2CcAkBI%3BEACI%2CgBAAA%3B%3BAAnBR%2CcA0BI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAA5BR%2CcA%2BBI%2CcAEI%3BEACI%2CaAAA%3B%3BAAMZ%2CcACI%2CGAAE%3BEAEE%2CeAAA%3BEACA%2CgCAAA%3B%3BAnD1BN%2CcmDuBE%2CGAAE%2CKnDvBH%3BAACD%2CcmDsBE%2CGAAE%2CKnDtBH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CcmDkBE%2CGAAE%2CKnDlBH%3BEACC%2CWAAA%3B%3BAANF%2CcmDuBE%2CGAAE%2CKnDvBH%3BAACD%2CcmDsBE%2CGAAE%2CKnDtBH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CcmDkBE%2CGAAE%2CKnDlBH%3BEACC%2CWAAA%3B%3BAmDsBI%2CcALJ%2CGAAE%2CKAKG%3BEACG%2CcAAA%3B%3BAAGJ%2CcATJ%2CGAAE%2CKASG%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CcAgBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAnBR%2CcAgBI%2CeAKI%3BEpD%2BBN%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEC8BA%2CwCAAA%3BEACQ%2CgCAAA%3BEA%2BPR%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAmDxVF%2CcA0BI%3BEACI%2CkBAAA%3B%3BAA3BR%2CcA8BI%2CcAEI%3BEACI%2CeAAA%3B%3BAAjCZ%2CcA8BI%2CcAMI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAMZ%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACI%2CSAAA%3B%3BAADJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAGJ%2CaAAC%2CSAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CaAAC%2CaAAc%3BEACX%2CcAAA%3B%3BAAIR%2CkBACI%3BAADJ%2CkBAEI%3BEACI%2CiBAAA%3B%3BAAIR%3BE3CnGE%2CWAAA%3BEACA%2CmBAAA%3B%3BA2CkGF%2C0B3ChGE%2CQAGE%2CKACE%3BA2C4FN%2C0B3C%2FFE%2CQAEE%2CKACE%3BA2C4FN%2C0B3C9FE%2CQACE%2CKACE%3BA2C4FN%2C0B3ChGE%2CQAGE%2CKAEE%3BA2C2FN%2C0B3C%2FFE%2CQAEE%2CKAEE%3BA2C2FN%2C0B3C9FE%2CQACE%2CKAEE%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BA2CuFR%2C0B3ClFE%2CQAAQ%2CKAAK%3BEACX%2CsBAAA%3BEACA%2CgCAAA%3B%3BA2CgFJ%2C0B3C7EE%2CUAAU%2CQAGR%2CKAAI%2CYACF%3BA2CyEN%2C0B3C5EE%2CWAAW%2CQAET%2CKAAI%2CYACF%3BA2CyEN%2C0B3C3EE%2CQAAO%2CYACL%2CKAAI%2CYACF%3BA2CyEN%2C0B3C7EE%2CUAAU%2CQAGR%2CKAAI%2CYAEF%3BA2CwEN%2C0B3C5EE%2CWAAW%2CQAET%2CKAAI%2CYAEF%3BA2CwEN%2C0B3C3EE%2CQAAO%2CYACL%2CKAAI%2CYAEF%3BEACE%2CaAAA%3B%3BA2CuER%2C0B3ClEE%2CQAAQ%3BEACN%2C6BAAA%3B%3BA2CiEJ%2C0B3C7DE%3BEACE%2CyBAAA%3B%3BA2CiEJ%2CYAEI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CYAEI%2CaAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CYAEI%2CaAWI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAnD9HF%2CWAAC%3BAACD%2CWAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CWAAC%3BEACC%2CWAAA%3B%3BAANF%2CWAAC%3BAACD%2CWAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CWAAC%3BEACC%2CWAAA%3B%3BAmDoHJ%2CWAMI%3BEACI%2CoBAAA%3B%3BAAPR%2CWAUI%3BEACI%2CWAAA%3B%3BAAXR%2CWAcI%3BEACI%2CYAAA%3B%3BAAfR%2CWAcI%2CcAGI%3BAAjBR%2CWAcI%2CcAII%3BEACI%2CWAAA%3B%3BAAnBZ%2CWAcI%2CcAQI%3BEACI%2CaAAA%3B%3BAAMZ%3BEnD6dE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAmD3dF%3BAACA%3BEnD0fE%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%3BEAAA%3BIAHI%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAmD5fJ%2CkBAEI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CkBAOI%3BEnD8eF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEmD%2FeM%2CeAAA%3BEACA%2CgBAAA%3B%3BAnDofR%2CQAJqC%3BEAIrC%2CkBmDvfI%3BInDofA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAmD5fJ%2CkBAOI%2CiBAKI%3BEpDlGN%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEC8BA%2CwCAAA%3BEACQ%2CgCAAA%3BEA%2BPR%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAmD9MF%2CkBAOI%2CiBASI%2CYAAY%3BEnDoclB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAmDrdF%2CkBAOI%2CiBASI%2CYAAY%2CGAGR%3BEnDwcV%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAmD1bF%2CQAbmC%3BEAanC%2CkBAXQ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEASZ%2CkBALQ%3BIACI%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAMZ%2CaAAc%3BErBrNZ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BEmDoGN%2CaAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CaAAc%2CcrBlKZ%3BEACE%2CgBAAA%3B%3BAqBiKJ%2CaAAc%2CcrBlKZ%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CaqByJU%2CcrBlKZ%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CaqBkJU%2CcrBlKZ%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAmDgHH%2CaAAc%2CcrB5HZ%3BAqB4HF%2CaAAc%2CcrB3HZ%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BAqB0HJ%2CaAAc%2CcrBvHZ%2CSAAQ%3BAqBuHV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BAmDwHH%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAqBgHV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAqBgHV%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAqBgHV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAqBgHV%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAqB%2BGV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAqB%2BGV%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAqB%2BGV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BAqB8GV%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAqB4GV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAqB4GV%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAqB4GV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAqB4GV%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAqB2GV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAqB2GV%2CaAAc%2CcrBvHZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAqB2GV%2CaAAc%2CcrBtHZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BAqB0GV%2CaAAc%2CcrBpGZ%2CSAAQ%3BAqBoGV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAmDgHH%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAqB6FV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAqB6FV%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAqB6FV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAqB6FV%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAqB4FV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAqB4FV%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAqB4FV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BAqB2FV%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAqByFV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAqByFV%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAqByFV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAqByFV%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAqBwFV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAqBwFV%2CaAAc%2CcrBpGZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAqBwFV%2CaAAc%2CcrBnGZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BAqBuFV%2CaAAc%2CcrBlFZ%2CcAAc%3BAqBkFhB%2CaAAc%2CcrBjFZ%2CcAAc%3BEACZ%2C6BAAA%3B%3BAqBgFJ%2CaAAc%2CcrB9EZ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAqB8EhD%2CaAAc%2CcrB7EZ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BAqB4EJ%2CaAAc%2CcrB1EZ%3BAqB0EF%2CaAAc%2CcrBzEZ%2CoBAAoB%3BEAClB%2CSAAA%3B%3BAqBwEJ%2CaAAc%2CcrB1EZ%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BAqBmEZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BAqBmEZ%2CaAAc%2CcrB1EZ%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BAqBmEZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BAqBmEZ%2CaAAc%2CcrB1EZ%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BAqBmEZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BAqBmEZ%2CaAAc%2CcrB1EZ%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BAqBkEZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BAqBkEZ%2CaAAc%2CcrB1EZ%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BAqBkEZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BAqBkEZ%2CaAAc%2CcrB1EZ%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BAqBkEZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BAqBiEV%2CaAAc%2CcrB1EZ%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BAqB%2BDZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BAqB%2BDZ%2CaAAc%2CcrB1EZ%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BAqB%2BDZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BAqB%2BDZ%2CaAAc%2CcrB1EZ%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BAqB%2BDZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BAqB%2BDZ%2CaAAc%2CcrB1EZ%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BAqB8DZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BAqB8DZ%2CaAAc%2CcrB1EZ%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BAqB8DZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BAqB8DZ%2CaAAc%2CcrB1EZ%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BAqB8DZ%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BAqB6DV%2CaAAc%2CcrB1EZ%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BAqBsDR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BAqBsDR%2CaAAc%2CcrB1EZ%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BAqBsDR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BAqBsDR%2CaAAc%2CcrB1EZ%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BAqBqDR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BAqBqDR%2CaAAc%2CcrB1EZ%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BAqBqDR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BAqBoDV%2CaAAc%2CcrB1EZ%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BAqB6CR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BAqB6CR%2CaAAc%2CcrB1EZ%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BAqB6CR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BAqB6CR%2CaAAc%2CcrB1EZ%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BAqB4CR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BAqB4CR%2CaAAc%2CcrB1EZ%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BAqB4CR%2CaAAc%2CcrBzEZ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BAqB2CV%2CaAAc%2CcrBtCZ%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAqBoCJ%2CaAAc%2CcAKV%3BErB3MF%2CkBAAA%3BEACA%2CoCAAA%3BE9B4EA%2C6BAAA%3BEACC%2C4BAAA%3BEmD%2BHK%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAAc%2CcAKV%2CcrBvMF%2CYAAY%3BEACV%2CcAAA%3B%3BAqBiMJ%2CaAAc%2CcAKV%2CcAOI%3BErBvMN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAqBwLF%2CaAAc%2CcAKV%2CcAOI%2CGrBlMN%3BEACE%2CcAAA%3B%3BAqBqLJ%2CaAAc%2CcAiBV%3BAAjBJ%2CaAAc%2CcAkBV%3BAAlBJ%2CaAAc%2CcAmBV%3BAAnBJ%2CaAAc%2CcAoBV%3BEACI%2CmBAAA%3B%3BAArBR%2CaAAc%2CcAwBV%2CwBACI%3BAAzBR%2CaAAc%2CcAwBV%2CwBAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAaZ%2CQATmC%3BEASnC%2CaAzCc%2CcAiCN%2CwBACI%3BEAOZ%2CaAzCc%2CcAiCN%2CwBAEI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAOhB%2CgBAEI%2CoBAEI%3BAAJR%2CgBAGI%2CYACI%3BEnDmHN%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAmDzHF%2CgBASI%3BEACI%2CmBAAA%3B%3BAAVR%2CgBAaI%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAKR%3BEpBrRE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BE%2FB8GA%2CuDAAA%3BEACQ%2C%2BCAAA%3BE%2BBhGR%2CYAAA%3BEACA%2CkBAAA%3BEoBoQE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CgBpB9QE%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BAoB4QJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAAPR%2CgBASI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CgBASI%2CGAII%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CgBARR%2CGAII%2CMAIK%2CSAAU%3BEACP%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnBhB%2CgBASI%2CGAcI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAA1BZ%2CgBA6BI%2CGAAG%3BEACC%2CcAAA%3B%3BAA9BR%2CgBAiCI%2CGAAG%2CYAAY%3BEACX%2CsBAAA%3B%3BAAlCR%2CgBAoCI%3BEACI%2CmBAAA%3BEACN%2CkBAAA%3BEACA%2CiBAAA%3BEAGM%2CgCAAA%3B%3BAA1CR%2CgBAoCI%2CGAQI%3BAA5CR%2CgBAoCI%2CGASI%3BAA7CR%2CgBAoCI%2CGAUI%3BEzCxNN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEVHA%2CwDAAA%3BEACQ%2CgDAAA%3BEAKR%2C8EAAA%3BEACQ%2CsEAAA%3B%3BAAmwBR%2CgBmDnkBE%2CGAQI%2CYnD2jBL%3BAAAD%2CgBmDnkBE%2CGASI%2COnD0jBL%3BAAAD%2CgBmDnkBE%2CGAUI%2CSnDyjBL%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEA5wBF%2CsFAAA%3BEACQ%2C8EAAA%3B%3BAAlER%2CgBmDwQE%2CGAQI%2CYnDhRL%3BAAAD%2CgBmDwQE%2CGASI%2COnDjRL%3BAAAD%2CgBmDwQE%2CGAUI%2CSnDlRL%3BEAA%2BB%2CcAAA%3BEACA%2CUAAA%3B%3BAAChC%2CgBmDsQE%2CGAQI%2CYnD9QL%3BAAAD%2CgBmDsQE%2CGASI%2COnD%2FQL%3BAAAD%2CgBmDsQE%2CGAUI%2CSnDhRL%3BEAA%2BB%2CcAAA%3B%3BAAChC%2CgBmDqQE%2CGAQI%2CYnD7QL%3BAAAD%2CgBmDqQE%2CGASI%2COnD9QL%3BAAAD%2CgBmDqQE%2CGAUI%2CSnD%2FQL%3BEAA%2BB%2CcAAA%3B%3BAUgFhC%2CgByCqLE%2CGAQI%2CYzC7LL%3BAAAD%2CgByCqLE%2CGASI%2COzC9LL%3BAAAD%2CgByCqLE%2CGAUI%2CSzC%2FLL%3BAACD%2CgByCoLE%2CGAQI%2CYzC5LL%3BAAAD%2CgByCoLE%2CGASI%2COzC7LL%3BAAAD%2CgByCoLE%2CGAUI%2CSzC9LL%3BAACD%2CQAAQ%2CUAAW%2CiByCmLjB%2CGAQI%3BAzC3LN%2CQAAQ%2CUAAW%2CiByCmLjB%2CGASI%3BAzC5LN%2CQAAQ%2CUAAW%2CiByCmLjB%2CGAUI%3BEzC5LJ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIF%2CQAAQ%2CgByC4KN%2CGAQI%3BAzCpLN%2CQAAQ%2CgByC4KN%2CGASI%3BAzCrLN%2CQAAQ%2CgByC4KN%2CGAUI%3BEzCrLJ%2CYAAA%3B%3BAyCuIJ%2CgBAoCI%2CGAcI%2COAAM%3BAAlDd%2CgBAoCI%2CGAeI%3BEACI%2CYAAA%3B%3BAApDZ%2CgBAuDI%2CGAAE%2CKAAM%2CGAAE%3BEACN%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAzDR%2CgBA2DI%2CGAAE%3BEACE%2CgBAAA%3B%3BAA5DR%2CgBA2DI%2CGAAE%2CaAGE%2CMAAK%3BEACD%2CWAAA%3BEACA%2CeAAA%3B%3BAAhEZ%2CgBA2DI%2CGAAE%2CaAOE%2CMAAK%3BEACD%2CWAAA%3BEACA%2CeAAA%3B%3BAApEZ%2CgBA2DI%2CGAAE%2CaAWE%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxEZ%2CgBA2DI%2CGAAE%2CaAeE%3BEACI%2CmBAAA%3B%3BAA3EZ%2CgBA8EI%2CGAAE%3BEACE%2CcAAA%3B%3BAA%2FER%2CgBAiFI%2CEAAC%3BEACG%2CSAAA%3BEACA%2CeAAA%3B%3BAAnFR%2CgBAqFI%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKR%3BEnD8QE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAmD%2FQF%2CuBAGI%3BAAHJ%2CuBAII%3BEnDwUF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CuBmDlVI%3BEnDkVJ%2CuBmDjVI%3BInD8UA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAmDnVJ%2CuBAQI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CuBAQI%2CcAKI%3BEACI%2CeAAA%3B%3BAAdZ%2CuBAiBI%3BEAEI%2CiBAAA%3B%3BAnDzXN%2CuBmDuXE%2CWnDvXD%3BAACD%2CuBmDsXE%2CWnDtXD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CuBmDkXE%2CWnDlXD%3BEACC%2CWAAA%3B%3BAANF%2CuBmDuXE%2CWnDvXD%3BAACD%2CuBmDsXE%2CWnDtXD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CuBmDkXE%2CWnDlXD%3BEACC%2CWAAA%3B%3BAmDgWJ%2CuBAqBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAvBR%2CuBAyBI%3BEACI%2CWAAA%3B%3BAAQR%2CQALmC%3BEAKnC%2CuBAJQ%3BIACI%2CcAAA%3B%3B%3BAAQZ%2CaACI%2CiBAAiB%2CGAAG%2CMAAK%2CSAAU%3BEAC%2FB%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CaAKI%3BEACI%2CgBAAA%3B%3BAANR%2CaAKI%2CwBAGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CaAKI%2CwBAOI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAdZ%2CaAKI%2CwBAWI%3BEACI%2CWAAA%3B%3BAAjBZ%2CaAKI%2CwBAcI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAtBZ%2CaAKI%2CwBAmBI%3BEACI%2CWAAA%3B%3BAAMZ%2CaAAc%2CqBACV%3BEACI%2CSAAA%3B%3BAAFR%2CaAAc%2CqBAKV%3BEACI%2CWAAA%3B%3BAAIR%2CaAAc%3BErBlcZ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BEmDkVN%2CaAAA%3BEACA%2CqBAAA%3B%3BAnD1bF%2CamDsbY%2CgBnDtbX%3BAACD%2CamDqbY%2CgBnDrbX%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CamDibY%2CgBnDjbX%3BEACC%2CWAAA%3B%3BAANF%2CamDsbY%2CgBnDtbX%3BAACD%2CamDqbY%2CgBnDrbX%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CamDibY%2CgBnDjbX%3BEACC%2CWAAA%3B%3BAmDgbJ%2CaAAc%2CgBrB%2FYZ%3BEACE%2CgBAAA%3B%3BAqB8YJ%2CaAAc%2CgBrB%2FYZ%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CaqBsYU%2CgBrB%2FYZ%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CaqB%2BXU%2CgBrB%2FYZ%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAmD6VH%2CaAAc%2CgBrBzWZ%3BAqByWF%2CaAAc%2CgBrBxWZ%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BAqBuWJ%2CaAAc%2CgBrBpWZ%2CSAAQ%3BAqBoWV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BAmDqWH%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAqB6VV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAqB6VV%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAqB6VV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAqB6VV%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAqB4VV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAqB4VV%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAqB4VV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BAqB2VV%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAqByVV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAqByVV%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAqByVV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAqByVV%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAqBwVV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAqBwVV%2CaAAc%2CgBrBpWZ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAqBwVV%2CaAAc%2CgBrBnWZ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BAqBuVV%2CaAAc%2CgBrBjVZ%2CSAAQ%3BAqBiVV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAmD6VH%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAqB0UV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAqB0UV%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAqB0UV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAqB0UV%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAqByUV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAqByUV%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAqByUV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BAqBwUV%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAqBsUV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAqBsUV%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAqBsUV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAqBsUV%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAqBqUV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAqBqUV%2CaAAc%2CgBrBjVZ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAqBqUV%2CaAAc%2CgBrBhVZ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BAqBoUV%2CaAAc%2CgBrB%2FTZ%2CcAAc%3BAqB%2BThB%2CaAAc%2CgBrB9TZ%2CcAAc%3BEACZ%2C6BAAA%3B%3BAqB6TJ%2CaAAc%2CgBrB3TZ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAqB2ThD%2CaAAc%2CgBrB1TZ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BAqByTJ%2CaAAc%2CgBrBvTZ%3BAqBuTF%2CaAAc%2CgBrBtTZ%2CoBAAoB%3BEAClB%2CSAAA%3B%3BAqBqTJ%2CaAAc%2CgBrBvTZ%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BAqBgTZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BAqBgTZ%2CaAAc%2CgBrBvTZ%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BAqBgTZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BAqBgTZ%2CaAAc%2CgBrBvTZ%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BAqBgTZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BAqBgTZ%2CaAAc%2CgBrBvTZ%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BAqB%2BSZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BAqB%2BSZ%2CaAAc%2CgBrBvTZ%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BAqB%2BSZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BAqB%2BSZ%2CaAAc%2CgBrBvTZ%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BAqB%2BSZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BAqB8SV%2CaAAc%2CgBrBvTZ%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BAqB4SZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BAqB4SZ%2CaAAc%2CgBrBvTZ%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BAqB4SZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BAqB4SZ%2CaAAc%2CgBrBvTZ%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BAqB4SZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BAqB4SZ%2CaAAc%2CgBrBvTZ%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BAqB2SZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BAqB2SZ%2CaAAc%2CgBrBvTZ%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BAqB2SZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BAqB2SZ%2CaAAc%2CgBrBvTZ%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BAqB2SZ%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BAqB0SV%2CaAAc%2CgBrBvTZ%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BAqBmSR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BAqBmSR%2CaAAc%2CgBrBvTZ%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BAqBmSR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BAqBmSR%2CaAAc%2CgBrBvTZ%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BAqBkSR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BAqBkSR%2CaAAc%2CgBrBvTZ%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BAqBkSR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BAqBiSV%2CaAAc%2CgBrBvTZ%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BAqB0RR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BAqB0RR%2CaAAc%2CgBrBvTZ%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BAqB0RR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BAqB0RR%2CaAAc%2CgBrBvTZ%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BAqByRR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BAqByRR%2CaAAc%2CgBrBvTZ%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BAqByRR%2CaAAc%2CgBrBtTZ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BAqBwRV%2CaAAc%2CgBrBnRZ%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAqBiRJ%2CaAAc%2CgBAMV%3BErBzbF%2CkBAAA%3BEACA%2CoCAAA%3BE9B4EA%2C6BAAA%3BEACC%2C4BAAA%3BEmD6WK%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAZR%2CaAAc%2CgBAMV%2CKrBrbF%2CYAAY%3BEACV%2CcAAA%3B%3BAqB%2BbJ%2CaAAc%3BEACV%2CUAAA%3B%3BAADJ%2CaAAc%2CgBAGV%3BEACI%2CSAAA%3B%3BAAJR%2CaAAc%2CgBAOV%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAATR%2CaAAc%2CgBAOV%2CYAII%2CQAAQ%2CKACJ%3BEACI%2CcAAA%3B%3BAAbhB%2CaAAc%2CgBAOV%2CYAII%2CQAAQ%2CKAIJ%3BEACI%2CeAAA%3B%3BAAGJ%2CaAnBE%2CgBAOV%2CYAII%2CQAAQ%2CKAQH%2CMACG%3BAADJ%2CaAnBE%2CgBAOV%2CYAII%2CQAAQ%2CKAQH%2CMAEG%3BEACI%2CaAAA%3B%3BAAIR%2CaA1BE%2CgBAOV%2CYAII%2CQAAQ%2CKAeH%2CKACG%3BAADJ%2CaA1BE%2CgBAOV%2CYAII%2CQAAQ%2CKAeH%2CKAEG%3BEACI%2CgBAAA%3B%3BAAQpB%2CaAAc%2CaACV%3BEACI%2CeAAA%3B%3BAAFR%2CaAAc%2CaAIV%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAANR%2CaAAc%2CaAIV%2CeAII%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAXZ%2CaAAc%2CaAIV%2CeAUI%3BAAdR%2CaAAc%2CaAIV%2CeAWI%3BEACI%2CmBAAA%3B%3BAAhBZ%2CaAAc%2CaAIV%2CeAeI%3BEACI%2CgBAAA%3B%3BAAeZ%2CQAXmC%3BEAWnC%2CaAnCc%2CaAyBN%3BIACI%2CgBAAA%3B%3BEASZ%2CaAnCc%2CaAyBN%2CeAEI%2CQAAQ%2CKACJ%3BEAOhB%2CaAnCc%2CaAyBN%2CeAEI%2CQAAQ%2CKAEJ%3BIACI%2CmBAAA%3B%3B%3BAAQpB%2CaAAc%3BEACV%2CSAAA%3B%3BAADJ%2CaAAc%2CUAGV%2CcAAc%3BEACV%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAANR%2CaAAc%2CUASV%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CaAAc%2CaACV%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CaAAc%2CaACV%2CGAII%3BAALR%2CaAAc%2CaACV%2CGAKI%3BEACI%2CiBAAA%3B%3BAAPZ%2CaAAc%2CaAUV%3BEAEI%2CoBAAA%3BEACA%2CgCAAA%3B%3BAnD%2FiBN%2CamDkiBY%2CaAUV%2CGnD5iBD%3BAACD%2CamDiiBY%2CaAUV%2CGnD3iBD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CamD6hBY%2CaAUV%2CGnDviBD%3BEACC%2CWAAA%3B%3BAANF%2CamDkiBY%2CaAUV%2CGnD5iBD%3BAACD%2CamDiiBY%2CaAUV%2CGnD3iBD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CamD6hBY%2CaAUV%2CGnDviBD%3BEACC%2CWAAA%3B%3BAmD4hBJ%2CaAAc%2CaAUV%2CGAKI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2CaAAc%2CaAUV%2CGAUI%3BEACI%2CkBAAA%3B%3BAArBZ%2CaAAc%2CaAyBV%2CUAEI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CaAAc%2CaAyBV%2CUAEI%2CGAKI%3BEACI%2CgBAAA%3B%3BAAjChB%2CaAAc%2CaAyBV%2CUAaI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3CZ%2CaAAc%2CaAyBV%2CUAaI%2CGAOI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAlDhB%2CaAAc%2CaAyBV%2CUA6BI%2CGAAE%3BEACE%2CkBAAA%3B%3BAAvDZ%2CaAAc%2CaAyBV%2CUA6BI%2CGAAE%2CMAGE%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAaZ%2CQATmC%3BEASnC%2CaA1EU%2CaAyBV%2CUAyCQ%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3B%3BAAOhB%3BEACI%2CSAAA%3BEACA%2CaAAA%3B%3BAAFJ%2CUAII%3BEACI%2C0BAAA%3BEACA%2CaAAA%3B%3BACzoBR%3BEACI%2CmBAAA%3B%3BAAGJ%2CUAEI%3BEACI%2CmBAAA%3B%3BAAHR%2CUAMI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAADJ%2CcAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CSAAA%3BEAEA%2CcAAA%3B%3BAAHJ%2CUAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAKR%3BEACI%2CSAAA%3B%3BAADJ%2CcAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CSAAA%3B%3BAADJ%2CcAGI%3BEACI%2CiBAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAADJ%2CmBAGI%3BEACI%2CmBAAA%3B%3BAAKR%3BAACA%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CoBAKI%3BAAJJ%2CoBAII%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CSAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CiBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAADJ%2CKAGI%3BEACI%2CmBAAA%3B%3BAAKR%3BAACA%3BEACI%2CcAAA%3B%3BAAFJ%2CeAII%3BAAHJ%2CeAGI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAANR%2CeASI%3BAARJ%2CeAQI%3BEACI%2CcAAA%3B%3BAAKR%3BAACA%3BEACI%2CSAAA%3B%3BAAFJ%2CWAII%3BAAHJ%2CSAGI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CSAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAEI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2CiBAOI%3BEACI%2CcAAA%3B%3BAAKR%3BAACA%3BErBnJE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BE%2FB8GA%2CuDAAA%3BEACQ%2C%2BCAAA%3BE%2BBhGR%2CYAAA%3BEACA%2CkBAAA%3B%3BAqB8HF%2CgBrB3IE%3BAqB4IF%2CYrB5IE%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BAqB%2BIJ%2CYACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CYAKI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CoBACI%3BEACI%2CiBAAA%3B%3BAC3KR%3BEACI%2CSAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CWAAA%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAID%2CQAAS%3BEACL%2CSAAA%3B%3BAAEJ%2CQAAS%2CcAAc%3BEACnB%2CaAAA%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyDAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CWAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CcAAe%3BAACf%2CcAAe%3BEACX%2CeAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CiBAAA%3BEACA%2CkBAAA%3B%3B%3BAC1CJ%2CaACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2C4BAA6B%2CcAFjC%3BEtDwnBF%2CkBAAA%3BEACA%2CmBAAA%3B%3BAsDvnBM%2C4BAA6B%2CcAFjC%2CSAKQ%3BEtDirBV%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2C4BsD7rBqC%2CcAFjC%2CSAKQ%3BItDurBR%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAsDnrBI%2C6BAA8B%2CcAVlC%3BEtDwnBF%2CkBAAA%3BEACA%2CmBAAA%3B%3BAsD%2FmBM%2C6BAA8B%2CcAVlC%2CSAaQ%3BEtDyqBV%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2C6BsDxpBsC%2CcAVlC%2CSAaQ%3BItDkpBR%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2C6BsDrrBsC%2CcAVlC%2CSAaQ%3BItD%2BqBR%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAsD5qBY%2C6BAPsB%2CcAVlC%2CSAaQ%2CGAIK%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C6BAXkB%2CcAVlC%2CSAaQ%2CGAIK%2CQAII%3BEACG%2CaAAA%3B%3BAAqCpB%2CQA%2FBmC%3BEAGvB%2CaA%2FBZ%2CSA8BQ%2CGACK%3BEACD%2CaAhCZ%2CSA8BQ%2CGAEK%3BEACD%2CaAjCZ%2CSA8BQ%2CGAGK%3BEACD%2CaAlCZ%2CSA8BQ%2CGAIK%3BEACD%2CaAnCZ%2CSA8BQ%2CGAKK%3BIACG%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CaAxCZ%2CSA8BQ%2CGAUK%3BIACG%2CkBAAA%3B%3BEAEJ%2CaA3CZ%2CSA8BQ%2CGAaK%3BIACG%2CkBAAA%3B%3BEAEJ%2CaA9CZ%2CSA8BQ%2CGAgBK%3BIACG%2CkBAAA%3B%3BEAEJ%2CaAjDZ%2CSA8BQ%2CGAmBK%3BIACG%2CkBAAA%3B%3BEAEJ%2CaApDZ%2CSA8BQ%2CGAsBK%3BIACG%2CkBAAA%3B%3B%3BAAYpB%2CUAAW%3BEAAK%2C2DAAA%3BEAA4D%2CkBAAA%3B%3BAAC5E%2CUAAW%3BEAAY%2CcAAA%3BEAAe%2CiBAAA%3BEAAkB%2C0BAAA%3B%3BAC%2FExD%2CKACI%2CYAAY%2CgBAAgB%3BEACxB%2CeAAA%3B%3BAAEA%2CKAHJ%2CYAAY%2CgBAAgB%2CGAGvB%3BEACG%2CgBAAA%3B%3BAALZ%2CKAQI%2CeAAe%3BEACX%2CYAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CKAiBI%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAlBR%2CKAoBI%2CQAAQ%2CgBAAgB%3BEACpB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACN%2CmBAAA%3BEACA%2CiBAAA%3BEAEM%2CeAAA%3B%3BAA3BR%2CKA8BI%3BEACI%2CmBAAA%3B%3BAAYR%2CQATmC%3BEASnC%2CKARQ%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3B%3BAAMZ%3BEvDmcE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CaAAC%3BAACD%2CaAAC%3BAACD%2CaAAC%3BAACD%2CaAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CaAAC%3BAACD%2CaAAC%3BAACD%2CKAAM%2CiBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CaAHD%3BAAGC%2CaAFD%3BAAEC%2CQADM%2CUAAW%3BAAEjB%2CaAJD%2CSAIE%3BAAAD%2CaAHD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CcAEhB%3BAACD%2CaALD%2CSAKE%3BAAAD%2CaAJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CcAGhB%3BAACD%2CaAND%2CSAME%3BAAAD%2CaALD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CcAIhB%3BAACD%2CaAPD%2CSAOE%3BAAAD%2CaAND%2CUAME%3BAAAD%2CQALM%2CUAAW%2CcAKhB%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAuD9dV%2CavDkeE%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAuD5dJ%2CQALmC%3BEAKnC%3BIvDmeE%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAuDneF%3BEACI%2CgBAAA%3B%3BAADJ%2CWAGI%3BEvDm1BF%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEuDr1BM%2CWAAA%3BEACA%2CkBAAA%3B%3BAvDs1BN%2CMAAM%2CWuDz1BJ%3BEvD01BA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAQ%2CWuD91BN%3BAvD%2B1BF%2CMAAM%2CUAAU%2CWuD%2F1Bd%3BEvDg2BA%2CYAAA%3B%3BAuDn2BJ%2CWASI%3BEvDudF%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAuDneF%2CWAaI%3BEACI%2CWAAA%3B%3BAAKR%2CKAAM%3BEvDyjBJ%2CkBAAA%3BEACA%2CmBAAA%3B%3BAuD1jBF%2CKAAM%2CkBAGF%3BEvDonBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CKuDhoBM%2CkBAGF%3BIvD0nBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAuDhnBJ%2CQAPmC%3BEAOnC%2CKAdM%2CkBAQE%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAKZ%2CKAAM%3BAACN%2CKAAM%3BAACN%2CKAAM%3BEzBzFJ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BEuDxBN%2CqBAAA%3B%3BAAJJ%2CKAAM%2CWzBpCJ%3BAyBqCF%2CKAAM%2CUzBrCJ%3BAyBsCF%2CKAAM%2CUzBtCJ%3BEACE%2CgBAAA%3B%3BAyBmCJ%2CKAAM%2CWzBpCJ%2CcAGE%3BAyBkCJ%2CKAAM%2CUzBrCJ%2CcAGE%3BAyBmCJ%2CKAAM%2CUzBtCJ%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CKyB2BE%2CWzBpCJ%2CcASG%2CYACC%2CiBAAgB%3BAADlB%2CKyB4BE%2CUzBrCJ%2CcASG%2CYACC%2CiBAAgB%3BAADlB%2CKyB6BE%2CUzBtCJ%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CKyBoBE%2CWzBpCJ%2CcAgBG%2CWACC%2CiBAAgB%3BAADlB%2CKyBqBE%2CUzBrCJ%2CcAgBG%2CWACC%2CiBAAgB%3BAADlB%2CKyBsBE%2CUzBtCJ%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAuDdH%2CKAAM%2CWzBEJ%3BAyBDF%2CKAAM%2CUzBCJ%3BAyBAF%2CKAAM%2CUzBAJ%3BAyBFF%2CKAAM%2CWzBGJ%2CoBAAoB%3BAyBFtB%2CKAAM%2CUzBEJ%2CoBAAoB%3BAyBDtB%2CKAAM%2CUzBCJ%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BAyBJJ%2CKAAM%2CWzBOJ%2CSAAQ%3BAyBNV%2CKAAM%2CUzBMJ%2CSAAQ%3BAyBLV%2CKAAM%2CUzBKJ%2CSAAQ%3BAyBPV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%3BAyBP1C%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%3BAyBN1C%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BAuDNH%2CKAAM%2CWzBOJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAyBbV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAyBZV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAyBdV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAyBbV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAyBZV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BAyBdV%2CKAAM%2CWzBOJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAyBbV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAyBZV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAyBdV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAyBbV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAyBZV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BAyBdV%2CKAAM%2CWzBOJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAyBdV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAyBbV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAyBfV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAyBdV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAyBbV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BAyBfV%2CKAAM%2CWzBOJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAyBdV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAyBbV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAyBfV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAyBdV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BAyBbV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BAyBhBV%2CKAAM%2CWzBOJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAyBhBV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAyBlBV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAyBhBV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BAyBlBV%2CKAAM%2CWzBOJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAyBhBV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAyBlBV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAyBhBV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BAyBlBV%2CKAAM%2CWzBOJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAyBlBV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAyBnBV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAyBlBV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BAyBnBV%2CKAAM%2CWzBOJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAyBlBV%2CKAAM%2CUzBMJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBKJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAyBnBV%2CKAAM%2CWzBQJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAyBlBV%2CKAAM%2CUzBOJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BAyBjBV%2CKAAM%2CUzBMJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BAyBpBV%2CKAAM%2CWzB0BJ%2CSAAQ%3BAyBzBV%2CKAAM%2CUzByBJ%2CSAAQ%3BAyBxBV%2CKAAM%2CUzBwBJ%2CSAAQ%3BAyB1BV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%3BAyB1BzC%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%3BAyBzBzC%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BAuDdH%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAyBhCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAyB%2FBV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAyBjCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAyBhCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAyB%2FBV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BAyBjCV%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAyBhCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAyB%2FBV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAyBjCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAyBhCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAyB%2FBV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BAyBjCV%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAyBjCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAyBhCV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAyBlCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAyBjCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAyBhCV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BAyBlCV%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAyBjCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAyBhCV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAyBlCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAyBjCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BAyBhCV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BAyBnCV%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAyBpCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAyBnCV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAyBrCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAyBpCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAyBnCV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BAyBrCV%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAyBpCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAyBnCV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAyBrCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAyBpCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAyBnCV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BAyBrCV%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAyBrCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAyBpCV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAyBtCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAyBrCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAyBpCV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BAyBtCV%2CKAAM%2CWzB0BJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAyBrCV%2CKAAM%2CUzByBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAyBpCV%2CKAAM%2CUzBwBJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAyBtCV%2CKAAM%2CWzB2BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAyBrCV%2CKAAM%2CUzB0BJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BAyBpCV%2CKAAM%2CUzByBJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BAyBvCV%2CKAAM%2CWzB4CJ%2CcAAc%3BAyB3ChB%2CKAAM%2CUzB2CJ%2CcAAc%3BAyB1ChB%2CKAAM%2CUzB0CJ%2CcAAc%3BAyB5ChB%2CKAAM%2CWzB6CJ%2CcAAc%3BAyB5ChB%2CKAAM%2CUzB4CJ%2CcAAc%3BAyB3ChB%2CKAAM%2CUzB2CJ%2CcAAc%3BEACZ%2C6BAAA%3B%3BAyB9CJ%2CKAAM%2CWzBgDJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAyB%2FChD%2CKAAM%2CUzB%2BCJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAyB9ChD%2CKAAM%2CUzB8CJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAyBhDhD%2CKAAM%2CWzBiDJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAyBhDhD%2CKAAM%2CUzBgDJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BAyB%2FChD%2CKAAM%2CUzB%2BCJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BAyBlDJ%2CKAAM%2CWzBoDJ%3BAyBnDF%2CKAAM%2CUzBmDJ%3BAyBlDF%2CKAAM%2CUzBkDJ%3BAyBpDF%2CKAAM%2CWzBqDJ%2CoBAAoB%3BAyBpDtB%2CKAAM%2CUzBoDJ%2CoBAAoB%3BAyBnDtB%2CKAAM%2CUzBmDJ%2CoBAAoB%3BEAClB%2CSAAA%3B%3BAyBtDJ%2CKAAM%2CWzBoDJ%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBmDJ%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BAyBzDZ%2CKAAM%2CUzBkDJ%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BAyB3DZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BAyBzDZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BAyB3DZ%2CKAAM%2CWzBoDJ%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBmDJ%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BAyBzDZ%2CKAAM%2CUzBkDJ%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BAyB3DZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BAyBzDZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BAyB3DZ%2CKAAM%2CWzBoDJ%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBmDJ%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BAyBzDZ%2CKAAM%2CUzBkDJ%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BAyB3DZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BAyBzDZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BAyB3DZ%2CKAAM%2CWzBoDJ%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BAyB3DZ%2CKAAM%2CUzBmDJ%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBkDJ%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BAyB5DZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BAyB3DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BAyB5DZ%2CKAAM%2CWzBoDJ%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BAyB3DZ%2CKAAM%2CUzBmDJ%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBkDJ%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BAyB5DZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BAyB3DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BAyB5DZ%2CKAAM%2CWzBoDJ%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BAyB3DZ%2CKAAM%2CUzBmDJ%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBkDJ%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BAyB5DZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BAyB3DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BAyB1DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BAyB7DV%2CKAAM%2CWzBoDJ%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBmDJ%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BAyB7DZ%2CKAAM%2CUzBkDJ%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BAyB%2FDZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BAyB7DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BAyB%2FDZ%2CKAAM%2CWzBoDJ%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBmDJ%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BAyB7DZ%2CKAAM%2CUzBkDJ%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BAyB%2FDZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BAyB7DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BAyB%2FDZ%2CKAAM%2CWzBoDJ%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBmDJ%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BAyB7DZ%2CKAAM%2CUzBkDJ%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BAyB%2FDZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BAyB7DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BAyB%2FDZ%2CKAAM%2CWzBoDJ%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BAyB%2FDZ%2CKAAM%2CUzBmDJ%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBkDJ%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BAyBhEZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BAyB%2FDZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BAyBhEZ%2CKAAM%2CWzBoDJ%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BAyB%2FDZ%2CKAAM%2CUzBmDJ%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBkDJ%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BAyBhEZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BAyB%2FDZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BAyBhEZ%2CKAAM%2CWzBoDJ%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BAyB%2FDZ%2CKAAM%2CUzBmDJ%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBkDJ%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BAyBhEZ%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BAyB%2FDZ%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BAyB9DZ%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BAyBjEV%2CKAAM%2CWzBoDJ%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BAyBvER%2CKAAM%2CUzBmDJ%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BAyBtER%2CKAAM%2CUzBkDJ%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BAyBxER%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BAyBvER%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BAyBtER%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BAyBxER%2CKAAM%2CWzBoDJ%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BAyBvER%2CKAAM%2CUzBmDJ%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BAyBtER%2CKAAM%2CUzBkDJ%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BAyBxER%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BAyBvER%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BAyBtER%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BAyBxER%2CKAAM%2CWzBoDJ%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BAyBxER%2CKAAM%2CUzBmDJ%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BAyBvER%2CKAAM%2CUzBkDJ%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BAyBzER%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BAyBxER%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BAyBvER%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BAyBzER%2CKAAM%2CWzBoDJ%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BAyBxER%2CKAAM%2CUzBmDJ%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BAyBvER%2CKAAM%2CUzBkDJ%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BAyBzER%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BAyBxER%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BAyBvER%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BAyB1EV%2CKAAM%2CWzBoDJ%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BAyBhFR%2CKAAM%2CUzBmDJ%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BAyB%2FER%2CKAAM%2CUzBkDJ%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BAyBjFR%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BAyBhFR%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BAyB%2FER%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BAyBjFR%2CKAAM%2CWzBoDJ%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BAyBhFR%2CKAAM%2CUzBmDJ%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BAyB%2FER%2CKAAM%2CUzBkDJ%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BAyBjFR%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BAyBhFR%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BAyB%2FER%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BAyBjFR%2CKAAM%2CWzBoDJ%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BAyBjFR%2CKAAM%2CUzBmDJ%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BAyBhFR%2CKAAM%2CUzBkDJ%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BAyBlFR%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BAyBjFR%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BAyBhFR%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BAyBlFR%2CKAAM%2CWzBoDJ%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BAyBjFR%2CKAAM%2CUzBmDJ%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BAyBhFR%2CKAAM%2CUzBkDJ%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BAyBlFR%2CKAAM%2CWzBqDJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BAyBjFR%2CKAAM%2CUzBoDJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BAyBhFR%2CKAAM%2CUzBmDJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BAyBnFV%2CKAAM%2CWzBwFJ%3BAyBvFF%2CKAAM%2CUzBuFJ%3BAyBtFF%2CKAAM%2CUzBsFJ%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAyB1FJ%2CKAAM%2CWAMF%3BAALJ%2CKAAM%2CUAKF%3BAAJJ%2CKAAM%2CUAIF%3BEzB9EF%2CkBAAA%3BEACA%2CoCAAA%3BE9B4EA%2C6BAAA%3BEACC%2C4BAAA%3BEuDEK%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEzBvEN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEyBuEM%2CgBAAA%3B%3BAAbR%2CKAAM%2CWAMF%2CKzB1EF%2CYAAY%3BAyBqEd%2CKAAM%2CUAKF%2CKzB1EF%2CYAAY%3BAyBsEd%2CKAAM%2CUAIF%2CKzB1EF%2CYAAY%3BEACV%2CcAAA%3B%3BAyBmEJ%2CKAAM%2CWAMF%2CKzB9DF%3BAyByDF%2CKAAM%2CUAKF%2CKzB9DF%3BAyB0DF%2CKAAM%2CUAIF%2CKzB9DF%3BEACE%2CcAAA%3B%3BAyByEJ%2CKAAM%2CWAEF%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAJR%2CKAAM%2CWAOF%2CGAAE%3BEACE%2CeAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CKAXF%2CWAOF%2CGAAE%2CKAIG%3BEACG%2CcAAA%3B%3BAAGJ%2CKAfF%2CWAOF%2CGAAE%2CKAQG%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CKAAM%2CWAqBF%3BEACI%2CWAAA%3B%3BAAtBR%2CKAAM%2CWAwBF%3BEACI%2CkBAAA%3B%3BAAzBR%2CKAAM%2CWA2BF%2CcACI%3BEACI%2CaAAA%3B%3BAA7BZ%2CKAAM%2CWAiCF%3BEACI%2CmBAAA%3B%3BAAQR%2CQALmC%3BEAKnC%2CKA1CM%3BIAuCM%2CaAAA%3B%3B%3BAAWZ%2CKAAM%2CUACF%3BEACI%2CaAAA%3B%3BAAIR%2CKAAM%2CUACF%3BEACI%2CaAAA%3B%3BAAKR%2CKAAM%3BExBxKJ%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BE%2FB6GA%2CuDAAA%3BEACQ%2C%2BCAAA%3B%3BAuDqDV%2CKAAM%2CQxBjKJ%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BAwB%2BJJ%2CKAAM%2CQAGF%3BE%2FCjKF%2CWAAA%3BEACA%2CmBAAA%3B%3BA%2BC6JF%2CKAAM%2CQAGF%2CM%2FC9JF%2CQAGE%2CKACE%3BA%2BCuJN%2CKAAM%2CQAGF%2CM%2FC7JF%2CQAEE%2CKACE%3BA%2BCuJN%2CKAAM%2CQAGF%2CM%2FC5JF%2CQACE%2CKACE%3BA%2BCuJN%2CKAAM%2CQAGF%2CM%2FC9JF%2CQAGE%2CKAEE%3BA%2BCsJN%2CKAAM%2CQAGF%2CM%2FC7JF%2CQAEE%2CKAEE%3BA%2BCsJN%2CKAAM%2CQAGF%2CM%2FC5JF%2CQACE%2CKAEE%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BA%2BCkJR%2CKAAM%2CQAGF%2CM%2FChJF%2CQAAQ%2CKAAK%3BEACX%2CsBAAA%3BEACA%2CgCAAA%3B%3BA%2BC2IJ%2CKAAM%2CQAGF%2CM%2FC3IF%2CUAAU%2CQAGR%2CKAAI%2CYACF%3BA%2BCoIN%2CKAAM%2CQAGF%2CM%2FC1IF%2CWAAW%2CQAET%2CKAAI%2CYACF%3BA%2BCoIN%2CKAAM%2CQAGF%2CM%2FCzIF%2CQAAO%2CYACL%2CKAAI%2CYACF%3BA%2BCoIN%2CKAAM%2CQAGF%2CM%2FC3IF%2CUAAU%2CQAGR%2CKAAI%2CYAEF%3BA%2BCmIN%2CKAAM%2CQAGF%2CM%2FC1IF%2CWAAW%2CQAET%2CKAAI%2CYAEF%3BA%2BCmIN%2CKAAM%2CQAGF%2CM%2FCzIF%2CQAAO%2CYACL%2CKAAI%2CYAEF%3BEACE%2CaAAA%3B%3BA%2BCkIR%2CKAAM%2CQAGF%2CM%2FChIF%2CQAAQ%3BEACN%2C6BAAA%3B%3BA%2BC4HJ%2CKAAM%2CQAGF%2CM%2FC3HF%3BEACE%2CyBAAA%3B%3BA%2BCuHJ%2CKAAM%2CQAOF%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CKAAM%2CQAOF%2CgBAII%3BEACI%2CkBAAA%3B%3BAAEA%2CKAdN%2CQAOF%2CgBAII%2CGAGK%3BEACG%2CgBAAA%3B%3BAAOhB%3BEACI%2CgBAAA%3B%3BAADJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CUAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CUAJJ%2CMAIK%3BEACG%2CqBAAA%3B%3BAAKZ%3BECrNE%2CkBAAA%3BEACA%2CMAAA%3BEAEA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BExDuGA%2CiDAAA%3BEACQ%2CyCAAA%3BEwDpGR%2CmBAAA%3BEDuME%2CSAAA%3B%3BACpMF%2CqBAAC%3BEAAW%2CiBAAA%3B%3BAACZ%2CqBAAC%3BEAAW%2CcAAA%3B%3BAACZ%2CqBAAC%3BEAAW%2CgBAAA%3B%3BAACZ%2CqBAAC%3BEAAW%2CeAAA%3B%3BAA0CZ%2CqBAAC%2CIAAK%3BEAEJ%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2CaAAA%3B%3BAACA%2CqBAPD%2CIAAK%2CSAOH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAC%2CMAAO%3BEACN%2CQAAA%3BEAEA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CuCAAA%3B%3BAACA%2CqBAPD%2CMAAO%2CSAOL%3BEACC%2CSAAS%2CGAAT%3BEAEA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CqBAAC%2COAAQ%3BEAEP%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAACA%2CqBAPD%2COAAQ%2CSAON%3BEACC%2CSAAS%2CGAAT%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CqBAAC%2CKAAM%3BEACL%2CQAAA%3BEAEA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAACA%2CqBAPD%2CKAAM%2CSAOJ%3BEACC%2CSAAS%2CGAAT%3BEAEA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3B%3BAD2FN%2CqBAII%3BEACI%2CSAAA%3B%3BAALR%2CqBAQI%3BECnMF%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3B%3BADoLF%2CqBAYI%3BEC5LF%2CiBAAA%3BED8LM%2CWAAA%3B%3BAAdR%2CqBAkBI%2CGAAG%3BEACC%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CcAAA%3B%3BAElPR%3BEACI%2CeAAA%3B%3BAADJ%2CWAGI%3BEACI%2CiBAAA%3B%3BAAEA%2CWAHJ%2CGAGK%3BEACG%2CcAAA%3B%3BAAPZ%2CWAUI%3BEACI%2CeAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CWAJJ%2CGAIK%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CWAUI%2CGASI%3BEACI%2CgBAAA%3B%3BAApBZ%2CWAUI%2CGAaI%3BEACI%2CaAAA%3B%3BAAxBZ%2CWA2BI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA9BR%2CWAgCI%3BEACI%2CgBAAA%3B%3BAAjCR%2CWAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CWAuCI%2COAAM%3BEACF%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzCR%2CWA2CI%2COAAM%3BEACF%2CWAAA%3B%3BAA5CR%2CWA8CI%2CMAAK%3BEACD%2CsBAAA%3B%3BAA%2FCR%2CWAkDI%2CcACI%3BEAAK%2CeAAA%3B%3BAAnDb%2CWAkDI%2CcAEI%3BEAAQ%2CYAAA%3BEAAc%2CmBAAA%3BEAA%2BB%2CiBAAA%3B%3BAApD7D%2CWAkDI%2CcAGI%3BEAAU%2CWAAA%3B%3BAArDlB%2CWAwDI%2CgBACI%3BEACI%2CiBAAA%3B%3BAA1DZ%2CWAwDI%2CgBAII%3BEACI%2CsBAAA%3B%3BAA7DZ%2CWAiEI%3BEACI%2CeAAA%3B%3BAAlER%2CWAiEI%2CiBAGI%3BEACI%2CWAAA%3BEACT%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKH%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CYAMI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAMJ%3BED9FE%2CkBAAA%3BEACA%2CMAAA%3BEAEA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BExDuGA%2CiDAAA%3BEACQ%2CyCAAA%3BEwDpGR%2CmBAAA%3BECgFE%2CcAAA%3B%3BAD7EF%2CSAAC%3BEAAW%2CiBAAA%3B%3BAACZ%2CSAAC%3BEAAW%2CcAAA%3B%3BAACZ%2CSAAC%3BEAAW%2CgBAAA%3B%3BAACZ%2CSAAC%3BEAAW%2CeAAA%3B%3BAA0CZ%2CSAAC%2CIAAK%3BEAEJ%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2CaAAA%3B%3BAACA%2CSAPD%2CIAAK%2CSAOH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAAC%2CMAAO%3BEACN%2CQAAA%3BEAEA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CuCAAA%3B%3BAACA%2CSAPD%2CMAAO%2CSAOL%3BEACC%2CSAAS%2CGAAT%3BEAEA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CSAAC%2COAAQ%3BEAEP%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAACA%2CSAPD%2COAAQ%2CSAON%3BEACC%2CSAAS%2CGAAT%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CSAAC%2CKAAM%3BEACL%2CQAAA%3BEAEA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAACA%2CSAPD%2CKAAM%2CSAOJ%3BEACC%2CSAAS%2CGAAT%3BEAEA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3B%3BAC5BN%2CSAII%3BEAEI%2CiBAAA%3B%3BAzDvFN%2CSyDqFE%2CWzDrFD%3BAACD%2CSyDoFE%2CWzDpFD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CSyDgFE%2CWzDhFD%3BEACC%2CWAAA%3B%3BAANF%2CSyDqFE%2CWzDrFD%3BAACD%2CSyDoFE%2CWzDpFD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CSyDgFE%2CWzDhFD%3BEACC%2CWAAA%3B%3BAyD2EJ%2CSAII%2CWAII%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEzD6KV%2CYAAA%3BEAGA%2CyBAAA%3B%3BAyD5KU%2CSAZR%2CWAII%2CEAQK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSdnGD%2COcmGC%3B%3BAAGJ%2CSAtBR%2CWAII%2CEAkBK%3BAACD%2CSAvBR%2CWAII%2CEAmBK%3BEACG%2CqBAAA%3BEzD6Jd%2CYAAA%3BEAGA%2CyBAAA%3B%3BAyD1JF%3BED3FE%2CiBAAA%3B%3BAC2FF%2CiBAGI%3BEzDsPF%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAyDlPF%2CcACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CcAMI%2CEAAC%2CQACG%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAVZ%2CcAMI%2CEAAC%2CQAMG%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAGI%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3B%3BAALR%2CmBAOI%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CmBANJ%2CGAMK%3BEACG%2CcAAA%3BEACA%2CaAAA%3B%3BAAfZ%2CmBAkBI%2CEACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtBZ%2CmBAkBI%2CEAMI%3BEACI%2CgBAAA%3B%3BAAzBZ%2CmBA4BI%3BEACI%2CgBAAA%3B%3BAA7BR%2CmBA%2BBI%3BEAEI%2CgBAAA%3BEAEA%2CgCAAA%3B%3BAzDjLN%2CmByD6KE%2CMzD7KD%3BAACD%2CmByD4KE%2CMzD5KD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CmByDwKE%2CMzDxKD%3BEACC%2CWAAA%3B%3BAANF%2CmByD6KE%2CMzD7KD%3BAACD%2CmByD4KE%2CMzD5KD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CmByDwKE%2CMzDxKD%3BEACC%2CWAAA%3B%3BAyD6KI%2CmBANJ%2CMAMK%3BEACG%2CgBAAA%3B%3BAAtCZ%2CmBA%2BBI%2CMAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA3CZ%2CmBA%2BBI%2CMAcI%3BEACI%2CeAAA%3B%3BAA9CZ%2CmBA%2BBI%2CMAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CmBA%2BBI%2CMAqBI%3BEACI%2CiBAAA%3B%3BAArDZ%2CmBA%2BBI%2CMAqBI%2CSAEI%3BEACI%2CgBAAA%3B%3BAAMhB%2CiBAEI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEzDyDN%2CYAAA%3BEAGA%2CyBAAA%3B%3BAyDxDM%2CiBARJ%2CWAQK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSdvNG%2COcuNH%3B%3BAAGJ%2CiBAlBJ%2CWAkBK%3BAACD%2CiBAnBJ%2CWAmBK%3BEACG%2CqBAAA%3BEzDyCV%2CYAAA%3BEAGA%2CyBAAA%3B%3BAA7QA%2CiByDsOE%2CGzDtOD%3BAACD%2CiByDqOE%2CGzDrOD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CiByDiOE%2CGzDjOD%3BEACC%2CWAAA%3B%3BAANF%2CiByDsOE%2CGzDtOD%3BAACD%2CiByDqOE%2CGzDrOD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CiByDiOE%2CGzDjOD%3BEACC%2CWAAA%3B%3BAyDsOJ%2CoBACI%3BEACI%2CmBAAA%3B%3BAAEA%2CoBAHJ%2CGAGK%3BEACG%2CgBAAA%3B%3BAALZ%2CoBAQI%3BE1BhQF%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BE%2FB6GA%2CuDAAA%3BEACQ%2C%2BCAAA%3BEyD%2BIF%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAZR%2CoBAQI%2CmB1BzPF%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BA0B%2BOJ%2CoBAcI%3BEACI%2CSAAA%3BEACA%2CaAAA%3B%3BAAhBR%2CoBAcI%2COAII%2CMAAK%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CIAAK%3BEACD%2CiBAAA%3B%3BAAIJ%2CSACI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAHR%2CSACI%2CgBAII%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkCAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAKZ%2CIAAK%3BEACD%2CkBAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAFJ%2CSAII%3BEACI%2CeAAA%3B%3BAALR%2CSAOI%3BAAPJ%2CSAQI%3BEACI%2CeAAA%3B%3BAATR%2CSAWI%2CGAAG%3BAAXP%2CSAYI%2CGAAG%3BAAZP%2CSAaI%2CGAAG%3BEACC%2CmBAAA%3B%3BAAdR%2CSAgBI%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CSAqBI%3BEACI%2CgBAAA%3B%3BAAtBR%2CSAwBI%2CYAAY%3BEACR%2CeAAA%3B%3BAAKR%2CeACI%3BEACI%2CSAAA%3B%3BAAFR%2CeAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeARJ%2CGAQK%3BEACG%2CaAAA%3B%3BAAbZ%2CeAgBI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlBR%2CeAoBI%2CGAAE%3BEACE%2CSAAA%3B%3BAArBR%2CeAwBI%3BEACI%2CSAAA%3B%3BAAzBR%2CeA2BI%2CYAAY%3BEACR%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAjCR%2CeAmCI%2CYAAY%3BEACR%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAtCR%2CeAwCI%2CYAAY%2CYAAY%3BEACpB%2CmBAAA%3B%3BAAzCR%2CeA6CI%3BEACI%2CgBAAA%3B%3BAA9CR%2CeAkDI%2CEAAE%3BEACE%2CiBAAA%3B%3BAAQR%2CQALmC%3BEAKnC%3BIAHY%2CaAAA%3B%3B%3BAAMZ%2CIAAK%3BEACD%2CgBAAA%3B%3BAADJ%2CIAAK%2CaAGD%2CEAAC%3BEACG%2CSAAA%3BEACA%2CiBAAA%3B%3BAALR%2CIAAK%2CaAOD%2CWAAW%3BEACP%2CaAAA%3B%3BAARR%2CIAAK%2CaAUD%2CaAAY%2CSAAU%2COAAM%3BEACxB%2CaAAA%3B%3BAAXR%2CIAAK%2CaAaD%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CIAMI%3BEAEI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAzD3ZN%2CIyDqZE%2CYzDrZD%3BAACD%2CIyDoZE%2CYzDpZD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CIyDgZE%2CYzDhZD%3BEACC%2CWAAA%3B%3BAANF%2CIyDqZE%2CYzDrZD%3BAACD%2CIyDoZE%2CYzDpZD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CIyDgZE%2CYzDhZD%3BEACC%2CWAAA%3B%3BAyDyYJ%2CIAMI%2CYAQI%3BAAdR%2CIAMI%2CYASI%3BAAfR%2CIAMI%2CYAUI%3BEACI%2CiBAAA%3B%3BAAjBZ%2CIAMI%2CYAcI%3BAApBR%2CIAMI%2CYAeI%3BEACI%2CWAAA%3B%3BAAtBZ%2CIAMI%2CYAmBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA7BZ%2CIAMI%2CYAyBI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAjCZ%2CIAMI%2CYA6BI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAArCZ%2CIA0CI%2CSAAQ%2CYACJ%3BEzD1WN%2C4BAAA%3BEACC%2C2BAAA%3BEyD2WS%2CqBAAA%3B%3BAA7CZ%2CIAmDI%2CSAAQ%2CWACJ%3BEzD3WN%2C%2BBAAA%3BEACC%2C8BAAA%3B%3BAyD8WK%2CIALJ%2CSAAQ%2CWAKH%2COACG%3BEzDhXV%2C6BAAA%3BEACC%2C4BAAA%3B%3BAyD8WK%2CIALJ%2CSAAQ%2CWAKH%2COAIG%3BEACI%2CoBAAA%3BEzDpXd%2C%2BBAAA%3BEACC%2C8BAAA%3B%3BAyDsTH%2CIAmEI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAtER%2CIAmEI%2CMAKI%3BEACI%2CWAAA%3B%3BAAzEZ%2CIA6EI%2COAAO%2CYAAY%3BEACf%2CcAAA%3B%3BAA9ER%2CIAqFI%2CQAAQ%2CYAAY%3BEAChB%2CaAAA%3B%3BAzDreN%2CkBAAC%3BAACD%2CkBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CkBAAC%3BEACC%2CWAAA%3B%3BAANF%2CkBAAC%3BAACD%2CkBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CkBAAC%3BEACC%2CWAAA%3B%3BAyDoeJ%2CkBAGI%3BE5B3eF%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CkB4BkeE%2CG5BleD%3BE7BqED%2C4BAAA%3BEACC%2C2BAAA%3B%3BA6BnED%2CkB4B%2BdE%2CG5B%2FdD%3BEACC%2CgBAAA%3BE7ByEF%2C%2BBAAA%3BEACC%2C8BAAA%3B%3BAyDiZH%2CkBAGI%2CG5BzdF%3BEACE%2CYAAA%3B%3BA4BqdJ%2CkBAGI%2CG5BtdF%2CSAAS%3BEACP%2CiBAAA%3B%3BA4BgfJ%2CQAvBmC%3BEAuBnC%2CkBAtBQ%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CkBAPJ%2CGAOK%3BEACD%2CkBARJ%2CGAQK%3BIACG%2CgBAAA%3B%3BEAGJ%2CkBAZJ%2CGAYK%3BIACG%2CsBAAA%3BIzDnad%2C8BAAA%3BIACG%2C2BAAA%3B%3BEyDsaO%2CkBAjBJ%2CGAiBK%3BIzD%2FaX%2C%2BBAAA%3BIACG%2C4BAAA%3B%3B%3BAyDicD%2CQAV%2BB%3BEAU%2FB%3BIARQ%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3B%3BAARZ%2CkBAYI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAdR%2CkBAgBI%3BAAhBJ%2CkBAiBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAnBR%2CkBAqBI%2CGAGI%3BAAxBR%2CkBAsBI%2CGAEI%3BAAxBR%2CkBAuBI%2CGACI%3BEACI%2CmBAAA%3B%3BAAzBZ%2CkBA4BI%2CYACI%3BEACI%2CiBAAA%3B%3BAA9BZ%2CkBA4BI%2CYAKI%3BE%2FC5cN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEVHA%2CwDAAA%3BEACQ%2CgDAAA%3BEAKR%2C8EAAA%3BEACQ%2CsEAAA%3BEyDgcE%2CWAAA%3B%3BAzDmUV%2CkByD1UE%2CYAKI%2COzDqUL%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEA5wBF%2CsFAAA%3BEACQ%2C8EAAA%3B%3BAAlER%2CkByDigBE%2CYAKI%2COzDtgBL%3BEAA%2BB%2CcAAA%3BEACA%2CUAAA%3B%3BAAChC%2CkByD%2BfE%2CYAKI%2COzDpgBL%3BEAA%2BB%2CcAAA%3B%3BAAChC%2CkByD8fE%2CYAKI%2COzDngBL%3BEAA%2BB%2CcAAA%3B%3BAUgFhC%2CkB%2BC8aE%2CYAKI%2CO%2FCnbL%3BAACD%2CkB%2BC6aE%2CYAKI%2CO%2FClbL%3BAACD%2CQAAQ%2CUAAW%2CmB%2BC4ajB%2CYAKI%3BE%2FChbJ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIF%2CQAAQ%2CkB%2BCqaN%2CYAKI%3BE%2FCzaJ%2CYAAA%3B%3BA%2BCwYJ%2CkBA4BI%2CYAUI%3BEACI%2CgBAAA%3B%3BAAvCZ%2CkBA2CI%3BEAAiB%2CgBAAA%3B%3BAA3CrB%2CkBA6CI%3BEAAY%2CQAAA%3BEAAS%2CkBAAA%3BEAAmB%2CWAAA%3B%3BAA7C5C%2CkBAkDI%3BE1BxkBF%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BE%2FB8GA%2CuDAAA%3BEACQ%2C%2BCAAA%3BE%2BBhGR%2CYAAA%3BEACA%2CkBAAA%3B%3BA0BkgBF%2CkBAkDI%2CK1BjkBF%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BA0B6gBJ%2CkBAkDI%2CKAQI%2CWAAW%3BEACP%2CaAAA%3B%3BAA3DZ%2CkBAkDI%2CKAYI%3BEACI%2CgBAAA%3B%3BAzDzkBV%2CkByD6kBE%2CazD7kBD%3BAACD%2CkByD4kBE%2CazD5kBD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CkByDwkBE%2CazDxkBD%3BEACC%2CWAAA%3B%3BAANF%2CkByD6kBE%2CazD7kBD%3BAACD%2CkByD4kBE%2CazD5kBD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CkByDwkBE%2CazDxkBD%3BEACC%2CWAAA%3B%3BAyDogBJ%2CkBAmEI%2CaAGI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACT%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA1EH%2CkBAmEI%2CaASI%3BEACI%2CiBAAA%3B%3BAA7EZ%2CkBAmEI%2CaASI%2CaAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhFhB%2CkBAmEI%2CaASI%2CaAOI%3BEACI%2CcAAA%3B%3BAAOhB%2C0BACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C0BAMI%2CMAAM%3BEzDnGR%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAyDsGF%2CgCAAiC%3BE1B7nB%2FB%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BE%2FB8GA%2CuDAAA%3BEACQ%2C%2BCAAA%3BE%2BBhGR%2CYAAA%3BEACA%2CkBAAA%3B%3BA0BymBF%2CgCAAiC%2CgB1BtnB%2FB%3BEACE%2CkBAAA%3BEACA%2CiCAAA%3B%3BA0B0nBJ%2C%2BBAAgC%3BEAC5B%2CkBAAA%3B%3BAC1oBJ%2CcAAe%3BEACX%2CiBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CSAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CeAMI%3BEACI%2CsDAAA%3BEACG%2CmDAAA%3BEACK%2C8CAAA%3B%3BAAIhB%3BEACI%3BIAAK%2CmBAAmB%2CSAAnB%3B%3BEACL%3BIAAK%2CmBAAmB%2CeAAnB%3B%3B%3BAAET%3BEACI%3BIAAK%2CgBAAgB%2CSAAhB%3B%3BEACL%3BIAAK%2CgBAAgB%2CeAAhB%3B%3B%3BAAET%3BEACI%3BIAAK%2CWAAW%2CSAAX%3B%3BEACL%3BIAAK%2CWAAW%2CeAAX%3B%3B%3BAAIT%3BE5B1CE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BE0DvEN%2CaAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CY5BSE%3BEACE%2CgBAAA%3B%3BA4BVJ%2CY5BSE%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CYATF%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CYAhBF%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0D3DH%2CY5B%2BCE%3BA4B%2FCF%2CY5BgDE%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BA4BjDJ%2CY5BoDE%2CSAAQ%3BA4BpDV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BA0DnDH%2CY5BoDE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4B3DV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4B3DV%2CY5BoDE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4B3DV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4B3DV%2CY5BoDE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4B5DV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4B5DV%2CY5BoDE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BA4B5DV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BA4B7DV%2CY5BoDE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4B%2FDV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4B%2FDV%2CY5BoDE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4B%2FDV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4B%2FDV%2CY5BoDE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4BhEV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4BhEV%2CY5BoDE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BA4BhEV%2CY5BqDE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BA4BjEV%2CY5BuEE%2CSAAQ%3BA4BvEV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0D3DH%2CY5BuEE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4B9EV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4B9EV%2CY5BuEE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4B9EV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4B9EV%2CY5BuEE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4B%2FEV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4B%2FEV%2CY5BuEE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BA4B%2FEV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BA4BhFV%2CY5BuEE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4BlFV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4BlFV%2CY5BuEE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4BlFV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4BlFV%2CY5BuEE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BnFV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BnFV%2CY5BuEE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BA4BnFV%2CY5BwEE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BA4BpFV%2CY5ByFE%2CcAAc%3BA4BzFhB%2CY5B0FE%2CcAAc%3BEACZ%2C6BAAA%3B%3BA4B3FJ%2CY5B6FE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BA4B7FhD%2CY5B8FE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BA4B%2FFJ%2CY5BiGE%3BA4BjGF%2CY5BkGE%2CoBAAoB%3BEAClB%2CSAAA%3B%3BA4BnGJ%2CY5BiGE%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BA4BxGZ%2CY5BkGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BA4BxGZ%2CY5BiGE%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BA4BxGZ%2CY5BkGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BA4BxGZ%2CY5BiGE%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BA4BxGZ%2CY5BkGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BA4BxGZ%2CY5BiGE%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BA4BzGZ%2CY5BkGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BA4BzGZ%2CY5BiGE%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BA4BzGZ%2CY5BkGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BA4BzGZ%2CY5BiGE%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BA4BzGZ%2CY5BkGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BA4B1GV%2CY5BiGE%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BA4B5GZ%2CY5BkGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BA4B5GZ%2CY5BiGE%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BA4B5GZ%2CY5BkGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BA4B5GZ%2CY5BiGE%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BA4B5GZ%2CY5BkGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BA4B5GZ%2CY5BiGE%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BA4B7GZ%2CY5BkGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BA4B7GZ%2CY5BiGE%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BA4B7GZ%2CY5BkGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BA4B7GZ%2CY5BiGE%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BA4B7GZ%2CY5BkGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BA4B9GV%2CY5BiGE%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BA4BrHR%2CY5BkGE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BA4BrHR%2CY5BiGE%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BA4BrHR%2CY5BkGE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BA4BrHR%2CY5BiGE%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BA4BtHR%2CY5BkGE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BA4BtHR%2CY5BiGE%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BA4BtHR%2CY5BkGE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BA4BvHV%2CY5BiGE%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BA4B9HR%2CY5BkGE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BA4B9HR%2CY5BiGE%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BA4B9HR%2CY5BkGE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BA4B9HR%2CY5BiGE%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BA4B%2FHR%2CY5BkGE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BA4B%2FHR%2CY5BiGE%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BA4B%2FHR%2CY5BkGE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BA4BhIV%2CY5BqIE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BA4BvIJ%2CYAKI%3BEACI%2CwBAAA%3BE5BjCN%2CkBAAA%3BEACA%2CoCAAA%3BE9B4EA%2C6BAAA%3BEACC%2C4BAAA%3BE0D1CK%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BA1DzCN%2CY0DmCE%2CU1DnCD%3BAACD%2CY0DkCE%2CU1DlCD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CY0D8BE%2CU1D9BD%3BEACC%2CWAAA%3B%3BAANF%2CY0DmCE%2CU1DnCD%3BAACD%2CY0DkCE%2CU1DlCD%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CY0D8BE%2CU1D9BD%3BEACC%2CWAAA%3B%3BA0DwBJ%2CYAKI%2CU5B5BF%2CYAAY%3BEACV%2CcAAA%3B%3BA4BsBJ%2CYAKI%2CUAQI%3BEACI%2CWAAA%3BE5B9BV%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BA4BaF%2CYAKI%2CUAQI%2CG5BxBN%3BEACE%2CcAAA%3B%3BA4BUJ%2CYAKI%2CUAaI%3BEACI%2CYAAA%3B%3BAASZ%2CQALmC%3BEAKnC%3BIAJQ%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3B%3BAAKR%2CUACI%2CKAAK%3BEAED%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEAEA%2CiBAAA%3B%3BA1DpEN%2CU0D8DE%2CKAAK%2CW1D9DN%3BAACD%2CU0D6DE%2CKAAK%2CW1D7DN%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CU0DyDE%2CKAAK%2CW1DzDN%3BEACC%2CWAAA%3B%3BAANF%2CU0D8DE%2CKAAK%2CW1D9DN%3BAACD%2CU0D6DE%2CKAAK%2CW1D7DN%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CU0DyDE%2CKAAK%2CW1DzDN%3BEACC%2CWAAA%3B%3BA0DuDJ%2CUACI%2CKAAK%2CWAQD%3BAATR%2CUACI%2CKAAK%2CWASD%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAbZ%2CUAkBI%2CUAAU%2COAAO%3BEACb%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CUAAW%2CYAEP%3BEACI%2CgBAAA%3B%3BAAKR%2CUAAW%2CUACP%3BAADJ%2CUAAW%2CUAEP%3BEACI%2CSAAA%3B%3BAAHR%2CUAAW%2CUAKP%3BEACI%2CmBAAA%3B%3BAAKR%2CUAAW%2CaACP%3BEACI%2CgBAAA%3B%3BAAFR%2CUAAW%2CaAIP%3BEACI%2CWAAA%3B%3BAALR%2CUAAW%2CaAOP%3BEACI%2CiBAAA%3B%3BAARR%2CUAAW%2CaAUP%2CGAAE%3BEAEE%2CmBAAA%3B%3BA1DrHN%2CU0DyGS%2CaAUP%2CGAAE%2CK1DnHH%3BAACD%2CU0DwGS%2CaAUP%2CGAAE%2CK1DlHH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CU0DoGS%2CaAUP%2CGAAE%2CK1D9GH%3BEACC%2CWAAA%3B%3BAANF%2CU0DyGS%2CaAUP%2CGAAE%2CK1DnHH%3BAACD%2CU0DwGS%2CaAUP%2CGAAE%2CK1DlHH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CU0DoGS%2CaAUP%2CGAAE%2CK1D9GH%3BEACC%2CWAAA%3B%3BA0DiHI%2CUAdG%2CaAUP%2CGAAE%2CKAIG%3BEACG%2CgBAAA%3B%3BAAfZ%2CUAAW%2CaAkBP%3BEACI%2CeAAA%3B%3B%3BAAKR%2CUAAW%2CUACP%3BEACI%2CWAAA%3B%3BAAFR%2CUAAW%2CUAIP%3BEACI%2CiBAAA%3B%3BAALR%2CUAAW%2CUAOP%2CGAAE%3BEACE%2CmBAAA%3B%3BAAEA%2CUAVG%2CUAOP%2CGAAE%2CKAGG%3BEACG%2CgBAAA%3B%3BAAXZ%2CUAAW%2CUAcP%2CMACI%3BAAfR%2CUAAW%2CUAcP%2CMAEI%3BAAhBR%2CUAAW%2CUAcP%2CMAGI%2CGAAG%3BEACC%2CeAAA%3B%3BAAMZ%2CeACI%3BEACI%2CeAAA%3B%3BAAFR%2CeAII%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAANR%2CeAQI%3BEACI%2CeAAA%3B%3BAATR%2CeAWI%3BEACI%2CSAAA%3B%3BAAZR%2CeAcI%3BEACI%2CcAAA%3B%3BAAfR%2CeAiBI%3BEACI%2CaAAA%3B%3BAAlBR%2CeAqBI%2CGAAE%3BE5B1LJ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BE0DyEF%2CaAAA%3BEACA%2CqBAAA%3B%3BAAxBR%2CeAqBI%2CGAAE%2CK5BvIJ%3BEACE%2CgBAAA%3B%3BA4BiHJ%2CeAqBI%2CGAAE%2CK5BvIJ%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2Ce4B8HA%2CGAAE%2CK5BvIJ%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2Ce4BuHA%2CGAAE%2CK5BvIJ%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0DgEH%2CeAqBI%2CGAAE%2CK5BjGJ%3BA4B4EF%2CeAqBI%2CGAAE%2CK5BhGJ%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BA4B0EJ%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%3BA4BuEV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BA0DwEH%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4BgEV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4BgEV%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4BgEV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4BgEV%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4B%2BDV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4B%2BDV%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BA4B%2BDV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BA4B8DV%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4B4DV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4B4DV%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4B4DV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4B4DV%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4B2DV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4B2DV%2CeAqBI%2CGAAE%2CK5B5FJ%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BA4B2DV%2CeAqBI%2CGAAE%2CK5B3FJ%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BA4B0DV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%3BA4BoDV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0DgEH%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4B6CV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4B6CV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4B6CV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4B6CV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4B4CV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4B4CV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BA4B4CV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BA4B2CV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4ByCV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4ByCV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4ByCV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4ByCV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BwCV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BwCV%2CeAqBI%2CGAAE%2CK5BzEJ%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BA4BwCV%2CeAqBI%2CGAAE%2CK5BxEJ%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BA4BuCV%2CeAqBI%2CGAAE%2CK5BvDJ%2CcAAc%3BA4BkChB%2CeAqBI%2CGAAE%2CK5BtDJ%2CcAAc%3BEACZ%2C6BAAA%3B%3BA4BgCJ%2CeAqBI%2CGAAE%2CK5BnDJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BA4B8BhD%2CeAqBI%2CGAAE%2CK5BlDJ%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BA4B4BJ%2CeAqBI%2CGAAE%2CK5B%2FCJ%3BA4B0BF%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%3BEAClB%2CSAAA%3B%3BA4BwBJ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BA4BmBZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BA4BmBZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BA4BmBZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BA4BmBZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BA4BmBZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BA4BmBZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BA4BkBZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BA4BkBZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BA4BkBZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BA4BkBZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BA4BkBZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BA4BiBV%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BA4BeZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BA4BeZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BA4BeZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BA4BeZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BA4BeZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BA4BeZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BA4BcZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BA4BcZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BA4BcZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BA4BcZ%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BA4BcZ%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BA4BaV%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BA4BMR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BA4BMR%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BA4BMR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BA4BMR%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BA4BKR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BA4BKR%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BA4BKR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BA4BIV%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BA4BHR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BA4BHR%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BA4BHR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BA4BHR%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BA4BJR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BA4BJR%2CeAqBI%2CGAAE%2CK5B%2FCJ%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BA4BJR%2CeAqBI%2CGAAE%2CK5B9CJ%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BA4BLV%2CeAqBI%2CGAAE%2CK5BXJ%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BA4BZJ%2CeAqBI%2CGAAE%2CKAKE%3BEACI%2CwBAAA%3BE5BjLV%2CkBAAA%3BEACA%2CoCAAA%3BE9B4EA%2C6BAAA%3BEACC%2C4BAAA%3BE0DqGS%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAA%2FBZ%2CeAqBI%2CGAAE%2CKAKE%2CG5B5KN%2CYAAY%3BEACV%2CcAAA%3B%3BA4BiJJ%2CeAkCI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAQR%3BEACI%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAFJ%2CWAII%3BEACI%2CkBAAA%3B%3BAALR%2CWAQI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAEA%2CWAJJ%2CGAIK%3BEACG%2CcAAA%3B%3BAAGJ%2CWARJ%2CGAQK%3BEACG%2CeAAA%3B%3BAAjBZ%2CWAoBI%3BEACI%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BE5B%2FOE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BE0D8HN%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2Ce5B5LE%3BEACE%2CgBAAA%3B%3BA4B2LJ%2Ce5B5LE%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CeATF%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CeAhBF%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0D0IH%2Ce5BtJE%3BA4BsJF%2Ce5BrJE%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BA4BoJJ%2Ce5BjJE%2CSAAQ%3BA4BiJV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BA0DkJH%2Ce5BjJE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4B0IV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4B0IV%2Ce5BjJE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4B0IV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4B0IV%2Ce5BjJE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4ByIV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4ByIV%2Ce5BjJE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BA4ByIV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BA4BwIV%2Ce5BjJE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4BsIV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4BsIV%2Ce5BjJE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4BsIV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4BsIV%2Ce5BjJE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4BqIV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4BqIV%2Ce5BjJE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BA4BqIV%2Ce5BhJE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BA4BoIV%2Ce5B9HE%2CSAAQ%3BA4B8HV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0D0IH%2Ce5B9HE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4BuHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4BuHV%2Ce5B9HE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4BuHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4BuHV%2Ce5B9HE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4BsHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4BsHV%2Ce5B9HE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BA4BsHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BA4BqHV%2Ce5B9HE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4BmHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4BmHV%2Ce5B9HE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4BmHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4BmHV%2Ce5B9HE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BkHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BkHV%2Ce5B9HE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BA4BkHV%2Ce5B7HE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BA4BiHV%2Ce5B5GE%2CcAAc%3BA4B4GhB%2Ce5B3GE%2CcAAc%3BEACZ%2C6BAAA%3B%3BA4B0GJ%2Ce5BxGE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BA4BwGhD%2Ce5BvGE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BA4BsGJ%2Ce5BpGE%3BA4BoGF%2Ce5BnGE%2CoBAAoB%3BEAClB%2CSAAA%3B%3BA4BkGJ%2Ce5BpGE%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BA4B6FZ%2Ce5BnGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BA4B6FZ%2Ce5BpGE%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BA4B6FZ%2Ce5BnGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BA4B6FZ%2Ce5BpGE%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BA4B6FZ%2Ce5BnGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BA4B6FZ%2Ce5BpGE%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BA4B4FZ%2Ce5BnGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BA4B4FZ%2Ce5BpGE%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BA4B4FZ%2Ce5BnGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BA4B4FZ%2Ce5BpGE%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BA4B4FZ%2Ce5BnGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BA4B2FV%2Ce5BpGE%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BA4ByFZ%2Ce5BnGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BA4ByFZ%2Ce5BpGE%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BA4ByFZ%2Ce5BnGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BA4ByFZ%2Ce5BpGE%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BA4ByFZ%2Ce5BnGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BA4ByFZ%2Ce5BpGE%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BA4BwFZ%2Ce5BnGE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BA4BwFZ%2Ce5BpGE%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BA4BwFZ%2Ce5BnGE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BA4BwFZ%2Ce5BpGE%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BA4BwFZ%2Ce5BnGE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BA4BuFV%2Ce5BpGE%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BA4BgFR%2Ce5BnGE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BA4BgFR%2Ce5BpGE%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BA4BgFR%2Ce5BnGE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BA4BgFR%2Ce5BpGE%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BA4B%2BER%2Ce5BnGE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BA4B%2BER%2Ce5BpGE%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BA4B%2BER%2Ce5BnGE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BA4B8EV%2Ce5BpGE%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BA4BuER%2Ce5BnGE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BA4BuER%2Ce5BpGE%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BA4BuER%2Ce5BnGE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BA4BuER%2Ce5BpGE%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BA4BsER%2Ce5BnGE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BA4BsER%2Ce5BpGE%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BA4BsER%2Ce5BnGE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BA4BqEV%2Ce5BhEE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BA4B8DJ%2CeAOI%3BEACI%2CmBAAA%3B%3BAARR%2CeAWI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAbR%2CeAgBI%3BEACI%2CgBAAA%3B%3BAAIR%2CYACI%3BEACI%2CeAAA%3B%3BAAFR%2CYAII%3BEACI%2CeAAA%3B%3BAALR%2CYAQI%3BEACI%2CiBAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAAIJ%3BE5BtRE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BE0DqKN%2CaAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2Ca5BnOE%3BEACE%2CgBAAA%3B%3BA4BkOJ%2Ca5BnOE%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CaATF%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CaAhBF%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0DiLH%2Ca5B7LE%3BA4B6LF%2Ca5B5LE%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BA4B2LJ%2Ca5BxLE%2CSAAQ%3BA4BwLV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BA0DyLH%2Ca5BxLE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4BiLV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4BiLV%2Ca5BxLE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4BiLV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4BiLV%2Ca5BxLE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4BgLV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4BgLV%2Ca5BxLE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BA4BgLV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BA4B%2BKV%2Ca5BxLE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4B6KV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4B6KV%2Ca5BxLE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4B6KV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4B6KV%2Ca5BxLE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4B4KV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4B4KV%2Ca5BxLE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BA4B4KV%2Ca5BvLE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BA4B2KV%2Ca5BrKE%2CSAAQ%3BA4BqKV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0DiLH%2Ca5BrKE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4B8JV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4B8JV%2Ca5BrKE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4B8JV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4B8JV%2Ca5BrKE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4B6JV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4B6JV%2Ca5BrKE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BA4B6JV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BA4B4JV%2Ca5BrKE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4B0JV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4B0JV%2Ca5BrKE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4B0JV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4B0JV%2Ca5BrKE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4ByJV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4ByJV%2Ca5BrKE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BA4ByJV%2Ca5BpKE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BA4BwJV%2Ca5BnJE%2CcAAc%3BA4BmJhB%2Ca5BlJE%2CcAAc%3BEACZ%2C6BAAA%3B%3BA4BiJJ%2Ca5B%2FIE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BA4B%2BIhD%2Ca5B9IE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BA4B6IJ%2Ca5B3IE%3BA4B2IF%2Ca5B1IE%2CoBAAoB%3BEAClB%2CSAAA%3B%3BA4ByIJ%2Ca5B3IE%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BA4BoIZ%2Ca5B1IE%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BA4BoIZ%2Ca5B3IE%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BA4BoIZ%2Ca5B1IE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BA4BoIZ%2Ca5B3IE%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BA4BoIZ%2Ca5B1IE%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BA4BoIZ%2Ca5B3IE%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BA4BmIZ%2Ca5B1IE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BA4BmIZ%2Ca5B3IE%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BA4BmIZ%2Ca5B1IE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BA4BmIZ%2Ca5B3IE%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BA4BmIZ%2Ca5B1IE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BA4BkIV%2Ca5B3IE%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BA4BgIZ%2Ca5B1IE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BA4BgIZ%2Ca5B3IE%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BA4BgIZ%2Ca5B1IE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BA4BgIZ%2Ca5B3IE%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BA4BgIZ%2Ca5B1IE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BA4BgIZ%2Ca5B3IE%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BA4B%2BHZ%2Ca5B1IE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BA4B%2BHZ%2Ca5B3IE%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BA4B%2BHZ%2Ca5B1IE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BA4B%2BHZ%2Ca5B3IE%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BA4B%2BHZ%2Ca5B1IE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BA4B8HV%2Ca5B3IE%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BA4BuHR%2Ca5B1IE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BA4BuHR%2Ca5B3IE%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BA4BuHR%2Ca5B1IE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BA4BuHR%2Ca5B3IE%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BA4BsHR%2Ca5B1IE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BA4BsHR%2Ca5B3IE%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BA4BsHR%2Ca5B1IE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BA4BqHV%2Ca5B3IE%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BA4B8GR%2Ca5B1IE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BA4B8GR%2Ca5B3IE%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BA4B8GR%2Ca5B1IE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BA4B8GR%2Ca5B3IE%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BA4B6GR%2Ca5B1IE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BA4B6GR%2Ca5B3IE%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BA4B6GR%2Ca5B1IE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BA4B4GV%2Ca5BvGE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BA4BqGJ%2CaAKI%3BEACI%2CkBAAA%3B%3BAANR%2CaAKI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2CaAaI%3BEACI%2CgBAAA%3B%3BAAKR%2CiBAAkB%3BEACd%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAIJ%3BE5BhTE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BE9B%2BGA%2CiDAAA%3BEACQ%2CyCAAA%3BE0D%2BLN%2CaAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CY5B7PE%3BEACE%2CgBAAA%3B%3BA4B4PJ%2CY5B7PE%2CcAGE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CYATF%2CcASG%2CYACC%2CiBAAgB%3BEACd%2CaAAA%3BE9B8BN%2C6BAAA%3BEACC%2C4BAAA%3B%3BA8B1BC%2CYAhBF%2CcAgBG%2CWACC%2CiBAAgB%3BEACd%2CgBAAA%3BE9B%2BBN%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0D2MH%2CY5BvNE%3BA4BuNF%2CY5BtNE%2CoBAAoB%3BEAClB%2CgBAAA%3B%3BA4BqNJ%2CY5BlNE%2CSAAQ%3BA4BkNV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%3BE9BHxC%2C6BAAA%3BEACC%2C4BAAA%3B%3BA0DmNH%2CY5BlNE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4B2MV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYACF%2CGAAE%3BA4B2MV%2CY5BlNE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4B2MV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYACF%2CGAAE%3BA4B2MV%2CY5BlNE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4B0MV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAEF%2CGAAE%3BA4B0MV%2CY5BlNE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BA4B0MV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAEF%2CGAAE%3BEACA%2C4BAAA%3B%3BA4ByMV%2CY5BlNE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4BuMV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAKF%2CGAAE%3BA4BuMV%2CY5BlNE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4BuMV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAKF%2CGAAE%3BA4BuMV%2CY5BlNE%2CSAAQ%2CYAIN%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4BsMV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAGtC%2CQAAO%2CYAEL%2CKAAI%2CYAMF%2CGAAE%3BA4BsMV%2CY5BlNE%2CSAAQ%2CYAKN%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BA4BsMV%2CY5BjNE%2CoBAAmB%2CYAAa%2CSAAQ%2CYAItC%2CQAAO%2CYACL%2CKAAI%2CYAMF%2CGAAE%3BEACA%2C6BAAA%3B%3BA4BqMV%2CY5B%2FLE%2CSAAQ%3BA4B%2BLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%3BE9BdvC%2CgCAAA%3BEACC%2C%2BBAAA%3B%3BA0D2MH%2CY5B%2FLE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4BwLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWACF%2CGAAE%3BA4BwLV%2CY5B%2FLE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4BwLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWACF%2CGAAE%3BA4BwLV%2CY5B%2FLE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4BuLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAEF%2CGAAE%3BA4BuLV%2CY5B%2FLE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BA4BuLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAEF%2CGAAE%3BEACA%2C%2BBAAA%3B%3BA4BsLV%2CY5B%2FLE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4BoLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAKF%2CGAAE%3BA4BoLV%2CY5B%2FLE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4BoLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAKF%2CGAAE%3BA4BoLV%2CY5B%2FLE%2CSAAQ%2CWAIN%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BmLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAGrC%2CQAAO%2CWAEL%2CKAAI%2CWAMF%2CGAAE%3BA4BmLV%2CY5B%2FLE%2CSAAQ%2CWAKN%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BA4BmLV%2CY5B9LE%2CoBAAmB%2CWAAY%2CSAAQ%2CWAIrC%2CQAAO%2CWACL%2CKAAI%2CWAMF%2CGAAE%3BEACA%2CgCAAA%3B%3BA4BkLV%2CY5B7KE%2CcAAc%3BA4B6KhB%2CY5B5KE%2CcAAc%3BEACZ%2C6BAAA%3B%3BA4B2KJ%2CY5BzKE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BA4ByKhD%2CY5BxKE%2CSAAS%2CQAAO%2CYAAa%2CKAAI%2CYAAa%3BEAC5C%2CaAAA%3B%3BA4BuKJ%2CY5BrKE%3BA4BqKF%2CY5BpKE%2CoBAAoB%3BEAClB%2CSAAA%3B%3BA4BmKJ%2CY5BrKE%2CkBAGE%2CQAGE%2CKACE%2CKAAI%3BA4B8JZ%2CY5BpKE%2CoBAAoB%2CkBAElB%2CQAGE%2CKACE%2CKAAI%3BA4B8JZ%2CY5BrKE%2CkBAIE%2CQAEE%2CKACE%2CKAAI%3BA4B8JZ%2CY5BpKE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKACE%2CKAAI%3BA4B8JZ%2CY5BrKE%2CkBAKE%2CQACE%2CKACE%2CKAAI%3BA4B8JZ%2CY5BpKE%2CoBAAoB%2CkBAIlB%2CQACE%2CKACE%2CKAAI%3BA4B8JZ%2CY5BrKE%2CkBAGE%2CQAGE%2CKAEE%2CKAAI%3BA4B6JZ%2CY5BpKE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAEE%2CKAAI%3BA4B6JZ%2CY5BrKE%2CkBAIE%2CQAEE%2CKAEE%2CKAAI%3BA4B6JZ%2CY5BpKE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAEE%2CKAAI%3BA4B6JZ%2CY5BrKE%2CkBAKE%2CQACE%2CKAEE%2CKAAI%3BA4B6JZ%2CY5BpKE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAEE%2CKAAI%3BEACF%2CcAAA%3B%3BA4B4JV%2CY5BrKE%2CkBAGE%2CQAGE%2CKAKE%2CKAAI%3BA4B0JZ%2CY5BpKE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAKE%2CKAAI%3BA4B0JZ%2CY5BrKE%2CkBAIE%2CQAEE%2CKAKE%2CKAAI%3BA4B0JZ%2CY5BpKE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAKE%2CKAAI%3BA4B0JZ%2CY5BrKE%2CkBAKE%2CQACE%2CKAKE%2CKAAI%3BA4B0JZ%2CY5BpKE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAKE%2CKAAI%3BA4B0JZ%2CY5BrKE%2CkBAGE%2CQAGE%2CKAME%2CKAAI%3BA4ByJZ%2CY5BpKE%2CoBAAoB%2CkBAElB%2CQAGE%2CKAME%2CKAAI%3BA4ByJZ%2CY5BrKE%2CkBAIE%2CQAEE%2CKAME%2CKAAI%3BA4ByJZ%2CY5BpKE%2CoBAAoB%2CkBAGlB%2CQAEE%2CKAME%2CKAAI%3BA4ByJZ%2CY5BrKE%2CkBAKE%2CQACE%2CKAME%2CKAAI%3BA4ByJZ%2CY5BpKE%2CoBAAoB%2CkBAIlB%2CQACE%2CKAME%2CKAAI%3BEACF%2CeAAA%3B%3BA4BwJV%2CY5BrKE%2CkBAiBE%2CQAEE%2CKAAI%2CYACF%3BA4BiJR%2CY5BpKE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYACF%3BA4BiJR%2CY5BrKE%2CkBAkBE%2CQACE%2CKAAI%2CYACF%3BA4BiJR%2CY5BpKE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYACF%3BA4BiJR%2CY5BrKE%2CkBAiBE%2CQAEE%2CKAAI%2CYAEF%3BA4BgJR%2CY5BpKE%2CoBAAoB%2CkBAgBlB%2CQAEE%2CKAAI%2CYAEF%3BA4BgJR%2CY5BrKE%2CkBAkBE%2CQACE%2CKAAI%2CYAEF%3BA4BgJR%2CY5BpKE%2CoBAAoB%2CkBAiBlB%2CQACE%2CKAAI%2CYAEF%3BEACE%2CgBAAA%3B%3BA4B%2BIV%2CY5BrKE%2CkBA0BE%2CQAEE%2CKAAI%2CWACF%3BA4BwIR%2CY5BpKE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWACF%3BA4BwIR%2CY5BrKE%2CkBA2BE%2CQACE%2CKAAI%2CWACF%3BA4BwIR%2CY5BpKE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWACF%3BA4BwIR%2CY5BrKE%2CkBA0BE%2CQAEE%2CKAAI%2CWAEF%3BA4BuIR%2CY5BpKE%2CoBAAoB%2CkBAyBlB%2CQAEE%2CKAAI%2CWAEF%3BA4BuIR%2CY5BrKE%2CkBA2BE%2CQACE%2CKAAI%2CWAEF%3BA4BuIR%2CY5BpKE%2CoBAAoB%2CkBA0BlB%2CQACE%2CKAAI%2CWAEF%3BEACE%2CgBAAA%3B%3BA4BsIV%2CY5BjIE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BA4B%2BHJ%2CYAKI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAJJ%2CGAIK%3BEACG%2CgBAAA%3B%3BAAMZ%2CYACI%3BEhDtNF%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEVHA%2CwDAAA%3BEACQ%2CgDAAA%3BEAKR%2C8EAAA%3BEACQ%2CsEAAA%3BE0D0MF%2CYAAA%3B%3BA1DyjBN%2CY0D3jBE%2CS1D2jBD%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEA5wBF%2CsFAAA%3BEACQ%2C8EAAA%3B%3BAAlER%2CY0DgRE%2CS1DhRD%3BEAA%2BB%2CcAAA%3BEACA%2CUAAA%3B%3BAAChC%2CY0D8QE%2CS1D9QD%3BEAA%2BB%2CcAAA%3B%3BAAChC%2CY0D6QE%2CS1D7QD%3BEAA%2BB%2CcAAA%3B%3BAUgFhC%2CYgD6LE%2CShD7LD%3BAACD%2CYgD4LE%2CShD5LD%3BAACD%2CQAAQ%2CUAAW%2CagD2LjB%3BEhD1LA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIF%2CQAAQ%2CYgDoLN%3BEhDnLA%2CYAAA%3B%3BAgDkLJ%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAUI%2CiBACI%2CMAAK%3BEACD%2CkBAAA%3B%3BAAZZ%2CYAUI%2CiBAII%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjBZ%2CYAqBI%3BEACI%2CgBAAA%3B%3BAAtBR%2CYAyBI%3BE9CvVF%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEZ0gBA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAnSA%2CyBAAA%3BEACG%2CsBAAA%3BEACC%2CqBAAA%3BEACI%2CiBAAA%3BEAqPR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BE0DlJM%2CWAAA%3BEACA%2CcAAA%3B%3BA9C5UJ%2CY8CwUA%2CW9CxUC%3BAAAD%2CY8CwUA%2CW9C1UD%2COAEE%3BAAAD%2CY8CwUA%2CW9CzUD%2COACE%3BEZQH%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAYNA%2CY8CmUE%2CW9CnUD%3BAACD%2CY8CkUE%2CW9ClUD%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CY8C6TE%2CW9C7TD%3BAACD%2CY8C4TE%2CW9C5TD%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEZmFF%2CwDAAA%3BEACQ%2CgDAAA%3B%3BAYhFR%2CY8CsTE%2CW9CtTD%3BAACD%2CY8CqTE%2CW9CrTD%3BAACD%2CQAAQ%2CUAAW%2Ca8CoTjB%3BE9CnTA%2CmBAAA%3BEACA%2CoBAAA%3BEZ%2BOF%2CaAAA%3BEAGA%2CyBAAA%3BEAvKA%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAA6XR%2CY0DvJE%2CW1DuJD%3BAACD%2CY0DxJE%2CW1DwJD%3BAACD%2CY0DzJE%2CW1DyJD%3BAACD%2CY0D1JE%2CW1D0JD%3BAACD%2CKAAM%2CiBAAgB%2CY0D3JpB%3BE1D4JA%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CY0DhKE%2CW1DgKD%3BAACD%2CY0DjKE%2CW1DiKD%3BAACD%2CKAAM%2CiBAAgB%2CY0DlKpB%3BE1DmKA%2CsBAAA%3B%3BAAKA%2CY0DxKA%2CW1DqKD%3BAAGC%2CY0DxKA%2CW1DsKD%3BAAEC%2CQADM%2CUAAW%2Ca0DvKjB%3BA1DyKA%2CY0DzKA%2CW1DqKD%2CSAIE%3BAAAD%2CY0DzKA%2CW1DsKD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2Ca0DvKjB%2CW1DyKC%3BAACD%2CY0D1KA%2CW1DqKD%2CSAKE%3BAAAD%2CY0D1KA%2CW1DsKD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2Ca0DvKjB%2CW1D0KC%3BAACD%2CY0D3KA%2CW1DqKD%2CSAME%3BAAAD%2CY0D3KA%2CW1DsKD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2Ca0DvKjB%2CW1D2KC%3BAACD%2CY0D5KA%2CW1DqKD%2CSAOE%3BAAAD%2CY0D5KA%2CW1DsKD%2CUAME%3BAAAD%2CQALM%2CUAAW%2Ca0DvKjB%2CW1D4KC%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BA0DvMV%2CYAyBI%2CW1DkLF%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BA0D7MJ%2CYAgCI%3BE1D4IF%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CY0DhJE%2CS1DgJD%3BAACD%2CY0DjJE%2CS1DiJD%3BAACD%2CY0DlJE%2CS1DkJD%3BAACD%2CY0DnJE%2CS1DmJD%3BAACD%2CKAAM%2CiBAAgB%2CY0DpJpB%3BE1DqJA%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CY0DzJE%2CS1DyJD%3BAACD%2CY0D1JE%2CS1D0JD%3BAACD%2CKAAM%2CiBAAgB%2CY0D3JpB%3BE1D4JA%2CsBAAA%3B%3BAAKA%2CY0DjKA%2CS1D8JD%3BAAGC%2CY0DjKA%2CS1D%2BJD%3BAAEC%2CQADM%2CUAAW%2Ca0DhKjB%3BA1DkKA%2CY0DlKA%2CS1D8JD%2CSAIE%3BAAAD%2CY0DlKA%2CS1D%2BJD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2Ca0DhKjB%2CS1DkKC%3BAACD%2CY0DnKA%2CS1D8JD%2CSAKE%3BAAAD%2CY0DnKA%2CS1D%2BJD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2Ca0DhKjB%2CS1DmKC%3BAACD%2CY0DpKA%2CS1D8JD%2CSAME%3BAAAD%2CY0DpKA%2CS1D%2BJD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2Ca0DhKjB%2CS1DoKC%3BAACD%2CY0DrKA%2CS1D8JD%2CSAOE%3BAAAD%2CY0DrKA%2CS1D%2BJD%2CUAME%3BAAAD%2CQALM%2CUAAW%2Ca0DhKjB%2CS1DqKC%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BA0DvMV%2CYAgCI%2CS1D2KF%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BA0DxKJ%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAHR%2CeACI%2CiBAII%3BE1DcN%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BA0DrBF%2CeACI%2CiBAQI%3BEACI%2CeAAA%3B%3BAAVZ%2CeACI%2CiBAYI%2CSAAS%3BEACL%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CeAoBI%3BEACI%2CkBAAA%3B%3BAArBR%2CeAuBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAzBR%2CeA2BI%3BEACI%2CeAAA%3B%3BAA5BR%2CeA%2BBI%3BEAAiB%2CgBAAA%3B%3BAA%2FBrB%2CeAiCI%3BEACI%2CkBAAA%3B%3BAAKR%2CmBACI%3BEACI%2CcAAA%3B%3BAAFR%2CmBAII%2CWAAW%2CGACP%3BEACI%2CWAAA%3B%3BAANZ%2CmBAII%2CWAAW%2CGAIP%2COAAM%3BEACF%2CWAAA%3BEACA%2CiBAAA%3B%3BAAVZ%2CmBAaI%3BEACI%2CiBAAA%3B%3BACvZR%3BEACE%2CgBAAA%3B%3BAAIF%3BEACE%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEAEA%2CSAAA%3BEAEA%2CaAAA%3BEACA%2CiCAAA%3BEAIA%2CUAAA%3B%3BAAGA%2CMAAC%2CKAAM%3BE3DiIP%2CmBAAmB%2CkBAAnB%3BEACI%2CeAAe%2CkBAAf%3BEACI%2CWAAW%2CkBAAX%3BEApBR%2CmDAAA%3BEACG%2C6CAAA%3BEACE%2CyCAAA%3BEACG%2CmCAAA%3B%3BA2D9GR%2CMAAC%2CGAAI%3BE3D6HL%2CmBAAmB%2CeAAnB%3BEACI%2CeAAe%2CeAAf%3BEACI%2CWAAW%2CeAAX%3B%3BA2D3HV%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIF%3BEACE%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BE3DqEA%2CgDAAA%3BEACQ%2CwCAAA%3BE2DpER%2C4BAAA%3BEAEA%2CaAAA%3B%3BAAIF%3BEACE%2CeAAA%3BEACA%2CMAAA%3BEAEA%2CSAAA%3BEAEA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CeAAC%3BE3DwND%2CUAAA%3BEAGA%2CwBAAA%3B%3BA2D1NA%2CeAAC%3BE3DuND%2CYAAA%3BEAGA%2CyBAAA%3B%3BA2DrNF%3BEACE%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CaAAc%3BEACZ%2CgBAAA%3B%3BAAIF%3BEACE%2CSAAA%3BEACA%2CuBAAA%3B%3BAAKF%3BEACE%2CkBAAA%3BEACA%2CaAAA%3B%3BAAIF%3BEACE%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAJF%2CaAQE%2CKAAK%3BEACH%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAVJ%2CaAaE%2CWAAW%2CKAAK%3BEACd%2CiBAAA%3B%3BAAdJ%2CaAiBE%2CWAAW%3BEACT%2CcAAA%3B%3BAAmBJ%2CQAdmC%3BEAEjC%3BIACE%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEF%3BI3DPA%2CiDAAA%3BIACQ%2CyCAAA%3B%3BE2DWR%3BIAAY%2CYAAA%3B%3B%3BAAMd%2CQAHmC%3BEACjC%3BIAAY%2CYAAA%3B%3B%3BACtId%3BEACI%2CgBAAA%3B%3BAAIA%2CIAAI%3BAALR%2CWAMI%3BAANJ%2CWAOI%3BEACI%2CeAAA%3B%3BAAWR%2CmBAP0C%3BEAEtC%2CYAAa%3BIACT%2CYAAA%3B%3B%3BAJbR%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEAEA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BExDuGA%2CiDAAA%3BEACQ%2CyCAAA%3BEwDpGR%2CmBAAA%3B%3BAAGA%2CQAAC%3BEAAW%2CiBAAA%3B%3BAACZ%2CQAAC%3BEAAW%2CcAAA%3B%3BAACZ%2CQAAC%3BEAAW%2CgBAAA%3B%3BAACZ%2CQAAC%3BEAAW%2CeAAA%3B%3BAAGd%3BEACE%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAQA%2CQADO%3BAAEP%2CQAFO%2CSAEN%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%3BEACP%2CkBAAA%3B%3BAAEF%2CQAAS%2CSAAQ%3BEACf%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIA%2CQAAC%2CIAAK%3BEAEJ%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2CaAAA%3B%3BAACA%2CQAPD%2CIAAK%2CSAOH%3BEACC%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CQAAC%2CMAAO%3BEACN%2CQAAA%3BEAEA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CuCAAA%3B%3BAACA%2CQAPD%2CMAAO%2CSAOL%3BEACC%2CSAAS%2CGAAT%3BEAEA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CQAAC%2COAAQ%3BEAEP%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAACA%2CQAPD%2COAAQ%2CSAON%3BEACC%2CSAAS%2CGAAT%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CQAAC%2CKAAM%3BEACL%2CQAAA%3BEAEA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAACA%2CQAPD%2CKAAM%2CSAOJ%3BEACC%2CSAAS%2CGAAT%3BEAEA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3B%3BAtD1HN%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHF%2CeAKE%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEF8GF%2CyCAAA%3BEACQ%2CiCAAA%3B%3BAEtHV%2CeAKE%2CQAME%3BAAXJ%2CeAKE%2CQAOE%2CIAAI%3BEAEF%2CcAAA%3B%3BAAdN%2CeAkBE%3BAAlBF%2CeAmBE%3BAAnBF%2CeAoBE%3BEAAU%2CcAAA%3B%3BAApBZ%2CeA0BE%3BAA1BF%2CeA2BE%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA0BJ%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEAEA%2CSAAA%3BEACA%2CUAAA%3BEFsNA%2CYAAA%3BEAGA%2CyBAAA%3BEEvNA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAAKA%2CiBAAC%3BEF8NC%2CkBAAkB%2C8BAA8B%2CmCAAyC%2CuCAAzF%3BEACA%2CkBAAmB%2C4EAAnB%3BEACA%2C2BAAA%3BEACA%2CsHAAA%3B%3BAE9NF%2CiBAAC%3BEF2NC%2CkBAAkB%2C8BAA8B%2CsCAAyC%2CoCAAzF%3BEACA%2CkBAAmB%2C4EAAnB%3BEACA%2C2BAAA%3BEACA%2CsHAAA%3B%3BAEvNF%2CiBAAC%3BAACD%2CiBAAC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEF8LF%2CYAAA%3BEAGA%2CyBAAA%3B%3BAE9NF%2CiBAkCE%3BAAlCF%2CiBAmCE%3BAAnCF%2CiBAoCE%3BAApCF%2CiBAqCE%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAzCJ%2CiBAmDE%3BAAnDF%2CiBAoDE%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CiBADF%2CWACG%3BEACC%2CSAAS%2COAAT%3B%3BAAIF%2CiBADF%2CWACG%3BEACC%2CSAAS%2COAAT%3B%3BAAUN%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEAEA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATF%2CoBAWE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEAUA%2CyBAAA%3BEACA%2CkCAAA%3B%3BAA9BJ%2CoBAgCE%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAOJ%3BEACE%2CkBAAA%3BEAGA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAACA%2CiBAAE%3BEACA%2CiBAAA%3B%3BAAkCJ%2CmBA5B8C%3BEAG5C%2CiBACE%3BEADF%2CiBAEE%3BEAFF%2CiBAGE%3BEAHF%2CiBAIE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAKJ%3BIAGE%2CoBAAA%3B%3BEAIF%3BIACE%2CYAAA%3B%3B%3BAFlNF%2CSAAC%3BAACD%2CSAAC%3BAGdH%2CMAAM%2CeHaH%3BAGbH%2CMAAM%2CeHcH%3BAGwBH%2COHzBG%3BAGyBH%2COHxBG%3BAMXH%2CUNUG%3BAMVH%2CUNWG%3BAMSH%2CgBNVG%3BAMUH%2CgBNTG%3BAMkBH%2CINnBG%3BAMmBH%2CINlBG%3BAOlBH%2CSPiBG%3BAOjBH%2CSPkBG%3BAOjBH%2CSPgBG%3BAOhBH%2CSPiBG%3BAOhBH%2CSPeG%3BAOfH%2CSPgBG%3BAUsXH%2CgBAoBE%2CYV3YC%3BAUuXH%2CgBAoBE%2CYV1YC%3BAkBZH%2CIlBWG%3BAkBXH%2CIlBYG%3BAmBVH%2COnBSG%3BAmBTH%2COnBUG%3BAmBUH%2CcnBXG%3BAmBWH%2CcnBVG%3BAmB6BH%2CgBnB9BG%3BAmB8BH%2CgBnB7BG%3BA8BLH%2CW9BIG%3BA8BJH%2CW9BKG%3BAmDnBH%2CcnDkBG%3BAmDlBH%2CcnDmBG%3BAmDsJH%2CanDvJG%3BAmDuJH%2CanDtJG%3BAmD%2BJH%2CkBAOI%2CiBASI%2CYAAY%2CGnDhLjB%3BAmDgKH%2CkBAOI%2CiBASI%2CYAAY%2CGnD%2FKjB%3BAmDqWH%2CuBnDtWG%3BAmDsWH%2CuBnDrWG%3BAsDHK%2C4BAA6B%2CcAFjC%2CStDID%3BAsDFK%2C4BAA6B%2CcAFjC%2CStDKD%3BAsDKK%2C6BAA8B%2CcAVlC%2CStDID%3BAsDMK%2C6BAA8B%2CcAVlC%2CStDKD%3BAuD0DH%2CKAAM%2CkBvD3DH%3BAuD2DH%2CKAAM%2CkBvD1DH%3BA2D%2BEH%2Ca3DhFG%3BA2DgFH%2Ca3D%2FEG%3BA6DjBH%2CM7DgBG%3BA6DhBH%2CM7DiBG%3BA8DlBH%2CkB9DiBG%3BA8DjBH%2CkB9DkBG%3BA%2BDXH%2CU%2FDUG%3BA%2BDVH%2CU%2FDWG%3BA%2BDCH%2CEAAE%2CQ%2FDFC%3BA%2BDEH%2CEAAE%2CQ%2FDDC%3BAgEnBH%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBhE9Bd%3BAgElBH%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBhE7Bd%3BAgEnBiC%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBhE9Bd%3BAgElBiC%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBhE7Bd%3BAiEpBH%2CMAAM%2CejEmBH%3BAiEnBH%2CMAAM%2CejEoBH%3BAiEkYH%2CeAiDC%2CWAAU%2COAiBT%2COjErcC%3BAiEmYH%2CeAiDC%2CWAAU%2COAiBT%2COjEpcC%3BAiE4kBH%2CYAEC%2CYjE%2FkBE%3BAiE6kBH%2CYAEC%2CYjE9kBE%3BAkEdH%2CMAAM%2CoBlEaH%3BAkEbH%2CMAAM%2CoBlEcH%3BAmEpBH%2CsBA0DC%2CQAAO%2CcnEvCL%3BAmEnBH%2CsBA0DC%2CQAAO%2CcnEtCL%3BAmEpBqB%2CqBA0DvB%2CQAAO%2CcnEvCL%3BAmEnBqB%2CqBA0DvB%2CQAAO%2CcnEtCL%3BAmEpB4C%2C2BA0D9C%2CQAAO%2CcnEvCL%3BAmEnB4C%2C2BA0D9C%2CQAAO%2CcnEtCL%3BAmEpBH%2CsBAoWC%2CMAAK%2CsBAkNJ%2CGnEniBC%3BAmEnBH%2CsBAoWC%2CMAAK%2CsBAkNJ%2CGnEliBC%3BAmEpBqB%2CqBAoWvB%2CMAAK%2CsBAkNJ%2CGnEniBC%3BAmEnBqB%2CqBAoWvB%2CMAAK%2CsBAkNJ%2CGnEliBC%3BAmEpB4C%2C2BAoW9C%2CMAAK%2CsBAkNJ%2CGnEniBC%3BAmEnB4C%2C2BAoW9C%2CMAAK%2CsBAkNJ%2CGnEliBC%3BAoEJH%2CqBA4FC%2CcA4CC%2CmBpErIC%3BAoEHH%2CqBA4FC%2CcA4CC%2CmBpEpIC%3BAoEJH%2CqBA4FC%2CcA8TC%2CqBpEvZC%3BAoEHH%2CqBA4FC%2CcA8TC%2CqBpEtZC%3BAoEJH%2CqBA4FC%2CcA4UC%2CGAAE%2CcpEraD%3BAoEHH%2CqBA4FC%2CcA4UC%2CGAAE%2CcpEpaD%3BAoEJH%2CqBA0nBC%2CoBA6NC%2CqBpEp1BC%3BAoEHH%2CqBA0nBC%2CoBA6NC%2CqBpEn1BC%3BAoEJH%2CqBA0nBsB%2CiBA6NpB%2CqBpEp1BC%3BAoEHH%2CqBA0nBsB%2CiBA6NpB%2CqBpEn1BC%3BAoEJH%2CqBA0nBwC%2CgBA6NtC%2CqBpEp1BC%3BAoEHH%2CqBA0nBwC%2CgBA6NtC%2CqBpEn1BC%3BAqEpBH%2CoBAkkBC%2CGAAE%2CwBrE%2FiBA%3BAqEnBH%2CoBAkkBC%2CGAAE%2CwBrE9iBA%3BAqEpBH%2CoBAuuBC%2CwBrEptBE%3BAqEnBH%2CoBAuuBC%2CwBrEntBE%3BAsEpBH%2CiBAMC%2CKtEaE%3BAsEnBH%2CiBAMC%2CKtEcE%3BAuEpBH%2CgBAEC%2CevEiBE%3BAuEnBH%2CgBAEC%2CevEkBE%3BAwEpBH%2CaAEC%2CkBxEiBE%3BAwEnBH%2CaAEC%2CkBxEkBE%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CSAAC%3BAGlBH%2CMAAM%2CeHkBH%3BAGoBH%2COHpBG%3BAMfH%2CUNeG%3BAMKH%2CgBNLG%3BAMcH%2CINdG%3BAOtBH%2CSPsBG%3BAOrBH%2CSPqBG%3BAOpBH%2CSPoBG%3BAUkXH%2CgBAoBE%2CYVtYC%3BAkBhBH%2CIlBgBG%3BAmBdH%2COnBcG%3BAmBMH%2CcnBNG%3BAmByBH%2CgBnBzBG%3BA8BTH%2CW9BSG%3BAmDvBH%2CcnDuBG%3BAmDkJH%2CanDlJG%3BAmD2JH%2CkBAOI%2CiBASI%2CYAAY%2CGnD3KjB%3BAmDiWH%2CuBnDjWG%3BAsDPK%2C4BAA6B%2CcAFjC%2CStDSD%3BAsDCK%2C6BAA8B%2CcAVlC%2CStDSD%3BAuDsDH%2CKAAM%2CkBvDtDH%3BA2D2EH%2Ca3D3EG%3BA6DrBH%2CM7DqBG%3BA8DtBH%2CkB9DsBG%3BA%2BDfH%2CU%2FDeG%3BA%2BDHH%2CEAAE%2CQ%2FDGC%3BAgEvBH%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBhEzBd%3BAgEvBiC%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBhEzBd%3BAiExBH%2CMAAM%2CejEwBH%3BAiE8XH%2CeAiDC%2CWAAU%2COAiBT%2COjEhcC%3BAiEwkBH%2CYAEC%2CYjE1kBE%3BAkElBH%2CMAAM%2CoBlEkBH%3BAmExBH%2CsBA0DC%2CQAAO%2CcnElCL%3BAmExBqB%2CqBA0DvB%2CQAAO%2CcnElCL%3BAmExB4C%2C2BA0D9C%2CQAAO%2CcnElCL%3BAmExBH%2CsBAoWC%2CMAAK%2CsBAkNJ%2CGnE9hBC%3BAmExBqB%2CqBAoWvB%2CMAAK%2CsBAkNJ%2CGnE9hBC%3BAmExB4C%2C2BAoW9C%2CMAAK%2CsBAkNJ%2CGnE9hBC%3BAoERH%2CqBA4FC%2CcA4CC%2CmBpEhIC%3BAoERH%2CqBA4FC%2CcA8TC%2CqBpElZC%3BAoERH%2CqBA4FC%2CcA4UC%2CGAAE%2CcpEhaD%3BAoERH%2CqBA0nBC%2CoBA6NC%2CqBpE%2F0BC%3BAoERH%2CqBA0nBsB%2CiBA6NpB%2CqBpE%2F0BC%3BAoERH%2CqBA0nBwC%2CgBA6NtC%2CqBpE%2F0BC%3BAqExBH%2CoBAkkBC%2CGAAE%2CwBrE1iBA%3BAqExBH%2CoBAuuBC%2CwBrE%2FsBE%3BAsExBH%2CiBAMC%2CKtEkBE%3BAuExBH%2CgBAEC%2CevEsBE%3BAwExBH%2CaAEC%2CkBxEsBE%3BEACC%2CWAAA%3B%3BAqBdJ%3BErB6BE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAqB5BF%3BEACE%2CYAAA%3B%3BAAEF%3BEACE%2CWAAA%3B%3BAAQF%3BEACE%2CwBAAA%3B%3BAAEF%3BEACE%2CyBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%3BErB8CE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAqBzCF%3BEACE%2CwBAAA%3BEACA%2C6BAAA%3B%3BAAOF%3BEACE%2CeAAA%3B%3BAoDpDF%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CWAAA%3B%3BAAEJ%3BAACA%3BEACI%2CYAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3B%3BAzE5CF%2CQAAC%3BAACD%2CQAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CQAAC%3BEACC%2CWAAA%3B%3BAANF%2CQAAC%3BAACD%2CQAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CQAAC%3BEACC%2CWAAA%3B%3BA0ENJ%3BEACE%2CmBAAA%3B%3BAAKF%3BAACA%3BAACA%3BAACA%3BE1EylBE%2CwBAAA%3B%3BA0EjlBF%2CQAHqC%3BEAGrC%3BI1EykBE%2CyBAAA%3B%3BEACA%2CKAAK%3BIAAK%2CcAAA%3B%3BEACV%2CEAAE%3BIAAQ%2CkBAAA%3B%3BEACV%2CEAAE%3BEACF%2CEAAE%3BIAAQ%2CmBAAA%3B%3B%3BA0ExkBZ%2CQAHqC%2CuBAAgC%3BEAGrE%3BI1EokBE%2CyBAAA%3B%3BEACA%2CKAAK%3BIAAK%2CcAAA%3B%3BEACV%2CEAAE%3BIAAQ%2CkBAAA%3B%3BEACV%2CEAAE%3BEACF%2CEAAE%3BIAAQ%2CmBAAA%3B%3B%3BA0EnkBZ%2CQAHqC%2CuBAAgC%3BEAGrE%3BI1E%2BjBE%2CyBAAA%3B%3BEACA%2CKAAK%3BIAAK%2CcAAA%3B%3BEACV%2CEAAE%3BIAAQ%2CkBAAA%3B%3BEACV%2CEAAE%3BEACF%2CEAAE%3BIAAQ%2CmBAAA%3B%3B%3BA0E9jBZ%2CQAHqC%3BEAGrC%3BI1E0jBE%2CyBAAA%3B%3BEACA%2CKAAK%3BIAAK%2CcAAA%3B%3BEACV%2CEAAE%3BIAAQ%2CkBAAA%3B%3BEACV%2CEAAE%3BEACF%2CEAAE%3BIAAQ%2CmBAAA%3B%3B%3BA0ExjBZ%2CQAHqC%3BEAGrC%3BI1E4jBE%2CwBAAA%3B%3B%3BA0EvjBF%2CQAHqC%2CuBAAgC%3BEAGrE%3BI1EujBE%2CwBAAA%3B%3B%3BA0EljBF%2CQAHqC%2CuBAAgC%3BEAGrE%3BI1EkjBE%2CwBAAA%3B%3B%3BA0E7iBF%2CQAHqC%3BEAGrC%3BI1E6iBE%2CwBAAA%3B%3B%3BA0EtiBF%3BE1EsiBE%2CwBAAA%3B%3BA0EhiBF%3BEAAA%3BI1EwhBE%2CyBAAA%3B%3BEACA%2CKAAK%3BIAAK%2CcAAA%3B%3BEACV%2CEAAE%3BIAAQ%2CkBAAA%3B%3BEACV%2CEAAE%3BEACF%2CEAAE%3BIAAQ%2CmBAAA%3B%3B%3BA0EthBZ%3BEAAA%3BI1E0hBE%2CwBAAA%3B%3B%3B%3BA2EpnBF%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%2CcAAe%3BAACf%2CcAAe%3BAACf%3BAACA%2CaAAc%3BAACd%3BEAEC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACG%2CuBAAA%3BEACK%2CkBAAA%3B%3BAAGT%3BEACC%2CaAAA%3B%3BAAGD%2CgBAAiB%3BEAChB%2CkDAAA%3BEACG%2C%2BCAAA%3BEACK%2C0CAAA%3B%3BAAGT%3BAAAiB%3BEAChB%2CkBAAA%3B%3BAAGD%3BEACC%2CgBAAA%3B%3BAAGD%2CqBAAsB%3BEACrB%2CiCAAA%3B%3BAAGD%3BEACC%2CWAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGD%3BAAAiB%3BEAChB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGD%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGD%3BAAAmB%3BAAAiB%2CcAAe%3BAAAM%2CcAAe%3BEACvE%2CsBAAuB%2CmEAAvB%3B%3BAAGD%3BEACC%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGD%2CiBAAkB%3BEACjB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAiB%2C4FAAjB%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C4BAA6B%2CyDAA7B%3B%3BEACA%2C6CAAA%3BEACA%2CaAAA%3B%3BAAGD%3BEACC%2COAAA%3B%3BAAGD%3BEACC%2CQAAA%3B%3BAAGD%2CaAAc%3BEACb%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CcAAe%3BEACd%2CUAAA%3BEACA%2C4BAAA%3B%3BAAGD%2CcAAe%3BEACd%2CWAAA%3BEACA%2C4BAAA%3B%3BAAGD%2CaAAa%2CMAAO%3BEACnB%2CmBAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3B%3BAAKD%3BEACI%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2C2BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAiB%2CoEAAjB%3B%3BAAGD%3BEACC%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGD%2CcAAe%3BEACd%2CcAAA%3BEACA%2CkBAAA%3B%3B%3BAAKD%3BEACC%2CkBAAA%3BEACA%2CuBAAuB%2C8CAAvB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGD%2CgBAAiB%3BEAChB%2CmBAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGD%2C0BAA2B%3BEAC1B%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACG%2CwBAAA%3BEACK%2CmBAAA%3BEACR%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGD%3BEACC%2CiBAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3B%3B%3BAAmBD%2CwBAf4D%2CuDACN%2CoDACL%3BEAEhD%3BEAAmB%3BEAAiB%2CcAAe%3BEAAM%2CcAAe%3BIACvE%2CsBAAuB%2CsEAAvB%3BIACA%2C2BAAA%3B%3B%3BEAGD%2CiBAAkB%3BIACjB%2CsBAAuB%2CuEAAvB%3BIACA%2C0BAAA%3B%3B%3B%3B%3BAAKF%3BEACC%2CeAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGD%2CiBAAiB%3BEAChB%2CSAAA%3B%3BAAGD%2CiBAAiB%3BEAChB%2CYAAA%3B%3BAAGD%2CiBAAkB%3BEACjB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C6DAAA%3BEACG%2C0DAAA%3BEACK%2CqDAAA%3BEACR%2CmBAAA%3BEACA%2CYAAY%2C6EAAZ%3BEACA%2CYAAY%2CgDAA4D%2CyBAA8B%2C0BAA%2BB%2C0BAA%2BB%2C0BAApK%3BEACA%2CYAAY%2CgFAAZ%3BEACA%2CYAAY%2C2EAAZ%3BEACA%2CYAAY%2C4EAAZ%3BEACA%2CYAAY%2CwEAAZ%3BEACA%2CQAAQ%2CyDAA0D%2CuBAAuB%2C0BAAzF%3B%3BAAGD%2CiBAAkB%2CGAAG%3BEACpB%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGD%2CiBAAkB%3BEACjB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAuB%2C4EAAvB%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2CUAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2C0BAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2C4BAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2CgCAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2CgCAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2C2BAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAClB%2CYAAA%3BEACA%2CeAAA%3B%3B%3BAAID%3BEACC%2CeAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGD%2CgBAAgB%3BEACf%2CWAAA%3B%3BAAGD%2CgBAAgB%3BEACf%2CQAAA%3B%3BAAGD%2CgBAAiB%3BEAChB%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGD%2CgBAAiB%2CGAAG%3BEACnB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGD%2CgBAAiB%2CGAAG%2CGAAE%3BEACrB%2CaAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CgBAAiB%2CGAAG%2CGAAE%3BEACrB%2CUAAA%3B%3BAAGD%2CgBAAiB%2CGAAG%2CGAAG%3BEACtB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGD%2CgBAAiB%2CGAAG%2CGAAG%3BEACtB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3B%3BAC1aD%3BAAAM%3BEACJ%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3BAASF%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3BEACA%2CmCAAA%3BEACG%2CgCAAA%3BEACC%2C%2BBAAA%3BEACC%2C8BAAA%3BEACG%2C2BAAA%3B%3BAAGV%3BEACC%2COAAA%3B%3B%3BAAID%3BEACE%2CQAAA%3BEACA%2CUAAA%3B%3BAAGF%2CYAAa%3BAACb%2CaAAc%3BEACZ%2CaAAA%3B%3BAAGF%2CmBAAoB%3BAACpB%2CoBAAqB%3BEACnB%2CWAAA%3B%3B%3BAAIF%2CiBAEC%3BEACC%2CaAAA%3B%3BAAHF%2CiBAEC%2CGAGC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAARH%2CiBAEC%2CGAGC%2CEAKC%3BEACC%2CYAAA%3B%3BAAXJ%2CiBAEC%2CGAaC%2CEAAC%3BAAfH%2CiBAEC%2CGAaU%2CEAAC%3BEACT%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAlBH%2CiBAsBC%2CGAAE%2CKACD%3BEACC%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA1BH%2CiBA8BC%2CGAAE%2COACD%2CEAAC%3BEACA%2CiBAAA%3B%3BAAhCH%2CiBAoCC%2CGAAE%3BEACD%2C8BAAA%3B%3BAArCF%2CiBAwCC%2CGAAE%3BEACD%2C8BAAA%3B%3BAAzCF%2CiBAgDC%2CGAAE%3BEACD%2CYAAA%3B%3BAAjDF%2CiBAoDC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAzDF%2CiBA4DC%3BAA5DD%2CiBA4DU%3BEACR%2CaAAA%3B%3BAA7DF%2CiBA4DC%2CQAEC%2CQACC%3BAA%2FDH%2CiBA4DU%2COAER%2CQACC%3BAA%2FDH%2CiBA4DC%2CQAEC%2CQACI%3BAA%2FDN%2CiBA4DU%2COAER%2CQACI%3BEACF%2CmBAAA%3B%3BAAhEJ%2CiBA4DC%2CQAEC%2CQAKC%3BAAnEH%2CiBA4DU%2COAER%2CQAKC%3BEACC%2CeAAA%3B%3BAApEJ%2CiBAyEC%3BEACC%2CiBAAA%3BEACA%2C8BAAA%3B%3BAA3EF%2CiBA8EC%3BEACC%2CcAAA%3BEACA%2C2BAAA%3B%3B%3B%3B%3BACxJF%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAFD%2CWAIC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3B%3BAANF%2CWASC%3BAATD%2CWAUC%3BEACC%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAZF%2CWAeC%2CWAAU%3BAAfX%2CWAgBC%2CUAAS%3BEACR%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAlBF%2CWAqBC%3BEACC%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAxBF%2CWA2BC%3BEACC%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAA9BF%2CWAiCC%3BEACC%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKF%2CKAAK%3BEACJ%2CcAAA%3B%3BAADD%2CKAAK%2CsBAGJ%3BEACC%2CeAAA%3B%3BAAIA%2CQAH6B%3BEAG7B%2CKARG%2CsBAGJ%3BIAGE%2CcAAA%3B%3B%3BAAMD%2CQAH8B%3BEAG9B%2CKAZG%2CsBAGJ%2CaAKC%3BIAEE%2CaAAA%3B%3B%3BAAVJ%2CKAAK%2CsBAeJ%3BEACC%2CaAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%2CKArBI%2CsBAeJ%3BIAIE%2CcAAA%3B%3B%3B%3BAC7DH%2CYACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAHF%2CYAMC%3BEACC%2CaAAA%3B%3BAAIF%2CMAAM%3BEACL%2CgBAAA%3B%3BAADD%2CMAAM%2CeAGL%3BE9EqmBC%2CwBAAA%3BE8ElmBA%2CgBAAA%3BEACA%2CeAAA%3B%3BAJgBF%2CQAHqC%3BEAGrC%2CMIvBM%2CeAGL%3BI9E6lBC%2CyBAAA%3B%3BEACA%2CKAAK%2CM8EjmBD%2CeAGL%3BI9E8lBW%2CcAAA%3B%3BEACV%2CEAAE%2CM8ElmBE%2CeAGL%3BI9E%2BlBW%2CkBAAA%3B%3BEACV%2CEAAE%2CM8EnmBE%2CeAGL%3BE9EimBC%2CEAAE%2CM8EpmBE%2CeAGL%3BI9EimBW%2CmBAAA%3B%3B%3BA0ExkBZ%2CQAHqC%2CuBAAgC%3BEAGrE%2CMI5BM%2CeAGL%3BI9E6lBC%2CyBAAA%3B%3BEACA%2CKAAK%2CM8EjmBD%2CeAGL%3BI9E8lBW%2CcAAA%3B%3BEACV%2CEAAE%2CM8ElmBE%2CeAGL%3BI9E%2BlBW%2CkBAAA%3B%3BEACV%2CEAAE%2CM8EnmBE%2CeAGL%3BE9EimBC%2CEAAE%2CM8EpmBE%2CeAGL%3BI9EimBW%2CmBAAA%3B%3B%3BA8EpmBZ%2CMAAM%2CeAGL%2CkBAMC%2CEACC%3BEACC%2CeAAA%3B%3BAAXJ%2CMAAM%2CeAgBL%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlBF%2CMAAM%2CeAgBL%2CYAGC%3BEAAI%2CWAAA%3B%3BAAnBN%2CMAAM%2CeAgBL%2CYAKC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAvBH%2CMAAM%2CeAgBL%2CYAUC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA7BH%2CMAAM%2CeAgBL%2CYAgBC%3BEACC%2CWAAA%3B%3BAAQA%2CQAN6B%3BEAM7B%2CMAzCG%2CeAgBL%2CYAgBC%3BIAIE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAtCJ%2CMAAM%2CeAgBL%2CYAgBC%2COASC%3BEACC%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAA3CJ%2CMAAM%2CeAgBL%2CYAgBC%2COAcC%2CGAAE%3BEACD%2CYAAA%3B%3BAA%2FCJ%2CMAAM%2CeAgBL%2CYAmCC%3BEAIC%2CYAAA%3B%3BAJXH%2CQAHqC%3BEAGrC%2CMI5CM%2CeAgBL%2CYAmCC%3BI9EqjBA%2CwBAAA%3B%3B%3BA0EvjBF%2CQAHqC%2CuBAAgC%3BEAGrE%2CMIjDM%2CeAgBL%2CYAmCC%3BI9EqjBA%2CwBAAA%3B%3B%3BA8ExmBF%2CMAAM%2CeA2DL%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7DF%2CMAAM%2CeA2DL%2CYAIC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAOD%2CQAL8B%3BEAK9B%2CMAxEI%2CeA2DL%2CYAIC%3BIAKE%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAaF%2CQAR8B%3BEAQ9B%2CMAnFI%2CeA2DL%2CYAeC%3BIAEE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3B%3B%3BAC5FJ%2CGAAG%2CmBAEF%2CKAAK%2CKAAI%3BEACR%2CiBAAA%3B%3BAAHF%2CGAAG%2CmBAMF%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAATF%2CGAAG%2CmBAYF%2CeAAe%2CKAAK%3BAAZrB%2CGAAG%2CmBAaF%2CeAAe%2CGAAG%3BEACjB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAApBF%2CGAAG%2CmBAuBF%2CeAAe%2CKAAK%2CIAAG%3BAAvBxB%2CGAAG%2CmBAwBF%2CeAAe%2CKAAK%2CIAAG%3BAAxBxB%2CGAAG%2CmBAyBF%2CeAAe%2CGAAG%2CEAAC%3BAAzBpB%2CGAAG%2CmBA0BF%2CeAAe%2CGAAG%2CEAAC%3BEAClB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA7BF%2CGAAG%2CmBAiCF%3BEACC%2CgBAAA%3B%3BAAlCF%2CGAAG%2CmBAiCF%2CSAGC%3BAApCF%2CGAAG%2CmBAiCF%2CSAIC%3BAArCF%2CGAAG%2CmBAiCF%2CSAKC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxCH%2CGAAG%2CmBA4CF%2CiBACC%3BEACC%2CmBAAA%3B%3BAA9CH%2CGAAG%2CmBA4CF%2CiBAIC%3BEACC%2CgBAAA%3B%3B%3B%3BAlBhDH%3BE7DooBE%2CkBAAA%3BEACA%2CmBAAA%3B%3BA6DroBF%2CMAEC%3BE7D0oBC%2CWAAA%3BEACA%2CWAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CM6D5qBC%3BI7DyqBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BA6D5qBJ%2CMAEC%2CcAGC%3BE7DuoBA%2CWAAA%3BEACA%2CUAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CM6D5qBC%2CcAGC%3BI7DsqBE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BA6D5qBJ%2CMAUC%3BE7DkoBC%2CWAAA%3BEACA%2CWAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BE6D3pBA%2CUAAA%3B%3BA7DiqBF%2CQAJqC%3BEAIrC%2CM6DpqBC%3BI7DiqBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3B%3BA8D7qBJ%3BE9DqoBE%2CkBAAA%3BEACA%2CmBAAA%3B%3BA8DtoBF%2CkBAEC%3BE9D2oBC%2CWAAA%3BEACA%2CWAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CkB8D7qBC%3BI9D0qBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BA8D7qBJ%2CkBAMC%3BE9DuoBC%2CWAAA%3BEACA%2CWAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CkB8DzqBC%3BI9DsqBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BA8D7qBJ%2CkBAMC%2CcAGC%2CwBACC%3BEAAW%2CaAAA%3B%3BAAVd%2CkBAMC%2CcAGC%2CwBAEC%3BEACC%2CWAAA%3B%3BAAZJ%2CkBAMC%2CcAGC%2CwBAEC%2CaAEC%3BEACC%2CaAAA%3B%3BAAdL%2CkBAMC%2CcAGC%2CwBAEC%2CaAMC%3BEACC%2CWAAA%3B%3BAAlBL%2CkBAMC%2CcAGC%2CwBAEC%2CaAMC%2CiBAEC%3BEACC%2CkBAAA%3B%3BAAQN%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAJD%2CQAMC%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAATF%2CQAYC%3BEACC%2CgBAAA%3BEACA%2CSAAA%3B%3BAAdF%2CQAYC%2CeAIC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3B%3BAkB9CH%2CcACC%3BEACA%2CaAAA%3B%3BAAID%2CeACC%3BEACC%2CaAAA%3B%3BAAFF%2CeAKC%3BEACC%2CaAAA%3B%3BAANF%2CeASC%3BEACC%2CaAAA%3B%3BAAVF%2CeAaC%3BEACC%2CaAAA%3B%3BAAIF%2CWACC%3BEACC%2CgBAAA%3B%3BAAFF%2CWACC%2CeAGC%3BEACC%2CaAAA%3B%3BAALH%2CWACC%2CeAOC%2CkBACC%2CSACC%3BEACC%2CaAAA%3B%3BAAXL%2CWACC%2CeAOC%2CkBAMC%3BEACC%2CaAAA%3B%3BAAfJ%2CWACC%2CeAkBC%3BEACC%2CaAAA%3B%3BAApBH%2CWA0BC%2C4BACC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA9BH%2CWA0BC%2C4BACC%2CkCAKC%3BEACC%2CmBAAA%3BEACA%2CUAAA%3B%3BAAlCJ%2CWA0BC%2C4BACC%2CkCAKC%2CMAIC%3BEACC%2CaAAA%3BEACA%2CYAAA%3B%3BAAtCL%2CWA0BC%2C4BACC%2CkCAeC%2CMAAK%2CWACJ%2CSAAS%3BEACR%2CYAAA%3B%3B%3BAjBtEL%2CWACC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIF%3BE%2FD8nBE%2CkBAAA%3BEACA%2CmBAAA%3BE%2BD7nBD%2CeAAA%3B%3BAAFD%2CUAGC%3BEAAW%2CYAAA%3B%3BAAHZ%2CUAIC%3BEAAS%2CWAAA%3B%3BAAEV%3BEACC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAGD%2CEAAE%3BE%2FDknBA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA%2BDnnBF%2CEAAE%2CQAED%3BE%2FDwnBC%2CWAAA%3BEACA%2CWAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CE%2BD5pBE%2CQAED%3BI%2FDupBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA%2BDlpBJ%2CsBACC%3BEACC%2CYAAA%3B%3BAAIF%2CeACC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAALF%2CeACC%2CiBAKC%2CEAAC%3BEACA%2CSAAA%3B%3BAAPH%2CeACC%2CiBAQC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAXH%2CeACC%2CiBAYC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3B%3BAkBjDH%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CeAAgB%3BEACf%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAGD%2CsBAAuB%3BEAAe%2CkBAAA%3B%3B%3B%3BAC%2FBtC%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2C4BAAA%3BEACH%2CwBAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3B%3BAAPD%2CSASC%3BEACC%2CUAAA%3B%3BAAVF%2CSASC%2CSAGC%3BEACC%2CSAAA%3B%3BAAbH%2CSASC%2CSAGC%2CGAGC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAnBJ%2CSASC%2CSAGC%2CGAGC%2CMAMC%3BEACC%2CiBAAA%3B%3BAAtBL%2CSASC%2CSAGC%2CGAGC%2CMAUC%3BEACC%2CSAAA%3B%3BAA1BL%2CSASC%2CSAGC%2CGAGC%2CMAUC%2CiBAGC%3BEACC%2CWAAA%3B%3BAA7BN%2CSASC%2CSAGC%2CGAGC%2CMAUC%2CiBAOC%3BEACC%2CaAAA%3B%3BAAjCN%2CSASC%2CSAGC%2CGAGC%2CMAUC%2CiBAWC%2CMACC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAvCP%2CSASC%2CSAGC%2CGAGC%2CMAUC%2CiBAWC%2CMAMC%3BEACC%2CWAAA%3B%3BAA3CP%2CSASC%2CSAGC%2CGAGC%2CMAUC%2CiBAWC%2CMAUC%3BEACC%2CiBAAA%3B%3BAA%2FCP%2CSASC%2CSAGC%2CGAGC%2CMAUC%2CiBAWC%2CMAcC%3BEACC%2CmBAAA%3B%3BAAnDP%2CSASC%2CSAiDC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlEH%2CSASC%2CSAiDC%2CUAUC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtEJ%2CSASC%2CSAiEC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAKH%2CSAAS%3BEACR%2CeAAA%3B%3BAAGD%3BEACC%2CeAAA%3BEACA%2CeAAA%3B%3B%3B%3BAC9FD%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAHD%2CaAKC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAVF%2CaAKC%2CEAOC%3BEACC%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAjBH%2CaAqBC%2CEAAC%3BEACA%2CgCAAA%3B%3BAAKF%2CcACC%3BEACC%2CkBAAA%3B%3BAAFF%2CcACC%2CMAGC%3BEACC%2CSAAA%3BEACA%2COAAA%3B%3BAANH%2CcASC%2CMAAK%2CYACJ%3BEACC%2CMAAA%3B%3BAAMH%2CiBACC%3BEACC%2CkBAAA%3B%3B%3B%3BAC%2FCF%2C%2BBAAgC%2CQAC%2FB%3BEACC%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAALF%2C%2BBAAgC%2CQAO%2FB%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAXF%2C%2BBAAgC%2CQAa%2FB%3BEACC%2CkBAAA%3B%3BAAdF%2C%2BBAAgC%2CQAgB%2FB%3BEACC%2CUAAA%3B%3BAAjBF%2C%2BBAAgC%2CQAmB%2FB%3BEACC%2CSAAA%3B%3BAApBF%2C%2BBAAgC%2CQAsB%2FB%3BEACC%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAzBF%2C%2BBAAgC%2CQA2B%2FB%3BEACC%2C2BAAA%3B%3BAA5BF%2C%2BBAAgC%2CQA8B%2FB%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3B%3B%3BEAGA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAA3CF%2C%2BBAAgC%2CQA6C%2FB%2CaAAY%3BEACX%2CyBAAA%3BEACC%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAhDH%2C%2BBAAgC%2CQAkD9B%3BEACC%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAArDH%2C%2BBAAgC%2CQAwD9B%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7DH%2C%2BBAAgC%2CQAgE9B%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlEH%2C%2BBAAgC%2CQAoE9B%3BEACC%2CYAAA%3B%3BAArEH%2C%2BBAAgC%2CQAwE9B%3BEACC%2CWAAA%3B%3BAAzEH%2C%2BBAAgC%2CQA4E9B%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%2FEF%2C%2BBAAgC%2CQAkF9B%2CuBAAuB%3BEACtB%2CeAAA%3B%3BAAnFH%2C%2BBAAgC%2CQAqF9B%2CQAAQ%3BEACP%2CYAAA%3BEACA%2CYAAA%3B%3BAAvFH%2C%2BBAAgC%2CQAyF9B%3BEACC%2CmBAAA%3B%3BAA1FH%2C%2BBAAgC%2CQA6F%2FB%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%2FFF%2C%2BBAAgC%2CQAkG%2FB%2CeAAe%3BEACZ%2CgBAAA%3B%3B%3B%3BACnGJ%3BEACC%2CYAAA%3B%3BAAGD%3BEACC%2CgBAAA%3B%3BAAGD%2CkBAAkB%2CKACjB%2CGAAE%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAKH%2CkBAAkB%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACH%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJD%2CkBAAkB%2CUAMjB%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAXF%2CkBAAkB%2CUAMjB%2CKAOC%3BEACC%2CsBAAA%3B%3BAAdH%2CkBAAkB%2CUAkBjB%2CEAAC%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAArBF%2CkBAAkB%2CUAwBjB%2CEAAC%3BEACA%2CQAAA%3B%3BAAzBF%2CkBAAkB%2CUA4BjB%2CEAAC%3BEACA%2COAAA%3B%3B%3B%3B%3B%3BAC9CF%3BEACC%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CKAAK%2CMAAM%2CoBAAoB%2CMAAM%2C8BAA8B%2CwEAAwE%2COAAO%2COAAlJ%3B%3BAAED%3BEACC%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CKAAK%2CMAAM%2CyBAAyB%2CMAAM%2C2BAA2B%2CwEAAwE%2COAAO%2COAApJ%3B%3BAAGD%3BEACC%2CaAAa%2C6BAAb%3B%3B%3B%3B%3BAAMD%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CmCAAmC%2COAAO%2CWAAnD%3B%3BAAGF%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2C6BAA6B%2COAAO%2CWAA7C%3B%3BAAEF%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2C8BAA8B%2COAAO%2CWAA9C%3B%3BAAEF%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2C%2BBAA%2BB%2COAAO%2CWAA%2FC%3B%3BAAEF%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CoCAAoC%2COAAO%2CWAApD%3B%3BAAEF%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2C8BAA8B%2COAAO%2CWAA9C%3B%3BAAEF%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CkCAAkC%2COAAO%2CWAAlD%3B%3BAAEF%3BEACE%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2C4BAA4B%2COAAO%2CWAA5C%3B%3BAAGF%3BEACC%2CaAAa%2CeAAb%3B%3B%3BAtBtED%2CGAAG%2CmBAAmB%3BAAAc%2CGAAG%2CmBAAmB%3BEAGzD%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAALD%2CGAAG%2CmBAAmB%2CYAOrB%3BAAPmC%2CGAAG%2CmBAAmB%2CaAOzD%3BEACC%2CWAAA%3B%3BAARF%2CGAAG%2CmBAAmB%2CYAYrB%2CeAAe%3BAAZoB%2CGAAG%2CmBAAmB%2CaAYzD%2CeAAe%3BEACd%2CWAAA%3B%3BAAbF%2CGAAG%2CmBAAmB%2CYAgBrB%3BAAhBmC%2CGAAG%2CmBAAmB%2CaAgBzD%3BEACC%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlBF%2CGAAG%2CmBAAmB%2CYAgBrB%2CeAIC%2CGAAE%2CUAAW%3BAApBqB%2CGAAG%2CmBAAmB%2CaAgBzD%2CeAIC%2CGAAE%2CUAAW%3BAApBf%2CGAAG%2CmBAAmB%2CYAgBrB%2CeAImB%2CGAAE%2CeAAgB%3BAApBF%2CGAAG%2CmBAAmB%2CaAgBzD%2CeAImB%2CGAAE%2CeAAgB%3BEACnC%2CUAAA%3B%3BAArBH%2CGAAG%2CmBAAmB%2CYAgBrB%2CeAQC%2CGAAG%2CIAAG%3BAAxB4B%2CGAAG%2CmBAAmB%2CaAgBzD%2CeAQC%2CGAAG%2CIAAG%3BEACL%2CuBAAA%3BEACA%2CcAAA%3B%3BAA1BH%2CGAAG%2CmBAAmB%2CYAgBrB%2CeAaC%2CEAAC%3BAA7BiC%2CGAAG%2CmBAAmB%2CaAgBzD%2CeAaC%2CEAAC%3BEACA%2CaAAA%3B%3BAA9BH%2CGAAG%2CmBAAmB%2CYAgBrB%2CeAiBC%2CEAAC%3BAAjCiC%2CGAAG%2CmBAAmB%2CaAgBzD%2CeAiBC%2CEAAC%3BEACA%2CcAAA%3B%3BAAlCH%2CGAAG%2CmBAAmB%2CYAsCrB%2CeACC%3BAAvCkC%2CGAAG%2CmBAAmB%2CaAsCzD%2CeACC%3BEACC%2CeAAA%3B%3BAAxCH%2CGAAG%2CmBAAmB%2CYA4CrB%3BAA5CmC%2CGAAG%2CmBAAmB%2CaA4CzD%3BEACC%2CiBAAA%3B%3BAA7CF%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%3BAAhDmB%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%3BEhEslBf%2CkBAAA%3BEACA%2CmBAAA%3B%3BAgEhlBA%2CQAL8B%3BEAK9B%2CGAvDC%2CmBAAmB%2CYAgDrB%2CiBAAgB%3BEAOf%2CGAvDqC%2CmBAAmB%2CaAgDzD%2CiBAAgB%3BIAGd%2C6BAAA%3BIACA%2CsBAAA%3B%3B%3BAApDH%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%3BAAvDkC%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%3BEACC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA5DH%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%2CYAMC%2CGAAG%2CEAAE%3BAA7D4B%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%2CYAMC%2CGAAG%2CEAAE%3BEACJ%2CcAAA%3B%3BAA9DJ%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%2CYAaC%2CGAAG%2CEAAE%2CKAAI%3BAApEwB%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%2CYAaC%2CGAAG%2CEAAE%2CKAAI%3BEAAO%2CcAAA%3B%3BAApEnB%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%2CYAeC%2CGAAE%3BAAtE%2BB%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%2CYAeC%2CGAAE%3BEACC%2CqCAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkDAAA%3BEACA%2C0CAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEAYF%2CSAAA%3BEACE%2CWAAA%3B%3BAA1FN%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%2CYAeC%2CGAAE%2CcASD%2CGAAG%3BAA%2FE6B%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%2CYAeC%2CGAAE%2CcASD%2CGAAG%3BEACF%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CGAvFD%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%2CYAeC%2CGAAE%2CcASD%2CGAAG%3BEAQH%2CGAvFmC%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%2CYAeC%2CGAAE%2CcASD%2CGAAG%3BIAMD%2CwBAAA%3B%3B%3BAArFN%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%2CYAsCC%3BAA7FiC%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%2CYAsCC%3BEACC%2CaAAA%3B%3BAA9FJ%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAOf%2CYA0CC%3BAAjGiC%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAOf%2CYA0CC%3BEACC%2CaAAA%3B%3BAAlGJ%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAsDf%2CKAAI%2CWAAY%2CKAAK%2CIAAG%3BAAtGU%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAsDf%2CKAAI%2CWAAY%2CKAAK%2CIAAG%3BEACvB%2CwBAAA%3BEACA%2CwBAA8B%2CuDAA9B%3B%3BAAMD%2CQAJ%2BB%3BEAI%2FB%2CGA9GC%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAsDf%2CKAAI%2CWAAY%2CKAAK%2CIAAG%3BEAQxB%2CGA9GqC%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAsDf%2CKAAI%2CWAAY%2CKAAK%2CIAAG%3BIAKtB%2CuBAAA%3BIACA%2CYAAA%3B%3B%3BAA5GJ%2CGAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAgEf%2CKAAI%2CWAAY%2CQAAQ%3BAAhHU%2CGAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAgEf%2CKAAI%2CWAAY%2CQAAQ%3BEACvB%2CsCAAA%3BEACA%2CyCAAA%3BEACA%2CiCAAA%3BEACA%2CwBAA8B%2CsDAA9B%3B%3BAAOD%2CQAL%2BB%3BEAK%2FB%2CGA3HC%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBAgEf%2CKAAI%2CWAAY%2CQAAQ%3BEAWxB%2CGA3HqC%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBAgEf%2CKAAI%2CWAAY%2CQAAQ%3BIAOtB%2CuBAAA%3BIACA%2CYAAA%3B%3B%3BAAxHJ%2CGAAG%2CmBAAmB%2CYA8HrB%2CYAAY%3BAA9HuB%2CGAAG%2CmBAAmB%2CaA8HzD%2CYAAY%3BAA9Hb%2CGAAG%2CmBAAmB%2CYA8HC%2CYAAY%3BAA9HC%2CGAAG%2CmBAAmB%2CaA8HnC%2CYAAY%3BAA9HnC%2CGAAG%2CmBAAmB%2CYA8H0B%2CYAAY%3BAA9HxB%2CGAAG%2CmBAAmB%2CaA8HV%2CYAAY%3BEAC1D%2CgBAAA%3B%3BAA%2FHF%2CGAAG%2CmBAAmB%2CYAkIrB%2CYAAY%2CSAAQ%3BAAlIe%2CGAAG%2CmBAAmB%2CaAkIzD%2CYAAY%2CSAAQ%3BAAlIrB%2CGAAG%2CmBAAmB%2CYAkIM%2CYAAY%2CYAAW%3BAAlIf%2CGAAG%2CmBAAmB%2CaAkI9B%2CYAAY%2CYAAW%3BAAlInD%2CGAAG%2CmBAAmB%2CYAkIoC%2CYAAY%2CQAAO%3BAAlIzC%2CGAAG%2CmBAAmB%2CaAkIA%2CYAAY%2CQAAO%3BAAlI7E%2CGAAG%2CmBAAmB%2CYAkI8D%2CYAAY%2CoBAAmB%2CKAAM%3BAAlIrF%2CGAAG%2CmBAAmB%2CaAkI0B%2CYAAY%2CoBAAmB%2CKAAM%3BEACvH%2C4BAA4B%2CsDAA5B%3B%3BAAnIF%2CGAAG%2CmBAAmB%2CYAsIrB%2CYAAY%2CoBAAmB%2CKAAM%3BAAtIF%2CGAAG%2CmBAAmB%2CaAsIzD%2CYAAY%2CoBAAmB%2CKAAM%3BEACpC%2CWAAA%3B%3BAAvIF%2CGAAG%2CmBAAmB%2CYA0IrB%2CYAAY%2CSAAQ%2CKAAM%3BAA1IS%2CGAAG%2CmBAAmB%2CaA0IzD%2CYAAY%2CSAAQ%2CKAAM%3BAA1I3B%2CGAAG%2CmBAAmB%2CYA0IU%2CYAAY%2CYAAW%2CKAAM%3BAA1IzB%2CGAAG%2CmBAAmB%2CaA0I1B%2CYAAY%2CYAAW%2CKAAM%3BAA1I7D%2CGAAG%2CmBAAmB%2CYA0I4C%2CYAAY%2CQAAO%2CKAAM%3BAA1IvD%2CGAAG%2CmBAAmB%2CaA0IQ%2CYAAY%2CQAAO%2CKAAM%3BEACzF%2CWAAA%3BEACA%2CuBAAA%3B%3BAA5IF%2CGAAG%2CmBAAmB%2CYA%2BIrB%3BAA%2FImC%2CGAAG%2CmBAAmB%2CaA%2BIzD%3BAA%2FID%2CGAAG%2CmBAAmB%2CYA%2BIJ%3BAA%2FIkB%2CGAAG%2CmBAAmB%2CaA%2BIxC%3BAA%2FIlB%2CGAAG%2CmBAAmB%2CYA%2BIgB%3BAA%2FIF%2CGAAG%2CmBAAmB%2CaA%2BIpB%3BEACpC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEAEA%2C0CAAA%3BEACA%2C6CAAA%3BEACA%2CqCAAA%3B%3BAA5JF%2CGAAG%2CmBAAmB%2CYA%2BIrB%2CgBAeC%3BAA9JkC%2CGAAG%2CmBAAmB%2CaA%2BIzD%2CgBAeC%3BAA9JF%2CGAAG%2CmBAAmB%2CYA%2BIJ%2CmBAehB%3BAA9JkC%2CGAAG%2CmBAAmB%2CaA%2BIxC%2CmBAehB%3BAA9JF%2CGAAG%2CmBAAmB%2CYA%2BIgB%2CeAepC%3BAA9JkC%2CGAAG%2CmBAAmB%2CaA%2BIpB%2CeAepC%3BEACC%2CcAAA%3B%3BAA%2FJH%2CGAAG%2CmBAAmB%2CYAoKrB%3BAApKmC%2CGAAG%2CmBAAmB%2CaAoKzD%3BEAEC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAMA%2CQAJ8B%3BEAI9B%2CGA9KC%2CmBAAmB%2CYAoKrB%3BEAUC%2CGA9KqC%2CmBAAmB%2CaAoKzD%3BIAOE%2CgBAAA%3B%3B%3BAAOD%2CQAJ8B%3BEAI9B%2CGAlLC%2CmBAAmB%2CYAoKrB%3BEAcC%2CGAlLqC%2CmBAAmB%2CaAoKzD%3BIAWE%2CgBAAA%3B%3B%3BAAOF%2CQAJ%2BB%3BEAI%2FB%2CGAtLE%2CmBAAmB%2CYAoKrB%3BEAkBA%2CGAtLsC%2CmBAAmB%2CaAoKzD%3BIAeE%2CiBAAA%3B%3B%3BAAnLH%2CGAAG%2CmBAAmB%2CYAwLrB%3BAAxLmC%2CGAAG%2CmBAAmB%2CaAwLzD%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQAJ8B%3BEAI9B%2CGApMC%2CmBAAmB%2CYAwLrB%3BEAYC%2CGApMqC%2CmBAAmB%2CaAwLzD%3BIASE%2CYAAA%3B%3B%3BAAOD%2CQAJ8B%3BEAI9B%2CGAxMC%2CmBAAmB%2CYAwLrB%3BEAgBC%2CGAxMqC%2CmBAAmB%2CaAwLzD%3BIAaE%2CYAAA%3B%3B%3BAAOD%2CQAJ%2BB%3BEAI%2FB%2CGA5MC%2CmBAAmB%2CYAwLrB%3BEAoBC%2CGA5MqC%2CmBAAmB%2CaAwLzD%3BIAiBE%2CYAAA%3B%3B%3BAAzMH%2CGAAG%2CmBAAmB%2CYAwLrB%2CaAoBC%3BAA5MkC%2CGAAG%2CmBAAmB%2CaAwLzD%2CaAoBC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAOA%2CQAL8B%3BEAK9B%2CGAvNA%2CmBAAmB%2CYAwLrB%2CaAoBC%3BEAWC%2CGAvNoC%2CmBAAmB%2CaAwLzD%2CaAoBC%3BIAOE%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAOD%2CQAJ8B%3BEAI9B%2CGA3NA%2CmBAAmB%2CYAwLrB%2CaAoBC%3BEAeC%2CGA3NoC%2CmBAAmB%2CaAwLzD%2CaAoBC%3BIAYE%2CYAAA%3B%3B%3BAAMF%2CQAH%2BB%3BEAG%2FB%2CGA9NC%2CmBAAmB%2CYAwLrB%2CaAoBC%3BEAkBA%2CGA9NqC%2CmBAAmB%2CaAwLzD%2CaAoBC%3BIAgBE%2CYAAA%3B%3B%3BAA5NJ%2CGAAG%2CmBAAmB%2CYAwLrB%2CaAwCC%3BAAhOkC%2CGAAG%2CmBAAmB%2CaAwLzD%2CaAwCC%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAvOH%2CGAAG%2CmBAAmB%2CYAwLrB%2CaAkDC%3BAA1OkC%2CGAAG%2CmBAAmB%2CaAwLzD%2CaAkDC%3BEACC%2CWAAA%3B%3BAA3OH%2CGAAG%2CmBAAmB%2CYAwLrB%2CaAsDC%3BAA9OkC%2CGAAG%2CmBAAmB%2CaAwLzD%2CaAsDC%3BEACC%2CgBAAgB%2C2DAAhB%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAjPH%2CGAAG%2CmBAAmB%2CYAwLrB%2CaAsDC%2CeAIC%3BAAlPiC%2CGAAG%2CmBAAmB%2CaAwLzD%2CaAsDC%2CeAIC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAArPJ%2CGAAG%2CmBAAmB%2CYAwLrB%2CaAiEC%3BAAzPkC%2CGAAG%2CmBAAmB%2CaAwLzD%2CaAiEC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA9PH%2CGAAG%2CmBAAmB%2CYAwLrB%2CaAyEC%3BAAjQkC%2CGAAG%2CmBAAmB%2CaAwLzD%2CaAyEC%3BEACC%2CmBAAA%3B%3BAAlQH%2CGAAG%2CmBAAmB%2CYAuQrB%3BAAvQmC%2CGAAG%2CmBAAmB%2CaAuQzD%3BAAvQD%2CGAAG%2CmBAAmB%2CYAuQR%3BAAvQsB%2CGAAG%2CmBAAmB%2CaAuQ5C%3BAAvQd%2CGAAG%2CmBAAmB%2CYAuQI%3BAAvQU%2CGAAG%2CmBAAmB%2CaAuQhC%3BAAvQ1B%2CGAAG%2CmBAAmB%2CYAuQoB%3BAAvQN%2CGAAG%2CmBAAmB%2CaAuQhB%3BAAvQ1C%2CGAAG%2CmBAAmB%2CYAuQkC%3BAAvQpB%2CGAAG%2CmBAAmB%2CaAuQF%3BEAEtD%2CWAAA%3B%3BAAzQF%2CGAAG%2CmBAAmB%2CYAuQrB%2CYAIC%3BAA3QkC%2CGAAG%2CmBAAmB%2CaAuQzD%2CYAIC%3BAA3QF%2CGAAG%2CmBAAmB%2CYAuQR%2CWAIZ%3BAA3QkC%2CGAAG%2CmBAAmB%2CaAuQ5C%2CWAIZ%3BAA3QF%2CGAAG%2CmBAAmB%2CYAuQI%2CeAIxB%3BAA3QkC%2CGAAG%2CmBAAmB%2CaAuQhC%2CeAIxB%3BAA3QF%2CGAAG%2CmBAAmB%2CYAuQoB%2CaAIxC%3BAA3QkC%2CGAAG%2CmBAAmB%2CaAuQhB%2CaAIxC%3BAA3QF%2CGAAG%2CmBAAmB%2CYAuQkC%2CaAItD%3BAA3QkC%2CGAAG%2CmBAAmB%2CaAuQF%2CaAItD%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAA%2FQH%2CGAAG%2CmBAAmB%2CYAuQrB%2CYAWC%3BAAlRkC%2CGAAG%2CmBAAmB%2CaAuQzD%2CYAWC%3BAAlRF%2CGAAG%2CmBAAmB%2CYAuQR%2CWAWZ%3BAAlRkC%2CGAAG%2CmBAAmB%2CaAuQ5C%2CWAWZ%3BAAlRF%2CGAAG%2CmBAAmB%2CYAuQI%2CeAWxB%3BAAlRkC%2CGAAG%2CmBAAmB%2CaAuQhC%2CeAWxB%3BAAlRF%2CGAAG%2CmBAAmB%2CYAuQoB%2CaAWxC%3BAAlRkC%2CGAAG%2CmBAAmB%2CaAuQhB%2CaAWxC%3BAAlRF%2CGAAG%2CmBAAmB%2CYAuQkC%2CaAWtD%3BAAlRkC%2CGAAG%2CmBAAmB%2CaAuQF%2CaAWtD%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAArRH%2CGAAG%2CmBAAmB%2CYAuQrB%2CYAWC%2CWAKC%3BAAvRiC%2CGAAG%2CmBAAmB%2CaAuQzD%2CYAWC%2CWAKC%3BAAvRH%2CGAAG%2CmBAAmB%2CYAuQR%2CWAWZ%2CWAKC%3BAAvRiC%2CGAAG%2CmBAAmB%2CaAuQ5C%2CWAWZ%2CWAKC%3BAAvRH%2CGAAG%2CmBAAmB%2CYAuQI%2CeAWxB%2CWAKC%3BAAvRiC%2CGAAG%2CmBAAmB%2CaAuQhC%2CeAWxB%2CWAKC%3BAAvRH%2CGAAG%2CmBAAmB%2CYAuQoB%2CaAWxC%2CWAKC%3BAAvRiC%2CGAAG%2CmBAAmB%2CaAuQhB%2CaAWxC%2CWAKC%3BAAvRH%2CGAAG%2CmBAAmB%2CYAuQkC%2CaAWtD%2CWAKC%3BAAvRiC%2CGAAG%2CmBAAmB%2CaAuQF%2CaAWtD%2CWAKC%3BEACC%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAA1RJ%2CGAAG%2CmBAAmB%2CYAuQrB%2CYAWC%2CWAWC%2CEAAC%3BAA7RgC%2CGAAG%2CmBAAmB%2CaAuQzD%2CYAWC%2CWAWC%2CEAAC%3BAA7RJ%2CGAAG%2CmBAAmB%2CYAuQR%2CWAWZ%2CWAWC%2CEAAC%3BAA7RgC%2CGAAG%2CmBAAmB%2CaAuQ5C%2CWAWZ%2CWAWC%2CEAAC%3BAA7RJ%2CGAAG%2CmBAAmB%2CYAuQI%2CeAWxB%2CWAWC%2CEAAC%3BAA7RgC%2CGAAG%2CmBAAmB%2CaAuQhC%2CeAWxB%2CWAWC%2CEAAC%3BAA7RJ%2CGAAG%2CmBAAmB%2CYAuQoB%2CaAWxC%2CWAWC%2CEAAC%3BAA7RgC%2CGAAG%2CmBAAmB%2CaAuQhB%2CaAWxC%2CWAWC%2CEAAC%3BAA7RJ%2CGAAG%2CmBAAmB%2CYAuQkC%2CaAWtD%2CWAWC%2CEAAC%3BAA7RgC%2CGAAG%2CmBAAmB%2CaAuQF%2CaAWtD%2CWAWC%2CEAAC%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA%2FRJ%2CGAAG%2CmBAAmB%2CYAoSrB%3BAApSmC%2CGAAG%2CmBAAmB%2CaAoSzD%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAAtSF%2CGAAG%2CmBAAmB%2CYAySrB%3BAAzSmC%2CGAAG%2CmBAAmB%2CaAySzD%3BAAzSD%2CGAAG%2CmBAAmB%2CYAySL%3BAAzSmB%2CGAAG%2CmBAAmB%2CaAySzC%3BEACf%2CYAAA%3BEACA%2CkBAAA%3B%3BAA3SF%2CGAAG%2CmBAAmB%2CYAySrB%2CeAIC%3BAA7SkC%2CGAAG%2CmBAAmB%2CaAySzD%2CeAIC%3BAA7SF%2CGAAG%2CmBAAmB%2CYAySL%2CWAIf%3BAA7SkC%2CGAAG%2CmBAAmB%2CaAySzC%2CWAIf%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAnTH%2CGAAG%2CmBAAmB%2CYAySrB%2CeAaC%2CWAAU%2CMACT%3BAAvTiC%2CGAAG%2CmBAAmB%2CaAySzD%2CeAaC%2CWAAU%2CMACT%3BAAvTH%2CGAAG%2CmBAAmB%2CYAySL%2CWAaf%2CWAAU%2CMACT%3BAAvTiC%2CGAAG%2CmBAAmB%2CaAySzC%2CWAaf%2CWAAU%2CMACT%3BAAvTH%2CGAAG%2CmBAAmB%2CYAySrB%2CeAaC%2CWAAU%2CMACI%3BAAvToB%2CGAAG%2CmBAAmB%2CaAySzD%2CeAaC%2CWAAU%2CMACI%3BAAvThB%2CGAAG%2CmBAAmB%2CYAySL%2CWAaf%2CWAAU%2CMACI%3BAAvToB%2CGAAG%2CmBAAmB%2CaAySzC%2CWAaf%2CWAAU%2CMACI%3BEACZ%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzTJ%2CGAAG%2CmBAAmB%2CYAySrB%2CeAoBC%3BAA7TkC%2CGAAG%2CmBAAmB%2CaAySzD%2CeAoBC%3BAA7TF%2CGAAG%2CmBAAmB%2CYAySL%2CWAoBf%3BAA7TkC%2CGAAG%2CmBAAmB%2CaAySzC%2CWAoBf%3BEACC%2CgBAAA%3BEACA%2CUAAA%3B%3BAA%2FTH%2CGAAG%2CmBAAmB%2CYAySrB%2CeAyBC%3BAAlUkC%2CGAAG%2CmBAAmB%2CaAySzD%2CeAyBC%3BAAlUF%2CGAAG%2CmBAAmB%2CYAySL%2CWAyBf%3BAAlUkC%2CGAAG%2CmBAAmB%2CaAySzC%2CWAyBf%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAtUH%2CGAAG%2CmBAAmB%2CYA0UrB%3BAA1UmC%2CGAAG%2CmBAAmB%2CaA0UzD%3BEACC%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA9UF%2CGAAG%2CmBAAmB%2CYAiVrB%3BAAjVmC%2CGAAG%2CmBAAmB%2CaAiVzD%3BEACC%2CgBAAA%3B%3BAAlVF%2CGAAG%2CmBAAmB%2CYAyVrB%3BAAzVmC%2CGAAG%2CmBAAmB%2CaAyVzD%3BEACC%2CaAAA%3BEAEA%2CmBAAA%3BEAEA%2CuBAAA%3B%3BAA9VF%2CGAAG%2CmBAAmB%2CYAiWrB%3BAAjWmC%2CGAAG%2CmBAAmB%2CaAiWzD%3BEAEC%2CaAAA%3BEAEA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAUC%2CQAP6B%3BEAO7B%2CGAhXA%2CmBAAmB%2CYAiWrB%2CaAOC%3BEAQC%2CGAhXoC%2CmBAAmB%2CaAiWzD%2CaAOC%3BIAEE%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3B%3BAAOD%2CQAH8B%3BEAG9B%2CGApXA%2CmBAAmB%2CYAiWrB%2CaAOC%2CWAQC%3BEAIA%2CGApXoC%2CmBAAmB%2CaAiWzD%2CaAOC%2CWAQC%3BIAEE%2CgBAAA%3B%3B%3BAAUH%2CQAH8B%3BEAG9B%2CGA5XC%2CmBAAmB%2CYAiWrB%2CaAuBC%3BEAIA%2CGA5XqC%2CmBAAmB%2CaAiWzD%2CaAuBC%3BIAEE%2CkBAAA%3B%3B%3BAA1XJ%2CGAAG%2CmBAAmB%2CYAiWrB%2CaA6BC%3BAA9XkC%2CGAAG%2CmBAAmB%2CaAiWzD%2CaA6BC%3BEACC%2CaAAA%3B%3BAAID%2CQAH8B%3BEAG9B%2CGAnYC%2CmBAAmB%2CYAiWrB%2CaA6BC%3BEAKA%2CGAnYqC%2CmBAAmB%2CaAiWzD%2CaA6BC%3BIAGE%2CcAAA%3B%3B%3BAAjYJ%2CGAAG%2CmBAAmB%2CYAsYrB%2CeAAc%3BAAtYqB%2CGAAG%2CmBAAmB%2CaAsYzD%2CeAAc%3BEACb%2CYAAA%3BEACA%2CgBAAA%3B%3BAAxYF%2CGAAG%2CmBAAmB%2CYAsYrB%2CeAAc%2C0BAQb%2CuBACC%3BAA%2FYiC%2CGAAG%2CmBAAmB%2CaAsYzD%2CeAAc%2C0BAQb%2CuBACC%3BEACC%2CYAAA%3BEACA%2CwBAAA%3B%3BAAjZJ%2CGAAG%2CmBAAmB%2CYAsYrB%2CeAAc%2C0BAQb%2CuBACC%2CGAIC%3BAAnZgC%2CGAAG%2CmBAAmB%2CaAsYzD%2CeAAc%2C0BAQb%2CuBACC%2CGAIC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3B%3BAArZL%2CGAAG%2CmBAAmB%2CYAsYrB%2CeAAc%2C0BAQb%2CuBACC%2CGASC%2CEAAC%3BAAxZ%2BB%2CGAAG%2CmBAAmB%2CaAsYzD%2CeAAc%2C0BAQb%2CuBACC%2CGASC%2CEAAC%3BEACA%2CWAAA%3B%3BAAzZL%2CGAAG%2CmBAAmB%2CYAsYrB%2CeAAc%2C0BAQb%2CuBAeC%2CGAAE%3BAA7Z%2BB%2CGAAG%2CmBAAmB%2CaAsYzD%2CeAAc%2C0BAQb%2CuBAeC%2CGAAE%3BEACD%2CmBAAA%3B%3BAAcH%2CQAJ8B%3BEAI9B%3BIAHC%2CaAAA%3B%3B%3BAAkDF%2CQAzC%2BB%3BEAyC%2FB%2CYAxCE%2CKAAK%2CKAAI%3BIhE0NT%2CkBAAA%3BIAEA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIgE7NG%2CWAAA%3BIAGA%2CgBAAA%3B%3BEAmCL%2CYAjCE%2CiBAAgB%3BIACf%2CYAAA%3B%3BEAgCH%2CYAjCE%2CiBAAgB%2CqBAEf%2CKAAI%3BIACH%2CYAAA%3BIACA%2C6BAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3B%3BEA2BJ%2CYAjCE%2CiBAAgB%2CqBAEf%2CKAAI%2CWAKH%2CGAAE%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAoBN%2CYAjCE%2CiBAAgB%2CqBAgBd%2CKAAI%2CWAAY%2CQAAQ%3BIAAK%2CkCAAA%3BIAAoC%2C0BAAA%3B%3BEAiBrE%2CYAjCE%2CiBAAgB%2CqBAiBd%2CKAAI%2CWAAY%2CKAAK%2CIAAG%3BIACvB%2C6BAAA%3BIACA%2CiBAAA%3BIACC%2CeAAA%3BIACA%2CkCAAA%3BIACA%2C%2BBAAA%3BIACA%2CkBAAA%3B%3BEAUN%2CYAjCE%2CiBAAgB%2CqBAyBd%2CeAAe%3BIACd%2CWAAA%3B%3BEAOL%2CYAjCE%2CiBAAgB%2CqBAyBd%2CeAAe%2CGAEb%3BIAAE%2CwBAAwB%2CuDAAxB%3BIAAmF%2CyBAAA%3BIAA6B%2CkBAAA%3B%3B%3BAAWxH%3BEAEC%2CaAAA%3B%3BAAMA%2CQAJ8B%3BEAI9B%3BIAHC%2CcAAA%3B%3B%3BAAOD%2CQAH%2BB%3BEAG%2FB%2CaAJA%3BIAEE%2CaAAA%3B%3B%3BAAVH%2CaAcC%2CYAAY%2CKAAK%3BAAdlB%2CaAcuB%2CYAAY%2CKAAK%2CIAAG%3BAAd3C%2CaAeC%2CYAAY%2CKAAK%2CIAAG%3BAAfrB%2CaAe%2BB%2CYAAY%2CKAAK%2CIAAG%3BEACjD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAOD%2CQAL%2BB%3BEAK%2FB%2CaAZA%2CYAAY%2CKAAK%3BEAYjB%2CaAZsB%2CYAAY%2CKAAK%2CIAAG%3BEAY1C%2CaAXA%2CYAAY%2CKAAK%2CIAAG%3BEAWpB%2CaAX8B%2CYAAY%2CKAAK%2CIAAG%3BIAOhD%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAxBH%2CaA4BC%2CYAAY%2CoBAAoB%3BAA5BjC%2CaA6BC%2CYAAY%2CoBAAoB%2CIAAG%3BAA7BpC%2CaA8BC%2CYAAY%2CoBAAoB%2CIAAG%3BAA9BpC%2CaA%2BBC%2CYAAY%2CoBAAoB%2CIAAG%3BEAClC%2CeAAA%3B%3BAAhCF%2CaAmCC%2CYAAY%3BEACX%2CgBAAgB%2CuDAAhB%3BEACA%2CkBAAA%3B%3BAArCF%2CaAmCC%2CYAAY%2CoBAIX%3BAAvCF%2CaAmCC%2CYAAY%2CoBAIR%2CEAAC%3BEACH%2CoBAAA%3BEACA%2CeAAA%3B%3BAAzCH%2CaA6CC%2CYAAY%3BAA7Cb%2CaA6C2B%2CYAAY%2CaAAY%3BEACjD%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CwBAA2B%2CiDAA3B%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAMA%2CQAJ6B%3BEAI7B%2CaAZD%2CYAAY%3BEAYX%2CaAZyB%2CYAAY%2CaAAY%3BIAShD%2CcAAA%3B%3B%3BAAtDH%2CaA6CC%2CYAAY%2CaAYX%3BAAzDF%2CaA6C2B%2CYAAY%2CaAAY%2CMAYjD%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5DH%2CaAgEC%2CYAAY%2CKAAI%3BAAhEjB%2CaAgEgC%2CYAAY%2CKAAI%2CaAAa%3BEAC3D%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApEF%2CaAgEC%2CYAAY%2CKAAI%2CaAMf%3BAAtEF%2CaAgEgC%2CYAAY%2CKAAI%2CaAAa%2CMAM3D%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA1EH%2CaA8EC%3BEACC%2CaAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%2CaANA%3BIAIE%2CcAAA%3B%3B%3B%3BAuBljBH%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAgBJ%2CQAd0B%3BEACtB%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAiBR%2CQAd0B%3BEACtB%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAgBP%2CQAb0B%3BEACvB%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3B%3B%3BAtBpDR%2CMAAM%3BEjEuoBJ%2CkBAAA%3BEACA%2CmBAAA%3BEiEhkBD%2CmBAAA%3B%3BAAxED%2CMAAM%2CeACL%3BEACC%2CaAAA%3B%3BAAgBA%2CmBAbqC%3BEAarC%2CMAlBI%2CeAIL%3BIAEC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEASA%2CMAlBI%2CeAIL%2CeAMC%3BIACC%2CeAAA%3B%3BEAOD%2CMAlBI%2CeAIL%2CeASE%3BIACC%2CaAAA%3B%3B%3BAAaF%2CmBATqC%3BEASrC%2CMA3BI%2CeAIL%2CeAeE%3BIACC%2CiBAAA%3B%3BEAOF%2CMA3BI%2CeAIL%2CeAkBE%3BIACC%2CgBAAA%3B%3B%3BAAYF%2CQAR%2BB%3BEAQ%2FB%2CMAnCI%2CeAIL%2CeAwBE%3BIACC%2CiBAAA%3B%3BEAMF%2CMAnCI%2CeAIL%2CeA2BE%3BIACI%2CiBAAA%3B%3B%3BAAYL%2CQAT%2BB%3BEAS%2FB%2CMA5CI%2CeAIL%3BIAgCE%2CYAAA%3B%3BEAQD%2CMA5CI%2CeAIL%2CeAiCE%3BIACC%2CiBAAA%3B%3BEAMF%2CMA5CI%2CeAIL%2CeAoCE%3BIACI%2CgBAAA%3B%3B%3BAAQN%2CQALgC%3BEAKhC%2CMAjDK%2CeAIL%2CeAyCE%3BIACC%2CiBAAA%3B%3B%3BAAWF%2CmBAHqC%3BEAGrC%2CMAzDI%2CeAqDL%3BIAEE%2CkBAAA%3B%3B%3BAAKF%2CQAHgC%3BEAGhC%2CMA5DK%2CeAqDL%3BIAKE%2CiBAAA%3B%3B%3BAA1DH%2CMAAM%2CeA8DL%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAlEF%2CMAAM%2CeA8DL%2CQAKC%3BEACC%2CeAAA%3B%3BAApEH%2CMAAM%2CeAyEL%3BEACC%2CaAAA%3BEjEwpBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEiEvpBA%2CiBAAA%3B%3BAjEmmBF%2CQAJqC%3BEAIrC%2CMiEjrBM%2CeAyEL%3BIjEqmBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CMiE9sBM%2CeAyEL%3BIjEkoBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CMiE3uBM%2CeAyEL%3BIjE%2BpBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAiErpBF%2CQAJ%2BB%3BEAI%2FB%2CMApFI%2CeAyEL%3BIAQE%2CcAAA%3B%3B%3BAAOA%2CQAH%2BB%3BEAG%2FB%2CMAxFG%2CeAyEL%2CgBAWC%3BIAEE%2CWAAA%3B%3B%3BAAKF%2CQAHgC%3BEAGhC%2CMA3FI%2CeAyEL%2CgBAWC%3BIAKE%2CWAAA%3B%3B%3BAAzFJ%2CMAAM%2CeA%2BFL%3BEjEgjBC%2CWAAA%3BEACA%2CUAAA%3BEAkFA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEiEjoBA%2CYAAA%3BEACA%2CkBAAA%3B%3BAjE4kBF%2CQAJqC%3BEAIrC%2CMiEjrBM%2CeA%2BFL%3BIjE%2BkBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CMiE9sBM%2CeA%2BFL%3BIjE4mBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CMiE3uBM%2CeA%2BFL%3BIjEyoBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAiE9nBH%2CQAJgC%3BEAIhC%2CMA3GK%2CeA%2BFL%3BIASE%2CWAAA%3B%3B%3BAAxGH%2CMAAM%2CeA6GL%2COAAM%3BEAEL%2CaAAA%3BEAQA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHA%2CQAL6B%3BEAK7B%2CMAtHI%2CeA6GL%2COAAM%3BIAKJ%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAnHH%2CMAAM%2CeA6GL%2COAAM%2CgBAcL%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAMD%2CQAJ8B%3BEAI9B%2CMApII%2CeA6GL%2COAAM%2CgBAcL%3BIAME%2CYAAA%3B%3B%3BAAjIJ%2CMAAM%2CeA6GL%2COAAM%2CgBAyBL%3BEACC%2CaAAA%3B%3BAAvIH%2CMAAM%2CeA6GL%2COAAM%2CgBA6BL%3BEACC%2CYAAA%3B%3BAAMA%2CQAJ6B%3BEAI7B%2CMAjJG%2CeA6GL%2COAAM%2CgBA6BL%3BIAIE%2CYAAA%3B%3B%3BAA9IJ%2CMAAM%2CeA6GL%2COAAM%2CgBA6BL%2CWAOC%3BEACC%2CgBAAA%3B%3BAAlJJ%2CMAAM%2CeA6GL%2COAAM%2CgBAyCL%3BEACC%2CWAAA%3BEACA%2CUAAA%3B%3BAAxJH%2CMAAM%2CeA6GL%2COAAM%2CgBAyCL%2CSAIC%3BEACC%2CwBAA%2BB%2CqDAA%2FB%3BEACA%2CUAAA%3B%3BAA5JJ%2CMAAM%2CeA6GL%2COAAM%2CgBAmDL%3BEACC%2CaAAA%3B%3BAAjKH%2CMAAM%2CeA6GL%2COAAM%2CgBAuDL%3BAApKF%2CMAAM%2CeA6GL%2COAAM%2CgBAuDQ%3BEACZ%2CeAAA%3BEACA%2CYAAA%3B%3BAAtKH%2CMAAM%2CeA2KL%3BEAQC%2CcAAA%3B%3BAAAA%2CQAP%2BB%2CuBAA2B%3BEAO1D%2CMAnLI%2CeA2KL%3BIAEE%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAA%2FKH%2CMAAM%2CeA2KL%2CcASC%3BEACC%2CcAAA%3B%3BAArLH%2CMAAM%2CeA2KL%2CcAaC%3BEACC%2CsBAAA%3B%3BAAMD%2CQAJgC%3BEAIhC%2CMA%2FLI%2CeA2KL%2CcAaC%3BIAIE%2CcAAA%3B%3B%3BAA5LJ%2CMAAM%2CeA2KL%2CcAsBC%3BEACC%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOD%2CQALgC%3BEAKhC%2CMA7MI%2CeA2KL%2CcAsBC%3BIAQE%2CcAAA%3BIACA%2C%2BBAAA%3B%3B%3BAA1MJ%2CMAAM%2CeA2KL%2CcAoCC%3BEACC%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA%2BBA%2CQAT%2BB%3BEAS%2FB%2CMA%2FOG%2CeA2KL%2CcAoCC%3B%3B%3B%3B%3B%3B%3B%3B%3BAA%2FMF%2CMAAM%2CeA2KL%2CcAoCC%2CWAgCC%3BEACC%2CcAAA%3B%3BAAhPJ%2CMAAM%2CeA2KL%2CcA0EC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3B%3BAASA%2CQAP%2BB%3BEAO%2FB%2CMAhQG%2CeA2KL%2CcA0EC%3BIAKE%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAAQF%2CQALgC%3BEAKhC%2CMArQI%2CeA2KL%2CcA0EC%3BIAYE%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAAOJ%3BEAEC%2CaAAA%3B%3BAjEzPC%2CqBAAC%3BAACD%2CqBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CqBAAC%3BEACC%2CWAAA%3B%3BAANF%2CqBAAC%3BAACD%2CqBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CqBAAC%3BEACC%2CWAAA%3B%3BAiE0PH%2CQAL%2BB%3BEAK%2FB%3BIAJC%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAANF%2CqBASC%3BEACC%2CoBAAA%3BEACA%2CsBAAA%3BEAEA%2CWAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%2FB%2CqBAXD%3BIAOE%2CqBAAA%3BIACA%2CgBAAgB%2C4DAAhB%3B%3B%3BAAQF%2CQALgC%3BEAKhC%2CqBAhBA%3BIAYE%2CsBAAA%3BIACA%2CgBAAgB%2C4DAAhB%3B%3B%3BAAtBH%2CqBA2BC%3BEACC%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEAEA%2CYAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%2FB%2CqBAZD%3BIAQE%2CqBAAA%3BIACA%2CgBAAgB%2C2DAAhB%3B%3B%3BAAQF%2CQALgC%3BEAKhC%2CqBAjBA%3BIAaE%2CsBAAA%3BIACA%2CgBAAgB%2C2DAAhB%3B%3B%3BAAzCH%2CqBA8CC%3BEACC%2CmBAAA%3B%3BAA%2FCF%2CqBAkDC%3BEACC%2CqBAAA%3B%3BAAnDF%2CqBAsDC%3BEACC%2CeAAA%3B%3BAAIF%3BEACC%2CaAAA%3B%3BAAMD%3BEAEC%2CYAAA%3BEACA%2CeAAA%3B%3BAAaA%2CQAZ8B%3BEAY9B%3BIAXC%2CcAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3B%3BAAXF%2CcAgBC%3BEACC%2CkBAAA%3B%3BAAjBF%2CcAoBC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEAEA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAhCF%2CcAoBC%2CGAcC%3BEACC%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3B%3BAArCH%2CcAoBC%2CGAcC%2CGAKC%3BEACC%2CqBAAA%3B%3BAAxCJ%2CcAoBC%2CGAwBC%2CGAAE%3BEACD%2CYAAA%3BEACA%2CgBAAA%3B%3BAA9CH%2CcAkDC%3BEACC%2CeAAA%3B%3BAAnDF%2CcAsDC%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DJ%2CcA%2BDC%3BEACC%2CsBAAA%3B%3BAAKF%2CcAAc%3B%3B%3B%3BAAKd%3BEACC%2CgBAAA%3B%3BAADD%2CeAEC%3BEACE%2CgBAAgB%2C2CAAhB%3BEACD%2CgBAAgB%2CwDAAhB%3BEACA%2CmBAAA%3B%3BAALF%2CeAOC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiDAAA%3BEACA%2CyCAAA%3B%3BAAdF%2CeAOC%2CeAQC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAlBH%2CeAOC%2CeAQC%2COAIC%3BEACC%2CmBAAA%3BEACA%2CsBAAA%3B%3BAArBJ%2CeAOC%2CeAQC%2COAIC%2CYAGC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzBL%2CeAOC%2CeAQC%2COAIC%2CYAGC%2CKAIC%3BEACC%2CeAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAmBL%2CQAd%2BB%3BEAc%2FB%2CeAzCA%2CeA4BE%2COACC%3BIACC%2CyBAAA%3B%3BEAWJ%2CeAzCA%2CeA4BE%2COACC%2CYAEC%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3B%3BAA3CL%2CeAiDC%2CWAAU%2COACR%3BEACE%2CWAAA%3BEACA%2CkBAAA%3B%3BAApDL%2CeAiDC%2CWAAU%2COACR%2CSAGE%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxDN%2CeAiDC%2CWAAU%2COACR%2CSAGE%2COAIC%3BEACC%2CqBAAA%3B%3BAA1DP%2CeAiDC%2CWAAU%2COACR%2CSAWE%2CKAAI%3BEACH%2CgBAAA%3B%3BAA9DN%2CeAiDC%2CWAAU%2COAiBT%3BEjE%2BKA%2CkBAAA%3BEACA%2CmBAAA%3BEiEhKC%2CkBAAA%3B%3BAAlFH%2CeAiDC%2CWAAU%2COAiBT%2COAEC%2CYACC%3BEACC%2CcAAA%3B%3BAAtEL%2CeAiDC%2CWAAU%2COAiBT%2COAOC%3BEACC%2CcAAA%3B%3BAA1EJ%2CeAiDC%2CWAAU%2COAiBT%2COAUC%3BEACC%2CeAAA%3B%3BAA7EJ%2CeAiDC%2CWAAU%2COAiBT%2COAUC%2CWAEC%3BEACC%2CcAAA%3B%3BAA%2FEL%2CeAiDC%2CWAAU%2COAiBT%2COAiBC%3BEjE4ND%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CeiEvQC%2CWAAU%2COAiBT%2COAiBC%3BIjEkOC%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAiEtTJ%2CeAiDC%2CWAAU%2COAiBT%2COAsBC%3BEACC%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEAEA%2CeAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CeAhDF%2CWAAU%2COAiBT%2COAsBC%3BIAOE%2CaAAA%3B%3B%3BAA%2FFL%2CeAiDC%2CWAAU%2COAiBT%2COAiCC%3BEjEqJD%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAiE7PF%2CeAiDC%2CWAAU%2COAiBT%2COAiCC%2CQAEC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAL8B%3BEAK9B%2CeA5DJ%2CWAAU%2COAiBT%2COAiCC%2CQAEC%3BIAIE%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAMA%2CQAH8B%3BEAG9B%2CeAhEL%2CWAAU%2COAiBT%2COAiCC%2CQAEC%2CMAQC%3BIAEE%2CYAAA%3B%3B%3BAAKF%2CQAH%2BB%3BEAG%2FB%2CeAnEJ%2CWAAU%2COAiBT%2COAiCC%2CQAEC%2CMAQC%3BIAKE%2CWAAA%3B%3B%3BAAMH%2CQAH%2BB%3BEAG%2FB%2CeAvEH%2CWAAU%2COAiBT%2COAiCC%2CQAEC%3BIAiBE%2CWAAA%3B%3B%3BAjEkMN%2CQAJqC%3BEAIrC%2CeiEvQC%2CWAAU%2COAiBT%2COAiCC%3BIjEkNC%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAiEtTJ%2CeAiDC%2CWAAU%2COAiBT%2COA%2BDC%3BEjEuHD%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEiEtHE%2CYAAA%3B%3BAjEiLJ%2CQAJqC%3BEAIrC%2CeiEvQC%2CWAAU%2COAiBT%2COA%2BDC%3BIjEoLC%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAiEzKD%2CQAL%2BB%3BEAK%2FB%2CeA5FF%2CWAAU%2COAiBT%2COA%2BDC%3BIAQE%2CgBAAA%3B%3B%3BAAzIL%2CeAiDC%2CWAAU%2COAiBT%2COAiFC%3BEACC%2CiBAAA%3BEACA%2CYAAA%3B%3BAArJJ%2CeAiDC%2CWAAU%2COAiBT%2COAqFC%2CKAAI%3BEAAM%2CWAAA%3B%3BAAvJb%2CeAiDC%2CWAAU%2COAiBT%2COAsFC%3BEAMC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAhKJ%2CeAiDC%2CWAAU%2COAiBT%2COAsFC%2CKACC%3BEACG%2CWAAA%3BEACA%2CkBAAA%3B%3BAA3JP%2CeAiDC%2CWAAU%2COAiBT%2COAsFC%2CKAKC%3BEAAY%2CeAAA%3B%3BAAOb%2CQAH%2BB%3BEAG%2FB%2CeAnHF%2CWAAU%2COAiBT%2COAsFC%3BIAUE%2CYAAA%3B%3B%3BAAlKL%2CeAiDC%2CWAAU%2COAiBT%2COAmGC%3BEACC%2CWAAA%3B%3BAAtKJ%2CeAiDC%2CWAAU%2COAiBT%2COAmGC%2CQAEC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3KL%2CeAiDC%2CWAAU%2COAiBT%2COAmGC%2CQAEC%2CeAMC%3BEACC%2CgBAAA%3B%3BAA9KN%2CeAiDC%2CWAAU%2COAiBT%2COAmGC%2CQAEC%2CeASC%2CGACC%2CGACC%3BEACC%2C0BAAA%3B%3BAAQH%2CQAH8B%3BEAG9B%2CeA1IJ%2CWAAU%2COAiBT%2COAmGC%2CQAEC%3BIAkBE%2CiBAAA%3B%3B%3BAAzLN%2CeAiDC%2CWAAU%2COAiBT%2COAmGC%2CQAEC%2CeAoBC%3BEACE%2CiBAAA%3B%3BAAOJ%2CQAJ%2BB%3BEAI%2FB%2CeAlJF%2CWAAU%2COAiBT%2COAmGC%3BIA2BE%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAML%3BEACC%2CaAAA%3B%3BAAED%3BEAiBC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAnBD%2CYACC%2CYAAW%3BEAAI%2C2BAAA%3B%3BAADhB%2CYAEC%3BEACC%2CkBAAA%3BEjE2BA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEiE1BA%2CmBAAA%3BEACA%2CyBAAA%3B%3B%3B%3B%3BA3DzlBA%2CQAHmC%3BEAGnC%2CY2DmlBD%3BI3DrlBG%2CYAAA%3B%3B%3BAAKF%2CQAHmC%3BEAGnC%2CY2DglBD%3BI3DllBG%2CYAAA%3B%3B%3BAAKJ%2CQAHqC%3BEAGrC%2CY2D6kBC%3BI3D%2FkBG%2CaAAA%3B%3B%3BA2D6kBJ%2CYAEC%2CY9CjgBC%3BA8C%2BfF%2CYAEC%2CY9ChgBC%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMF%2CQAJ6C%3BEAI7C%2CY8CwfD%2CY9CjgBC%3BEASA%2CY8CwfD%2CY9ChgBC%3BIAKI%2CeAAA%3BIACA%2CcAAA%3B%3B%3BA8CwfN%2CYAEC%2CYAOC%2CQAAO%3BEACN%2CUAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAYF%2CQAH8B%3BEAG9B%3BIAFE%2CiBAAA%3B%3B%3BAArBH%2CYAuBC%3BEACC%2CaAAA%3B%3BAAxBF%2CYA0BC%2CUACC%2CGAEC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAuBhoBJ%3BEACC%2CaAAA%3BEACA%2CYAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%3BIAHC%2CqBAAA%3B%3B%3BAAQD%2CQAL%2BB%3BEAK%2FB%3BIAJC%2CmBAAA%3BIACA%2CYAAA%3B%3B%3BAAVF%2CiBAgBC%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAAMA%2CQAL6B%3BEAK7B%2CiBARD%3BIAIE%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAArBH%2CiBAgBC%2CaAQC%3BEACE%2CkBAAA%3BEACD%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CQAH8B%3BEAG9B%2CiBAfF%2CaAQC%3BIAKE%2CkBAAA%3B%3B%3BAA7BJ%2CiBAgBC%2CaAQC%2CaAOC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CQAH8B%3BEAG9B%2CiBAzBH%2CaAQC%2CaAOC%3BIAQE%2CWAAA%3B%3B%3BAAKF%2CQAH8B%3BEAG9B%2CiBA5BF%2CaAQC%2CaAOC%3BIAWE%2CYAAA%3B%3B%3BAA1CL%2CiBAgBC%2CaAQC%2CaAsBC%3BEACC%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAlDJ%2CiBAgBC%2CaAQC%2CaAsBC%2CiBAKC%2CKAAI%3BEACH%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAgB%2CkDAAhB%3B%3B%3BAtBzDL%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGD%2CMAAM%3BElEwnBJ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEkEznBD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BA5DCC%2CQAHmC%3BEAGnC%2CM4DTI%3BI5DOF%2CYAAA%3B%3B%3BAAKF%2CQAHmC%3BEAGnC%2CM4DZI%3BI5DUF%2CYAAA%3B%3B%3BAAKJ%2CQAHqC%3BEAGrC%2CM4DfM%3BI5DaF%2CaAAA%3B%3B%3BA4DbJ%2CMAAM%2CoB%2FC2FJ%3BA%2BC3FF%2CMAAM%2CoB%2FC4FJ%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMF%2CQAJ6C%3BEAI7C%2CM%2BCpGI%2CoB%2FC2FJ%3BEASA%2CM%2BCpGI%2CoB%2FC4FJ%3BIAKI%2CeAAA%3BIACA%2CcAAA%3B%3B%3BA%2BCpFL%2CQAJ%2BB%3BEAI%2FB%2CMAdK%3BIAWJ%2C4BAAA%3B%3B%3BAAMD%2CQAH%2BB%3BEAG%2FB%2CMAjBK%3BIAeJ%2CUAAA%3B%3B%3BAAfF%2CMAAM%2CoBAiBL%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAH%2BB%3BEAG%2FB%2CMAzBI%2CoBAiBL%3BIAME%2CUAAA%3B%3B%3BAAKF%2CQAHgC%3BEAGhC%2CMA5BK%2CoBAiBL%3BIASE%2CUAAA%3B%3B%3BAA1BH%2CMAAM%2CoBA6BL%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAnCF%2CMAAM%2CoBA6BL%2CiBAOC%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAtCH%2CMAAM%2CoBA6BL%2CiBAWC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAA1CH%2CMAAM%2CoBA6BL%2CiBAeC%3BEACC%2CUAAA%3B%3BAA7CH%2CMAAM%2CoBA6BL%2CiBAeC%2CSAEC%3BEACC%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAOH%2CQAJgC%3BEAIhC%2CMAzDK%2CoBA6BL%3BIAyBE%2CUAAA%3BIACA%2CiBAAA%3B%3B%3BAAvDH%2CMAAM%2CoBA0DL%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%2FB%2CMAjEI%2CoBA0DL%3BIAKE%2CUAAA%3B%3B%3BAAQD%2CQAN%2BB%3BEAM%2FB%2CMAvEI%2CoBA0DL%3BIAQE%2CYAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAKD%2CQAH%2BB%3BEAG%2FB%2CMA1EI%2CoBA0DL%3BIAcE%2CaAAA%3B%3B%3BAAKF%2CQAHgC%3BEAGhC%2CMA7EK%2CoBA0DL%3BIAiBE%2CcAAA%3B%3B%3BAA3EH%2CMAAM%2CoBA8EL%2CIAAG%3BEACF%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAKA%2CQAH%2BB%3BEAG%2FB%2CMAvFI%2CoBA8EL%2CIAAG%3BIAOD%2CWAAA%3B%3B%3BAAUD%2CQAR%2BB%3BEAQ%2FB%2CMA%2FFI%2CoBA8EL%2CIAAG%3BIAUD%2CWAAA%3BIACA%2CmBAAA%3BIAEA%2CiBAAA%3B%3B%3BAA3FH%2CMAAM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%3BEAED%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%2FB%2CMAzGG%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%3BIlEgmBF%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAMF%2CQkElmBkC%2CuBlE8lBG%3BEAIrC%2CMkExsBM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%3BIlEsmBA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAkEllBD%2CQAX%2BB%3BEAW%2FB%2CMApHG%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%3BIAWA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CwCAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3B%3BAAjHJ%2CMAAM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%3BEACC%2CcAAA%3B%3BAArHJ%2CMAAM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%2CGAGC%3BEACC%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAASD%2CQARgC%3BEAQhC%2CMArIE%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%2CGAGC%3BIAOE%2CcAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CgBAAgB%2CoDAAhB%3B%3B%3BAAnIN%2CMAAM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%2CGAmBC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAMA%2CQAL%2BB%3BEAK%2FB%2CMAlJC%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%2CGAmBC%3BIAOE%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3B%3BAAhJN%2CMAAM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%2CGAmBC%2CGAWC%2CGAAG%3BEACF%2CcAAA%3B%3BAAnJN%2CMAAM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%2CGAmBC%2CGAeC%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAzJN%2CMAAM%2CoBA8EL%2CIAAG%2CaAiBF%2CGAAE%2CaAqBD%2CGAmBC%2CGAeC%2CGAKC%3BEACC%2CeAAA%3BEACA%2CoBAAA%3B%3BAAeH%2CQAHgC%3BEAGhC%2CMA5KE%2CoBA8EL%2CIAAG%2CaAwFF%2CGAAE%2CKACD%2CGACC%3BIAEE%2CgBAAgB%2CmDAAhB%3B%3B%3BAAUF%2CQANgC%3BEAMhC%2CMApLE%2CoBA8EL%2CIAAG%2CaAwFF%2CGAAE%2CKACD%2CGAMC%3BIAGE%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3B%3BAAlLN%2CMAAM%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%3BEACC%2CUAAA%3B%3BAA7LJ%2CMAAM%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%2CGAEC%3BEACC%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAjML%2CMAAM%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%2CGAEC%2CcAIC%3BAAlML%2CMAAM%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%2CGAEC%2CcAII%2CEAAC%3BAAlMT%2CMAAM%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%2CGAEC%2CcAIa%2CEAAC%3BEACZ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2CoDAAhB%3B%3BAASD%2CQAP8B%3BEAO9B%2CMAjNC%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%2CGAEC%2CcAIC%3BEAeA%2CMAjNC%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%2CGAEC%2CcAII%2CEAAC%3BEAeJ%2CMAjNC%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%2CGAEC%2CcAIa%2CEAAC%3BIASX%2CeAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3B%3B%3BAAQJ%2CQAH8B%3BEAG9B%2CMAvNG%2CoBA0LL%2CIAAG%2CaACF%2CGAAE%2CYACD%3BIAyBE%2CcAAA%3B%3B%3BAArNL%2CMAAM%2CoBA2NL%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%2CMAzOI%2CoBA2NL%3BIAWE%2CgBAAA%3B%3B%3BAAtOH%2CMAAM%2CoBA2NL%2CQAcC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CQAL6B%3BEAK7B%2CMAlPG%2CoBA2NL%2CQAcC%3BIAKE%2CkBAAA%3BIACA%2CaAAA%3B%3B%3BAA%2FOJ%2CMAAM%2CoBA2NL%2CQAcC%2CYASC%2CEAAC%3BEACA%2CSAAS%2CKAAT%3B%3BAAnPJ%2CMAAM%2CoBA2NL%2CQAcC%2CYAYC%2CEAAC%2CaAAa%3BEACb%2CSAAS%2CEAAT%3B%3BAAtPJ%2CMAAM%2CoBA2NL%2CQA8BC%3BAAzPF%2CMAAM%2CoBA2NL%2CQA8Bc%2CYAAY%3BEACxB%2CcAAA%3B%3BAA1PH%2CMAAM%2CoBA2NL%2CQAkCC%3BEACC%2CcAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CMAnQI%2CoBA2NL%2CQAkCC%3BIAIE%2CeAAA%3B%3B%3BAAMJ%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%2FB%3BIAFC%2CgBAAA%3B%3B%3BAAKD%2CQAH%2BB%3BEAG%2FB%3BIAFC%2CgBAAA%3B%3B%3BAAKD%2CQAH%2BB%3BEAG%2FB%3BIAFC%2CaAAA%3B%3B%3BAAKF%2CQAHgC%3BEAGhC%3BIAFE%2CaAAA%3B%3B%3BAAUD%2CQAJ4B%3BEAI5B%3BIAHC%2CaAAA%3B%3B%3BAAHF%2COAMC%2CSAAQ%3BEAEP%2CSAAA%3BEACA%2COAAA%3B%3BAAOF%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAANF%2CWAOE%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%3BIAFC%2CUAAA%3B%3B%3BAAMD%2CQAJ%2BB%3BEAI%2FB%3BIAHC%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAMD%2CQAJ%2BB%3BEAI%2FB%3BIAHC%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAMH%2CQAJiC%3BEAIjC%3BIAHG%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAIH%2CMAAO%2CGAAE%3BEACR%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMD%2CQAJgC%3BEAIhC%2CMATO%2CGAAE%3BIAMP%2CkBAAA%3B%3B%3BAAKF%3BEACC%2CiBAAA%3B%3BAAGD%3BEACC%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEACC%2CgBAAgB%2C8CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAuB7WD%3BEACC%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%3BIAHC%2CaAAA%3B%3B%3BAATF%2CgBAYC%3BEACC%2CaAAA%3BEACA%2CSAAA%3B%3BAAdF%2CgBAiBC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBF%2CgBAiBC%2CeAIC%3BEACC%2CeAAA%3B%3BAAtBH%2CgBAiBC%2CeAIC%2CuBAEC%3BEACC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%2CgBAdF%2CeAIC%2CuBAEC%3BIAME%2CcAAA%3B%3B%3BAA7BL%2CgBAiBC%2CeAiBC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%2CgBA1BF%2CeAiBC%3BIAME%2CUAAA%3B%3B%3BAAxCJ%2CgBAiBC%2CeAiBC%2CWASC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAA9CJ%2CgBAiBC%2CeAiBC%2CWAeC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnDJ%2CgBAiBC%2CeAuCC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%2CgBArDF%2CeAuCC%3BIAWE%2CUAAA%3B%3B%3BAAnEJ%2CgBAiBC%2CeAuCC%2CSAcC%3BEACC%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA7EJ%2CgBAiBC%2CeAuCC%2CSAcC%2COAQC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAOJ%2CgBAAgB%3BEACf%2CmBAAA%3B%3BAADD%2CgBAAgB%2CiBAGf%3BEACC%2CUAAA%3B%3BAAJF%2CgBAAgB%2CiBAMf%3BEACC%2CUAAA%3B%3BAAPF%2CgBAAgB%2CiBASf%3BEACC%2CUAAA%3B%3B%3B%3BACjGH%2CgBAEC%3BEACC%2CaAAA%3B%3BAAHF%2CgBAQC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CgBAPA%3BIAKE%2CeAAA%3B%3B%3BAAbH%2CgBAgBC%3BEAEC%2CsBAAA%3B%3BA1FCA%2CgB0FHD%2CqB1FGE%3BAACD%2CgB0FJD%2CqB1FIE%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgB0FRD%2CqB1FQE%3BEACC%2CWAAA%3B%3BAANF%2CgB0FHD%2CqB1FGE%3BAACD%2CgB0FJD%2CqB1FIE%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgB0FRD%2CqB1FQE%3BEACC%2CWAAA%3B%3BA0FzBJ%2CgBAgBC%2CqBAIC%3BEACK%2CmBAAA%3BE1FmpBL%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CgB0FjqBC%2CqBAIC%3BI1F0pBE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA0F%2FqBJ%2CgBAgBC%2CqBAIC%2CSAGC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAMD%2CQAJ%2BB%3BEAI%2FB%2CgBAlBF%2CqBAIC%2CSAGC%3BIAQE%2CgBAAA%3B%3B%3BAA%2FBL%2CgBAgBC%2CqBAIC%2CSAeC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAMA%2CQAJ8B%3BEAI9B%2CgBA5BH%2CqBAIC%2CSAeC%3BIAME%2CmBAAA%3B%3B%3BAAzCL%2CgBAgBC%2CqBAIC%2CSAeC%2CeASC%3BEAAG%2CcAAA%3B%3BAA5CP%2CgBAgBC%2CqBAIC%2CSAeC%2CeAUC%3BEACC%2CWAAA%3B%3BAA9CL%2CgBAmDC%2CiBACC%2CgBACC%3BEACC%2CgBAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CgBAPF%2CiBACC%2CgBACC%3BIAGE%2CeAAA%3B%3B%3BAAxDL%2CgBAmDC%2CiBACC%2CgBAQC%3BEACC%2CYAAA%3B%3BAA7DJ%2CgBAmDC%2CiBAaC%3BE1FglBA%2CWAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BE0FxmBC%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BA1F2mBH%2CQAJqC%3BEAIrC%2CgB0F9nBC%2CiBAaC%3BI1F8mBE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BA0F%2FqBJ%2CgBAmDC%2CiBAaC%2CUAYC%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%2FEJ%2CgBAmDC%2CiBAaC%2CUAiBC%3BEACC%2CUAAA%3BEACA%2CcAAA%3BEAEA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CqCAAA%3B%3BAAvFJ%2CgBAmDC%2CiBAuCC%3BE1FqjBA%2CWAAA%3BEACA%2CWAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BE0F7kBC%2CYAAA%3B%3BA1FmlBH%2CQAJqC%3BEAIrC%2CgB0F9nBC%2CiBAuCC%3BI1FolBE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BA2F%2FqBJ%2CgBACC%2CQACC%3BEACC%2CgBAAA%3BEAEA%2CcAAA%3BE3FyoBD%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhoBA%2CgB2FlBD%2CQACC%2Ca3FiBC%3BAACD%2CgB2FnBD%2CQACC%2Ca3FkBC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgB2FvBD%2CQACC%2Ca3FsBC%3BEACC%2CWAAA%3B%3BAANF%2CgB2FlBD%2CQACC%2Ca3FiBC%3BAACD%2CgB2FnBD%2CQACC%2Ca3FkBC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgB2FvBD%2CQACC%2Ca3FsBC%3BEACC%2CWAAA%3B%3BA2FzBJ%2CgBACC%2CQACC%2CaAKC%3BEACC%2CeAAA%3B%3BAAMD%2CQAJ6B%3BEAI7B%2CgBAbF%2CQACC%3BIASE%2CaAAA%3B%3B%3BAAXJ%2CgBACC%2CQACC%2CaAYC%3BEACC%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAlBJ%2CgBACC%2CQACC%2CaAYC%2CGAMC%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA1BL%2CgBACC%2CQACC%2CaAYC%2CGAMC%2CEAOC%3BEACC%2CWAAA%3B%3BAA5BN%2CgBACC%2CQACC%2CaA%2BBC%2CGAAE%2CUAAU%3BEACX%2CYAAA%3B%3BAAlCJ%2CgBACC%2CQACC%2CaAmCC%2CGAAE%2CUAAU%3BEACX%2CWAAA%3B%3B%3BACtCJ%3BAAAyB%3BEAExB%2CYAAA%3B%3BAAFD%2CuBAIC%3BAAJwB%2CgCAIxB%3BEACC%2CaAAA%3B%3BAALF%2CuBAQC%3BAARwB%2CgCAQxB%3BE5FgqBC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CuB4FzqBC%3BE5FyqBD%2CgC4FzqBC%3BI5FsqBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA4F%2FqBJ%2CuBAQC%2COAGC%3BAAXuB%2CgCAQxB%2COAGC%3BEACC%2CWAAA%3B%3BAAZH%2CuBAgBC%3BAAhBwB%2CgCAgBxB%3BE5FwpBC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BE4FzpBA%2CgBAAA%3B%3BA5F%2BpBF%2CQAJqC%3BEAIrC%2CuB4FjqBC%3BE5FiqBD%2CgC4FjqBC%3BI5F8pBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA4FvpBF%2CQAJ8B%3BEAI9B%2CuBARD%3BEAQC%2CgCARD%3BIAKE%2CaAAA%3B%3B%3BAArBH%2CuBAgBC%2COAQC%3BAAxBuB%2CgCAgBxB%2COAQC%3BEACC%2CUAAA%3B%3BAAzBH%2CuBA6BC%2CWAAW%3BAA7Ba%2CgCA6BxB%2CWAAW%3BEACV%2CaAAA%3B%3BAA9BF%2CuBAiCC%3BAAjCwB%2CgCAiCxB%3BAAjCD%2CuBAiCc%3BAAjCW%2CgCAiCX%3BEACZ%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAApCF%2CuBAuCC%2CYACC%3BAAxCuB%2CgCAuCxB%2CYACC%3BEACC%2CmBAAA%3B%3BAAzCH%2CuBAuCC%2CYAKC%3BAA5CuB%2CgCAuCxB%2CYAKC%3BEACC%2CaAAA%3B%3BAA7CH%2CuBAiDC%3BAAjDwB%2CgCAiDxB%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAAnDF%2CuBAsDC%3BAAtDwB%2CgCAsDxB%3BEACC%2CyBAAA%3BEACA%2CWAAA%3B%3BAAxDF%2CuBA2DC%3BAA3DwB%2CgCA2DxB%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIF%3BEACC%2CyBAAA%3BEACA%2CaAAA%3B%3BAAFD%2C0BAIC%3BEACC%2CaAAA%3B%3BAALF%2C0BAQC%3BEACC%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAXF%2C0BAcC%3BEACC%2CkBAAA%3B%3BAAfF%2C0BAkBC%2CeAAe%3BEACd%2CmBAAA%3B%3BAAnBF%2C0BAkBC%2CeAAe%2CSAGd%3BEACC%2CaAAA%3B%3BAAtBH%2C0BAkBC%2CeAAe%2CSAOd%3BEACC%2CSAAA%3B%3BAA1BH%2C0BAkBC%2CeAAe%2CSAOd%2CWAGC%3BEACC%2CSAAA%3B%3BAA7BJ%2C0BAkBC%2CeAAe%2CSAOd%2CWAOC%2CGAAE%3BEACD%2CgBAAA%3B%3BAAjCJ%2C0BAsCC%2CeACC%3BEACC%2CcAAA%3B%3BAAxCH%2C0BAsCC%2CeACC%2CWAGC%3BEhFiCD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEZoWA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BE4FtYE%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA5FoYF%2C0B4FhZD%2CeACC%2CWAGC%2CE5F4YA%3BAACD%2C0B4FjZD%2CeACC%2CWAGC%2CE5F6YA%3BAACD%2C0B4FlZD%2CeACC%2CWAGC%2CE5F8YA%3BAACD%2C0B4FnZD%2CeACC%2CWAGC%2CE5F%2BYA%3BAACD%2CKAAM%2CiBAAgB%2C0B4FpZvB%2CeACC%2CWAGC%3BE5FiZC%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2C0B4FzZD%2CeACC%2CWAGC%2CE5FqZA%3BAACD%2C0B4F1ZD%2CeACC%2CWAGC%2CE5FsZA%3BAACD%2CKAAM%2CiBAAgB%2C0B4F3ZvB%2CeACC%2CWAGC%3BE5FwZC%2CsBAAA%3B%3BAAKA%2C0B4FjaH%2CeACC%2CWAGC%2CE5F0ZA%3BAAGC%2C0B4FjaH%2CeACC%2CWAGC%2CE5F2ZA%3BAAEC%2CQADM%2CUAAW%2C2B4FhapB%2CeACC%2CWAGC%3BA5F8ZC%2C0B4FlaH%2CeACC%2CWAGC%2CE5F0ZA%2CSAIE%3BAAAD%2C0B4FlaH%2CeACC%2CWAGC%2CE5F2ZA%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2C2B4FhapB%2CeACC%2CWAGC%2CE5F8ZE%3BAACD%2C0B4FnaH%2CeACC%2CWAGC%2CE5F0ZA%2CSAKE%3BAAAD%2C0B4FnaH%2CeACC%2CWAGC%2CE5F2ZA%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2C2B4FhapB%2CeACC%2CWAGC%2CE5F%2BZE%3BAACD%2C0B4FpaH%2CeACC%2CWAGC%2CE5F0ZA%2CSAME%3BAAAD%2C0B4FpaH%2CeACC%2CWAGC%2CE5F2ZA%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2C2B4FhapB%2CeACC%2CWAGC%2CE5FgaE%3BAACD%2C0B4FraH%2CeACC%2CWAGC%2CE5F0ZA%2CSAOE%3BAAAD%2C0B4FraH%2CeACC%2CWAGC%2CE5F2ZA%2CUAME%3BAAAD%2CQALM%2CUAAW%2C2B4FhapB%2CeACC%2CWAGC%2CE5FiaE%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BA4F7cV%2C0BAsCC%2CeACC%2CWAGC%2CE5FuaD%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BA4FndJ%2C0BAsCC%2CeACC%2CWAcC%2CEAAC%3BEACA%2CqBAAA%3B%3BAAtDJ%2C0BA2DC%3BEACC%2CaAAA%3B%3BAA5DF%2C0BA%2BDC%3BE5FmXC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEYzWA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAZwWA%2C0B4FvXD%2CO5FuXE%3BAACD%2C0B4FxXD%2CO5FwXE%3BAACD%2C0B4FzXD%2CO5FyXE%3BAACD%2C0B4F1XD%2CO5F0XE%3BAACD%2CKAAM%2CiBAAgB%2C0B4F3XvB%3BE5F4XG%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2C0B4FhYD%2CO5FgYE%3BAACD%2C0B4FjYD%2CO5FiYE%3BAACD%2CKAAM%2CiBAAgB%2C0B4FlYvB%3BE5FmYG%2CsBAAA%3B%3BAAKA%2C0B4FxYH%2CO5FqYE%3BAAGC%2C0B4FxYH%2CO5FsYE%3BAAEC%2CQADM%2CUAAW%2C2B4FvYpB%3BA5FyYG%2C0B4FzYH%2CO5FqYE%2CSAIE%3BAAAD%2C0B4FzYH%2CO5FsYE%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2C2B4FvYpB%2CO5FyYI%3BAACD%2C0B4F1YH%2CO5FqYE%2CSAKE%3BAAAD%2C0B4F1YH%2CO5FsYE%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2C2B4FvYpB%2CO5F0YI%3BAACD%2C0B4F3YH%2CO5FqYE%2CSAME%3BAAAD%2C0B4F3YH%2CO5FsYE%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2C2B4FvYpB%2CO5F2YI%3BAACD%2C0B4F5YH%2CO5FqYE%2CSAOE%3BAAAD%2C0B4F5YH%2CO5FsYE%2CUAME%3BAAAD%2CQALM%2CUAAW%2C2B4FvYpB%2CO5F4YI%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BA4F7cV%2C0BA%2BDC%2CO5FkZC%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BA4FndJ%2C0BAoEC%3BEACC%2CkBAAA%3B%3BAArEF%2C0BAwEC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAC5IF%2CwBACC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAHF%2CwBACC%2CaAGC%3BEACC%2CcAAA%3B%3BAALH%2CwBAQC%2CUACC%3BEACC%2CeAAA%3B%3BAAVH%2CwBAaC%2CIAAG%3BEACF%2CqBAAA%3BE7FotBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA6FltBA%2CQAJ6B%3BEAI7B%2CwBAND%2CIAAG%3BIAGF%2CqBAAA%3BIACA%2CiBAAA%3B%3B%3BA7F6rBF%2CQAJqC%3BEAIrC%2CwB6FjsBC%2CIAAG%3BI7F8rBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CwB6F9tBC%2CIAAG%3BI7F2tBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA6FzuBJ%2CwBAaC%2CIAAG%2CaAQF%2CgBACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAxBJ%2CwBAaC%2CIAAG%2CaAQF%2CgBACC%2CYAIC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAA5BL%2CwBAaC%2CIAAG%2CaAQF%2CgBAWC%2CEAAC%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAlCJ%2CwBAaC%2CIAAG%2CaAQF%2CgBAgBC%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAxCJ%2CwBAaC%2CIAAG%2CaAQF%2CgBAgBC%2CKAKC%3BEACC%2CiBAAA%3BEACA%2CYAAA%3B%3BAA5CL%2CwBAaC%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%3BE7FocR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BE6FpcG%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BA7FocH%2CwB6F1eD%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FwcP%3BAACD%2CwB6F3eD%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FycP%3BAACD%2CwB6F5eD%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7F0cP%3BAACD%2CwB6F7eD%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7F2cP%3BAACD%2CKAAM%2CiBAAgB%2CwB6F9evB%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%3BE7F6cN%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CwB6FnfD%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FidP%3BAACD%2CwB6FpfD%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FkdP%3BAACD%2CKAAM%2CiBAAgB%2CwB6FrfvB%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%3BE7FodN%2CsBAAA%3B%3BAAKA%2CwB6F3fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FsdP%3BAAGC%2CwB6F3fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FudP%3BAAEC%2CQADM%2CUAAW%2CyB6F1fpB%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%3BA7F0dN%2CwB6F5fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FsdP%2CSAIE%3BAAAD%2CwB6F5fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FudP%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CyB6F1fpB%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7F0dL%3BAACD%2CwB6F7fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FsdP%2CSAKE%3BAAAD%2CwB6F7fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FudP%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CyB6F1fpB%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7F2dL%3BAACD%2CwB6F9fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FsdP%2CSAME%3BAAAD%2CwB6F9fH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FudP%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CyB6F1fpB%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7F4dL%3BAACD%2CwB6F%2FfH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FsdP%2CSAOE%3BAAAD%2CwB6F%2FfH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FudP%2CUAME%3BAAAD%2CQALM%2CUAAW%2CyB6F1fpB%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7F6dL%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BA6F9gBV%2CwBAaC%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%2Ce7FmeR%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BA6F7dA%2CQAH%2BB%3BEAG%2FB%2CwBA1CH%2CIAAG%2CaAQF%2CgBAgBC%2CKAUC%2COAAM%3BIAMJ%2CYAAA%3B%3B%3BAArDN%2CwBAaC%2CIAAG%2CaAQF%2CgBAgBC%2CKAmBC%3BEACC%2CmBAAA%3B%3BAAzDL%2CwBAaC%2CIAAG%2CaAQF%2CgBAgBC%2CKAmBC%2CSAEC%2CWACC%3BEACC%2CiBAAA%3B%3BAA5DP%2CwBAoEC%2CMAAK%3BE7F8pBJ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2CwB6F1oBC%2CMAAK%3BI7FuoBF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CwB6FvqBC%2CMAAK%3BI7FoqBF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA6FzuBJ%2CwBAoEC%2CMAAK%2CsBAIJ%3BEACC%2CyBAAA%3B%3BAAzEH%2CwBAoEC%2CMAAK%2CsBAQJ%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%2FEH%2CwBAoEC%2CMAAK%2CsBAQJ%2CmBAKC%3BEACC%2CmBAAA%3BEACA%2CWAAA%3B%3BAAID%2CQAH8B%3BEAG9B%2CwBAnBF%2CMAAK%2CsBAQJ%2CmBAKC%3BIAIE%2CWAAA%3B%3B%3BAArFL%2CwBAoEC%2CMAAK%2CsBAQJ%2CmBAaC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAOD%2CQAN8B%3BEAM9B%2CwBA%2FBF%2CMAAK%2CsBAQJ%2CmBAaC%3BIAKE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAAUJ%2CQAJ8B%3BEAI9B%2CwBAtCA%2CMAAK%3BIAmCH%2CgBAAA%3B%3B%3B%3BACvGH%2CuBAEC%3BAAFwB%2CsBAExB%3BAAFgD%2CuBAEhD%3BAAFyE%2CoBAEzE%3BAAF%2BF%2CsBAE%2FF%3BAAFuH%2CwBAEvH%3BAAFiJ%2CsBAEjJ%3BAAFyK%2CiBAEzK%3BEACC%2CgBAAA%3B%3BAAHF%2CuBAEC%2CQAGC%3BAALuB%2CsBAExB%2CQAGC%3BAAL%2BC%2CuBAEhD%2CQAGC%3BAALwE%2CoBAEzE%2CQAGC%3BAAL8F%2CsBAE%2FF%2CQAGC%3BAALsH%2CwBAEvH%2CQAGC%3BAALgJ%2CsBAEjJ%2CQAGC%3BAALwK%2CiBAEzK%2CQAGC%3BEACC%2CSAAA%3B%3BAANH%2CuBAEC%2CQAOC%3BAATuB%2CsBAExB%2CQAOC%3BAAT%2BC%2CuBAEhD%2CQAOC%3BAATwE%2CoBAEzE%2CQAOC%3BAAT8F%2CsBAE%2FF%2CQAOC%3BAATsH%2CwBAEvH%2CQAOC%3BAATgJ%2CsBAEjJ%2CQAOC%3BAATwK%2CiBAEzK%2CQAOC%3BEACC%2CyBAAA%3BEACA%2CWAAA%3B%3BAAXH%2CuBAEC%2CQAYC%3BAAduB%2CsBAExB%2CQAYC%3BAAd%2BC%2CuBAEhD%2CQAYC%3BAAdwE%2CoBAEzE%2CQAYC%3BAAd8F%2CsBAE%2FF%2CQAYC%3BAAdsH%2CwBAEvH%2CQAYC%3BAAdgJ%2CsBAEjJ%2CQAYC%3BAAdwK%2CiBAEzK%2CQAYC%3BAAdF%2CuBAEC%2CQAYe%3BAAdS%2CsBAExB%2CQAYe%3BAAdiC%2CuBAEhD%2CQAYe%3BAAd0D%2CoBAEzE%2CQAYe%3BAAdgF%2CsBAE%2FF%2CQAYe%3BAAdwG%2CwBAEvH%2CQAYe%3BAAdkI%2CsBAEjJ%2CQAYe%3BAAd0J%2CiBAEzK%2CQAYe%3BEACb%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAlBH%2CuBAEC%2CQAYC%2CaAMC%3BAApBsB%2CsBAExB%2CQAYC%2CaAMC%3BAApB8C%2CuBAEhD%2CQAYC%2CaAMC%3BAApBuE%2CoBAEzE%2CQAYC%2CaAMC%3BAApB6F%2CsBAE%2FF%2CQAYC%2CaAMC%3BAApBqH%2CwBAEvH%2CQAYC%2CaAMC%3BAApB%2BI%2CsBAEjJ%2CQAYC%2CaAMC%3BAApBuK%2CiBAEzK%2CQAYC%2CaAMC%3BAApBH%2CuBAEC%2CQAYe%2CUAMb%3BAApBsB%2CsBAExB%2CQAYe%2CUAMb%3BAApB8C%2CuBAEhD%2CQAYe%2CUAMb%3BAApBuE%2CoBAEzE%2CQAYe%2CUAMb%3BAApB6F%2CsBAE%2FF%2CQAYe%2CUAMb%3BAApBqH%2CwBAEvH%2CQAYe%2CUAMb%3BAApB%2BI%2CsBAEjJ%2CQAYe%2CUAMb%3BAApBuK%2CiBAEzK%2CQAYe%2CUAMb%3BAApBH%2CuBAEC%2CQAYC%2CaAMO%3BAApBgB%2CsBAExB%2CQAYC%2CaAMO%3BAApBwC%2CuBAEhD%2CQAYC%2CaAMO%3BAApBiE%2CoBAEzE%2CQAYC%2CaAMO%3BAApBuF%2CsBAE%2FF%2CQAYC%2CaAMO%3BAApB%2BG%2CwBAEvH%2CQAYC%2CaAMO%3BAApByI%2CsBAEjJ%2CQAYC%2CaAMO%3BAApBiK%2CiBAEzK%2CQAYC%2CaAMO%3BAApBT%2CuBAEC%2CQAYe%2CUAMP%3BAApBgB%2CsBAExB%2CQAYe%2CUAMP%3BAApBwC%2CuBAEhD%2CQAYe%2CUAMP%3BAApBiE%2CoBAEzE%2CQAYe%2CUAMP%3BAApBuF%2CsBAE%2FF%2CQAYe%2CUAMP%3BAApB%2BG%2CwBAEvH%2CQAYe%2CUAMP%3BAApByI%2CsBAEjJ%2CQAYe%2CUAMP%3BAApBiK%2CiBAEzK%2CQAYe%2CUAMP%3BEACL%2CWAAA%3B%3BAArBJ%2CuBAEC%2CQAuBC%3BAAzBuB%2CsBAExB%2CQAuBC%3BAAzB%2BC%2CuBAEhD%2CQAuBC%3BAAzBwE%2CoBAEzE%2CQAuBC%3BAAzB8F%2CsBAE%2FF%2CQAuBC%3BAAzBsH%2CwBAEvH%2CQAuBC%3BAAzBgJ%2CsBAEjJ%2CQAuBC%3BAAzBwK%2CiBAEzK%2CQAuBC%3BAAzBF%2CuBAEC%2CQAuBS%3BAAzBe%2CsBAExB%2CQAuBS%3BAAzBuC%2CuBAEhD%2CQAuBS%3BAAzBgE%2CoBAEzE%2CQAuBS%3BAAzBsF%2CsBAE%2FF%2CQAuBS%3BAAzB8G%2CwBAEvH%2CQAuBS%3BAAzBwI%2CsBAEjJ%2CQAuBS%3BAAzBgK%2CiBAEzK%2CQAuBS%3BEACP%2CYAAA%3B%3BAA1BH%2CuBAEC%2CQA2BC%3BAA7BuB%2CsBAExB%2CQA2BC%3BAA7B%2BC%2CuBAEhD%2CQA2BC%3BAA7BwE%2CoBAEzE%2CQA2BC%3BAA7B8F%2CsBAE%2FF%2CQA2BC%3BAA7BsH%2CwBAEvH%2CQA2BC%3BAA7BgJ%2CsBAEjJ%2CQA2BC%3BAA7BwK%2CiBAEzK%2CQA2BC%3BEACC%2CSAAA%3BEACA%2CmBAAA%3B%3BAA%2FBH%2CuBAEC%2CQAgCC%3BAAlCuB%2CsBAExB%2CQAgCC%3BAAlC%2BC%2CuBAEhD%2CQAgCC%3BAAlCwE%2CoBAEzE%2CQAgCC%3BAAlC8F%2CsBAE%2FF%2CQAgCC%3BAAlCsH%2CwBAEvH%2CQAgCC%3BAAlCgJ%2CsBAEjJ%2CQAgCC%3BAAlCwK%2CiBAEzK%2CQAgCC%3BEACC%2CeAAA%3B%3BAAnCH%2CuBAEC%2CQAoCC%3BAAtCuB%2CsBAExB%2CQAoCC%3BAAtC%2BC%2CuBAEhD%2CQAoCC%3BAAtCwE%2CoBAEzE%2CQAoCC%3BAAtC8F%2CsBAE%2FF%2CQAoCC%3BAAtCsH%2CwBAEvH%2CQAoCC%3BAAtCgJ%2CsBAEjJ%2CQAoCC%3BAAtCwK%2CiBAEzK%2CQAoCC%3BEACC%2CyBAAA%3B%3BAAvCH%2CuBAEC%2CQAwCC%3BAA1CuB%2CsBAExB%2CQAwCC%3BAA1C%2BC%2CuBAEhD%2CQAwCC%3BAA1CwE%2CoBAEzE%2CQAwCC%3BAA1C8F%2CsBAE%2FF%2CQAwCC%3BAA1CsH%2CwBAEvH%2CQAwCC%3BAA1CgJ%2CsBAEjJ%2CQAwCC%3BAA1CwK%2CiBAEzK%2CQAwCC%3BEACC%2CUAAA%3B%3BAA3CH%2CuBAEC%2CQAwCC%2CeAGC%2CGACC%3BAA9CqB%2CsBAExB%2CQAwCC%2CeAGC%2CGACC%3BAA9C6C%2CuBAEhD%2CQAwCC%2CeAGC%2CGACC%3BAA9CsE%2CoBAEzE%2CQAwCC%2CeAGC%2CGACC%3BAA9C4F%2CsBAE%2FF%2CQAwCC%2CeAGC%2CGACC%3BAA9CoH%2CwBAEvH%2CQAwCC%2CeAGC%2CGACC%3BAA9C8I%2CsBAEjJ%2CQAwCC%2CeAGC%2CGACC%3BAA9CsK%2CiBAEzK%2CQAwCC%2CeAGC%2CGACC%3BEACC%2CWAAA%3B%3BAA%2FCL%2CuBAEC%2CQAkDC%3BAApDuB%2CsBAExB%2CQAkDC%3BAApD%2BC%2CuBAEhD%2CQAkDC%3BAApDwE%2CoBAEzE%2CQAkDC%3BAApD8F%2CsBAE%2FF%2CQAkDC%3BAApDsH%2CwBAEvH%2CQAkDC%3BAApDgJ%2CsBAEjJ%2CQAkDC%3BAApDwK%2CiBAEzK%2CQAkDC%3BE9F%2BbA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CuB8FrfD%2CQAkDC%2CQ9FmcC%3BAAAD%2CsB8FrfD%2CQAkDC%2CQ9FmcC%3BAAAD%2CuB8FrfD%2CQAkDC%2CQ9FmcC%3BAAAD%2CoB8FrfD%2CQAkDC%2CQ9FmcC%3BAAAD%2CsB8FrfD%2CQAkDC%2CQ9FmcC%3BAAAD%2CwB8FrfD%2CQAkDC%2CQ9FmcC%3BAAAD%2CsB8FrfD%2CQAkDC%2CQ9FmcC%3BAAAD%2CiB8FrfD%2CQAkDC%2CQ9FmcC%3BAACD%2CuB8FtfD%2CQAkDC%2CQ9FocC%3BAAAD%2CsB8FtfD%2CQAkDC%2CQ9FocC%3BAAAD%2CuB8FtfD%2CQAkDC%2CQ9FocC%3BAAAD%2CoB8FtfD%2CQAkDC%2CQ9FocC%3BAAAD%2CsB8FtfD%2CQAkDC%2CQ9FocC%3BAAAD%2CwB8FtfD%2CQAkDC%2CQ9FocC%3BAAAD%2CsB8FtfD%2CQAkDC%2CQ9FocC%3BAAAD%2CiB8FtfD%2CQAkDC%2CQ9FocC%3BAACD%2CuB8FvfD%2CQAkDC%2CQ9FqcC%3BAAAD%2CsB8FvfD%2CQAkDC%2CQ9FqcC%3BAAAD%2CuB8FvfD%2CQAkDC%2CQ9FqcC%3BAAAD%2CoB8FvfD%2CQAkDC%2CQ9FqcC%3BAAAD%2CsB8FvfD%2CQAkDC%2CQ9FqcC%3BAAAD%2CwB8FvfD%2CQAkDC%2CQ9FqcC%3BAAAD%2CsB8FvfD%2CQAkDC%2CQ9FqcC%3BAAAD%2CiB8FvfD%2CQAkDC%2CQ9FqcC%3BAACD%2CuB8FxfD%2CQAkDC%2CQ9FscC%3BAAAD%2CsB8FxfD%2CQAkDC%2CQ9FscC%3BAAAD%2CuB8FxfD%2CQAkDC%2CQ9FscC%3BAAAD%2CoB8FxfD%2CQAkDC%2CQ9FscC%3BAAAD%2CsB8FxfD%2CQAkDC%2CQ9FscC%3BAAAD%2CwB8FxfD%2CQAkDC%2CQ9FscC%3BAAAD%2CsB8FxfD%2CQAkDC%2CQ9FscC%3BAAAD%2CiB8FxfD%2CQAkDC%2CQ9FscC%3BAACD%2CKAAM%2CiBAAgB%2CuB8FzfvB%2CQAkDC%3BA9FucA%2CKAAM%2CiBAAgB%2CsB8FzfvB%2CQAkDC%3BA9FucA%2CKAAM%2CiBAAgB%2CuB8FzfvB%2CQAkDC%3BA9FucA%2CKAAM%2CiBAAgB%2CoB8FzfvB%2CQAkDC%3BA9FucA%2CKAAM%2CiBAAgB%2CsB8FzfvB%2CQAkDC%3BA9FucA%2CKAAM%2CiBAAgB%2CwB8FzfvB%2CQAkDC%3BA9FucA%2CKAAM%2CiBAAgB%2CsB8FzfvB%2CQAkDC%3BA9FucA%2CKAAM%2CiBAAgB%2CiB8FzfvB%2CQAkDC%3BE9FwcE%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CuB8F9fD%2CQAkDC%2CQ9F4cC%3BAAAD%2CsB8F9fD%2CQAkDC%2CQ9F4cC%3BAAAD%2CuB8F9fD%2CQAkDC%2CQ9F4cC%3BAAAD%2CoB8F9fD%2CQAkDC%2CQ9F4cC%3BAAAD%2CsB8F9fD%2CQAkDC%2CQ9F4cC%3BAAAD%2CwB8F9fD%2CQAkDC%2CQ9F4cC%3BAAAD%2CsB8F9fD%2CQAkDC%2CQ9F4cC%3BAAAD%2CiB8F9fD%2CQAkDC%2CQ9F4cC%3BAACD%2CuB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAAAD%2CsB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAAAD%2CuB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAAAD%2CoB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAAAD%2CsB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAAAD%2CwB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAAAD%2CsB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAAAD%2CiB8F%2FfD%2CQAkDC%2CQ9F6cC%3BAACD%2CKAAM%2CiBAAgB%2CuB8FhgBvB%2CQAkDC%3BA9F8cA%2CKAAM%2CiBAAgB%2CsB8FhgBvB%2CQAkDC%3BA9F8cA%2CKAAM%2CiBAAgB%2CuB8FhgBvB%2CQAkDC%3BA9F8cA%2CKAAM%2CiBAAgB%2CoB8FhgBvB%2CQAkDC%3BA9F8cA%2CKAAM%2CiBAAgB%2CsB8FhgBvB%2CQAkDC%3BA9F8cA%2CKAAM%2CiBAAgB%2CwB8FhgBvB%2CQAkDC%3BA9F8cA%2CKAAM%2CiBAAgB%2CsB8FhgBvB%2CQAkDC%3BA9F8cA%2CKAAM%2CiBAAgB%2CiB8FhgBvB%2CQAkDC%3BE9F%2BcE%2CsBAAA%3B%3BAAKA%2CuB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CsB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CuB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CoB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CsB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CwB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CsB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CiB8FtgBH%2CQAkDC%2CQ9FidC%3BAAGC%2CuB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CsB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CuB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CoB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CsB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CwB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CsB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CiB8FtgBH%2CQAkDC%2CQ9FkdC%3BAAEC%2CQADM%2CUAAW%2CwB8FrgBpB%2CQAkDC%3BA9FodE%2CQADM%2CUAAW%2CuB8FrgBpB%2CQAkDC%3BA9FodE%2CQADM%2CUAAW%2CwB8FrgBpB%2CQAkDC%3BA9FodE%2CQADM%2CUAAW%2CqB8FrgBpB%2CQAkDC%3BA9FodE%2CQADM%2CUAAW%2CuB8FrgBpB%2CQAkDC%3BA9FodE%2CQADM%2CUAAW%2CyB8FrgBpB%2CQAkDC%3BA9FodE%2CQADM%2CUAAW%2CuB8FrgBpB%2CQAkDC%3BA9FodE%2CQADM%2CUAAW%2CkB8FrgBpB%2CQAkDC%3BA9FqdE%2CuB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CsB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CuB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CoB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CsB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CwB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CsB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CiB8FvgBH%2CQAkDC%2CQ9FidC%2CSAIE%3BAAAD%2CuB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CsB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CuB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CoB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CsB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CwB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CsB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CiB8FvgBH%2CQAkDC%2CQ9FkdC%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAAAD%2CQAFM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAAAD%2CQAFM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAAAD%2CQAFM%2CUAAW%2CqB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAAAD%2CQAFM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAAAD%2CQAFM%2CUAAW%2CyB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAAAD%2CQAFM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAAAD%2CQAFM%2CUAAW%2CkB8FrgBpB%2CQAkDC%2CQ9FqdG%3BAACD%2CuB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CsB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CuB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CoB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CsB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CwB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CsB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CiB8FxgBH%2CQAkDC%2CQ9FidC%2CSAKE%3BAAAD%2CuB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CsB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CuB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CoB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CsB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CwB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CsB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CiB8FxgBH%2CQAkDC%2CQ9FkdC%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAAAD%2CQAHM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAAAD%2CQAHM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAAAD%2CQAHM%2CUAAW%2CqB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAAAD%2CQAHM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAAAD%2CQAHM%2CUAAW%2CyB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAAAD%2CQAHM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAAAD%2CQAHM%2CUAAW%2CkB8FrgBpB%2CQAkDC%2CQ9FsdG%3BAACD%2CuB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CsB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CuB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CoB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CsB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CwB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CsB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CiB8FzgBH%2CQAkDC%2CQ9FidC%2CSAME%3BAAAD%2CuB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CsB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CuB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CoB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CsB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CwB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CsB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CiB8FzgBH%2CQAkDC%2CQ9FkdC%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FudG%3BAAAD%2CQAJM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FudG%3BAAAD%2CQAJM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FudG%3BAAAD%2CQAJM%2CUAAW%2CqB8FrgBpB%2CQAkDC%2CQ9FudG%3BAAAD%2CQAJM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FudG%3BAAAD%2CQAJM%2CUAAW%2CyB8FrgBpB%2CQAkDC%2CQ9FudG%3BAAAD%2CQAJM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FudG%3BAAAD%2CQAJM%2CUAAW%2CkB8FrgBpB%2CQAkDC%2CQ9FudG%3BAACD%2CuB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CsB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CuB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CoB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CsB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CwB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CsB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CiB8F1gBH%2CQAkDC%2CQ9FidC%2CSAOE%3BAAAD%2CuB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CsB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CuB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CoB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CsB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CwB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CsB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CiB8F1gBH%2CQAkDC%2CQ9FkdC%2CUAME%3BAAAD%2CQALM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FwdG%3BAAAD%2CQALM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FwdG%3BAAAD%2CQALM%2CUAAW%2CwB8FrgBpB%2CQAkDC%2CQ9FwdG%3BAAAD%2CQALM%2CUAAW%2CqB8FrgBpB%2CQAkDC%2CQ9FwdG%3BAAAD%2CQALM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FwdG%3BAAAD%2CQALM%2CUAAW%2CyB8FrgBpB%2CQAkDC%2CQ9FwdG%3BAAAD%2CQALM%2CUAAW%2CuB8FrgBpB%2CQAkDC%2CQ9FwdG%3BAAAD%2CQALM%2CUAAW%2CkB8FrgBpB%2CQAkDC%2CQ9FwdG%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BA8F9gBV%2CuBAEC%2CQAkDC%2CQ9F8dA%3BA8FlhBuB%2CsBAExB%2CQAkDC%2CQ9F8dA%3BA8FlhB%2BC%2CuBAEhD%2CQAkDC%2CQ9F8dA%3BA8FlhBwE%2CoBAEzE%2CQAkDC%2CQ9F8dA%3BA8FlhB8F%2CsBAE%2FF%2CQAkDC%2CQ9F8dA%3BA8FlhBsH%2CwBAEvH%2CQAkDC%2CQ9F8dA%3BA8FlhBgJ%2CsBAEjJ%2CQAkDC%2CQ9F8dA%3BA8FlhBwK%2CiBAEzK%2CQAkDC%2CQ9F8dA%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BA8FphBJ%2CuBAEC%2CQAsDC%3BAAxDuB%2CsBAExB%2CQAsDC%3BAAxD%2BC%2CuBAEhD%2CQAsDC%3BAAxDwE%2CoBAEzE%2CQAsDC%3BAAxD8F%2CsBAE%2FF%2CQAsDC%3BAAxDsH%2CwBAEvH%2CQAsDC%3BAAxDgJ%2CsBAEjJ%2CQAsDC%3BAAxDwK%2CiBAEzK%2CQAsDC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAA1DH%2CuBAEC%2CQAsDC%2CKAIC%3BAA5DsB%2CsBAExB%2CQAsDC%2CKAIC%3BAA5D8C%2CuBAEhD%2CQAsDC%2CKAIC%3BAA5DuE%2CoBAEzE%2CQAsDC%2CKAIC%3BAA5D6F%2CsBAE%2FF%2CQAsDC%2CKAIC%3BAA5DqH%2CwBAEvH%2CQAsDC%2CKAIC%3BAA5D%2BI%2CsBAEjJ%2CQAsDC%2CKAIC%3BAA5DuK%2CiBAEzK%2CQAsDC%2CKAIC%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAA%2FDJ%2CuBAEC%2CQAsDC%2CKAUC%3BAAlEsB%2CsBAExB%2CQAsDC%2CKAUC%3BAAlE8C%2CuBAEhD%2CQAsDC%2CKAUC%3BAAlEuE%2CoBAEzE%2CQAsDC%2CKAUC%3BAAlE6F%2CsBAE%2FF%2CQAsDC%2CKAUC%3BAAlEqH%2CwBAEvH%2CQAsDC%2CKAUC%3BAAlE%2BI%2CsBAEjJ%2CQAsDC%2CKAUC%3BAAlEuK%2CiBAEzK%2CQAsDC%2CKAUC%3BEACC%2CUAAA%3B%3BAAnEJ%2CuBAEC%2CQAqEC%2CgBACC%3BAAxEsB%2CsBAExB%2CQAqEC%2CgBACC%3BAAxE8C%2CuBAEhD%2CQAqEC%2CgBACC%3BAAxEuE%2CoBAEzE%2CQAqEC%2CgBACC%3BAAxE6F%2CsBAE%2FF%2CQAqEC%2CgBACC%3BAAxEqH%2CwBAEvH%2CQAqEC%2CgBACC%3BAAxE%2BI%2CsBAEjJ%2CQAqEC%2CgBACC%3BAAxEuK%2CiBAEzK%2CQAqEC%2CgBACC%3BEACC%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA3EJ%2CuBAEC%2CQAqEC%2CgBAOC%3BAA9EsB%2CsBAExB%2CQAqEC%2CgBAOC%3BAA9E8C%2CuBAEhD%2CQAqEC%2CgBAOC%3BAA9EuE%2CoBAEzE%2CQAqEC%2CgBAOC%3BAA9E6F%2CsBAE%2FF%2CQAqEC%2CgBAOC%3BAA9EqH%2CwBAEvH%2CQAqEC%2CgBAOC%3BAA9E%2BI%2CsBAEjJ%2CQAqEC%2CgBAOC%3BAA9EuK%2CiBAEzK%2CQAqEC%2CgBAOC%3BEACC%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAnFJ%2CuBAEC%2CQAqEC%2CgBAeC%3BAAtFsB%2CsBAExB%2CQAqEC%2CgBAeC%3BAAtF8C%2CuBAEhD%2CQAqEC%2CgBAeC%3BAAtFuE%2CoBAEzE%2CQAqEC%2CgBAeC%3BAAtF6F%2CsBAE%2FF%2CQAqEC%2CgBAeC%3BAAtFqH%2CwBAEvH%2CQAqEC%2CgBAeC%3BAAtF%2BI%2CsBAEjJ%2CQAqEC%2CgBAeC%3BAAtFuK%2CiBAEzK%2CQAqEC%2CgBAeC%3BEACC%2CmBAAA%3B%3BAAvFJ%2CuBAEC%2CQAqEC%2CgBAeC%2CsBAGC%3BAAzFqB%2CsBAExB%2CQAqEC%2CgBAeC%2CsBAGC%3BAAzF6C%2CuBAEhD%2CQAqEC%2CgBAeC%2CsBAGC%3BAAzFsE%2CoBAEzE%2CQAqEC%2CgBAeC%2CsBAGC%3BAAzF4F%2CsBAE%2FF%2CQAqEC%2CgBAeC%2CsBAGC%3BAAzFoH%2CwBAEvH%2CQAqEC%2CgBAeC%2CsBAGC%3BAAzF8I%2CsBAEjJ%2CQAqEC%2CgBAeC%2CsBAGC%3BAAzFsK%2CiBAEzK%2CQAqEC%2CgBAeC%2CsBAGC%3BEACC%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3B%3BAA5FL%2CuBAEC%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BAA%2FFmB%2CsBAExB%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BAA%2FF2C%2CuBAEhD%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BAA%2FFoE%2CoBAEzE%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BAA%2FF0F%2CsBAE%2FF%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BAA%2FFkH%2CwBAEvH%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BAA%2FF4I%2CsBAEjJ%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BAA%2FFoK%2CiBAEzK%2CQAqEC%2CgBAeC%2CsBASC%2CGAAE%3BEACD%2CmBAAA%3B%3B%3B%3BAC%2FFL%3BEAEC%2CgBCDe%2CiDDCf%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUD%3BEAEC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEAEC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGD%3BEAEC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAGD%3BEAEC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAGD%3BEAEC%2CcAAA%3BEACA%2CYAAA%3B%3BAAGD%2CiBAAkB%3BEAEjB%2CWAAA%3B%3BAAGD%3BEAEC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEAEC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3B%3BAAGD%2CiBAAkB%3BAAClB%2CiBAAkB%3BEAEjB%2CWAAA%3BEACA%2CYAAA%3B%3BAAGD%3BEAEC%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGD%2CSAAS%3BEAER%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CeAAgB%3BEAEf%2CYAAA%3B%3BAAGD%2CiBAAkB%3BEAEjB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGD%2CeAAgB%2CUAAS%3BEAExB%2CaAAA%3B%3BAAGD%3BEAEC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3B%3BAAID%2CCAAE%2CKAAK%3BEAEN%2CkBAAA%3B%3BA5B5HD%3BAAAwB%3BAAAuB%3B%3B%3B%3BAAA%2FC%2CsBACE%3BAADsB%2CqBACtB%3BAAD6C%2C2BAC7C%3BEACD%2CaAAA%3B%3BAAFD%2CsBAIC%3BAAJuB%2CqBAIvB%3BAAJ8C%2C2BAI9C%3BEACC%2CcAAA%3B%3BAALF%2CsBAIC%2CSAEC%3BAANsB%2CqBAIvB%2CSAEC%3BAAN6C%2C2BAI9C%2CSAEC%3BEACC%2CqBAAA%3B%3BAAPH%2CsBAIC%2CSAKC%3BAATsB%2CqBAIvB%2CSAKC%3BAAT6C%2C2BAI9C%2CSAKC%3BEACC%2C0BAAA%3B%3BAAVH%2CsBAaC%3BAAbuB%2CqBAavB%3BAAb8C%2C2BAa9C%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAfF%2CsBAaC%2CqBAGC%3BAAhBsB%2CqBAavB%2CqBAGC%3BAAhB6C%2C2BAa9C%2CqBAGC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAArBH%2CsBAaC%2CqBAGC%2CcAMC%3BAAtBqB%2CqBAavB%2CqBAGC%2CcAMC%3BAAtB4C%2C2BAa9C%2CqBAGC%2CcAMC%3BEACE%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAxBL%2CsBAaC%2CqBAGC%2CcAMC%2CeAGE%3BAAzBmB%2CqBAavB%2CqBAGC%2CcAMC%2CeAGE%3BAAzB0C%2C2BAa9C%2CqBAGC%2CcAMC%2CeAGE%3BEACD%2CWAAA%3B%3BAA1BJ%2CsBAaC%2CqBAGC%2CcAaC%3BAA7BqB%2CqBAavB%2CqBAGC%2CcAaC%3BAA7B4C%2C2BAa9C%2CqBAGC%2CcAaC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAlCJ%2CsBAaC%2CqBAGC%2CcAaC%2CMAMC%3BAAnCoB%2CqBAavB%2CqBAGC%2CcAaC%2CMAMC%3BAAnC2C%2C2BAa9C%2CqBAGC%2CcAaC%2CMAMC%3BEACC%2CcAAA%3B%3BAAQH%2CQALgC%3BEAKhC%2CsBA%2FBD%2CqBAGC%3BEA4BA%2CqBA%2FBD%2CqBAGC%3BEA4BA%2C2BA%2FBD%2CqBAGC%3BIAwBE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA1CJ%2CsBAaC%2CqBAgCC%2CcAAa%3BAA7CS%2CqBAavB%2CqBAgCC%2CcAAa%3BAA7CgC%2C2BAa9C%2CqBAgCC%2CcAAa%3BEACZ%2CWAAA%3B%3BAA9CH%2CsBAaC%2CqBAmCC%2CcAAa%2CMACZ%2CMACC%3BAAlDoB%2CqBAavB%2CqBAmCC%2CcAAa%2CMACZ%2CMACC%3BAAlD2C%2C2BAa9C%2CqBAmCC%2CcAAa%2CMACZ%2CMACC%3BEACC%2CcAAA%3B%3BEAEA%2CqBAAA%3B%3BAArDL%2CsBA0DC%2CQAAO%3BAA1DgB%2CqBA0DvB%2CQAAO%3BAA1DuC%2C2BA0D9C%2CQAAO%3BEnE6kBN%2CkBAAA%3BEACA%2CmBAAA%3BEmE5kBA%2CgBAAA%3B%3BAAID%2CQAHgC%3BEAGhC%2CsBANA%2CQAAO%3BEAMP%2CqBANA%2CQAAO%3BEAMP%2C2BANA%2CQAAO%3BIAIL%2CgBAAA%3B%3B%3BAA9DH%2CsBAiEC%2CgBACC%3BAAlEsB%2CqBAiEvB%2CgBACC%3BAAlE6C%2C2BAiE9C%2CgBACC%3BEACC%2CWAAA%3B%3BAAnEH%2CsBAsEC%3BAAtEuB%2CqBAsEvB%3BAAtE8C%2C2BAsE9C%3BEACC%2CeAAA%3BEACA%2CYAAA%3B%3BAAxEF%2CsBA2EC%2CIAAG%3BAA3EoB%2CqBA2EvB%2CIAAG%3BAA3E2C%2C2BA2E9C%2CIAAG%3BEnEokBF%2CWAAA%3BEACA%2CWAAA%3BEAkFA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2CsBmEnoBC%2CIAAG%3BEnEmoBJ%2CqBmEnoBC%2CIAAG%3BEnEmoBJ%2C2BmEnoBC%2CIAAG%3BInEgoBA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CsBmEhqBC%2CIAAG%3BEnEgqBJ%2CqBmEhqBC%2CIAAG%3BEnEgqBJ%2C2BmEhqBC%2CIAAG%3BInE6pBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAmEtpBF%2CQAJ%2BB%3BEAI%2FB%2CsBARD%2CIAAG%3BEAQF%2CqBARD%2CIAAG%3BEAQF%2C2BARD%2CIAAG%3BIAKD%2CYAAA%3B%3B%3BAAhFH%2CsBA2EC%2CIAAG%2CaAQF%3BAAnFsB%2CqBA2EvB%2CIAAG%2CaAQF%3BAAnF6C%2C2BA2E9C%2CIAAG%2CaAQF%3BEACC%2CeAAA%3B%3BAApFH%2CsBA2EC%2CIAAG%2CaAWF%3BAAtFsB%2CqBA2EvB%2CIAAG%2CaAWF%3BAAtF6C%2C2BA2E9C%2CIAAG%2CaAWF%3BEACC%2CwBAAA%3B%3BAAvFH%2CsBA2EC%2CIAAG%2CaAcF%3BAAzFsB%2CqBA2EvB%2CIAAG%2CaAcF%3BAAzF6C%2C2BA2E9C%2CIAAG%2CaAcF%3BAAzFF%2CsBA2EC%2CIAAG%2CaAce%3BAAzFK%2CqBA2EvB%2CIAAG%2CaAce%3BAAzF4B%2C2BA2E9C%2CIAAG%2CaAce%3BAAzFnB%2CsBA2EC%2CIAAG%2CaAcgC%3BAAzFZ%2CqBA2EvB%2CIAAG%2CaAcgC%3BAAzFW%2C2BA2E9C%2CIAAG%2CaAcgC%3BAAzFpC%2CsBA2EC%2CIAAG%2CaAeF%3BAA1FsB%2CqBA2EvB%2CIAAG%2CaAeF%3BAA1F6C%2C2BA2E9C%2CIAAG%2CaAeF%3BAA1FF%2CsBA2EC%2CIAAG%2CaAeU%3BAA1FU%2CqBA2EvB%2CIAAG%2CaAeU%3BAA1FiC%2C2BA2E9C%2CIAAG%2CaAeU%3BEACX%2CaAAA%3B%3BAA3FH%2CsBA2EC%2CIAAG%2CaAmBF%3BAA9FsB%2CqBA2EvB%2CIAAG%2CaAmBF%3BAA9F6C%2C2BA2E9C%2CIAAG%2CaAmBF%3BEACC%2CaAAA%3B%3BAAUD%2CQAP%2BB%3BEAO%2FB%2CsBA9BD%2CIAAG%3BEA8BF%2CqBA9BD%2CIAAG%3BEA8BF%2C2BA9BD%2CIAAG%3BIAwBD%2CWAAA%3B%3BEAMD%2CsBA9BD%2CIAAG%2CaAyBD%3BEAKD%2CqBA9BD%2CIAAG%2CaAyBD%3BEAKD%2C2BA9BD%2CIAAG%2CaAyBD%3BEAKD%2CsBA9BD%2CIAAG%2CaAyBgB%3BEAKlB%2CqBA9BD%2CIAAG%2CaAyBgB%3BEAKlB%2C2BA9BD%2CIAAG%2CaAyBgB%3BIAChB%2CcAAA%3B%3B%3BAArGJ%2CsBA2EC%2CIAAG%2CaA8BF%3BAAzGsB%2CqBA2EvB%2CIAAG%2CaA8BF%3BAAzG6C%2C2BA2E9C%2CIAAG%2CaA8BF%3BEACC%2CYAAA%3B%3BAA1GH%2CsBA2EC%2CIAAG%2CaA8BF%2CQAGC%3BAA5GqB%2CqBA2EvB%2CIAAG%2CaA8BF%2CQAGC%3BAA5G4C%2C2BA2E9C%2CIAAG%2CaA8BF%2CQAGC%3BEACC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAA%2FGJ%2CsBA2EC%2CIAAG%2CaA8BF%2CQAGC%2CSAIC%3BAAhHoB%2CqBA2EvB%2CIAAG%2CaA8BF%2CQAGC%2CSAIC%3BAAhH2C%2C2BA2E9C%2CIAAG%2CaA8BF%2CQAGC%2CSAIC%3BEACC%2CmBAAA%3B%3BAAjHL%2CsBA2EC%2CIAAG%2CaA8BF%2CQAGC%2CSAQC%3BAApHoB%2CqBA2EvB%2CIAAG%2CaA8BF%2CQAGC%2CSAQC%3BAApH2C%2C2BA2E9C%2CIAAG%2CaA8BF%2CQAGC%2CSAQC%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAtHL%2CsBA4HC%3BAA5HuB%2CqBA4HvB%3BAA5H8C%2C2BA4H9C%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%2FHF%2CsBAkIC%2CGAAE%3BAAlIqB%2CqBAkIvB%2CGAAE%3BAAlI4C%2C2BAkI9C%2CGAAE%3BEAED%2CSAAA%3B%3BAApIF%2CsBAkIC%2CGAAE%2CcAID%3BAAtIsB%2CqBAkIvB%2CGAAE%2CcAID%3BAAtI6C%2C2BAkI9C%2CGAAE%2CcAID%3BEACC%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA7IH%2CsBAkIC%2CGAAE%2CcAID%2CMASC%3BAA%2FIqB%2CqBAkIvB%2CGAAE%2CcAID%2CMASC%3BAA%2FI4C%2C2BAkI9C%2CGAAE%2CcAID%2CMASC%3BEACC%2CkBAAA%3B%3BAAhJJ%2CsBAkIC%2CGAAE%2CcAID%2CMAYC%3BAAlJqB%2CqBAkIvB%2CGAAE%2CcAID%2CMAYC%3BAAlJ4C%2C2BAkI9C%2CGAAE%2CcAID%2CMAYC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArJJ%2CsBAkIC%2CGAAE%2CcAID%2CMAYC%2CoBAIC%3BAAtJoB%2CqBAkIvB%2CGAAE%2CcAID%2CMAYC%2CoBAIC%3BAAtJ2C%2C2BAkI9C%2CGAAE%2CcAID%2CMAYC%2CoBAIC%3BEACC%2CmBAAA%3B%3BAAvJL%2CsBAkIC%2CGAAE%2CcAID%2CMAoBC%3BAA1JqB%2CqBAkIvB%2CGAAE%2CcAID%2CMAoBC%3BAA1J4C%2C2BAkI9C%2CGAAE%2CcAID%2CMAoBC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA7JJ%2CsBAkIC%2CGAAE%2CcAID%2CMAoBC%2CKAIC%3BAA9JoB%2CqBAkIvB%2CGAAE%2CcAID%2CMAoBC%2CKAIC%3BAA9J2C%2C2BAkI9C%2CGAAE%2CcAID%2CMAoBC%2CKAIC%3BEACC%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAlKL%2CsBAkIC%2CGAAE%2CcAID%2CMAoBC%2CKAIC%2CWAKC%3BAAnKmB%2CqBAkIvB%2CGAAE%2CcAID%2CMAoBC%2CKAIC%2CWAKC%3BAAnK0C%2C2BAkI9C%2CGAAE%2CcAID%2CMAoBC%2CKAIC%2CWAKC%3BEACC%2CcAAA%3B%3BAApKN%2CsBAkIC%2CGAAE%2CcAID%2CMAoBC%2CKAaC%3BAAvKoB%2CqBAkIvB%2CGAAE%2CcAID%2CMAoBC%2CKAaC%3BAAvK2C%2C2BAkI9C%2CGAAE%2CcAID%2CMAoBC%2CKAaC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3B%3BAAzKL%2CsBAkIC%2CGAAE%2CcAID%2CMAoBC%2CKAaC%2CcAGC%3BAA1KmB%2CqBAkIvB%2CGAAE%2CcAID%2CMAoBC%2CKAaC%2CcAGC%3BAA1K0C%2C2BAkI9C%2CGAAE%2CcAID%2CMAoBC%2CKAaC%2CcAGC%3BEACC%2CYAAA%3BEACA%2CcAAA%3B%3BAA5KN%2CsBAkIC%2CGAAE%2CcAID%2CMA0CC%3BAAhLqB%2CqBAkIvB%2CGAAE%2CcAID%2CMA0CC%3BAAhL4C%2C2BAkI9C%2CGAAE%2CcAID%2CMA0CC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnLJ%2CsBAkIC%2CGAAE%2CcAID%2CMA0CC%2CMAIC%2CWACC%3BAArLmB%2CqBAkIvB%2CGAAE%2CcAID%2CMA0CC%2CMAIC%2CWACC%3BAArL0C%2C2BAkI9C%2CGAAE%2CcAID%2CMA0CC%2CMAIC%2CWACC%3BEACC%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CyDAAhB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7LN%2CsBAkIC%2CGAAE%2CcAID%2CMA2DC%3BAAjMqB%2CqBAkIvB%2CGAAE%2CcAID%2CMA2DC%3BAAjM4C%2C2BAkI9C%2CGAAE%2CcAID%2CMA2DC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAArMJ%2CsBAkIC%2CGAAE%2CcAID%2CMA2DC%2CmBAKC%3BAAtMoB%2CqBAkIvB%2CGAAE%2CcAID%2CMA2DC%2CmBAKC%3BAAtM2C%2C2BAkI9C%2CGAAE%2CcAID%2CMA2DC%2CmBAKC%3BEACC%2CcAAA%3B%3BAAvML%2CsBAkIC%2CGAAE%2CcAID%2CMAoEC%3BAA1MqB%2CqBAkIvB%2CGAAE%2CcAID%2CMAoEC%3BAA1M4C%2C2BAkI9C%2CGAAE%2CcAID%2CMAoEC%3BEACC%2CWAAA%3BEACA%2CwBAAA%3B%3BAA5MJ%2CsBAkIC%2CGAAE%2CcAID%2CMAwEC%3BAA9MqB%2CqBAkIvB%2CGAAE%2CcAID%2CMAwEC%3BAA9M4C%2C2BAkI9C%2CGAAE%2CcAID%2CMAwEC%3BEACC%2COAAA%3B%3BAA%2FMJ%2CsBAkIC%2CGAAE%2CcAID%2CMA4EC%3BAAlNqB%2CqBAkIvB%2CGAAE%2CcAID%2CMA4EC%3BAAlN4C%2C2BAkI9C%2CGAAE%2CcAID%2CMA4EC%3BAAlNH%2CsBAkIC%2CGAAE%2CcAID%2CMA4EgB%3BAAlNM%2CqBAkIvB%2CGAAE%2CcAID%2CMA4EgB%3BAAlN6B%2C2BAkI9C%2CGAAE%2CcAID%2CMA4EgB%3BAAlNlB%2CsBAkIC%2CGAAE%2CcAID%2CMA4E0B%3BAAlNJ%2CqBAkIvB%2CGAAE%2CcAID%2CMA4E0B%3BAAlNmB%2C2BAkI9C%2CGAAE%2CcAID%2CMA4E0B%3BEACxB%2CaAAA%3B%3BAAnNJ%2CsBAkIC%2CGAAE%2CcAID%2CMAgFC%2CSACC%3BAAvNoB%2CqBAkIvB%2CGAAE%2CcAID%2CMAgFC%2CSACC%3BAAvN2C%2C2BAkI9C%2CGAAE%2CcAID%2CMAgFC%2CSACC%3BAAvNJ%2CsBAkIC%2CGAAE%2CcAID%2CMAgFC%2CSACgB%3BAAvNK%2CqBAkIvB%2CGAAE%2CcAID%2CMAgFC%2CSACgB%3BAAvN4B%2C2BAkI9C%2CGAAE%2CcAID%2CMAgFC%2CSACgB%3BEACd%2CaAAA%3B%3BAAQF%2CQAJ%2BB%3BEAI%2FB%2CsBA9FF%2CGAAE%2CcAID%3BEA0FC%2CqBA9FF%2CGAAE%2CcAID%3BEA0FC%2C2BA9FF%2CGAAE%2CcAID%3BIAuFE%2CiBAAA%3B%3B%3BAAOD%2CQAJ%2BB%3BEAI%2FB%2CsBAlGF%2CGAAE%2CcAID%3BEA8FC%2CqBAlGF%2CGAAE%2CcAID%3BEA8FC%2C2BAlGF%2CGAAE%2CcAID%3BIA2FE%2CYAAA%3B%3B%3BAAOD%2CQAJ%2BB%3BEAI%2FB%2CsBAtGF%2CGAAE%2CcAID%3BEAkGC%2CqBAtGF%2CGAAE%2CcAID%3BEAkGC%2C2BAtGF%2CGAAE%2CcAID%3BIA%2BFE%2CYAAA%3B%3B%3BAAMD%2CQAH%2BB%3BEAG%2FB%2CsBAzGF%2CGAAE%2CcAID%3BEAqGC%2CqBAzGF%2CGAAE%2CcAID%3BEAqGC%2C2BAzGF%2CGAAE%2CcAID%3BIAmGE%2CYAAA%3B%3B%3BAAKD%2CmBAHqC%3BEAGrC%2CsBA5GF%2CGAAE%2CcAID%3BEAwGC%2CqBA5GF%2CGAAE%2CcAID%3BEAwGC%2C2BA5GF%2CGAAE%2CcAID%3BIAsGE%2C4BAAA%3B%3B%3BAA5OJ%2CsBAkIC%2CGAAE%2CcAID%2CMAwGC%3BAA9OqB%2CqBAkIvB%2CGAAE%2CcAID%2CMAwGC%3BAA9O4C%2C2BAkI9C%2CGAAE%2CcAID%2CMAwGC%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAAhPJ%2CsBAkIC%2CGAAE%2CcAID%2CMA6GC%3BAAnPqB%2CqBAkIvB%2CGAAE%2CcAID%2CMA6GC%3BAAnP4C%2C2BAkI9C%2CGAAE%2CcAID%2CMA6GC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAvPJ%2CsBAkIC%2CGAAE%2CcAID%2CMA6GC%2CcAKC%3BAAxPoB%2CqBAkIvB%2CGAAE%2CcAID%2CMA6GC%2CcAKC%3BAAxP2C%2C2BAkI9C%2CGAAE%2CcAID%2CMA6GC%2CcAKC%3BEACC%2CoBAAA%3B%3BAAzPL%2CsBAkIC%2CGAAE%2CcAID%2CMAuHC%3BAA7PqB%2CqBAkIvB%2CGAAE%2CcAID%2CMAuHC%3BAA7P4C%2C2BAkI9C%2CGAAE%2CcAID%2CMAuHC%3BEACC%2CgBAAA%3B%3BAAID%2CQAHgC%3BEAGhC%2CsBAhIF%2CGAAE%2CcAID%2CMAuHC%3BEAKA%2CqBAhIF%2CGAAE%2CcAID%2CMAuHC%3BEAKA%2C2BAhIF%2CGAAE%2CcAID%2CMAuHC%3BIAGE%2CgBAAA%3B%3B%3BAAhQL%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%3BAApQqB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%3BAApQ4C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAtQJ%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%2CWAGC%3BAAvQoB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%2CWAGC%3BAAvQ2C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%2CWAGC%3BEACE%2CWAAA%3BEACA%2CeAAA%3B%3BAAzQN%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%2CWAQC%3BAA5QoB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%2CWAQC%3BAA5Q2C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%2CWAQC%3BEAIC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAlRL%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%2CWAQC%2CWACC%3BAA7QmB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%2CWAQC%2CWACC%3BAA7Q0C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%2CWAQC%2CWACC%3BEACC%2CWAAA%3B%3BAA9QN%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%2CWAiBC%3BAArRoB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%2CWAiBC%3BAArR2C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%2CWAiBC%3BEAIC%2CeAAA%3BEACA%2CWAAA%3B%3BAA1RL%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%2CWAiBC%2CeACC%3BAAtRmB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%2CWAiBC%2CeACC%3BAAtR0C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%2CWAiBC%2CeACC%3BEACC%2CcAAA%3B%3BAAvRN%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%2CWAyBC%3BAA7RoB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%2CWAyBC%3BAA7R2C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%2CWAyBC%3BEACC%2C6BAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CsBAhKH%2CGAAE%2CcAID%2CMA8HC%2CWAyBC%3BEAKA%2CqBAhKH%2CGAAE%2CcAID%2CMA8HC%2CWAyBC%3BEAKA%2C2BAhKH%2CGAAE%2CcAID%2CMA8HC%2CWAyBC%3BIAGE%2CmBAAA%3B%3B%3BAAhSN%2CsBAkIC%2CGAAE%2CcAID%2CMA8HC%2CWAgCC%3BAApSoB%2CqBAkIvB%2CGAAE%2CcAID%2CMA8HC%2CWAgCC%3BAApS2C%2C2BAkI9C%2CGAAE%2CcAID%2CMA8HC%2CWAgCC%3BEACC%2CaAAA%3B%3BAArSL%2CsBAkIC%2CGAAE%2CcAID%2CMAmKC%3BAAzSqB%2CqBAkIvB%2CGAAE%2CcAID%2CMAmKC%3BAAzS4C%2C2BAkI9C%2CGAAE%2CcAID%2CMAmKC%3BEACC%2COAAA%3BEACA%2CWAAA%3B%3BAA3SJ%2CsBAkIC%2CGAAE%2CcAID%2CMAmKC%2CSAGC%2CWAAW%3BAA5SS%2CqBAkIvB%2CGAAE%2CcAID%2CMAmKC%2CSAGC%2CWAAW%3BAA5SgC%2C2BAkI9C%2CGAAE%2CcAID%2CMAmKC%2CSAGC%2CWAAW%3BEACV%2CcAAA%3B%3BAA7SL%2CsBAkIC%2CGAAE%2CcAID%2CMA2KC%3BAAjTqB%2CqBAkIvB%2CGAAE%2CcAID%2CMA2KC%3BAAjT4C%2C2BAkI9C%2CGAAE%2CcAID%2CMA2KC%3BEACC%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArTJ%2CsBAkIC%2CGAAE%2CcAID%2CMA2KC%2CMAKC%2CWAAW%3BAAtTS%2CqBAkIvB%2CGAAE%2CcAID%2CMA2KC%2CMAKC%2CWAAW%3BAAtTgC%2C2BAkI9C%2CGAAE%2CcAID%2CMA2KC%2CMAKC%2CWAAW%3BEACV%2CcAAA%3B%3BAAMD%2CmBALsC%3BEAKtC%2CsBA3LH%2CGAAE%2CcAID%2CMA2KC%2CMAKC%2CWAAW%3BEAOX%2CqBA3LH%2CGAAE%2CcAID%2CMA2KC%2CMAKC%2CWAAW%3BEAOX%2C2BA3LH%2CGAAE%2CcAID%2CMA2KC%2CMAKC%2CWAAW%3BIAGT%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAA3TN%2CsBAkIC%2CGAAE%2CcAgMD%3BAAlUsB%2CqBAkIvB%2CGAAE%2CcAgMD%3BAAlU6C%2C2BAkI9C%2CGAAE%2CcAgMD%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C0CAAhB%3B%3BAAOA%2CQAH%2BB%3BEAG%2FB%2CsBA9MF%2CGAAE%2CcA0MD%3BEAIC%2CqBA9MF%2CGAAE%2CcA0MD%3BEAIC%2C2BA9MF%2CGAAE%2CcA0MD%3BIAEE%2C6BAAA%3B%3B%3BAAKF%2CQAHgC%3BEAGhC%2CsBAjND%2CGAAE%2CcA0MD%3BEAOA%2CqBAjND%2CGAAE%2CcA0MD%3BEAOA%2C2BAjND%2CGAAE%2CcA0MD%3BIAKE%2CiBAAA%3B%3B%3BAAQF%2CQAHgC%3BEAGhC%2CsBAvND%2CGAAE%2CcAmND%3BEAIA%2CqBAvND%2CGAAE%2CcAmND%3BEAIA%2C2BAvND%2CGAAE%2CcAmND%3BIAEE%2CgBAAA%3B%3B%3BAAYJ%2CQAP%2BB%3BEAO%2FB%2CsBANC%2CMAAK%2CUAAU%3BEAMhB%2CqBANC%2CMAAK%2CUAAU%3BEAMhB%2C2BANC%2CMAAK%2CUAAU%3BIACb%2CgBAAA%3B%3B%3BAA9VH%2CsBAoWC%2CMAAK%3BAApWkB%2CqBAoWvB%2CMAAK%3BAApWyC%2C2BAoW9C%2CMAAK%3BEAEJ%2CcAAA%3BEnEySA%2CWAAA%3BEACA%2CWAAA%3BEAkFA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEmEzXA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3B%3BAnEgWF%2CQAJqC%3BEAIrC%2CsBmE1WC%2CMAAK%3BEnE0WN%2CqBmE1WC%2CMAAK%3BEnE0WN%2C2BmE1WC%2CMAAK%3BInEuWF%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CsBmEvYC%2CMAAK%3BEnEuYN%2CqBmEvYC%2CMAAK%3BEnEuYN%2C2BmEvYC%2CMAAK%3BInEoYF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAmEzuBJ%2CsBAoWC%2CMAAK%2CsBAWJ%3BAA%2FWsB%2CqBAoWvB%2CMAAK%2CsBAWJ%3BAA%2FW6C%2C2BAoW9C%2CMAAK%2CsBAWJ%3BEACC%2CyCAAA%3B%3BAAhXH%2CsBAoWC%2CMAAK%2CsBAWJ%2CaAEC%3BAAjXqB%2CqBAoWvB%2CMAAK%2CsBAWJ%2CaAEC%3BAAjX4C%2C2BAoW9C%2CMAAK%2CsBAWJ%2CaAEC%3BEACC%2CkBAAA%3B%3BAAlXJ%2CsBAoWC%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%3BAAnXoB%2CqBAoWvB%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%3BAAnX2C%2C2BAoW9C%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%3BEACC%2CkBAAA%3B%3BAApXL%2CsBAoWC%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%2CGAEC%3BAArXmB%2CqBAoWvB%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%2CGAEC%3BAArX0C%2C2BAoW9C%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%2CGAEC%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAA1XN%2CsBAoWC%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%2CGASC%2CEAAC%3BAA5XkB%2CqBAoWvB%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%2CGASC%2CEAAC%3BAA5XyC%2C2BAoW9C%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%2CGASC%2CEAAC%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAQF%2CQANgC%3BEAMhC%2CsBAlCH%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%3BEAmBA%2CqBAlCH%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%3BEAmBA%2C2BAlCH%2CMAAK%2CsBAWJ%2CaAEC%2CGAEC%3BIAcK%2CmBAAA%3BIACA%2CgBAAA%3BIACH%2CmBAAA%3BIACA%2CkBAAA%3B%3B%3BAApYN%2CsBAoWC%2CMAAK%2CsBAWJ%2CaAEC%2CGAsBC%2CGAAE%2CQACD%3BAAxYmB%2CqBAoWvB%2CMAAK%2CsBAWJ%2CaAEC%2CGAsBC%2CGAAE%2CQACD%3BAAxY0C%2C2BAoW9C%2CMAAK%2CsBAWJ%2CaAEC%2CGAsBC%2CGAAE%2CQACD%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAQJ%2CQAHgC%3BEAGhC%2CsBA9CD%2CMAAK%2CsBAWJ%3BEAmCA%2CqBA9CD%2CMAAK%2CsBAWJ%3BEAmCA%2C2BA9CD%2CMAAK%2CsBAWJ%3BIAiCE%2C6BAAA%3B%3B%3BAAhZJ%2CsBAoWC%2CMAAK%2CsBA%2BCJ%3BAAnZsB%2CqBAoWvB%2CMAAK%2CsBA%2BCJ%3BAAnZ6C%2C2BAoW9C%2CMAAK%2CsBA%2BCJ%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%2FB%2CsBAzDF%2CMAAK%2CsBA%2BCJ%3BEAUC%2CqBAzDF%2CMAAK%2CsBA%2BCJ%3BEAUC%2C2BAzDF%2CMAAK%2CsBA%2BCJ%3BIAOE%2CmBAAA%3BIACA%2CkBAAA%3B%3B%3BAAMF%2CQAJgC%3BEAIhC%2CsBA7DD%2CMAAK%2CsBA%2BCJ%3BEAcA%2CqBA7DD%2CMAAK%2CsBA%2BCJ%3BEAcA%2C2BA7DD%2CMAAK%2CsBA%2BCJ%3BIAWE%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAOF%2CQAJ%2BB%3BEAI%2FB%2CsBAlED%2CMAAK%3BEAkEJ%2CqBAlED%2CMAAK%3BEAkEJ%2C2BAlED%2CMAAK%3BIA%2BDH%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAMD%2CQAJ%2BB%3BEAI%2FB%2CsBAtED%2CMAAK%3BEAsEJ%2CqBAtED%2CMAAK%3BEAsEJ%2C2BAtED%2CMAAK%3BIAmEH%2C6BAAA%3BIACA%2C6BAAA%3B%3B%3BAAxaH%2CsBAoWC%2CMAAK%2CsBAsEJ%3BAA1asB%2CqBAoWvB%2CMAAK%2CsBAsEJ%3BAA1a6C%2C2BAoW9C%2CMAAK%2CsBAsEJ%3BAA1aF%2CsBAoWC%2CMAAK%2CsBAsEoB%3BAA1aF%2CqBAoWvB%2CMAAK%2CsBAsEoB%3BAA1aqB%2C2BAoW9C%2CMAAK%2CsBAsEoB%3BAA1a1B%2CsBAoWC%2CMAAK%2CsBAuEJ%3BAA3asB%2CqBAoWvB%2CMAAK%2CsBAuEJ%3BAA3a6C%2C2BAoW9C%2CMAAK%2CsBAuEJ%3BAA3aF%2CsBAoWC%2CMAAK%2CsBAuEA%3BAA3akB%2CqBAoWvB%2CMAAK%2CsBAuEA%3BAA3ayC%2C2BAoW9C%2CMAAK%2CsBAuEA%3BAA3aN%2CsBAoWC%2CMAAK%2CsBAuEc%3BAA3aI%2CqBAoWvB%2CMAAK%2CsBAuEc%3BAA3a2B%2C2BAoW9C%2CMAAK%2CsBAuEc%3BAA3apB%2CsBAoWC%2CMAAK%2CsBAuE4B%3BAA3aV%2CqBAoWvB%2CMAAK%2CsBAuE4B%3BAA3aa%2C2BAoW9C%2CMAAK%2CsBAuE4B%3BEAC%2FB%2CaAAA%3B%3BAA5aH%2CsBAoWC%2CMAAK%2CsBA2EJ%2CuBACC%2CGAAE%2CUAAW%2CKAAK%2CIAAI%3BAAhbD%2CqBAoWvB%2CMAAK%2CsBA2EJ%2CuBACC%2CGAAE%2CUAAW%2CKAAK%2CIAAI%3BAAhbsB%2C2BAoW9C%2CMAAK%2CsBA2EJ%2CuBACC%2CGAAE%2CUAAW%2CKAAK%2CIAAI%3BEACrB%2CaAAA%3B%3BAAjbJ%2CsBAoWC%2CMAAK%2CsBA2EJ%2CuBAIC%2CGAAE%2CUAAW%2CKAAK%3BAAnbG%2CqBAoWvB%2CMAAK%2CsBA2EJ%2CuBAIC%2CGAAE%2CUAAW%2CKAAK%3BAAnb0B%2C2BAoW9C%2CMAAK%2CsBA2EJ%2CuBAIC%2CGAAE%2CUAAW%2CKAAK%3BEACjB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAArbJ%2CsBAoWC%2CMAAK%2CsBA2EJ%2CuBAQC%2CGAAE%2CUAAW%2CKAAK%2CIAAG%3BAAvbA%2CqBAoWvB%2CMAAK%2CsBA2EJ%2CuBAQC%2CGAAE%2CUAAW%2CKAAK%2CIAAG%3BAAvbuB%2C2BAoW9C%2CMAAK%2CsBA2EJ%2CuBAQC%2CGAAE%2CUAAW%2CKAAK%2CIAAG%3BEACpB%2CSAAS%2COAAT%3BEACA%2CwBAAA%3B%3BAAzbJ%2CsBAoWC%2CMAAK%2CsBA2EJ%2CuBAaC%3BAA5bqB%2CqBAoWvB%2CMAAK%2CsBA2EJ%2CuBAaC%3BAA5b4C%2C2BAoW9C%2CMAAK%2CsBA2EJ%2CuBAaC%3BEACC%2CYAAA%3B%3BAAID%2CQAHgC%3BEAGhC%2CsBA7FF%2CMAAK%2CsBA2EJ%2CuBAaC%3BEAKA%2CqBA7FF%2CMAAK%2CsBA2EJ%2CuBAaC%3BEAKA%2C2BA7FF%2CMAAK%2CsBA2EJ%2CuBAaC%3BIAGE%2CqBAAA%3B%3B%3BAA%2FbL%2CsBAoWC%2CMAAK%2CsBAgGJ%3BAApcsB%2CqBAoWvB%2CMAAK%2CsBAgGJ%3BAApc6C%2C2BAoW9C%2CMAAK%2CsBAgGJ%3BAApcF%2CsBAoWC%2CMAAK%2CsBAgGa%3BAApcK%2CqBAoWvB%2CMAAK%2CsBAgGa%3BAApc4B%2C2BAoW9C%2CMAAK%2CsBAgGa%3BEAChB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAaA%2CQAX8B%3BEAW9B%2CsBApHF%2CMAAK%2CsBAgGJ%3BEAoBC%2CqBApHF%2CMAAK%2CsBAgGJ%3BEAoBC%2C2BApHF%2CMAAK%2CsBAgGJ%3BEAoBC%2CsBApHF%2CMAAK%2CsBAgGa%3BEAoBhB%2CqBApHF%2CMAAK%2CsBAgGa%3BEAoBhB%2C2BApHF%2CMAAK%2CsBAgGa%3BIAWf%2CYAAA%3BIACA%2CgB6B%2FcM%2CuC7B%2BcN%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAArdJ%2CsBAoWC%2CMAAK%2CsBAgGJ%2CgBAoBC%3BAAxdqB%2CqBAoWvB%2CMAAK%2CsBAgGJ%2CgBAoBC%3BAAxd4C%2C2BAoW9C%2CMAAK%2CsBAgGJ%2CgBAoBC%3BAAxdH%2CsBAoWC%2CMAAK%2CsBAgGa%2CeAoBhB%3BAAxdqB%2CqBAoWvB%2CMAAK%2CsBAgGa%2CeAoBhB%3BAAxd4C%2C2BAoW9C%2CMAAK%2CsBAgGa%2CeAoBhB%3BAAxdH%2CsBAoWC%2CMAAK%2CsBAgGJ%2CgBAoBI%2CEAAC%3BAAxdiB%2CqBAoWvB%2CMAAK%2CsBAgGJ%2CgBAoBI%2CEAAC%3BAAxdwC%2C2BAoW9C%2CMAAK%2CsBAgGJ%2CgBAoBI%2CEAAC%3BAAxdP%2CsBAoWC%2CMAAK%2CsBAgGa%2CeAoBb%2CEAAC%3BAAxdiB%2CqBAoWvB%2CMAAK%2CsBAgGa%2CeAoBb%2CEAAC%3BAAxdwC%2C2BAoW9C%2CMAAK%2CsBAgGa%2CeAoBb%2CEAAC%3BAAxdP%2CsBAoWC%2CMAAK%2CsBAgGJ%2CgBAoBa%2CEAAC%3BAAxdQ%2CqBAoWvB%2CMAAK%2CsBAgGJ%2CgBAoBa%2CEAAC%3BAAxd%2BB%2C2BAoW9C%2CMAAK%2CsBAgGJ%2CgBAoBa%2CEAAC%3BAAxdhB%2CsBAoWC%2CMAAK%2CsBAgGa%2CeAoBJ%2CEAAC%3BAAxdQ%2CqBAoWvB%2CMAAK%2CsBAgGa%2CeAoBJ%2CEAAC%3BAAxd%2BB%2C2BAoW9C%2CMAAK%2CsBAgGa%2CeAoBJ%2CEAAC%3BEACZ%2CWAAA%3B%3BAAID%2CQAH8B%3BEAG9B%2CsBAzHF%2CMAAK%2CsBAgGJ%2CgBAoBC%3BEAKA%2CqBAzHF%2CMAAK%2CsBAgGJ%2CgBAoBC%3BEAKA%2C2BAzHF%2CMAAK%2CsBAgGJ%2CgBAoBC%3BEAKA%2CsBAzHF%2CMAAK%2CsBAgGa%2CeAoBhB%3BEAKA%2CqBAzHF%2CMAAK%2CsBAgGa%2CeAoBhB%3BEAKA%2C2BAzHF%2CMAAK%2CsBAgGa%2CeAoBhB%3BEAKA%2CsBAzHF%2CMAAK%2CsBAgGJ%2CgBAoBI%2CEAAC%3BEAKJ%2CqBAzHF%2CMAAK%2CsBAgGJ%2CgBAoBI%2CEAAC%3BEAKJ%2C2BAzHF%2CMAAK%2CsBAgGJ%2CgBAoBI%2CEAAC%3BEAKJ%2CsBAzHF%2CMAAK%2CsBAgGa%2CeAoBb%2CEAAC%3BEAKJ%2CqBAzHF%2CMAAK%2CsBAgGa%2CeAoBb%2CEAAC%3BEAKJ%2C2BAzHF%2CMAAK%2CsBAgGa%2CeAoBb%2CEAAC%3BEAKJ%2CsBAzHF%2CMAAK%2CsBAgGJ%2CgBAoBa%2CEAAC%3BEAKb%2CqBAzHF%2CMAAK%2CsBAgGJ%2CgBAoBa%2CEAAC%3BEAKb%2C2BAzHF%2CMAAK%2CsBAgGJ%2CgBAoBa%2CEAAC%3BEAKb%2CsBAzHF%2CMAAK%2CsBAgGa%2CeAoBJ%2CEAAC%3BEAKb%2CqBAzHF%2CMAAK%2CsBAgGa%2CeAoBJ%2CEAAC%3BEAKb%2C2BAzHF%2CMAAK%2CsBAgGa%2CeAoBJ%2CEAAC%3BIAGX%2CWAAA%3B%3B%3BAA3dL%2CsBAoWC%2CMAAK%2CsBA4HJ%3BAAhesB%2CqBAoWvB%2CMAAK%2CsBA4HJ%3BAAhe6C%2C2BAoW9C%2CMAAK%2CsBA4HJ%3BEACC%2C0BAAA%3B%3BAAOD%2CQAH%2BB%3BEAG%2FB%2CsBApID%2CMAAK%2CsBAgIJ%3BEAIA%2CqBApID%2CMAAK%2CsBAgIJ%3BEAIA%2C2BApID%2CMAAK%2CsBAgIJ%3BIAEE%2CaAAA%3B%3B%3BAAteJ%2CsBAoWC%2CMAAK%2CsBAsIJ%2CgBAAe%3BAA1eO%2CqBAoWvB%2CMAAK%2CsBAsIJ%2CgBAAe%3BAA1e8B%2C2BAoW9C%2CMAAK%2CsBAsIJ%2CgBAAe%3BAA1ejB%2CsBAoWC%2CMAAK%2CsBAsIkB%2CeAAc%3BAA1ed%2CqBAoWvB%2CMAAK%2CsBAsIkB%2CeAAc%3BAA1eS%2C2BAoW9C%2CMAAK%2CsBAsIkB%2CeAAc%3BEACnC%2CgBAAgB%2CsDAAhB%3B%3BAAQA%2CQAJ%2BB%3BEAI%2FB%2CsBA%2FIF%2CMAAK%2CsBA0IJ%3BEAKC%2CqBA%2FIF%2CMAAK%2CsBA0IJ%3BEAKC%2C2BA%2FIF%2CMAAK%2CsBA0IJ%3BIAEE%2CcAAA%3B%3B%3BAAhfJ%2CsBAoWC%2CMAAK%2CsBA0IJ%2CaAKC%2CGAAG%3BAAnfkB%2CqBAoWvB%2CMAAK%2CsBA0IJ%2CaAKC%2CGAAG%3BAAnfyC%2C2BAoW9C%2CMAAK%2CsBA0IJ%2CaAKC%2CGAAG%3BEACF%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAxfJ%2CsBAoWC%2CMAAK%2CsBA0IJ%2CaAaC%2CGAAG%2CGAAE%3BAA3fgB%2CqBAoWvB%2CMAAK%2CsBA0IJ%2CaAaC%2CGAAG%2CGAAE%3BAA3fuC%2C2BAoW9C%2CMAAK%2CsBA0IJ%2CaAaC%2CGAAG%2CGAAE%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA%2FfJ%2CsBAoWC%2CMAAK%2CsBA0IJ%2CaAoBC%3BAAlgBqB%2CqBAoWvB%2CMAAK%2CsBA0IJ%2CaAoBC%3BAAlgB4C%2C2BAoW9C%2CMAAK%2CsBA0IJ%2CaAoBC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAArgBJ%2CsBAoWC%2CMAAK%2CsBAqKJ%3BAAzgBsB%2CqBAoWvB%2CMAAK%2CsBAqKJ%3BAAzgB6C%2C2BAoW9C%2CMAAK%2CsBAqKJ%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAOD%2CQAL%2BB%3BEAK%2FB%2CsBA9KD%2CMAAK%2CsBAqKJ%3BEASA%2CqBA9KD%2CMAAK%2CsBAqKJ%3BEASA%2C2BA9KD%2CMAAK%2CsBAqKJ%3BIAKE%2CUAAA%3BIACA%2CcAAA%3B%3B%3BAA%2FgBJ%2CsBAoWC%2CMAAK%2CsBAgLJ%3BAAphBsB%2CqBAoWvB%2CMAAK%2CsBAgLJ%3BAAphB6C%2C2BAoW9C%2CMAAK%2CsBAgLJ%3BEACC%2CuBAAA%3B%3BAArhBH%2CsBAoWC%2CMAAK%2CsBAoLJ%2CgBACC%3BAAzhBqB%2CqBAoWvB%2CMAAK%2CsBAoLJ%2CgBACC%3BAAzhB4C%2C2BAoW9C%2CMAAK%2CsBAoLJ%2CgBACC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%2CsBA9LF%2CMAAK%2CsBAoLJ%2CgBACC%3BEASA%2CqBA9LF%2CMAAK%2CsBAoLJ%2CgBACC%3BEASA%2C2BA9LF%2CMAAK%2CsBAoLJ%2CgBACC%3BIAOE%2CUAAA%3B%3B%3BAAhiBL%2CsBAoWC%2CMAAK%2CsBAiMJ%3BAAriBsB%2CqBAoWvB%2CMAAK%2CsBAiMJ%3BAAriB6C%2C2BAoW9C%2CMAAK%2CsBAiMJ%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAWD%2CQAVgC%3BEAUhC%2CsBAhND%2CMAAK%2CsBAiMJ%3BEAeA%2CqBAhND%2CMAAK%2CsBAiMJ%3BEAeA%2C2BAhND%2CMAAK%2CsBAiMJ%3BIAME%2CcAAA%3BIACA%2CoBAAA%3B%3BEAQF%2CsBAhND%2CMAAK%2CsBAiMJ%2CsBASE%3BEAMF%2CqBAhND%2CMAAK%2CsBAiMJ%2CsBASE%3BEAMF%2C2BAhND%2CMAAK%2CsBAiMJ%2CsBASE%3BIACC%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3B%3BAAjjBL%2CsBAoWC%2CMAAK%2CsBAkNJ%3BAAtjBsB%2CqBAoWvB%2CMAAK%2CsBAkNJ%3BAAtjB6C%2C2BAoW9C%2CMAAK%2CsBAkNJ%3BEnEiFA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAmE7EA%2CQAHgC%3BEAGhC%2CsBAvND%2CMAAK%2CsBAkNJ%3BEAKA%2CqBAvND%2CMAAK%2CsBAkNJ%3BEAKA%2C2BAvND%2CMAAK%2CsBAkNJ%3BIAGE%2CeAAA%3B%3B%3BAAzjBJ%2CsBAoWC%2CMAAK%2CsBAyNJ%3BAA7jBsB%2CqBAoWvB%2CMAAK%2CsBAyNJ%3BAA7jB6C%2C2BAoW9C%2CMAAK%2CsBAyNJ%3BEACC%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2C6BAAA%3B%3BAASA%2CQAR%2BB%3BEAQ%2FB%2CsBAzOF%2CMAAK%2CsBAyNJ%3BEAgBC%2CqBAzOF%2CMAAK%2CsBAyNJ%3BEAgBC%2C2BAzOF%2CMAAK%2CsBAyNJ%3BIASE%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAMF%2CQAHgC%3BEAGhC%2CsBA5OD%2CMAAK%2CsBAyNJ%3BEAmBA%2CqBA5OD%2CMAAK%2CsBAyNJ%3BEAmBA%2C2BA5OD%2CMAAK%2CsBAyNJ%3BIAiBE%2CeAAA%3B%3B%3BAA9kBJ%2CsBAoWC%2CMAAK%2CsBA8OJ%2CGAAE%3BAAllBoB%2CqBAoWvB%2CMAAK%2CsBA8OJ%2CGAAE%3BAAllB2C%2C2BAoW9C%2CMAAK%2CsBA8OJ%2CGAAE%3BEACD%2CgBAAgB%2CsDAAhB%3B%3BAAnlBH%2CsBAoWC%2CMAAK%2CsBAkPJ%3BAAtlBsB%2CqBAoWvB%2CMAAK%2CsBAkPJ%3BAAtlB6C%2C2BAoW9C%2CMAAK%2CsBAkPJ%3BEACC%2CeAAA%3B%3BAAKD%2CQAJgC%3BEAIhC%2CsBAxPD%2CMAAK%2CsBAkPJ%3BEAMA%2CqBAxPD%2CMAAK%2CsBAkPJ%3BEAMA%2C2BAxPD%2CMAAK%2CsBAkPJ%3BIAGE%2CcAAA%3BIACA%2CUAAA%3B%3B%3BAA1lBJ%2CsBAoWC%2CMAAK%2CsBA0PJ%2CGACC%3BAA%2FlBqB%2CqBAoWvB%2CMAAK%2CsBA0PJ%2CGACC%3BAA%2FlB4C%2C2BAoW9C%2CMAAK%2CsBA0PJ%2CGACC%3BEACC%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAKF%2CQAHiC%3BEAGjC%2CsBAlQD%2CMAAK%2CsBA0PJ%2CGACC%3BEAOD%2CqBAlQD%2CMAAK%2CsBA0PJ%2CGACC%3BEAOD%2C2BAlQD%2CMAAK%2CsBA0PJ%2CGACC%3BIAKE%2CYAAA%3B%3B%3BAApmBL%2CsBAoWC%2CMAAK%2CsBAoQJ%3BAAxmBsB%2CqBAoWvB%2CMAAK%2CsBAoQJ%3BAAxmB6C%2C2BAoW9C%2CMAAK%2CsBAoQJ%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAA1mBH%2CsBAoWC%2CMAAK%2CsBAyQJ%3BAA7mBsB%2CqBAoWvB%2CMAAK%2CsBAyQJ%3BAA7mB6C%2C2BAoW9C%2CMAAK%2CsBAyQJ%3BEACC%2CcAAA%3B%3BAA9mBH%2CsBAoWC%2CMAAK%2CsBA6QJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAAjnBJ%2CqBAoWvB%2CMAAK%2CsBA6QJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAAjnBmB%2C2BAoW9C%2CMAAK%2CsBA6QJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAAjnB5B%2CsBAoWC%2CMAAK%2CsBA6QsC%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAAjnB9C%2CqBAoWvB%2CMAAK%2CsBA6QsC%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAAjnBvB%2C2BAoW9C%2CMAAK%2CsBA6QsC%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BEACnE%2CkBAAA%3BEACA%2C4BAA2B%2CoDAA3B%3B%3BAAnnBH%2CsBAoWC%2CMAAK%2CsBAiRJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%2CcAAc%3BAArnBlB%2CqBAoWvB%2CMAAK%2CsBAiRJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%2CcAAc%3BAArnBK%2C2BAoW9C%2CMAAK%2CsBAiRJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%2CcAAc%3BAArnB1C%2CsBAoWC%2CMAAK%2CsBAiR4C%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%2CeAAe%3BAArnBnE%2CqBAoWvB%2CMAAK%2CsBAiR4C%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%2CeAAe%3BAArnB5C%2C2BAoW9C%2CMAAK%2CsBAiR4C%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%2CeAAe%3BEACxF%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAA2B%2C0DAA3B%3B%3BAAznBH%2CsBAoWC%2CMAAK%2CsBAuRJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAA3nBJ%2CqBAoWvB%2CMAAK%2CsBAuRJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAA3nBmB%2C2BAoW9C%2CMAAK%2CsBAuRJ%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAA3nB5B%2CsBAoWC%2CMAAK%2CsBAuR%2BC%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAA3nBvD%2CqBAoWvB%2CMAAK%2CsBAuR%2BC%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BAA3nBhC%2C2BAoW9C%2CMAAK%2CsBAuR%2BC%2CIAAG%2CkBAAmB%2CGAAG%2CEAAC%3BEAC5E%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAA2B%2CiDAA3B%3B%3B%3BAC9nBH%2CqBAAsB%3BEACrB%2CiBAAA%3B%3BAAGD%2CaAAc%3BEACb%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CaAAc%2CgBAAgB%3BEAC7B%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAAGD%2CqBAEC%3BEACC%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAALF%2CqBAEC%2CkBAoBC%2CUACC%3BAAvBH%2CqBAEC%2CkBjEZD%2COAAM%2CeiEiCH%3BAAvBH%2CqBAEC%2CkBjE0BD%2CQiELG%3BAAvBH%2CqBAEC%2CkB9DTD%2CW8D8BG%3BAAvBH%2CqBAEC%2CkB9DWD%2CiB8DUG%3BAAvBH%2CqBAEC%2CkB9DoBD%2CK8DCG%3BAAvBH%2CqBAEC%2CkB7DhBD%2CU6DqCG%3BAAvBH%2CqBAEC%2CkB7DfD%2CU6DoCG%3BAAvBH%2CqBAEC%2CkB7DdD%2CU6DmCG%3BAAvBH%2CqBAEC%2CkB1DwXD%2CiBAoBE%2CY0DvXC%3BAAvBH%2CqBAEC%2CkBlDVD%2CKkD%2BBG%3BAAvBH%2CqBAEC%2CkBjDRD%2CQiD6BG%3BAAvBH%2CqBAEC%2CkBjDYD%2CeiDSG%3BAAvBH%2CqBAEC%2CkBjD%2BBD%2CiBiDVG%3BAAvBH%2CqBAEC%2CkBtCHD%2CYsCwBG%3BAAvBH%2CqBAEC%2CkBjBjBD%2CeiBsCG%3BAAvBH%2CqBAEC%2CkBjBwJD%2CciBnIG%3BAAvBH%2CqBAEC%2CkBjBiKD%2CmBAOI%2CiBASI%2CYAAY%2CGiB5JjB%3BAAvBH%2CqBAEC%2CkBjBuWD%2CwBiBlVG%3BAAvBH%2CqBAEC%2CkBdDO%2C6BAA6B%2CcAFjC%2CScwBD%3BAAvBH%2CqBAEC%2CkBdOO%2C8BAA8B%2CcAVlC%2CScwBD%3BAAvBH%2CqBAEC%2CkBb4DD%2CMAAM%2CkBavCH%3BAAvBH%2CqBAEC%2CkBTiFD%2CcS5DG%3BAAvBH%2CqBAEC%2CkBPfD%2COOoCG%3BAAvBH%2CqBAEC%2CkBNhBD%2CmBMqCG%3BAAvBH%2CqBAEC%2CkBLTD%2CWK8BG%3BAAvBH%2CqBAEC%2CkBLGD%2CGAAE%2CQKkBC%3BAAvBH%2CqBAEC%2CkBJjBD%2CIAAG%2CmBAAmB%2CYAgDrB%2CiBAAgB%2CqBIVd%3BAAvBH%2CqBAEC%2CkBJjBmC%2CIAAG%2CmBAAmB%2CaAgDzD%2CiBAAgB%2CqBIVd%3BAAvBH%2CqBAEC%2CkBHlBD%2COAAM%2CeGuCH%3BAAvBH%2CqBAEC%2CkBHoYD%2CgBAiDC%2CWAAU%2COAiBT%2COGjbC%3BAAvBH%2CqBAEC%2CkBH8kBD%2CaAEC%2CYG3jBE%3BAAvBH%2CqBAEC%2CkBFZD%2COAAM%2CoBEiCH%3BAAvBH%2CqBAEC%2CkBDlBD%2CuBA0DC%2CQAAO%2CcCnBL%3BAAvBH%2CqBAEC%2CkBDlBuB%2CsBA0DvB%2CQAAO%2CcCnBL%3BAAvBH%2CqBAEC%2CkBDlB8C%2C4BA0D9C%2CQAAO%2CcCnBL%3BAAvBH%2CqBAEC%2CkBDlBD%2CuBAoWC%2CMAAK%2CsBAkNJ%2CGC%2FgBC%3BAAvBH%2CqBAEC%2CkBDlBuB%2CsBAoWvB%2CMAAK%2CsBAkNJ%2CGC%2FgBC%3BAAvBH%2CqBAEC%2CkBDlB8C%2C4BAoW9C%2CMAAK%2CsBAkNJ%2CGC%2FgBC%3BAAvBH%2CqBAEC%2CkBAFD%2CsBA4FC%2CcA4CC%2CmBAjHC%3BAAvBH%2CqBAEC%2CkBAFD%2CsBA4FC%2CcA8TC%2CqBAnYC%3BAAvBH%2CqBAEC%2CkBAFD%2CsBA4FC%2CcA4UC%2CGAAE%2CcAjZD%3BAAvBH%2CqBAEC%2CkBAFD%2CsBA0nBC%2CoBA6NC%2CqBAh0BC%3BAAvBH%2CqBAEC%2CkBAFD%2CsBA0nBsB%2CiBA6NpB%2CqBAh0BC%3BAAvBH%2CqBAEC%2CkBAFD%2CsBA0nBwC%2CgBA6NtC%2CqBAh0BC%3BAAvBH%2CqBAEC%2CkBClBD%2CqBAkkBC%2CGAAE%2CwBD3hBA%3BAAvBH%2CqBAEC%2CkBClBD%2CqBAuuBC%2CwBDhsBE%3BAAvBH%2CqBAEC%2CkBElBD%2CkBAMC%2CKFiCE%3BAAvBH%2CqBAEC%2CkBGlBD%2CiBAEC%2CeHqCE%3BAAvBH%2CqBAEC%2CkBIlBD%2CcAEC%2CkBJqCE%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzBJ%2CqBAEC%2CkBA0BC%3BEACC%2CgBAAA%3B%3BAA7BH%2CqBAEC%2CkBA0BC%2CUAEC%2CaACC%2COAAM%3BEACL%2CiBAAA%3B%3BAAhCL%2CqBAEC%2CkBA0BC%2CUAEC%2CaAIC%3BEACC%2CkBAAA%3B%3BAAnCL%2CqBAEC%2CkBA0BC%2CUAEC%2CaAIC%2CWAEC%2CGAAE%3BEACD%2CkBAAA%3B%3BAArCN%2CqBAEC%2CkBA0BC%2CUAEC%2CaAUC%2COAAM%3BEACL%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA3CL%2CqBAEC%2CkBA0BC%2CUAEC%2CaAUC%2COAAM%2COAIL%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAA9CN%2CqBAEC%2CkBA0BC%2CUAEC%2CaAmBC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAtDL%2CqBAEC%2CkBAwDC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAA5DH%2CqBAEC%2CkBAwDC%2CQAGC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%2FDJ%2CqBAEC%2CkBAwDC%2CQAOC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAArEJ%2CqBAEC%2CkBAsEC%2CeAAc%3BEACb%2CWAAA%3B%3BAAzEH%2CqBAEC%2CkBAsEC%2CeAAc%2CYAEb%3BEAEC%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAhFJ%2CqBAEC%2CkBAiFC%2CeACC%3BEAAG%2CaAAA%3B%3BAApFN%2CqBAuFC%2CQAAO%2CaAAc%2CIAAG%3BEACvB%2CUAAA%3BEACA%2CSAAA%3B%3BAAzFF%2CqBA4FC%3BEACC%2CSAAA%3BEpEwlBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAMF%2CQAJqC%3BEAIrC%2CqBoElmBC%3BIpE%2BlBG%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAoExlBF%2CQAL%2BB%3BEAK%2FB%2CqBARD%3BIAIE%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3B%3B%3BAAlGH%2CqBA4FC%2CcAQC%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAAtGH%2CqBA4FC%2CcAaC%3BEACC%2CUAAA%3B%3BAA1GH%2CqBA4FC%2CcAkBC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAjHH%2CqBA4FC%2CcAkBC%2CiBAKC%3BEACC%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAtHJ%2CqBA4FC%2CcAkBC%2CiBAWC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA5HJ%2CqBA4FC%2CcAoCC%3BEACC%2CSAAA%3B%3BAAjIH%2CqBA4FC%2CcAwCC%2CcAAc%3BEACb%2CuBAAA%3B%3BAArIH%2CqBA4FC%2CcA4CC%3BEpE%2BeA%2CkBAAA%3BEACA%2CmBAAA%3BEoE9eC%2CSAAA%3B%3BAA1IH%2CqBA4FC%2CcAiDC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAjJH%2CqBA4FC%2CcAiDC%2CiBAMC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA1JJ%2CqBA4FC%2CcAiDC%2CiBAMC%2CgBAQC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA%2FJL%2CqBA4FC%2CcAiDC%2CiBAqBC%3BEACC%2CSAAA%3B%3BAAnKJ%2CqBA4FC%2CcAiDC%2CiBA4BC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAQA%2CQANgC%3BEAMhC%2CqBAzFH%2CcAiDC%2CiBA4BC%3BIAQE%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAlLL%2CqBA4FC%2CcAiDC%2CiBA4BC%2CeAYC%2CIAAG%3BEACF%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAOD%2CQALgC%3BEAKhC%2CqBAnGH%2CcAiDC%2CiBA4BC%2CeAYC%2CIAAG%3BIAMD%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAA5LN%2CqBA4FC%2CcAiDC%2CiBAqDC%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%2FB%2CqBAhHH%2CcAiDC%2CiBAqDC%3BIAME%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BAAzML%2CqBA4FC%2CcAiDC%2CiBAqDC%2CgBAUC%3BEACC%2CUAAA%3BEACA%2CgBAAA%3BEAEA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%2CqBA3HJ%2CcAiDC%2CiBAqDC%2CgBAUC%3BIAQE%2CcAAA%3B%3B%3BAAMF%2CQAHgC%3BEAGhC%2CqBA9HH%2CcAiDC%2CiBAqDC%2CgBAUC%3BIAYE%2CcAAA%3B%3B%3BAAkCH%2CQA7B%2BB%3BEA6B%2FB%2CqBA9JF%2CcAiDC%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEA6GC%2CqBA9JF%2CcAiDC%2CiBAqFE%2CgBAAgB%3BIACf%2CgBAAA%3B%3BEAuBF%2CqBA9JF%2CcAiDC%2CiBAyFE%2CgBAAgB%2CIAAG%2CYAAY%3BIAC9B%2CeAAA%3B%3B%3BAAvOL%2CqBA4FC%2CcAiDC%2CiBA6GC%3BEACC%2CSAAA%3BEACA%2CWAAA%3B%3BAASA%2CQAPgC%3BEAOhC%2CqBAzKH%2CcAiDC%2CiBA6GC%3BIAKE%2CUAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3B%3BAAjQL%2CqBA4FC%2CcAiDC%2CiBA6GC%2CYAWC%3BEACC%2CaAAA%3B%3BAAtQL%2CqBA4FC%2CcAiDC%2CiBA6HC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAOA%2CQAL6B%3BEAK7B%2CqBA5LH%2CcAiDC%2CiBA6HC%3BIAUE%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAArRL%2CqBA4FC%2CcAiDC%2CiBA6HC%2CSAcC%3BEACC%2CaAAA%3B%3BAAzRL%2CqBA4FC%2CcAiDC%2CiBA6HC%2CSAkBC%2CeACC%3BEACC%2CkBAAA%3B%3BAAID%2CQAH6B%3BEAG7B%2CqBAtMJ%2CcAiDC%2CiBA6HC%2CSAkBC%2CeACC%3BIAGC%2CkBAAA%3B%3B%3BAAhSN%2CqBA4FC%2CcAiDC%2CiBA6HC%2CSA2BC%3BEACC%2CYAAA%3B%3BAAtSL%2CqBA4FC%2CcAiDC%2CiBA6HC%2CSA2BC%2CGAGC%3BEACC%2CWAAA%3B%3BAAzSN%2CqBA4FC%2CcAmNC%3BEACC%2CaAAA%3B%3BAAhTH%2CqBA4FC%2CcAsNC%3BAAlTF%2CqBA4FC%2CcAsNe%3BEAEb%2CgBAAA%3B%3BAAMA%2CQAJ8B%3BEAI9B%2CqBA9NF%2CcAsNC%3BEAQC%2CqBA9NF%2CcAsNe%3BIAKZ%2CaAAA%3B%3B%3BAAvTJ%2CqBA4FC%2CcAsNC%2CaAQC%3BAA1TH%2CqBA4FC%2CcAsNe%2CaAQb%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA7TJ%2CqBA4FC%2CcAqOC%3BEpEiZA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApDF%2CQAJqC%3BEAIrC%2CqBoErkBC%2CcAqOC%3BIpE6VE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CqBoElmBC%2CcAqOC%3BIpE0XE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CqBoE%2FnBC%2CcAqOC%3BIpEuZE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAoEztBJ%2CqBA4FC%2CcA2OC%3BEpE2YA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEoE1YC%2CsBAAA%3B%3BApEsVH%2CQAJqC%3BEAIrC%2CqBoErkBC%2CcA2OC%3BIpEuVE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CqBoElmBC%2CcA2OC%3BIpEoXE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CqBoE%2FnBC%2CcA2OC%3BIpEiZE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAoEztBJ%2CqBA4FC%2CcA2OC%2CaAKC%3BEACC%2C2BAAA%3B%3BAA7UJ%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%3BEACC%2CmBAAA%3BEACA%2CYAAA%3B%3BAAhVL%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAIC%3BEACE%2CmBAAA%3B%3BAAnVP%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAOC%3BEACC%2CWAAA%3B%3BAAtVN%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAUC%3BEACC%2CaAAA%3B%3BAAzVN%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAaC%3BEACC%2CaAAA%3B%3BAA5VN%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAgBC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAjWN%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAgBC%2CiBAIC%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAKF%2CQAHgC%3BEAGhC%2CqBAhRJ%2CcA2OC%2CaAKC%2CMAEC%2CaAgBC%3BIAYE%2CUAAA%3B%3B%3BAA1WP%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaA%2BBC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAApXN%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAwCC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAzXN%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAwCC%2CmBAIC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA7XP%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAkDC%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApYN%2CqBA4FC%2CcA2OC%2CaAKC%2CMAEC%2CaAkDC%2CGAAE%2CaAKD%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKF%2CQAHgC%3BEAGhC%2CqBAhTJ%2CcA2OC%2CaAKC%2CMAEC%2CaAkDC%2CGAAE%3BIAUA%2CgBAAA%3B%3B%3BAAUH%2CmBANqC%3BEAMrC%2CqBAxTH%2CcA2OC%2CaAKC%3BIAmEE%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAKF%2CmBAHsC%3BEAGtC%2CqBA3TF%2CcA2OC%2CaAKC%3BIAyEE%2CqBAAA%3B%3B%3BAArZL%2CqBA4FC%2CcA8TC%3BEpE6NA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAoExnBF%2CqBA4FC%2CcAkUC%2CGAAE%2CaAAc%2CKAAI%3BEpE0PpB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CqBoErkBC%2CcAkUC%2CGAAE%2CaAAc%2CKAAI%3BIpEgQlB%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAoE%2FpBJ%2CqBA4FC%2CcAsUC%2CGAAE%2CaACD%2CGAAE%2CKAAK%3BEACN%2CcAAA%3B%3BAApaJ%2CqBA4FC%2CcA4UC%2CGAAE%3BEpE%2BMF%2CkBAAA%3BEACA%2CmBAAA%3BEoE7MC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3BAA7aH%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%3BEAGC%2CkBAAA%3BEAGA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEpE2RF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEoEvRE%2C8BAAA%3B%3BApEmOJ%2CQAJqC%3BEAIrC%2CqBoErkBC%2CcA4UC%2CGAAE%2CcAOD%3BIpE%2BOC%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CqBoElmBC%2CcA4UC%2CGAAE%2CcAOD%3BIpE4QC%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CqBoE%2FnBC%2CcA4UC%2CGAAE%2CcAOD%3BIpEySC%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAoEjRA%2CQAJ%2BB%3BEAI%2FB%2CqBA5WH%2CcA4UC%2CGAAE%2CcAOD%3BIAsBE%2CgBAAA%3B%3B%3BAArcL%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMAiCC%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAAldL%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMAsCC%3BEACC%2CiBAAA%3B%3BAAtdL%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMA0CC%3BEACC%2CSAAA%3B%3BAA1dL%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMA8CC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CqBAzYH%2CcA4UC%2CGAAE%2CcAOD%2CMA8CC%3BIAME%2CiBAAA%3B%3B%3BAAneN%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMAwDC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAA3eL%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMAwDC%2CcAKC%3BEACC%2CoBAAA%3B%3BAA7eN%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMAkEC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3B%3BAAID%2CQAHgC%3BEAGhC%2CqBA3ZH%2CcA4UC%2CGAAE%2CcAOD%2CMAkEC%3BIAIE%2C2BAAA%3B%3B%3BAArfN%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMA2EC%2CWAAW%3BEACV%2CcAAA%3B%3BAA3fL%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMA8EC%3BEACC%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhgBL%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMA8EC%2CWAIC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAngBN%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMA8EC%2CWAQC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvgBN%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMA8EC%2CWAaC%3BEACC%2C6BAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CqBAnbJ%2CcA4UC%2CGAAE%2CcAOD%2CMA8EC%2CWAaC%3BIAGE%2CmBAAA%3B%3B%3BAA7gBP%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMAmGC%3BEACC%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAMA%2CQAJ8B%3BEAI9B%2CqBA%2FbJ%2CcA4UC%2CGAAE%2CcAOD%2CMAmGC%3BIAME%2CcAAA%3B%3B%3BAAxhBN%2CqBA4FC%2CcA4UC%2CGAAE%2CcAOD%2CMAmGC%2CSASC%2CWAAW%3BEACV%2CmBAAA%3BEACA%2CcAAA%3B%3BAA7hBN%2CqBA4FC%2CcA4UC%2CGAAE%2CcA0HD%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C0CAAhB%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3B%3BAA3iBJ%2CqBA4FC%2CcA4UC%2CGAAE%2CcA4ID%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%2FB%2CqBA9dH%2CcA4UC%2CGAAE%2CcA4ID%3BIAGE%2CkBAAA%3B%3B%3BAAOD%2CQAJ%2BB%3BEAI%2FB%2CqBAleH%2CcA4UC%2CGAAE%2CcA4ID%3BIAOE%2CaAAA%3B%3B%3BAAOF%2CQAJgC%3BEAIhC%2CqBAteF%2CcA4UC%2CGAAE%2CcA4ID%3BIAWE%2CkBAAA%3B%3B%3BAA%2FjBL%2CqBA4FC%2CcAyeC%2CeAAc%3BEACb%2CWAAA%3BEACA%2CmBAAA%3B%3BAAvkBH%2CqBA4FC%2CcA8eC%2CQAAQ%3BAA1kBV%2CqBA4FC%2CcA8eY%2CQAAQ%2CEAAC%3BEACnB%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhlBH%2CqBA4FC%2CcA%2BfC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAA7lBH%2CqBA4FC%2CcAogBC%2CeAAe%3BEACd%2CaAAA%3B%3BAAjmBH%2CqBAsmBC%3BEpE%2BEC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2CqBoE3DC%3BIpEwDG%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CqBoExFC%3BIpEqFG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAoE9EH%2CQALgC%3BEAKhC%2CqBARA%3BIAIE%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3B%3B%3BAA5mBH%2CqBAgnBC%2CiBACC%3BAAjnBF%2CqBAgnBmB%2CgBACjB%3BEACC%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAtnBH%2CqBA0nBC%3BAA1nBD%2CqBA0nBsB%3BAA1nBtB%2CqBA0nBwC%3BEACtC%2CcAAA%3B%3BAA3nBF%2CqBA0nBC%2CoBAGC%2CwBACC%3BAA9nBH%2CqBA0nBsB%2CiBAGpB%2CwBACC%3BAA9nBH%2CqBA0nBwC%2CgBAGtC%2CwBACC%3BAA9nBH%2CqBA0nBC%2CoBAGC%2CwBACa%3BAA9nBf%2CqBA0nBsB%2CiBAGpB%2CwBACa%3BAA9nBf%2CqBA0nBwC%2CgBAGtC%2CwBACa%3BEACX%2CaAAA%3B%3BAA%2FnBJ%2CqBA0nBC%2CoBASC%3BAAnoBF%2CqBA0nBsB%2CiBASpB%3BAAnoBF%2CqBA0nBwC%2CgBAStC%3BEAEC%2CyBAAA%3B%3BAAroBH%2CqBA0nBC%2CoBASC%2CcAGC%3BAAtoBH%2CqBA0nBsB%2CiBASpB%2CcAGC%3BAAtoBH%2CqBA0nBwC%2CgBAStC%2CcAGC%3BEACC%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA5oBJ%2CqBA0nBC%2CoBASC%2CcAGC%2CGAOC%3BAA7oBJ%2CqBA0nBsB%2CiBASpB%2CcAGC%2CGAOC%3BAA7oBJ%2CqBA0nBwC%2CgBAStC%2CcAGC%2CGAOC%3BEACC%2CgBAAA%3B%3BAA9oBL%2CqBA0nBC%2CoBASC%2CcAcC%3BAAjpBH%2CqBA0nBsB%2CiBASpB%2CcAcC%3BAAjpBH%2CqBA0nBwC%2CgBAStC%2CcAcC%3BEhEvpBD%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEAaA%2CgBAAA%3BEACA%2CmBAAA%3BEAmBQ%2CeAAA%3BEC5CA%2CeAAA%3BE%2BDiqBN%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArpBJ%2CqBA0nBC%2CoBASC%2CcAcC%2CmBhElpBD%3BAgECF%2CqBA0nBsB%2CiBASpB%2CcAcC%2CmBhElpBD%3BAgECF%2CqBA0nBwC%2CgBAStC%2CcAcC%2CmBhElpBD%3BAgECF%2CqBA0nBC%2CoBASC%2CcAcC%2CmBhEjpBD%3BAgEAF%2CqBA0nBsB%2CiBASpB%2CcAcC%2CmBhEjpBD%3BAgEAF%2CqBA0nBwC%2CgBAStC%2CcAcC%2CmBhEjpBD%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAgEHJ%2CqBA0nBC%2CoBASC%2CcAcC%2CmBhEpoBD%3BAgEbF%2CqBA0nBsB%2CiBASpB%2CcAcC%2CmBhEpoBD%3BAgEbF%2CqBA0nBwC%2CgBAStC%2CcAcC%2CmBhEpoBD%3BAgEbF%2CqBA0nBC%2CoBASC%2CcAcC%2CmBhEnoBD%3BAgEdF%2CqBA0nBsB%2CiBASpB%2CcAcC%2CmBhEnoBD%3BAgEdF%2CqBA0nBwC%2CgBAStC%2CcAcC%2CmBhEnoBD%3BEACE%2CcAAA%3B%3BAgEfJ%2CqBA0nBC%2CoBASC%2CcAcC%2CmBAMC%3BAAvpBJ%2CqBA0nBsB%2CiBASpB%2CcAcC%2CmBAMC%3BAAvpBJ%2CqBA0nBwC%2CgBAStC%2CcAcC%2CmBAMC%3BEACC%2CeAAA%3B%3BAAxpBL%2CqBA0nBC%2CoBASC%2CcAyBE%2CmBAAkB%3BAA5pBtB%2CqBA0nBsB%2CiBASpB%2CcAyBE%2CmBAAkB%3BAA5pBtB%2CqBA0nBwC%2CgBAStC%2CcAyBE%2CmBAAkB%3BEAClB%2CSAAS%2CKAAT%3BEACA%2CiBAAA%3B%3BAA9pBJ%2CqBA0nBC%2CoBAyCC%3BAAnqBF%2CqBA0nBsB%2CiBAyCpB%3BAAnqBF%2CqBA0nBwC%2CgBAyCtC%3BEACC%2CcAAA%3BEACA%2CYAAA%3B%3BAArqBH%2CqBA0nBC%2CoBA8CC%3BAAxqBF%2CqBA0nBsB%2CiBA8CpB%3BAAxqBF%2CqBA0nBwC%2CgBA8CtC%3BEACC%2CqBAAA%3B%3BAAzqBH%2CqBA0nBC%2CoBAkDC%3BAA5qBF%2CqBA0nBsB%2CiBAkDpB%3BAA5qBF%2CqBA0nBwC%2CgBAkDtC%3BEACC%2CqBAAA%3BEACA%2CYAAA%3B%3BAA9qBH%2CqBA0nBC%2CoBAkDC%2CcAIC%3BAAhrBH%2CqBA0nBsB%2CiBAkDpB%2CcAIC%3BAAhrBH%2CqBA0nBwC%2CgBAkDtC%2CcAIC%3BEACC%2CaAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%2CqBA5DF%2CoBAkDC%2CcAIC%3BEAMA%2CqBA5DmB%2CiBAkDpB%2CcAIC%3BEAMA%2CqBA5DqC%2CgBAkDtC%2CcAIC%3BIAIE%2CqBAAA%3B%3B%3BAAprBL%2CqBA0nBC%2CoBA%2BDC%3BAAzrBF%2CqBA0nBsB%2CiBA%2BDpB%3BAAzrBF%2CqBA0nBwC%2CgBA%2BDtC%3BAAzrBF%2CqBA0nBC%2CoBA%2BDgB%2CcAAa%3BAAzrB9B%2CqBA0nBsB%2CiBA%2BDL%2CcAAa%3BAAzrB9B%2CqBA0nBwC%2CgBA%2BDvB%2CcAAa%3BAAzrB9B%2CqBA0nBC%2CoBAgEC%3BAA1rBF%2CqBA0nBsB%2CiBAgEpB%3BAA1rBF%2CqBA0nBwC%2CgBAgEtC%3BAA1rBF%2CqBA0nBC%2CoBAgEkB%2CgBAAe%3BAA1rBlC%2CqBA0nBsB%2CiBAgEH%2CgBAAe%3BAA1rBlC%2CqBA0nBwC%2CgBAgErB%2CgBAAe%3BAA1rBlC%2CqBA0nBC%2CoBAiEC%3BAA3rBF%2CqBA0nBsB%2CiBAiEpB%3BAA3rBF%2CqBA0nBwC%2CgBAiEtC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjsBH%2CqBA0nBC%2CoBAyEC%3BAAnsBF%2CqBA0nBsB%2CiBAyEpB%3BAAnsBF%2CqBA0nBwC%2CgBAyEtC%3BAAnsBF%2CqBA0nBC%2CoBAyEgB%2CcAAa%3BAAnsB9B%2CqBA0nBsB%2CiBAyEL%2CcAAa%3BAAnsB9B%2CqBA0nBwC%2CgBAyEvB%2CcAAa%3BEAC3B%2CgBAAe%2C2CAAf%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%2CqBAjFD%2CoBAyEC%3BEAQA%2CqBAjFoB%2CiBAyEpB%3BEAQA%2CqBAjFsC%2CgBAyEtC%3BEAQA%2CqBAjFD%2CoBAyEgB%2CcAAa%3BEAQ5B%2CqBAjFoB%2CiBAyEL%2CcAAa%3BEAQ5B%2CqBAjFsC%2CgBAyEvB%2CcAAa%3BIAM1B%2CqBAAA%3B%3B%3BAAzsBJ%2CqBA0nBC%2CoBAmFC%3BAA7sBF%2CqBA0nBsB%2CiBAmFpB%3BAA7sBF%2CqBA0nBwC%2CgBAmFtC%3BEACC%2C6BAAA%3BEACA%2CgCAAA%3B%3BAA%2FsBH%2CqBA0nBC%2CoBAwFC%3BAAltBF%2CqBA0nBsB%2CiBAwFpB%3BAAltBF%2CqBA0nBwC%2CgBAwFtC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAttBH%2CqBA0nBC%2CoBAwFC%2CWAKC%3BAAvtBH%2CqBA0nBsB%2CiBAwFpB%2CWAKC%3BAAvtBH%2CqBA0nBwC%2CgBAwFtC%2CWAKC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAztBJ%2CqBA0nBC%2CoBAwFC%2CWAKC%2CWAGC%3BAA1tBJ%2CqBA0nBsB%2CiBAwFpB%2CWAKC%2CWAGC%3BAA1tBJ%2CqBA0nBwC%2CgBAwFtC%2CWAKC%2CWAGC%3BEACC%2CcAAA%3B%3BAA3tBL%2CqBA0nBC%2CoBAwFC%2CWAYC%3BAA9tBH%2CqBA0nBsB%2CiBAwFpB%2CWAYC%3BAA9tBH%2CqBA0nBwC%2CgBAwFtC%2CWAYC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAhuBJ%2CqBA0nBC%2CoBAwFC%2CWAiBC%3BAAnuBH%2CqBA0nBsB%2CiBAwFpB%2CWAiBC%3BAAnuBH%2CqBA0nBwC%2CgBAwFtC%2CWAiBC%3BEACC%2C6BAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CqBA9GF%2CoBAwFC%2CWAiBC%3BEAKA%2CqBA9GmB%2CiBAwFpB%2CWAiBC%3BEAKA%2CqBA9GqC%2CgBAwFtC%2CWAiBC%3BIAGE%2CmBAAA%3B%3B%3BAAtuBL%2CqBA0nBC%2CoBAiHC%3BAA3uBF%2CqBA0nBsB%2CiBAiHpB%3BAA3uBF%2CqBA0nBwC%2CgBAiHtC%3BEACC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA9uBH%2CqBA0nBC%2CoBAiHC%2CcAKC%3BAAhvBH%2CqBA0nBsB%2CiBAiHpB%2CcAKC%3BAAhvBH%2CqBA0nBwC%2CgBAiHtC%2CcAKC%3BEACC%2CoBAAA%3BEACA%2CWAAA%3B%3BAAlvBJ%2CqBA0nBC%2CoBA4HC%3BAAtvBF%2CqBA0nBsB%2CiBA4HpB%3BAAtvBF%2CqBA0nBwC%2CgBA4HtC%3BEACC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BApExvBD%2CqBoEunBD%2CoBA4HC%2CiBAOC%2C2BpE1vBA%3BAAAD%2CqBoEunBoB%2CiBA4HpB%2CiBAOC%2C2BpE1vBA%3BAAAD%2CqBoEunBsC%2CgBA4HtC%2CiBAOC%2C2BpE1vBA%3BAACD%2CqBoEsnBD%2CoBA4HC%2CiBAOC%2C2BpEzvBA%3BAAAD%2CqBoEsnBoB%2CiBA4HpB%2CiBAOC%2C2BpEzvBA%3BAAAD%2CqBoEsnBsC%2CgBA4HtC%2CiBAOC%2C2BpEzvBA%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CqBoEknBD%2CoBA4HC%2CiBAOC%2C2BpErvBA%3BAAAD%2CqBoEknBoB%2CiBA4HpB%2CiBAOC%2C2BpErvBA%3BAAAD%2CqBoEknBsC%2CgBA4HtC%2CiBAOC%2C2BpErvBA%3BEACC%2CWAAA%3B%3BAANF%2CqBoEunBD%2CoBA4HC%2CiBAOC%2C2BpE1vBA%3BAAAD%2CqBoEunBoB%2CiBA4HpB%2CiBAOC%2C2BpE1vBA%3BAAAD%2CqBoEunBsC%2CgBA4HtC%2CiBAOC%2C2BpE1vBA%3BAACD%2CqBoEsnBD%2CoBA4HC%2CiBAOC%2C2BpEzvBA%3BAAAD%2CqBoEsnBoB%2CiBA4HpB%2CiBAOC%2C2BpEzvBA%3BAAAD%2CqBoEsnBsC%2CgBA4HtC%2CiBAOC%2C2BpEzvBA%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CqBoEknBD%2CoBA4HC%2CiBAOC%2C2BpErvBA%3BAAAD%2CqBoEknBoB%2CiBA4HpB%2CiBAOC%2C2BpErvBA%3BAAAD%2CqBoEknBsC%2CgBA4HtC%2CiBAOC%2C2BpErvBA%3BEACC%2CWAAA%3B%3BAoETJ%2CqBA0nBC%2CoBA4HC%2CiBAOC%2C2BAEC%3BAA%2FvBJ%2CqBA0nBsB%2CiBA4HpB%2CiBAOC%2C2BAEC%3BAA%2FvBJ%2CqBA0nBwC%2CgBA4HtC%2CiBAOC%2C2BAEC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlwBL%2CqBA0nBC%2CoBA4HC%2CiBAOC%2C2BAQC%2CyBAAwB%2CUAAU%3BAArwBtC%2CqBA0nBsB%2CiBA4HpB%2CiBAOC%2C2BAQC%2CyBAAwB%2CUAAU%3BAArwBtC%2CqBA0nBwC%2CgBA4HtC%2CiBAOC%2C2BAQC%2CyBAAwB%2CUAAU%3BAArwBtC%2CqBA0nBC%2CoBA4HC%2CiBAOC%2C2BAQwC%2CyBAAwB%2CUAAU%3BAArwB7E%2CqBA0nBsB%2CiBA4HpB%2CiBAOC%2C2BAQwC%2CyBAAwB%2CUAAU%3BAArwB7E%2CqBA0nBwC%2CgBA4HtC%2CiBAOC%2C2BAQwC%2CyBAAwB%2CUAAU%3BEACxE%2CeAAA%3B%3BAAtwBL%2CqBA0nBC%2CoBA4HC%2CiBAOC%2C2BAYC%3BAAzwBJ%2CqBA0nBsB%2CiBA4HpB%2CiBAOC%2C2BAYC%3BAAzwBJ%2CqBA0nBwC%2CgBA4HtC%2CiBAOC%2C2BAYC%3BEACC%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA%2FwBL%2CqBA0nBC%2CoBA8JC%2CiBACC%2CEAAC%3BAAzxBJ%2CqBA0nBsB%2CiBA8JpB%2CiBACC%2CEAAC%3BAAzxBJ%2CqBA0nBwC%2CgBA8JtC%2CiBACC%2CEAAC%3BEACA%2CaAAA%3B%3BAA1xBJ%2CqBA0nBC%2CoBA8JC%2CiBAKC%2CGAAG%3BAA7xBN%2CqBA0nBsB%2CiBA8JpB%2CiBAKC%2CGAAG%3BAA7xBN%2CqBA0nBwC%2CgBA8JtC%2CiBAKC%2CGAAG%3BEACF%2CWAAA%3BEACA%2CyBAAA%3B%3BAA%2FxBJ%2CqBA0nBC%2CoBA8JC%2CiBAUC%2CGAAE%2CKAAM%2CGAAE%3BAAlyBb%2CqBA0nBsB%2CiBA8JpB%2CiBAUC%2CGAAE%2CKAAM%2CGAAE%3BAAlyBb%2CqBA0nBwC%2CgBA8JtC%2CiBAUC%2CGAAE%2CKAAM%2CGAAE%3BEACT%2CeAAA%3B%3BAAnyBJ%2CqBA0nBC%2CoBA8JC%2CiBAeC%3BAAvyBH%2CqBA0nBsB%2CiBA8JpB%2CiBAeC%3BAAvyBH%2CqBA0nBwC%2CgBA8JtC%2CiBAeC%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAzyBJ%2CqBA0nBC%2CoBA8JC%2CiBAmBC%3BAA3yBH%2CqBA0nBsB%2CiBA8JpB%2CiBAmBC%3BAA3yBH%2CqBA0nBwC%2CgBA8JtC%2CiBAmBC%3BEACC%2CgBAAA%3B%3BAA5yBJ%2CqBA0nBC%2CoBAsLC%3BAAhzBF%2CqBA0nBsB%2CiBAsLpB%3BAAhzBF%2CqBA0nBwC%2CgBAsLtC%3BEACC%2CgBAAA%3B%3BAAjzBH%2CqBA0nBC%2CoBAsLC%2CkBAEC%2CGACC%3BAAnzBJ%2CqBA0nBsB%2CiBAsLpB%2CkBAEC%2CGACC%3BAAnzBJ%2CqBA0nBwC%2CgBAsLtC%2CkBAEC%2CGACC%3BEACC%2C8BAAA%3B%3BAApzBL%2CqBA0nBC%2CoBAsLC%2CkBAOC%2CGAAE%2COACD%3BAAxzBJ%2CqBA0nBsB%2CiBAsLpB%2CkBAOC%2CGAAE%2COACD%3BAAxzBJ%2CqBA0nBwC%2CgBAsLtC%2CkBAOC%2CGAAE%2COACD%3BEACC%2C8BAAA%3BEACA%2CuBAAA%3B%3BAA1zBL%2CqBA0nBC%2CoBAqMC%2CUAAU%3BAA%2FzBZ%2CqBA0nBsB%2CiBAqMpB%2CUAAU%3BAA%2FzBZ%2CqBA0nBwC%2CgBAqMtC%2CUAAU%3BEACT%2CkBAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CqBA3MD%2CoBAqMC%2CUAAU%3BEAMV%2CqBA3MoB%2CiBAqMpB%2CUAAU%3BEAMV%2CqBA3MsC%2CgBAqMtC%2CUAAU%3BIAIR%2CUAAA%3B%3B%3BAAn0BJ%2CqBA0nBC%2CoBA6MC%2CUAAU%2CKAAI%2COAAQ%3BAAv0BxB%2CqBA0nBsB%2CiBA6MpB%2CUAAU%2CKAAI%2COAAQ%3BAAv0BxB%2CqBA0nBwC%2CgBA6MtC%2CUAAU%2CKAAI%2COAAQ%3BAAv0BxB%2CqBA0nBC%2CoBA6M4B%2CUAAU%2CKAAI%2COAAQ%2CIAAG%3BAAv0BtD%2CqBA0nBsB%2CiBA6MO%2CUAAU%2CKAAI%2COAAQ%2CIAAG%3BAAv0BtD%2CqBA0nBwC%2CgBA6MX%2CUAAU%2CKAAI%2COAAQ%2CIAAG%3BAAv0BtD%2CqBA0nBC%2CoBA6M6D%2CUAAU%2CKAAI%2COAAQ%2CIAAG%3BAAv0BvF%2CqBA0nBsB%2CiBA6MwC%2CUAAU%2CKAAI%2COAAQ%2CIAAG%3BAAv0BvF%2CqBA0nBwC%2CgBA6MsB%2CUAAU%2CKAAI%2COAAQ%2CIAAG%3BEACpF%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA50BH%2CqBA0nBC%2CoBAqNC%2CUAAU%2CKAAK%3BAA%2F0BjB%2CqBA0nBsB%2CiBAqNpB%2CUAAU%2CKAAK%3BAA%2F0BjB%2CqBA0nBwC%2CgBAqNtC%2CUAAU%2CKAAK%3BEACd%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAp1BH%2CqBA0nBC%2CoBA6NC%3BAAv1BF%2CqBA0nBsB%2CiBA6NpB%3BAAv1BF%2CqBA0nBwC%2CgBA6NtC%3BEpEhOA%2CkBAAA%3BEACA%2CmBAAA%3BEoEiOC%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA51BH%2CqBA0nBC%2CoBA6NC%2CqBAOC%3BAA91BH%2CqBA0nBsB%2CiBA6NpB%2CqBAOC%3BAA91BH%2CqBA0nBwC%2CgBA6NtC%2CqBAOC%3BEACC%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAh2BJ%2CqBA0nBC%2CoBA0OC%3BAAp2BF%2CqBA0nBsB%2CiBA0OpB%3BAAp2BF%2CqBA0nBwC%2CgBA0OtC%3BEACC%2CaAAA%3B%3BAAr2BH%2CqBA0nBC%2CoBA8OC%2CqBACC%3BAAz2BH%2CqBA0nBsB%2CiBA8OpB%2CqBACC%3BAAz2BH%2CqBA0nBwC%2CgBA8OtC%2CqBACC%3BEpEvJD%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEoEsJE%2CiBAAA%3B%3BApEhJJ%2CQAJqC%3BEAIrC%2CqBoEjGC%2CoBA8OC%2CqBACC%3BEpE9IH%2CqBoEjGsB%2CiBA8OpB%2CqBACC%3BEpE9IH%2CqBoEjGwC%2CgBA8OtC%2CqBACC%3BIpEjJC%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAoEztBJ%2CqBA0nBC%2CoBA8OC%2CqBAMC%3BAA92BH%2CqBA0nBsB%2CiBA8OpB%2CqBAMC%3BAA92BH%2CqBA0nBwC%2CgBA8OtC%2CqBAMC%3BEACC%2CaAAA%3B%3BAA%2F2BJ%2CqBA0nBC%2CoBA8OC%2CqBAUC%3BAAl3BH%2CqBA0nBsB%2CiBA8OpB%2CqBAUC%3BAAl3BH%2CqBA0nBwC%2CgBA8OtC%2CqBAUC%3BAAl3BH%2CqBA0nBC%2CoBA8OC%2CqBAUU%3BAAl3BZ%2CqBA0nBsB%2CiBA8OpB%2CqBAUU%3BAAl3BZ%2CqBA0nBwC%2CgBA8OtC%2CqBAUU%3BEACR%2CmBAAA%3B%3BAAn3BJ%2CqBA0nBC%2CoBA8OC%2CqBAUC%2CQAEC%3BAAp3BJ%2CqBA0nBsB%2CiBA8OpB%2CqBAUC%2CQAEC%3BAAp3BJ%2CqBA0nBwC%2CgBA8OtC%2CqBAUC%2CQAEC%3BAAp3BJ%2CqBA0nBC%2CoBA8OC%2CqBAUU%2C6BAER%3BAAp3BJ%2CqBA0nBsB%2CiBA8OpB%2CqBAUU%2C6BAER%3BAAp3BJ%2CqBA0nBwC%2CgBA8OtC%2CqBAUU%2C6BAER%3BEACC%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAt3BL%2CqBA0nBC%2CoBA8OC%2CqBAiBC%3BAAz3BH%2CqBA0nBsB%2CiBA8OpB%2CqBAiBC%3BAAz3BH%2CqBA0nBwC%2CgBA8OtC%2CqBAiBC%3BEACC%2CkBAAA%3BEACA%2CaAAA%3B%3BAA33BJ%2CqBA0nBC%2CoBAqQC%3BAA%2F3BF%2CqBA0nBsB%2CiBAqQpB%3BAA%2F3BF%2CqBA0nBwC%2CgBAqQtC%3BEACC%2CaAAA%3B%3BAAh4BH%2CqBA0nBC%2CoBAyQC%3BAAn4BF%2CqBA0nBsB%2CiBAyQpB%3BAAn4BF%2CqBA0nBwC%2CgBAyQtC%3BAAn4BF%2CqBA0nBC%2CoBAyQqB%3BAAn4BtB%2CqBA0nBsB%2CiBAyQA%3BAAn4BtB%2CqBA0nBwC%2CgBAyQlB%3BEACnB%2CaAAA%3B%3BAAp4BH%2CqBA0nBC%2CoBA6QC%3BAAv4BF%2CqBA0nBsB%2CiBA6QpB%3BAAv4BF%2CqBA0nBwC%2CgBA6QtC%3BEpEzQA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEoEsQC%2CiBAAA%3B%3BAAz4BH%2CqBA0nBC%2CoBAkRC%3BAA54BF%2CqBA0nBsB%2CiBAkRpB%3BAA54BF%2CqBA0nBwC%2CgBAkRtC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAn5BH%2CqBA0nBC%2CoBA4RC%3BAAt5BF%2CqBA0nBsB%2CiBA4RpB%3BAAt5BF%2CqBA0nBwC%2CgBA4RtC%3BEpExRA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEoEqRI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA15BN%2CqBA0nBC%2CoBA4RC%2CcAKC%3BAA35BH%2CqBA0nBsB%2CiBA4RpB%2CcAKC%3BAA35BH%2CqBA0nBwC%2CgBA4RtC%2CcAKC%3BEACC%2CkBAAA%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAvSN%2CoBA4RC%2CcAKC%2CIAMK%3BAAAD%2CqBAvSe%2CiBA4RpB%2CcAKC%2CIAMK%3BAAAD%2CqBAvSiC%2CgBA4RtC%2CcAKC%2CIAMK%3BEACA%2CmBAAA%3B%3BAAl6BR%2CqBA0nBC%2CoBA4RC%2CcAeC%3BAAr6BH%2CqBA0nBsB%2CiBA4RpB%2CcAeC%3BAAr6BH%2CqBA0nBwC%2CgBA4RtC%2CcAeC%3BEACC%2CgBAAgB%2CuDAAhB%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAx6BJ%2CqBA0nBC%2CoBA4RC%2CcAeC%2CSAIC%3BAAz6BJ%2CqBA0nBsB%2CiBA4RpB%2CcAeC%2CSAIC%3BAAz6BJ%2CqBA0nBwC%2CgBA4RtC%2CcAeC%2CSAIC%3BEACC%2CcAAA%3B%3BAA16BL%2CqBA0nBC%2CoBA4RC%2CcAuBC%3BAA76BH%2CqBA0nBsB%2CiBA4RpB%2CcAuBC%3BAA76BH%2CqBA0nBwC%2CgBA4RtC%2CcAuBC%3BEACC%2CgBAAgB%2CyDAAhB%3BEACA%2CkBAAA%3BEAEA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAl7BJ%2CqBA0nBC%2CoBA4RC%2CcAuBC%2CcAMC%3BAAn7BJ%2CqBA0nBsB%2CiBA4RpB%2CcAuBC%2CcAMC%3BAAn7BJ%2CqBA0nBwC%2CgBA4RtC%2CcAuBC%2CcAMC%3BEACC%2CcAAA%3B%3BAAp7BL%2CqBA0nBC%2CoBA%2BTC%3BAAz7BF%2CqBA0nBsB%2CiBA%2BTpB%3BAAz7BF%2CqBA0nBwC%2CgBA%2BTtC%3BEACC%2C6BAAA%3BEACA%2CoBAAA%3BEACG%2CiBAAA%3BEACH%2CkBAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAh8BN%2CqBA0nBC%2CoBA%2BTC%2CQAQC%3BAAj8BH%2CqBA0nBsB%2CiBA%2BTpB%2CQAQC%3BAAj8BH%2CqBA0nBwC%2CgBA%2BTtC%2CQAQC%3BEACC%2CyBAAA%3BEACG%2C0BAAA%3BEACA%2CeAAA%3B%3BAAp8BP%2CqBA0nBC%2CoBA8UC%3BAAx8BF%2CqBA0nBsB%2CiBA8UpB%3BAAx8BF%2CqBA0nBwC%2CgBA8UtC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA78BH%2CqBA0nBC%2CoBA8UC%2C%2BBAOC%2CGAAE%2CUAAU%3BAA%2F8Bf%2CqBA0nBsB%2CiBA8UpB%2C%2BBAOC%2CGAAE%2CUAAU%3BAA%2F8Bf%2CqBA0nBwC%2CgBA8UtC%2C%2BBAOC%2CGAAE%2CUAAU%3BEACX%2CaAAA%3B%3BAAh9BJ%2CqBA0nBC%2CoBA8UC%2C%2BBAWC%2CGAAE%2CUAAU%3BAAn9Bf%2CqBA0nBsB%2CiBA8UpB%2C%2BBAWC%2CGAAE%2CUAAU%3BAAn9Bf%2CqBA0nBwC%2CgBA8UtC%2C%2BBAWC%2CGAAE%2CUAAU%3BEACX%2CaAAA%3B%3BAAp9BJ%2CqBA0nBC%2CoBA8UC%2C%2BBAgBC%2CMACC%2CGACC%3BAA19BL%2CqBA0nBsB%2CiBA8UpB%2C%2BBAgBC%2CMACC%2CGACC%3BAA19BL%2CqBA0nBwC%2CgBA8UtC%2C%2BBAgBC%2CMACC%2CGACC%3BEACC%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA99BN%2CqBA0nBC%2CoBA8UC%2C%2BBAgBC%2CMACC%2CGAOC%3BAAh%2BBL%2CqBA0nBsB%2CiBA8UpB%2C%2BBAgBC%2CMACC%2CGAOC%3BAAh%2BBL%2CqBA0nBwC%2CgBA8UtC%2C%2BBAgBC%2CMACC%2CGAOC%3BEACC%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAn%2BBN%2CqBA0nBC%2CoBA8UC%2C%2BBA%2BBC%2CSAAS%2CIAAG%3BAAv%2BBf%2CqBA0nBsB%2CiBA8UpB%2C%2BBA%2BBC%2CSAAS%2CIAAG%3BAAv%2BBf%2CqBA0nBwC%2CgBA8UtC%2C%2BBA%2BBC%2CSAAS%2CIAAG%3BEACX%2CqBAAA%3B%3BAAx%2BBJ%2CqBA0nBC%2CoBA8UC%2C%2BBAmCC%3BAA3%2BBH%2CqBA0nBsB%2CiBA8UpB%2C%2BBAmCC%3BAA3%2BBH%2CqBA0nBwC%2CgBA8UtC%2C%2BBAmCC%3BEACC%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA9%2BBJ%2CqBA0nBC%2CoBA4XC%3BAAt%2FBF%2CqBA0nBsB%2CiBA4XpB%3BAAt%2FBF%2CqBA0nBwC%2CgBA4XtC%3BEACC%2CaAAA%3B%3BAAMA%2CQAJ6B%3BEAI7B%2CqBAnYF%2CoBA4XC%3BEAOC%2CqBAnYmB%2CiBA4XpB%3BEAOC%2CqBAnYqC%2CgBA4XtC%3BIAIE%2CcAAA%3B%3B%3BAA1%2FBJ%2CqBA0nBC%2CoBA4XC%2CUAOC%3BAA7%2FBH%2CqBA0nBsB%2CiBA4XpB%2CUAOC%3BAA7%2FBH%2CqBA0nBwC%2CgBA4XtC%2CUAOC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAhgCJ%2CqBAqgCC%2CiCACC%3BEACC%2CaAAA%3B%3BAAvgCH%2CqBA2gCC%3BEACC%2CwBAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CqBANA%3BIAIE%2CyBAAA%3B%3B%3BAA%2FgCH%2CqBAkhCC%2CGAAE%3BEACD%2CgBAAA%3B%3BAAnhCF%2CqBAkhCC%2CGAAE%2CWAED%3BEACC%2CcAAA%3B%3BAArhCH%2CqBAkhCC%2CGAAE%2CWAKD%2CGAAE%2CQACD%3BEACC%2CcAAA%3B%3BAAzhCJ%2CqBA6hCC%3BEACC%2CUAAA%3BEACA%2CkBAAA%3B%3BAA%2FhCF%2CqBA6hCC%2CoBAGC%2CQACC%3BEACC%2CaAAA%3B%3BAAliCJ%2CqBA6hCC%2CoBAQC%3BEACC%2CeAAA%3B%3BAAtiCH%2CqBA6hCC%2CoBAWC%2CcACC%2CWAAW%3BEACV%2CcAAA%3B%3BAA1iCJ%2CqBA6hCC%2CoBAWC%2CcAIC%3BEACC%2CYAAA%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%2FiCP%2CqBA6hCC%2CoBAqBC%2CaACC%2CiBACC%3BEACC%2CYAAA%3BEACA%2CmBAAA%3B%3BAAtjCL%2CqBA6hCC%2CoBAgCC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAjkCH%2CqBA6hCC%2CoBAgCC%2CUAKC%3BEACC%2CcAAA%3B%3BAAnkCJ%2CqBA6hCC%2CoBA0CC%3BEACC%2CkBAAA%3B%3BAAxkCH%2CqBA6hCC%2CoBA0CC%2CyBAEC%2CMAAK%3BEACJ%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA3kCJ%2CqBA6hCC%2CoBA0CC%2CyBAMC%2CGACC%2CGAAE%3BEACD%2CmBAAA%3B%3BAA%2FkCL%2CqBA6hCC%2CoBA0CC%2CyBAWC%3BEACC%2CaAAA%3B%3BAAnlCJ%2CqBA6hCC%2CoBAyDC%3BEACC%2CyCAAA%3B%3BAAvlCH%2CqBA6hCC%2CoBAyDC%2CQAEC%3BEACC%2CgBAAA%3B%3BAAzlCJ%2CqBA6hCC%2CoBAyDC%2CQAEC%2CSAEC%2CWAAU%3BEACT%2CWAAA%3B%3BAA3lCL%2CqBA6hCC%2CoBAyDC%2CQAEC%2CSAEC%2CWAAU%2CWAET%3BEACC%2CYAAA%3BEACA%2CeAAA%3B%3BAA9lCN%2CqBA6hCC%2CoBAyDC%2CQAEC%2CSASC%3BEACC%2CaAAA%3BEACA%2CWAAA%3B%3BAAnmCL%2CqBA6hCC%2CoBAyDC%2CQAEC%2CSASC%2CcAGC%3BEACC%2CYAAA%3BEACG%2CeAAA%3BEACA%2CyBAAA%3BEACH%2CgBAAgB%2C2CAAhB%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA5mCN%2CqBA6hCC%2CoBAyDC%2CQAEC%2CSASC%2CcAaC%3BEACC%2CaAAA%3B%3BAA%2FmCN%2CqBA6hCC%2CoBAyDC%2CQAEC%2CSASC%2CcAgBC%3BEACC%2CaAAA%3B%3BAAlnCN%2CqBAwnCC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3nCF%2CqBAwnCC%2CcAKC%2CiBACC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAjoCJ%2CqBAwnCC%2CcAKC%2CiBACC%2CuBAIC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAroCL%2CqBAwnCC%2CcAKC%2CiBAWC%3BEAEC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAOJ%2CsBACC%2CmBACC%3BEACC%2CaAAA%3BEACA%2CoBAAA%3B%3BAAIH%3BEACC%2CgBAAA%3B%3BAASD%2CmBANsC%3BEACrC%3BIACC%2CmBAAA%3BIACA%2CsBAAA%3B%3B%3BAAeF%2CmBAZqC%3BEACpC%3BIACC%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAED%2CGAAG%2CcACF%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAASH%2CmBALqC%3BEACpC%3BIACC%2CaAAA%3B%3B%3BAAUF%2CgBAAiB%2CYAAY%2CMAAM%3BEAAG%2CkBAAA%3B%3BAACtC%2CgBAAiB%3BEAAS%2CaAAA%3B%3BAAE1B%3BEACC%2CgBAAgB%2CoEAAhB%3BEACG%2CyBAAA%3B%3BAAQJ%2CQAN4B%3BEAM5B%3BIALE%2CgBAAgB%2CqEAAhB%3BIACG%2CyBAAA%3B%3B%3BA6BrtCL%3BEjGqsBE%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEiGtsBD%2CmBAAA%3B%3BAjG4sBD%2CQAJqC%3BEAIrC%3BIAHI%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAiGxsBJ%2CUAAU%3BEACT%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAID%2CQAH8B%3BEAG9B%2CUAVU%3BIAQR%2CcAAA%3B%3B%3BAAGF%3BEAAgB%2CYAAA%3B%3BAAChB%2CeAAgB%3BEAAQ%2CaAAA%3B%3BAACxB%2CeAAgB%3BEAAc%2CaAAA%3B%3BAAE9B%3BEAAW%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2CaAAA%3B%3BAAC7C%2CUAAW%3BEAAS%2CoBAAA%3B%3BAAEpB%2CQAAS%3BEAAS%2CWAAA%3BEAAY%2CmBAAA%3B%3BAAC9B%2CQAAS%3BEAAgB%2CSAAA%3B%3BAACzB%2CQAAS%2CcAAc%3BEAAa%2CaAAA%3B%3BAAGpC%3BEAAa%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CYAAA%3BEAAa%2CcAAA%3BEAAe%2CsDAAA%3BEAAuD%2CmBAAA%3BEAAoB%2CgBAAA%3B%3BAAC7I%2CWAAY%3BEAAU%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2C8DAAA%3B%3BAAC%2FC%2CQAAS%3BEAAc%2CWAAA%3BEAAY%2CiBAAA%3B%3BAAGnC%2CcAAe%3BAACf%2CcAAe%3BEAAK%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2CcAAA%3B%3BAACtD%2CcAAe%3BEAAK%2CiBAAA%3BEAAkB%2CkBAAA%3B%3BAAEtC%2CaAAc%2CSAAS%3BEAAE%2CcAAA%3B%3BAAEzB%2CcACC%3BEACC%2CaAAA%3B%3BAAIF%3BEAyBC%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7BD%2CSAEC%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAALF%2CSAQC%3BEAEC%2CSAAA%3BEACA%2CSAAA%3B%3BAAXF%2CSAQC%2CaAKC%2COAAM%3BEACL%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAjBH%2CSAQC%2CaAKC%2COAAM%2CeAML%2CKAAK%3BEACJ%2CWAAA%3B%3BAApBJ%2CSAgCC%2CMAAK%3BEACJ%2CaAAA%3B%3BAAjCF%2CSAoCC%2CMAAK%2CcAAe%3BEAEnB%2CgBAAe%2C8CAAf%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA1CF%2CSA6CC%2CMAAK%2CcAAc%2CQAAS%3BEAE3B%2CgBAAe%2CuDAAf%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAnDF%2CSAsDC%3BEACC%2CgBAAe%2CuDAAf%3B%3BAAvDF%2CSA0DC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA9DF%2CSA0DC%2COAKC%3BEACC%2CWAAA%3B%3BAAMH%2CEAAE%3BEAED%2CgBAAA%3B%3BAAFD%2CEAAE%2CQAID%3BAAJD%2CEAAE%2CQAIG%3BEACH%2CiBAAA%3B%3BAALF%2CEAAE%2CQAQD%3BEACC%2CiBAAA%3B%3BAATF%2CEAAE%2CQAYD%3BEACC%2CoBAAA%3BEACA%2CgCAAA%3B%3BAChIF%3BEACC%2CmBAAA%3B%3BAADD%2C8BAGC%3BEACC%2C4BAAA%3B%3BAAJF%2C8BAOC%3BEACC%2CgBAAA%3B%3BAARF%2C8BAWC%3BEACC%2CkBAAA%3B%3BAAZF%2C8BAeC%2CYAAW%2CcACV%3BEACC%2CaAAA%3B%3BAAjBH%2C8BAqBC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAvBF%2C8BA0BC%2CQAAO%3BEtFkHN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAsF%2FIF%2C8BA8BC%2CcAAa%3BEACZ%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhCF%2C8BAmCC%3BEACC%2CaAAA%3B%3BAApCF%2C8BAuCC%3BEACC%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAzCF%2C8BA4CC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAjDF%2C8BA4CC%2CWAMC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAArDH%2C8BA4CC%2CWAWC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzDH%2C8BA4CC%2CWAgBC%3BEACC%2C6BAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2C8BArBD%2CWAgBC%3BIAGE%2CmBAAA%3B%3B%3BAA%2FDJ%2C8BAoEC%2CeAAe%3BEACd%2CYAAA%3BEACA%2CsBAAsB%2C6BAAtB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAxEF%2C8BA2EC%2CYAAW%3BAA3EZ%2C8BA2EoB%2CaAAY%3BEAC9B%2CSAAS%2CEAAT%3B%3BAA5EF%2C8BA%2BEC%2CYAAY%2CQAAQ%2CKAAK%3BEACxB%2CiBAAA%3B%3BAAhFF%2C8BAmFC%2CYAAY%2CQAAQ%2CKAAK%3BEACxB%2CgBAAA%3B%3BAApFF%2C8BAmFC%2CYAAY%2CQAAQ%2CKAAK%2CKAExB%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAvFH%2C8BA2FC%2CYAAY%2CQAAQ%2CKAAK%3BEACxB%2CkBAAA%3B%3BAA5FF%2C8BA%2BFC%2CYAAY%2CQAAQ%2CKAAK%3BEACxB%2CYAAA%3B%3BAAhGF%2C8BAmGC%2CYAAY%2CQAAQ%2CKAAK%3BEACxB%2CyBAAA%3B%3BAApGF%2C8BAuGC%2CkBAAkB%3BEACjB%2CYAAA%3B%3BAAxGF%2C8BA2GC%3BEACC%2CaAAA%3B%3BAA5GF%2C8BA%2BGC%3BEACC%2CYAAA%3B%3BAAhHF%2C8BA%2BGC%2CSAEC%3BEACC%2CaAAA%3B%3BAAlHH%2C8BAsHC%2CeAAe%2CGAAE%2CMAAO%2CGAAG%3BEAC1B%2CWAAA%3B%3B%3BA7BvHF%2CoBAEC%3BEACC%2CgBAAA%3B%3BAAHF%2CoBAKC%3BErEyoBC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAqEnpBF%2CoBASC%2CYAAW%2CcAAe%3BEACzB%2CaAAA%3B%3BAAVF%2CoBAaC%3BEACC%2CYAAA%3B%3BAAdF%2CoBAiBC%2CKAAI%3BEACH%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAArBF%2CoBAiBC%2CKAAI%2CkBAKH%2CaACC%2CYACC%2CGACC%3BEACC%2CYAAA%3B%3BAA1BN%2CoBAiBC%2CKAAI%2CkBAKH%2CaACC%2CYACC%2CGAIC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3B%3BAA9BN%2CoBAiBC%2CKAAI%2CkBAmBH%3BEACC%2CUAAA%3BEAGA%2CWAAA%3BEACA%2CYAAA%3B%3BAASA%2CQAP6B%3BEAO7B%2CoBAjCF%2CKAAI%2CkBAmBH%3BIAQE%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAUD%2CQAP4B%3BEAO5B%2CoBAxCF%2CKAAI%2CkBAmBH%3BIAeE%2CcAAA%3BIACA%2CWAAA%3BIAEA%2CkBAAA%3B%3B%3BAAtDJ%2CoBAiBC%2CKAAI%2CkBAmBH%2CeAqBC%3BEAEC%2CeAAA%3BEAEA%2CcAAA%3BEACA%2CcAAA%3B%3BAAWF%2CQAR8B%3BEAQ9B%2CoBAxDD%2CKAAI%2CkBAmBH%3BIA8BE%2CUAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAKF%2CoBAxDD%2CKAAI%2CkBAmBH%2CeAiCC%3BIACC%2CiBAAA%3B%3B%3BAAtEJ%2CoBAiBC%2CKAAI%2CkBA0DH%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAKA%2CQAJ4B%3BEAI5B%2CoBAlEF%2CKAAI%2CkBA0DH%3BIAKE%2CWAAA%3B%3B%3BAAhFJ%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%3BEACC%2CWAAA%3B%3B%3B%3B%3BAApFJ%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAEC%3BEACC%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAvFL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAOC%3BEACC%2C%2BBAAA%3BEACA%2CiBAAA%3B%3BAA5FL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAYC%3BEACC%2CYAAA%3B%3BAAhGL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAYC%2CEAIC%3BAAnGL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAYC%2CEAIgB%3BEACd%2CaAAA%3B%3BAApGN%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAoBC%2CEAAC%2CYAAY%3BEACZ%2CYAAA%3B%3BAAxGL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAuBC%2CEAAC%3BEACA%2CYAAA%3B%3BAA3GL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGA2BC%2CYACC%3BEACC%2CcAAA%3B%3BAAhHN%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGA2BC%2CYAKC%3BAAnHL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGA2BC%2CYAKc%3BEACZ%2CYAAA%3BEACA%2CUAAA%3B%3BAArHN%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGA2BC%2CYAKC%2CYAGC%3BAAtHN%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGA2BC%2CYAKc%2CaAGZ%3BEAEC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA3HP%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAiDC%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAvIL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAuDC%3BEACC%2CSAAA%3BEACA%2CiBAAA%3B%3BAA5IL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAuDC%2CcAGC%3BAA7IL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAuDC%2CcAGK%3BEACH%2CSAAA%3BEACA%2CeAAA%3B%3BAA%2FIN%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAuDC%2CcAQC%2CGAAE%3BEACD%2CSAAS%2CIAAT%3B%3BAAnJN%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAQC%2CGAoEC%2CYAAW%3BEACV%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA%2FJL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAwFC%2CGAAE%3BEACD%2CUAAA%3B%3BAApKJ%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAwFC%2CGAAE%2CcAED%3BEACC%2CiBAAA%3B%3BAAtKL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAwFC%2CGAAE%2CcAMD%2CEAAC%3BEACA%2CSAAS%2CGAAT%3B%3BAA1KL%2CoBAiBC%2CKAAI%2CkBA0DH%2CaAmGC%2CGAAE%3BEACD%2CUAAA%3B%3BAA%2FKJ%2CoBAqLC%3BEAEC%2CmBAAA%3BEACA%2CwBAAA%3B%3BArErKA%2CoBqEkKD%2CarElKE%3BAACD%2CoBqEiKD%2CarEjKE%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CoBqE6JD%2CarE7JE%3BEACC%2CWAAA%3B%3BAANF%2CoBqEkKD%2CarElKE%3BAACD%2CoBqEiKD%2CarEjKE%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CoBqE6JD%2CarE7JE%3BEACC%2CWAAA%3B%3BAqEqKH%2CQAJ8B%3BEAI9B%2CoBATA%3BIAOE%2CmBAAA%3B%3B%3BAASF%2CQAL6B%3BEAK7B%2CoBANA%2CSAAS%2CMAAK%2CYAAY%3BIAGxB%2CqBAAA%3B%3B%3BAAlMH%2CoBAsMC%2CYAAY%2CQAAQ%2CKAAI%2CUAAU%2CKAAM%3BEACvC%2CuBAAA%3B%3BAAvMF%2CoBA0MC%2CYAAW%3BEAEV%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlNF%2CoBA0MC%2CYAAW%2CWAUV%3BEACC%2CiBAAA%3B%3BAArNH%2CoBA0MC%2CYAAW%2CWAaV%3BEACC%2CiBAAA%3B%3BAAxNH%2CoBA0MC%2CYAAW%2CWAgBV%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA9NH%2CoBA0MC%2CYAAW%2CWAuBV%3BEACC%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CQAJ8B%3BEAI9B%2CoBAjCF%2CYAAW%2CWAuBV%2CGAKC%3BIAEE%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAzOL%2CoBA0MC%2CYAAW%2CWAsCV%2CcACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnPJ%2CoBA0MC%2CYAAW%2CWA6CV%3BEACC%2CSAAA%3B%3BAAxPH%2CoBA0MC%2CYAAW%2CWA6CV%2CcAEC%3BEACC%2CSAAA%3B%3BAA1PJ%2CoBA0MC%2CYAAW%2CWAoDV%3BAA9PF%2CoBA0MC%2CYAAW%2CWAoDG%3BEACZ%2CYAAA%3BEACA%2CYAAA%3B%3BAAhQH%2CoBA0MC%2CYAAW%2CWAoDV%2CYAGC%3BAAjQH%2CoBA0MC%2CYAAW%2CWAoDG%2CaAGZ%3BEAEC%2CeAAA%3BEAEA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAtQJ%2CoBA4QC%3BAA5QD%2CoBA4QgB%3BEACd%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAArRF%2CoBAwRC%3BEACC%2CgBAAgB%2CmDAAhB%3B%3BAAzRF%2CoBA4RC%3BEACC%2CgBAAgB%2CiDAAhB%3B%3BAA7RF%2CoBAgSC%2CYAAW%3BEACV%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAtSF%2CoBAySC%2CYAAW%3BAAzSZ%2CoBAySoB%2CaAAY%3BEAC9B%2CaAAA%3B%3BAA1SF%2CoBA4SC%2CSACC%2CYACC%3BEACC%2C0BAAA%3B%3BAA%2FSJ%2CoBA4SC%2CSACC%2CYACC%2CQAEC%3BEACC%2CyBAAA%3BEACA%2CeAAA%3B%3BAAlTL%2CoBA4SC%2CSACC%2CYAQC%2CYAAW%3BAArTd%2CoBA4SC%2CSACC%2CYAQqB%2CYAAW%3BEAC9B%2CsBAAA%3B%3BAAtTJ%2CoBA0TC%3BAA1TD%2CoBA0Tc%3BEAEZ%2CUAAA%3B%3BAAOA%2CQAN6B%3BEAM7B%2CoBATD%3BEASC%2CoBATY%3BIAIX%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3B%3BAAjUH%2CoBA0TC%2CYASC%3BAAnUF%2CoBA0Tc%2CaASZ%3BEAEC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAxUH%2CoBA4UC%3BEACC%2CmBAAA%3B%3BAA7UF%2CoBAgVC%2CmBACC%2CQAAO%3BEACN%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAArVH%2CoBAgVC%2CmBACC%2CQAAO%2CWAKN%2CKACC%3BEACC%2CcAAA%3BEACA%2CoBAAA%3B%3BAAzVL%2CoBAgVC%2CmBAcC%2CQAAO%2CWAAW%3BEACjB%2C%2BBAAA%3B%3BAA%2FVH%2CoBAoWC%2CMAAM%3BEAUL%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAANC%2CQAJ6B%3BEAI7B%2CoBANF%2CMAAM%2CkBACL%3BIAEE%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAKF%2CQAH0B%3BEAG1B%2CoBATD%2CMAAM%2CkBACL%3BIAME%2CYAAA%3B%3B%3BAA3WJ%2CoBAoWC%2CMAAM%2CkBAaL%3BEAGC%2C4BAAA%3B%3BAApXH%2CoBAoWC%2CMAAM%2CkBAmBL%3BEACC%2CgBAAA%3BErEuRD%2CWAAA%3BEACA%2CWAAA%3BEAqDA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEqE3UC%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BArEgTH%2CQAJqC%3BEAIrC%2CoBqE7UC%2CMAAM%2CkBAmBL%3BIrEuTE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CoBqE1WC%2CMAAM%2CkBAmBL%3BIrEoVE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAqEvUD%2CQAH4B%3BEAG5B%2CoBAjCF%2CMAAM%2CkBAmBL%3BIAYE%2CyBAAA%3B%3B%3BAAKD%2CQAH4B%3BEAG5B%2CoBApCF%2CMAAM%2CkBAmBL%3BIAeE%2CkBAAA%3B%3B%3BAAOD%2CQAL6B%3BEAK7B%2CoBAzCF%2CMAAM%2CkBAmBL%3BIAmBE%2CgBAAA%3B%3B%3BAA1YJ%2CoBAoWC%2CMAAM%2CkBAmBL%2CQAsBC%3BEACC%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAhZJ%2CoBAoWC%2CMAAM%2CkBAmBL%2CQA2BC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAArZJ%2CoBAoWC%2CMAAM%2CkBAmBL%2CQAiCC%3BEACC%2CSAAA%3B%3BAAzZJ%2CoBAoWC%2CMAAM%2CkBAmBL%2CQAqCC%3BEACC%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA%2FZJ%2CoBAoWC%2CMAAM%2CkBAmBL%2CQA2CC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAraJ%2CoBAoWC%2CMAAM%2CkBAmBL%2CQAgDC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA1aJ%2CoBAoWC%2CMAAM%2CkBA0EL%3BErEoTA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApDF%2CQAJqC%3BEAIrC%2CoBqE7UC%2CMAAM%2CkBA0EL%3BIrEgQE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CoBqE1WC%2CMAAM%2CkBA0EL%3BIrE6RE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CoBqEvYC%2CMAAM%2CkBA0EL%3BIrE0TE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAqEpTA%2CQAH4B%3BEAG5B%2CoBAjFH%2CMAAM%2CkBA0EL%3BIAKE%2C0BAAA%3B%3B%3BAASD%2CQAP8B%3BEAO9B%2CoBAxFF%2CMAAM%2CkBA0EL%3BIASG%2CyBAAA%3BIACA%2CgBAAA%3B%3B%3BAAxbL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAcC%3BEACC%2CYAAA%3B%3BAA7bJ%2CoBAoWC%2CMAAM%2CkBA0EL%2COAiBC%3BEACC%2CWAAA%3BEAIA%2CaAAA%3B%3BAAAA%2CQAH6B%3BEAG7B%2CoBAhGH%2CMAAM%2CkBA0EL%2COAiBC%3BIAGE%2CcAAA%3B%3B%3BAAlcL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwBC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1cJ%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwBC%2CoBAMC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAAMF%2CQAH8B%3BEAG9B%2CoBAhHF%2CMAAM%2CkBA0EL%2COAwBC%3BIAYE%2CcAAA%3B%3B%3BAAldL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAA1dJ%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAMC%3BEACC%2CaAAA%3B%3BAA7dL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAUC%3BEACC%2CaAAA%3B%3BAAjeL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAcC%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAxeL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAcC%2CeAKC%3BEACC%2CYAAA%3B%3BAA1eN%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAcC%2CeASC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%2FeN%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAcC%2CeASC%2CaAGC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3B%3BAAlfP%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAcC%2CeASC%2CaAOC%2CiBACC%3BEACA%2CWAAA%3B%3BAAtfP%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAcC%2CeAsBC%3BEACE%2CSAAA%3BEACA%2CyBAAA%3B%3BAA5fP%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAcC%2CeAsBC%2COAGE%3BEACC%2CWAAA%3B%3BAA9fR%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUA8CC%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxgBL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAqDC%3BEACC%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA9gBL%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAqDC%2CaAMC%3BEACC%2CmBAAA%3BEACA%2CWAAA%3B%3BAAnhBN%2CoBAoWC%2CMAAM%2CkBA0EL%2COAwCC%2CUAqDC%2CaAWC%2COAAM%3BEACL%2CaAAA%3B%3BAAvhBN%2CoBAoWC%2CMAAM%2CkBAyLL%3BEAIA%2CaAAA%3BErEiMA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAqEpMA%2CQAH8B%3BEAG9B%2CoBA7LD%2CMAAM%2CkBAyLL%3BIAEE%2CcAAA%3B%3B%3BArEkJJ%2CQAJqC%3BEAIrC%2CoBqE7UC%2CMAAM%2CkBAyLL%3BIrEiJE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CoBqE1WC%2CMAAM%2CkBAyLL%3BIrE8KE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CoBqEvYC%2CMAAM%2CkBAyLL%3BIrE2ME%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAqEzuBJ%2CoBAoWC%2CMAAM%2CkBAyLL%2CmBAQC%3BEACC%2CmBAAA%3BEACA%2CYAAA%3BEAIA%2CkBAAA%3B%3BAAAA%2CQAH6B%3BEAG7B%2CoBAvMH%2CMAAM%2CkBAyLL%2CmBAQC%3BIAIE%2CgBAAgB%2CyDAAhB%3B%3B%3BAAQF%2CQAL8B%3BEAK9B%2CoBA7MF%2CMAAM%2CkBAyLL%2CmBAQC%3BIAQE%2CcAAA%3B%3B%3BAA7iBL%2CoBAsjBC%3BEACC%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAzjBF%2CoBAsjBC%2CWAKC%3BEACC%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA9jBH%2CoBAkkBC%2CGAAE%3BErEqED%2CkBAAA%3BEACA%2CmBAAA%3BEqEnEA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3B%3B%3B%3B%3B%3B%3BAAzkBF%2CoBAkkBC%2CGAAE%2CwBASD%3BEAGC%2CkBAAA%3BEAGA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BErEgHD%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2CoBqE%2FGC%2CGAAE%2CwBASD%3BIrEmGE%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CoBqE5IC%2CGAAE%2CwBASD%3BIrEgIE%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAqE5sBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAgCC%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAA7mBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAqCC%3BEACC%2CSAAA%3B%3BAAjnBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAyCC%3BEACC%2CWAAA%3B%3BAArnBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMA6CC%3BEACC%2CSAAA%3B%3BAAznBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAiDC%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA%2FnBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAuDC%3BEACC%2CaAAA%3B%3BAAnoBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMA2DC%3BEACC%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA1oBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAkEC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAjpBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAkEC%2CcAKC%3BEACC%2CoBAAA%3B%3BAAnpBL%2CoBAkkBC%2CGAAE%2CwBASD%2CMA4EC%3BEACC%2CaAAA%3BEACA%2CgBAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CoBA3FF%2CGAAE%2CwBASD%2CMA4EC%3BIAIE%2CcAAA%3B%3B%3BAA3pBL%2CoBAkkBC%2CGAAE%2CwBASD%2CMAoFC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAlqBJ%2CoBAkkBC%2CGAAE%2CwBASD%2CMAoFC%2CWAKC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3B%3BAAtqBL%2CoBAkkBC%2CGAAE%2CwBASD%2CMAoFC%2CWASC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAA1qBL%2CoBAkkBC%2CGAAE%2CwBASD%2CMAoFC%2CWAcC%3BEACC%2C6BAAA%3B%3BAAID%2CQAH%2BB%3BEAG%2FB%2CoBAhHH%2CGAAE%2CwBASD%2CMAoFC%2CWAcC%3BIAGE%2CmBAAA%3B%3B%3BAAhrBN%2CoBAkkBC%2CGAAE%2CwBASD%2CMA0GC%3BEACC%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAMA%2CQAJ8B%3BEAI9B%2CoBA5HH%2CGAAE%2CwBASD%2CMA0GC%3BIAME%2CcAAA%3B%3B%3BAA3rBL%2CoBAkkBC%2CGAAE%2CwBASD%2CMA0GC%2CSASC%2CWAAW%3BEACV%2CcAAA%3B%3BAA%2FrBL%2CoBAkkBC%2CGAAE%2CwBAkID%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C0CAAhB%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3B%3BAA7sBH%2CoBAkkBC%2CGAAE%2CwBAoJD%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%2FB%2CoBA1JF%2CGAAE%2CwBAoJD%3BIAGE%2CkBAAA%3B%3B%3BAAOD%2CQAJ%2BB%3BEAI%2FB%2CoBA9JF%2CGAAE%2CwBAoJD%3BIAOE%2CaAAA%3B%3B%3BAAOF%2CQAJgC%3BEAIhC%2CoBAlKD%2CGAAE%2CwBAoJD%3BIAWE%2CkBAAA%3B%3B%3BAAjuBJ%2CoBAuuBC%3BErEhGC%2CkBAAA%3BEACA%2CmBAAA%3BEqEiGA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA1uBF%2CoBAuuBC%2CwBAKC%3BAA5uBF%2CoBAuuBC%2CwBAKiB%3BEACf%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA%2FuBH%2CoBAuuBC%2CwBAWC%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAvvBH%2CoBAuuBC%2CwBAWC%2CgBAOC%3BEACC%2CWAAA%3B%3BAASF%2CQAH6B%3BEAG7B%2CoBAJD%3BEAIC%2CoBAJS%3BIAER%2CYAAA%3B%3B%3BAAMF%2CQAJ8B%3BEAI9B%2CoBARA%3BEAQA%2CoBARU%3BIAKR%2CsBAAA%3BIACA%2CuBAAA%3B%3B%3BAArwBH%2CoBAywBC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAA7wBF%2CoBAgxBC%3BEACC%2CcAAA%3BErElIA%2CWAAA%3BEACA%2CmBAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CoBqE%2BFC%3BIrElGG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAqE%2FqBJ%2CoBAgxBC%2CSAKC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAOD%2CQAN8B%3BEAM9B%2CoBAdD%2CSAKC%3BIAIE%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAA5xBJ%2CoBAgxBC%2CSAgBC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAApyBH%2CoBAgxBC%2CSAgBC%2CmBAMC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA1yBJ%2CoBA%2ByBC%3BErEhKC%2CWAAA%3BEACA%2CmBAAA%3BEAwBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CoBqE8HC%3BIrEjIG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAqE%2FqBJ%2CoBA%2ByBC%2CSAGC%2CgBACC%3BEACA%2CWAAA%3B%3BAAMH%3BEACE%2CwBAAA%3B%3BAAGF%3BEACC%2CcAAA%3B%3BAAGD%2CWAAW%3BEACV%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGD%2CMAAO%3BEACL%2C%2BBAAA%3B%3B%3BA8Bx0BF%2CuBAEC%2CIAAG%3BEACF%2CkBAAA%3BEnG%2BtBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2CuBmG5sBC%2CIAAG%3BInGysBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CuBmGzuBC%2CIAAG%3BInGsuBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAmG%2FtBF%2CQAJ8B%3BEAI9B%2CuBARD%2CIAAG%3BIAKF%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAARF%2CuBAEC%2CIAAG%2CaAQF%3BEACC%2CWAAA%3B%3BAAXH%2CuBAEC%2CIAAG%2CaAWF%2CwBACG%3BEACC%2CiBAAA%3B%3BAAfN%2CuBAEC%2CIAAG%2CaAgBD%3BEAIC%2C0BAAA%3B%3BAAtBJ%2CuBAEC%2CIAAG%2CaAgBD%2CuBACC%3BEACC%2CiBAAA%3B%3BAApBL%2CuBAEC%2CIAAG%2CaAsBF%2CKACC%3BEAAM%2CqBAAA%3B%3BAAzBT%2CuBAEC%2CIAAG%2CaAsBF%2CKAEC%3BEACC%2CyBAAA%3B%3BAA3BJ%2CuBAEC%2CIAAG%2CaAsBF%2CKAEC%2CuBAEC%3BEACC%2CkBAAA%3B%3BAA7BL%2CuBAEC%2CIAAG%2CaAsBF%2CKAQC%2CYACC%2CaACC%3BEACC%2CaAAA%3B%3BAAnCN%2CuBAEC%2CIAAG%2CaAsBF%2CKAeC%3BEACC%2CiBAAA%3B%3BAAxCJ%2CuBAEC%2CIAAG%2CaAsBF%2CKAkBC%2CaACC%2CiBACC%3BEACC%2CuBAAA%3BEACA%2CiBAAA%3B%3BAA9CN%2CuBAEC%2CIAAG%2CaAsBF%2CKAkBC%2CaACC%2CiBAKC%2CWACC%2CGAAE%2CUAAU%3BEACX%2CaAAA%3B%3BAAlDP%2CuBAEC%2CIAAG%2CaAsBF%2CKAkBC%2CaAaC%2CuBACC%3BEACC%2CWAAA%3B%3BAAzDN%2CuBAEC%2CIAAG%2CaAsBF%2CKAkBC%2CaAaC%2CuBAIC%2CYACC%2CaACC%3BEACC%2CYAAA%3B%3BAA9DR%2CuBAuEC%2CMAAK%3BEnG8nBJ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEmG9nBA%2CgBAAA%3B%3BAnGumBF%2CQAJqC%3BEAIrC%2CuBmG1mBC%2CMAAK%3BInGumBF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CuBmGvoBC%2CMAAK%3BInGooBF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAmG5sBJ%2CuBAuEC%2CMAAK%2CsBAIJ%3BEACA%2CmBAAA%3B%3BAA5EF%2CuBAgFC%3BEACC%2CaAAA%3B%3BAAjFF%2CuBAqFC%3BEACC%2CgBAAA%3B%3BAAtFF%2CuBAqFC%2C2BAGC%3BEACC%2CYAAA%3B%3BAAzFH%2CuBAqFC%2C2BAOC%3BEACC%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAhGH%2CuBAqFC%2C2BAcC%3BEACC%2CyBAAA%3B%3BAApGH%2CuBAqFC%2C2BAiBC%3BEACC%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAxGH%2CuBAqFC%2C2BAqBC%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA7GH%2CuBAqFC%2C2BA0BC%2C6BACC%2CGAAE%2CUAAU%3BEACX%2CyBAAA%3BEACA%2CWAAA%3B%3BAAlHJ%2CuBAqFC%2C2BAgCC%2CYACC%3BEACC%2CmBAAA%3BEACA%2CWAAA%3B%3BAAxHJ%2CuBAqFC%2C2BAuCC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAtIH%2CuBA2IC%3BEACC%2CmBAAA%3B%3BAA5IF%2CuBA2IC%2CSAGC%3BEACC%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAlJH%2CuBA2IC%2CSAGC%2CYAMC%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAzJJ%2CuBA2IC%2CSAkBC%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAA%2FJH%2CuBA2IC%2CSAuBC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA1KH%2CuBA2IC%2CSAmCC%3BEACC%2CyBAAA%3B%3BAA%2FKH%2CuBA2IC%2CSAuCC%3BEACC%2CgBAAA%3B%3BAAnLH%2CuBA2IC%2CSA2CC%3BEACC%2CYAAA%3B%3BAAvLH%2CuBA2IC%2CSA2CC%2CaAGC%3BEACC%2CcAAA%3B%3BAA1LJ%2CuBA2IC%2CSAmDC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjMH%2CuBA2IC%2CSAmDC%2CWAKC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAtMJ%2CuBA2IC%2CSA%2BDC%3BEACC%2CyBAAA%3B%3BAA3MH%2CuBA2IC%2CSA%2BDC%2COAGC%3BEACC%2CWAAA%3B%3BAA9MJ%2CuBA2IC%2CSAuEC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAzNH%2CuBA2IC%2CSAiFC%3BEACC%2CYAAA%3B%3BAA7NH%2CuBAkOC%2CSAAQ%2COACP%3BEACC%2CcAAA%3B%3BAApOH%2CuBAwOC%2CYACC%2CGAAE%3BEACD%2CyBAAA%3B%3BAAOD%2CQAHmC%3BEAGnC%2CuBATD%2CYAKC%3BIAEE%2CiBAAA%3B%3B%3BAA%2FOJ%2CuBAwOC%2CYAWC%3BEACC%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAASA%2CQAN6B%3BEAM7B%2CuBAzBF%2CYAWC%3BIASE%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAQD%2CQAJkC%3BEAIlC%2CuBA7BF%2CYAWC%3BIAeE%2CWAAA%3B%3B%3BAAlQJ%2CuBAwOC%2CYAWC%2C%2BBAkBC%3BEACC%2CWAAA%3B%3BAAQJ%2CEAAG%3BEACF%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BACjRD%2CyBACC%2CIAAG%3BAADuB%2C6BAC1B%2CIAAG%3BEpGiuBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CyBoG1uBC%2CIAAG%3BEpG0uBJ%2C6BoG1uBC%2CIAAG%3BIpGuuBA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAoGzuBJ%2CyBACC%2CIAAG%2CaAGF%3BAAJyB%2C6BAC1B%2CIAAG%2CaAGF%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAPH%2CyBACC%2CIAAG%2CaASF%3BAAVyB%2C6BAC1B%2CIAAG%2CaASF%3BEACC%2CaAAA%3B%3BAAXH%2CyBACC%2CIAAG%2CaAaF%3BAAdyB%2C6BAC1B%2CIAAG%2CaAaF%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAlBH%2CyBACC%2CIAAG%2CaAaF%2CiBAMC%3BAApBwB%2C6BAC1B%2CIAAG%2CaAaF%2CiBAMC%3BEACC%2CaAAA%3B%3BAArBJ%2CyBACC%2CIAAG%2CaAaF%2CiBAUC%3BAAxBwB%2C6BAC1B%2CIAAG%2CaAaF%2CiBAUC%3BEACC%2CyBAAA%3B%3BAAzBJ%2CyBACC%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BAA7BuB%2C6BAC1B%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BEpGsdF%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEoGtdG%2CUAAA%3B%3BApGwdH%2CyBoGtfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG0dD%3BAAAD%2C6BoGtfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG0dD%3BAACD%2CyBoGvfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG2dD%3BAAAD%2C6BoGvfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG2dD%3BAACD%2CyBoGxfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG4dD%3BAAAD%2C6BoGxfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG4dD%3BAACD%2CyBoGzfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG6dD%3BAAAD%2C6BoGzfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG6dD%3BAACD%2CKAAM%2CiBAAgB%2CyBoG1fvB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BApG8dF%2CKAAM%2CiBAAgB%2C6BoG1fvB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BEpG%2BdA%2CcAAA%3BEACA%2CyBAAA%3BEACI%2CqBAAA%3B%3BAAEN%2CyBoG%2FfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGmeD%3BAAAD%2C6BoG%2FfD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGmeD%3BAACD%2CyBoGhgBD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGoeD%3BAAAD%2C6BoGhgBD%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGoeD%3BAACD%2CKAAM%2CiBAAgB%2CyBoGjgBvB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BApGqeF%2CKAAM%2CiBAAgB%2C6BoGjgBvB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BEpGseA%2CsBAAA%3B%3BAAKA%2CyBoGvgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%3BAAGC%2C6BoGvgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%3BAAGC%2CyBoGvgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%3BAAEC%2C6BoGvgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%3BAAEC%2CQADM%2CUAAW%2C0BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BApG2eA%2CQADM%2CUAAW%2C8BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%3BApG4eA%2CyBoGxgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAIE%3BAAAD%2C6BoGxgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAIE%3BAAAD%2CyBoGxgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAGE%3BAAAD%2C6BoGxgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAGE%3BAAAD%2CQAFM%2CUAAW%2C0BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG4eC%3BAAAD%2CQAFM%2CUAAW%2C8BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG4eC%3BAACD%2CyBoGzgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAKE%3BAAAD%2C6BoGzgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAKE%3BAAAD%2CyBoGzgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAIE%3BAAAD%2C6BoGzgBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAIE%3BAAAD%2CQAHM%2CUAAW%2C0BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG6eC%3BAAAD%2CQAHM%2CUAAW%2C8BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG6eC%3BAACD%2CyBoG1gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAME%3BAAAD%2C6BoG1gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAME%3BAAAD%2CyBoG1gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAKE%3BAAAD%2C6BoG1gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAKE%3BAAAD%2CQAJM%2CUAAW%2C0BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG8eC%3BAAAD%2CQAJM%2CUAAW%2C8BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG8eC%3BAACD%2CyBoG3gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAOE%3BAAAD%2C6BoG3gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGweD%2CSAOE%3BAAAD%2CyBoG3gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAME%3BAAAD%2C6BoG3gBH%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGyeD%2CUAME%3BAAAD%2CQALM%2CUAAW%2C0BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG%2BeC%3BAAAD%2CQALM%2CUAAW%2C8BoGtgBpB%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpG%2BeC%3BEACC%2CyBAAA%3BEACI%2CqBAAA%3B%3BAoG9gBV%2CyBACC%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGqfF%3BAoGlhByB%2C6BAC1B%2CIAAG%2CaAaF%2CiBAcC%2CKACC%2CQpGqfF%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAoGphBJ%2CyBACC%2CIAAG%2CaAaF%2CiBAcC%2CKAMC%3BAAlCuB%2C6BAC1B%2CIAAG%2CaAaF%2CiBAcC%2CKAMC%3BEACC%2CaAAA%3B%3BAAnCL%2CyBACC%2CIAAG%2CaAaF%2CiBAcC%2CKAUC%3BAAtCuB%2C6BAC1B%2CIAAG%2CaAaF%2CiBAcC%2CKAUC%3BEACC%2CaAAA%3B%3BAAvCL%2CyBACC%2CIAAG%2CaAaF%2CiBA6BC%3BAA3CwB%2C6BAC1B%2CIAAG%2CaAaF%2CiBA6BC%3BEACC%2CcAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAA9CJ%2CyBAmDC%2CMAAK%3BAAnDqB%2C6BAmD1B%2CMAAK%3BEpG%2BqBJ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CyBoGxrBC%2CMAAK%3BEpGwrBN%2C6BoGxrBC%2CMAAK%3BIpGqrBF%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAoGzuBJ%2CyBAmDC%2CMAAK%2CsBAGJ%3BAAtDyB%2C6BAmD1B%2CMAAK%2CsBAGJ%3BEACC%2CgBAAA%3B%3BAAvDH%2CyBAmDC%2CMAAK%2CsBAGJ%2CoBAEC%3BAAxDwB%2C6BAmD1B%2CMAAK%2CsBAGJ%2CoBAEC%3BEACC%2CWAAA%3B%3B%3BACzDJ%3B%3B%3B%3BAAAA%2CqBAEC%3BEACC%2CmBAAA%3B%3BAAHF%2CqBAKC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAPF%2CqBAKC%2CaAGC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAVH%2CqBAaC%2CMAAK%3BEAQJ%2CUAAA%3B%3BAAJA%2CQAH%2BB%3BEAG%2FB%2CqBAJD%2CMAAK%3BIAEJ%2CeAAA%3B%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%2CqBARD%2CMAAK%3BIAKJ%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAMC%2CQAH8B%3BEAG9B%2CqBAZF%2CMAAK%3BIAUH%2CWAAA%3B%3B%3BAAvBH%2CqBAaC%2CMAAK%2CsBAYH%3BEACE%2CgCAAA%3BEACA%2CiBAAA%3B%3BAA3BL%2CqBAaC%2CMAAK%2CsBAgBH%3BAA7BH%2CqBAaC%2CMAAK%2CsBAgBqB%3BEACxB%2CgCAAA%3BEACE%2CiBAAA%3B%3BAA%2FBL%2CqBAaC%2CMAAK%2CsBAoBJ%3BEACC%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAnCH%2CqBAaC%2CMAAK%2CsBAoBJ%2CyBAGC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CoBAAA%3B%3BAAzCJ%2CqBAaC%2CMAAK%2CsBAoBJ%2CyBAGC%2CkBAMC%3BEACC%2CiBAAA%3B%3BAA3CL%2CqBAgDC%2CIAAG%3BEAOF%2CWAAA%3BEACA%2CUAAA%3B%3BAAJA%2CQAH%2BB%3BEAG%2FB%2CqBAJD%2CIAAG%3BIAED%2CWAAA%3B%3B%3BAAlDH%2CqBAgDC%2CIAAG%2CWAIF%3BEACC%2CeAAA%3B%3BAArDH%2CqBAgDC%2CIAAG%2CWASF%3BEACC%2C0BAAA%3B%3BAA1DH%2CqBA6DC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3B%3BAA%2FDF%2CqBAkEC%3BEACC%2CaAAA%3B%3BAAnEF%2CqBAsEC%3BEACC%2CcAAA%3B%3BAAvEF%2CqBA0EC%3BEACC%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAA7EF%2CqBA0EC%2CaAKC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjFH%2CqBA0EC%2CaAUC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAvFH%2CqBA0EC%2CaAiBC%3BEACC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEAIA%2CYAAA%3B%3BAAAA%2CQAH8B%3BEAG9B%2CqBAzBF%2CaAiBC%3BIAME%2CYAAA%3B%3B%3BAAjGJ%2CqBA0EC%2CaAiBC%2COASC%3BEACC%2CWAAA%3BEACD%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAvGH%2CqBA6GC%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA%2FGF%2CqBAkHC%3BAAlHD%2CqBAkH2B%3BAAlH3B%2CqBAmHC%3BAAnHD%2CqBAmHyB%3BEACvB%2CwBAAA%3BEACA%2CmBAAA%3B%3BAArHF%2CqBAkHC%2CyBAKC%3BAAvHF%2CqBAkH2B%2CuBAKzB%3BAAvHF%2CqBAmHC%2CuBAIC%3BAAvHF%2CqBAmHyB%2CuBAIvB%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAzHH%2CqBA6HC%3BEACC%2CiBAAA%3B%3BAA9HF%2CqBAiIC%3BEACC%2CqBAAA%3B%3B%3BA%2FBlIF%2CiBAEC%3BEACC%2CgBAAA%3B%3BAAHF%2CiBAMC%3BEtEioBC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAsExoBF%2CiBAUC%3BEtE8pBC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CiBsEvqBC%3BItEoqBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAsE%2FqBJ%2CiBAUC%2CSAGC%3BEACC%2CyBAAA%3B%3BAAdH%2CiBAkBC%3BEACC%2CkBAAA%3B%3BAAnBF%2CiBAkBC%2CcAGC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAxBH%2CiBA4BC%3BEACC%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAoBD%2CQAjB6B%3BEAiB7B%2CiBAhBC%3BIACC%2CiBAAA%3B%3BEAeF%2CiBAZC%3BIACC%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAUF%2CiBAZC%2CcAIC%3BIACC%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAAYH%2CQAN6B%3BEAM7B%2CiBALC%3BIACC%2CiBAAA%3B%3B%3BAAUH%2CQAN8B%3BEAM9B%2CiBALE%3BIACC%2CiBAAA%3B%3B%3BAC3DH%2CgBAEC%3BEvEqoBC%2CkBAAA%3BEACA%2CmBAAA%3BEuEpoBA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALF%2CgBAQC%3BEvEuoBC%2CWAAA%3BEACA%2CWAAA%3BEAqDA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2CgBuEzqBC%3BIvEsqBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CgBuEtsBC%3BIvEmsBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAuE5sBJ%2CgBAQC%2CYAKC%3BEAAK%2CWAAA%3B%3BAAbP%2CgBAgBC%3BEvE%2BnBC%2CWAAA%3BEACA%2CWAAA%3BEAqDA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEuEprBA%2CeAAA%3B%3BAvE6pBF%2CQAJqC%3BEAIrC%2CgBuEjqBC%3BIvE8pBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CgBuE9rBC%3BIvE2rBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAuE1qBJ%2CQAX8B%3BEAW9B%2CgBAVE%3BIACC%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3B%3BA%2BB%2FBH%2CiBACC%2CkBACC%3BEACC%2CWAAA%3B%3BAAHH%2CiBAOC%3BEACC%2CgBAAA%3B%3BACRF%2CgBAEC%3BAAFiB%2CeAEjB%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAKD%2CQAH8B%3BEAG9B%2CgBAfA%3BEAeA%2CeAfA%3BIAaE%2CWAAA%3B%3B%3BAAfH%2CgBAmBC%2CIAAG%3BAAnBc%2CeAmBjB%2CIAAG%3BEvG%2BsBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApDF%2CQAJqC%3BEAIrC%2CgBuG9pBC%2CIAAG%3BEvG8pBJ%2CeuG9pBC%2CIAAG%3BIvG2pBA%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CgBuG3rBC%2CIAAG%3BEvG2rBJ%2CeuG3rBC%2CIAAG%3BIvGwrBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CgBuGxtBC%2CIAAG%3BEvGwtBJ%2CeuGxtBC%2CIAAG%3BIvGqtBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAuGzuBJ%2CgBAmBC%2CIAAG%2CaAKF%3BAAxBgB%2CeAmBjB%2CIAAG%2CaAKF%3BEACC%2CaAAA%3B%3BAAzBH%2CgBAmBC%2CIAAG%2CaASF%3BAA5BgB%2CeAmBjB%2CIAAG%2CaASF%3BEACC%2CYAAA%3B%3BAA7BH%2CgBAmBC%2CIAAG%2CaASF%2CWAGC%2CGACC%3BAAhCc%2CeAmBjB%2CIAAG%2CaASF%2CWAGC%2CGACC%3BAAhCJ%2CgBAmBC%2CIAAG%2CaASF%2CWAGK%2CGACH%3BAAhCc%2CeAmBjB%2CIAAG%2CaASF%2CWAGK%2CGACH%3BAAhCJ%2CgBAmBC%2CIAAG%2CaASF%2CWAGC%2CGACI%2CEAAC%3BAAhCU%2CeAmBjB%2CIAAG%2CaASF%2CWAGC%2CGACI%2CEAAC%3BAAhCR%2CgBAmBC%2CIAAG%2CaASF%2CWAGK%2CGACA%2CEAAC%3BAAhCU%2CeAmBjB%2CIAAG%2CaASF%2CWAGK%2CGACA%2CEAAC%3BAAhCR%2CgBAmBC%2CIAAG%2CaASF%2CWAGC%2CGACa%2CEAAC%3BAAhCC%2CeAmBjB%2CIAAG%2CaASF%2CWAGC%2CGACa%2CEAAC%3BAAhCjB%2CgBAmBC%2CIAAG%2CaASF%2CWAGK%2CGACS%2CEAAC%3BAAhCC%2CeAmBjB%2CIAAG%2CaASF%2CWAGK%2CGACS%2CEAAC%3BEACZ%2CWAAA%3B%3BAAjCL%2CgBAmBC%2CIAAG%2CaASF%2CWASC%3BAArCe%2CeAmBjB%2CIAAG%2CaASF%2CWASC%3BEACC%2CmBAAA%3B%3BAAtCJ%2CgBAmBC%2CIAAG%2CaASF%2CWAaC%3BAAzCe%2CeAmBjB%2CIAAG%2CaASF%2CWAaC%3BEACC%2CmBAAA%3B%3BAA1CJ%2CgBAmBC%2CIAAG%2CaA2BF%2CaACC%3BAA%2FCe%2CeAmBjB%2CIAAG%2CaA2BF%2CaACC%3BEACC%2CeAAA%3B%3BAAhDJ%2CgBAmBC%2CIAAG%2CaAiCF%3BAApDgB%2CeAmBjB%2CIAAG%2CaAiCF%3BEACC%2CkBAAA%3BEACA%2CsBAAA%3B%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAzDH%2CgBAmBC%2CIAAG%2CaAyCF%2CeAAe%3BAA5DC%2CeAmBjB%2CIAAG%2CaAyCF%2CeAAe%3BEACd%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjEH%2CgBAmBC%2CIAAG%2CaAiDF%2CYACC%3BAArEe%2CeAmBjB%2CIAAG%2CaAiDF%2CYACC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAvEJ%2CgBAmBC%2CIAAG%2CaAwDF%3BAA3EgB%2CeAmBjB%2CIAAG%2CaAwDF%3BEACC%2CkBAAA%3B%3BAA5EH%2CgBAgFC%2CMAAK%3BAAhFY%2CeAgFjB%2CMAAK%3BEACJ%2CcAAA%3BEvGipBA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApDF%2CQAJqC%3BEAIrC%2CgBuGjmBC%2CMAAK%3BEvGimBN%2CeuGjmBC%2CMAAK%3BIvG8lBF%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CgBuG9nBC%2CMAAK%3BEvG8nBN%2CeuG9nBC%2CMAAK%3BIvG2nBF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CgBuG3pBC%2CMAAK%3BEvG2pBN%2CeuG3pBC%2CMAAK%3BIvGwpBF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAuGzuBJ%2CgBAgFC%2CMAAK%2CsBAMJ%3BAAtFgB%2CeAgFjB%2CMAAK%2CsBAMJ%3BEACC%2CyBAAA%3BEACA%2CaAAA%3B%3BAAxFH%2CgBAgFC%2CMAAK%2CsBAWJ%3BAA3FgB%2CeAgFjB%2CMAAK%2CsBAWJ%3BEACC%2CgBAAA%3BEACA%2CYAAA%3B%3BAA7FH%2CgBAgFC%2CMAAK%2CsBAgBJ%3BAAhGgB%2CeAgFjB%2CMAAK%2CsBAgBJ%3BEACC%2CaAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAApGH%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeACC%3BAAxGe%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeACC%3BAAxGH%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeACe%3BAAxGC%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeACe%3BEACb%2CSAAA%3B%3BAAzGJ%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeACC%2CaAGC%3BAA3Gc%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeACC%2CaAGC%3BAA3GJ%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeACe%2CiBAGb%3BAA3Gc%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeACe%2CiBAGb%3BEACC%2CyBAAA%3B%3BAA5GL%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeACC%2CaAOC%3BAA%2FGc%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeACC%2CaAOC%3BAA%2FGJ%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeACe%2CiBAOb%3BAA%2FGc%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeACe%2CiBAOb%3BEACC%2CaAAA%3B%3BAAhHL%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeAaC%3BAApHe%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeAaC%3BAApHH%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeAaI%2CEAAC%3BAApHW%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeAaI%2CEAAC%3BAApHP%2CgBAgFC%2CMAAK%2CsBAuBJ%2CeAaa%2CEAAC%3BAApHE%2CeAgFjB%2CMAAK%2CsBAuBJ%2CeAaa%2CEAAC%3BEACZ%2CWAAA%3B%3BAArHJ%2CgBAgFC%2CMAAK%2CsBAyCJ%2CeACC%3BAA1He%2CeAgFjB%2CMAAK%2CsBAyCJ%2CeACC%3BAA1HH%2CgBAgFC%2CMAAK%2CsBAyCY%2CaACf%3BAA1He%2CeAgFjB%2CMAAK%2CsBAyCY%2CaACf%3BEAEC%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3B%3BAvG3GF%2CgBuG6DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGvGA%3BAAAD%2CeuG6DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGvGA%3BAAAD%2CgBuG6DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGvGA%3BAAAD%2CeuG6DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGvGA%3BAACD%2CgBuG4DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGtGA%3BAAAD%2CeuG4DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGtGA%3BAAAD%2CgBuG4DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGtGA%3BAAAD%2CeuG4DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGtGA%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBuGwDD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGlGA%3BAAAD%2CeuGwDD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGlGA%3BAAAD%2CgBuGwDD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGlGA%3BAAAD%2CeuGwDD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGlGA%3BEACC%2CWAAA%3B%3BAANF%2CgBuG6DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGvGA%3BAAAD%2CeuG6DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGvGA%3BAAAD%2CgBuG6DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGvGA%3BAAAD%2CeuG6DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGvGA%3BAACD%2CgBuG4DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGtGA%3BAAAD%2CeuG4DD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGtGA%3BAAAD%2CgBuG4DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGtGA%3BAAAD%2CeuG4DD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGtGA%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBuGwDD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGlGA%3BAAAD%2CeuGwDD%2CMAAK%2CsBAyCJ%2CeACC%2CoBvGlGA%3BAAAD%2CgBuGwDD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGlGA%3BAAAD%2CeuGwDD%2CMAAK%2CsBAyCY%2CaACf%2CoBvGlGA%3BEACC%2CWAAA%3B%3BAuGzBJ%2CgBAgFC%2CMAAK%2CsBAyCJ%2CeACC%2CoBAMC%3BAAhIc%2CeAgFjB%2CMAAK%2CsBAyCJ%2CeACC%2CoBAMC%3BAAhIJ%2CgBAgFC%2CMAAK%2CsBAyCY%2CaACf%2CoBAMC%3BAAhIc%2CeAgFjB%2CMAAK%2CsBAyCY%2CaACf%2CoBAMC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAnIL%2CgBAgFC%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%3BAAtIc%2CeAgFjB%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%3BAAtIJ%2CgBAgFC%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%3BAAtIc%2CeAgFjB%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAzIL%2CgBAgFC%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%2CiBAKC%3BAA3Ia%2CeAgFjB%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%2CiBAKC%3BAA3IL%2CgBAgFC%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%2CiBAKC%3BAA3Ia%2CeAgFjB%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%2CiBAKC%3BEACC%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA9IN%2CgBAgFC%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%2CiBAWC%3BAAjJa%2CeAgFjB%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%2CiBAWC%3BAAjJL%2CgBAgFC%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%2CiBAWC%3BAAjJa%2CeAgFjB%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%2CiBAWC%3BEACC%2CiBAAA%3B%3BAAOF%2CQAJ8B%3BEAI9B%2CgBAzEH%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%3BEAmBA%2CeAzEH%2CMAAK%2CsBAyCJ%2CeACC%2CoBAYC%3BEAmBA%2CgBAzEH%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%3BEAmBA%2CeAzEH%2CMAAK%2CsBAyCY%2CaACf%2CoBAYC%3BIAgBE%2CmBAAA%3BIACA%2CUAAA%3B%3B%3BAASN%2CgBAEC%2CeACC%3BAAHgB%2CeAEjB%2CeACC%3BEAEC%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3B%3BAvGpJD%2CgBuG%2BID%2CeACC%2CoBvGhJC%3BAAAD%2CeuG%2BID%2CeACC%2CoBvGhJC%3BAACD%2CgBuG8ID%2CeACC%2CoBvG%2FIC%3BAAAD%2CeuG8ID%2CeACC%2CoBvG%2FIC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBuG0ID%2CeACC%2CoBvG3IC%3BAAAD%2CeuG0ID%2CeACC%2CoBvG3IC%3BEACC%2CWAAA%3B%3BAANF%2CgBuG%2BID%2CeACC%2CoBvGhJC%3BAAAD%2CeuG%2BID%2CeACC%2CoBvGhJC%3BAACD%2CgBuG8ID%2CeACC%2CoBvG%2FIC%3BAAAD%2CeuG8ID%2CeACC%2CoBvG%2FIC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBuG0ID%2CeACC%2CoBvG3IC%3BAAAD%2CeuG0ID%2CeACC%2CoBvG3IC%3BEACC%2CWAAA%3B%3BAuGuIJ%2CgBAEC%2CeACC%2CoBAMC%3BAATe%2CeAEjB%2CeACC%2CoBAMC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAZJ%2CgBAEC%2CeACC%2CoBAYC%3BAAfe%2CeAEjB%2CeACC%2CoBAYC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAlBJ%2CgBAEC%2CeACC%2CoBAYC%2CiBAKC%3BAApBc%2CeAEjB%2CeACC%2CoBAYC%2CiBAKC%3BEACC%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAvBL%2CgBAEC%2CeACC%2CoBAYC%2CiBAWC%3BAA1Bc%2CeAEjB%2CeACC%2CoBAYC%2CiBAWC%3BEACC%2CiBAAA%3B%3BAAOF%2CQAJ8B%3BEAI9B%2CgBAhCF%2CeACC%2CoBAYC%3BEAmBA%2CeAhCF%2CeACC%2CoBAYC%3BIAgBE%2CmBAAA%3BIACA%2CUAAA%3B%3B%3BAAhCL%2CgBAEC%2CeACC%2CoBAiCC%3BAApCe%2CeAEjB%2CeACC%2CoBAiCC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAMJ%2CgBAEC%2CIAAG%3BEvG4gBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CgBuGrhBC%2CIAAG%3BIvGkhBA%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAuGrhBJ%2CgBAMC%2CMAAK%3BEACJ%2CaAAA%3B%3BAAPF%2CgBAWC%3BEAEC%2CwBAAA%3BEACA%2CoBAAA%3B%3BAvG%2FMA%2CgBuG4MD%2CavG5ME%3BAACD%2CgBuG2MD%2CavG3ME%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBuGuMD%2CavGvME%3BEACC%2CWAAA%3B%3BAANF%2CgBuG4MD%2CavG5ME%3BAACD%2CgBuG2MD%2CavG3ME%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBuGuMD%2CavGvME%3BEACC%2CWAAA%3B%3BAuG2LJ%2CgBAgBC%2CaACC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnBH%2CgBAgBC%2CaAMC%3BEACC%2CYAAA%3B%3BAC3OH%2CmBAEC%3BEACC%2CgBAAA%3B%3BAAHF%2CmBAMC%2CQAAQ%3BEACP%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAMA%2CQAJ6B%3BEAI7B%2CmBAjBD%2CQAAQ%3BIAcN%2CYAAA%3B%3B%3BAAOD%2CQAJ6B%3BEAI7B%2CmBArBD%2CQAAQ%3BIAkBN%2CYAAA%3B%3B%3BAAMF%2CQAH8B%3BEAG9B%2CmBAxBA%2CQAAQ%3BIAsBN%2CYAAA%3B%3B%3BAA5BH%2CmBAgCC%2CQAAQ%2CGAAG%3BEACV%2CWAAA%3B%3BAAjCF%2CmBAoCC%2CQAAQ%2CGAAG%2CEAAC%3BEACX%2CWAAA%3B%3BAArCF%2CmBAwCC%2CQAAQ%2CGAAG%2CeAAe%2CEAAC%3BEAC1B%2CWAAA%3B%3BAAzCF%2CmBA4CC%3BEACC%2CiBAAA%3B%3BAA7CF%2CmBAgDC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3B%3BAhCpDF%2CaAEC%3BExEqoBC%2CkBAAA%3BEACA%2CmBAAA%3BEwEpoBA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALF%2CaAQC%3BExEuoBC%2CWAAA%3BEACA%2CWAAA%3BEAqDA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBF%2CQAJqC%3BEAIrC%2CawEzqBC%3BIxEsqBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CawEtsBC%3BIxEmsBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAwE5sBJ%2CaAQC%2CkBAIC%3BEAAK%2CWAAA%3B%3BAAZP%2CaAeC%3BExEgoBC%2CWAAA%3BEACA%2CWAAA%3BEAqDA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEwErrBA%2CeAAA%3B%3BAxE8pBF%2CQAJqC%3BEAIrC%2CawElqBC%3BIxE%2BpBG%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BBJ%2CQAJqC%3BEAIrC%2CawE%2FrBC%3BIxE4rBG%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAwE1qBJ%2CQAZ8B%3BEAY9B%2CaAXE%3BIACC%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CcAAA%3B%3B%3BAiC%2FBH%2CIAAI%2CsBAAsB%3B%3B%3B%3B%3BAAA1B%2CIAAI%2CsBAAsB%2CcAMzB%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CIAfG%2CsBAAsB%2CcAMzB%3BIAOE%2CeAAA%3B%3B%3BAAbH%2CIAAI%2CsBAAsB%2CcAiBzB%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CIA1BG%2CsBAAsB%2CcAiBzB%3BIAOE%2CeAAA%3B%3B%3BAAxBH%2CIAAI%2CsBAAsB%2CcA4BzB%3BEAEC%2CWAAA%3B%3BAA9BF%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAIC%3BEACC%2CWAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%2CIAvCC%2CsBAAsB%2CcA4BzB%2CwBAIC%3BIAIG%2CYAAA%3B%3B%3BAApCL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAOC%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BA%2FBgBJ%2CQAHqC%3BEAGrC%2CI%2BBzDI%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAOC%3BIzG8kBD%2CwBAAA%3B%3B%3BA0EvjBF%2CQAHqC%2CuBAAgC%3BEAGrE%2CI%2BB9DI%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAOC%3BIzG8kBD%2CwBAAA%3B%3B%3BA0EljBF%2CQAHqC%2CuBAAgC%3BEAGrE%2CI%2BBnEI%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAOC%3BIzG8kBD%2CwBAAA%3B%3B%3BAyGnkBE%2CQAJ%2BB%3BEAI%2FB%2CIAlDA%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAOC%3BIAQE%2CWAAA%3B%3B%3BAA%2FCL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAOC%2CqBAWC%2CIAAG%2CUAAU%3BEACZ%2CiBAAA%3B%3BAAnDL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAuBC%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CIA9DC%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAuBC%3BIAKE%2CWAAA%3B%3B%3BAA5DL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAgCC%3BEACC%2CWAAA%3BEACA%2CoBAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CIAvEC%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAgCC%3BIAKE%2CsBAAA%3B%3B%3BAASF%2CQAHgC%3BEAGhC%2CIA9EC%2CsBAAsB%2CcA4BzB%2CwBAIC%2CgBAyCC%2CsBAAsB%2CIAAG%2CUAAU%3BIAGjC%2CaAAA%3B%3B%3BAA5EL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%3BEACC%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%2FB%2CIA3FC%2CsBAAsB%2CcA4BzB%2CwBAqDC%3BIAME%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAxFJ%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAUC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CIAlGC%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAUC%3BIAKE%2CmBAAA%3B%3B%3BAAhGL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAmBC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIA7GA%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAmBC%2CkBASE%3BAACD%2CIA9GA%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAmBC%2CkBAUE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACG%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CIAtHA%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAmBC%2CkBAkBE%3BEACA%2COAAA%3B%3BAAGD%2CIA1HA%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAmBC%2CkBAsBE%3BEACG%2CQAAA%3B%3BAA3HR%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBA8CC%3BEACC%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAApIJ%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAsDC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIA9IA%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAsDC%2CMAOE%3BEACA%2CaAAA%3B%3BAA%2FIL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAkEC%3BEAA8B%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAnJlD%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAmEC%3BEAAqB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAApJzC%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAoEC%3BEAAyB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAArJ7C%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAqEC%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAtJxC%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAuEC%3BEACC%2CyBAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CIAlKA%2CsBAAsB%2CcA4BzB%2CwBAqDC%2CoBAuEC%2COAUE%3BEACA%2CaAAA%3B%3BAAnKL%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBA4IC%3BEAEC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAgB%2C0BAAhB%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAhLH%2CIAAI%2CsBAAsB%2CcA4BzB%2CwBA4IC%2CoBAUC%3BEACC%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAzLJ%2CIAAI%2CsBAAsB%2CcA8LzB%3BEAEC%2CWAAA%3BEACA%2CWAAA%3B%3BAAjMF%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BAKC%3BEACC%2CmBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%2FB%2CIA1MC%2CsBAAsB%2CcA8LzB%2C2BAKC%3BIAIE%2CkBAAA%3B%3B%3BAAvMJ%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BAKC%2CkBAOC%3BEACC%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIA%2FMA%2CsBAAsB%2CcA8LzB%2C2BAKC%2CkBAOC%2CGAKE%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAMD%2CQAJgC%3BEAIhC%2CIAvNA%2CsBAAsB%2CcA8LzB%2C2BAKC%2CkBAOC%2CGAKE%3BIAKC%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAAIF%2CIAzNA%2CsBAAsB%2CcA8LzB%2C2BAKC%2CkBAOC%2CGAeE%2CUAAU%3BEACV%2CkBAAA%3B%3BAAMD%2CQAJgC%3BEAIhC%2CIAhOA%2CsBAAsB%2CcA8LzB%2C2BAKC%2CkBAOC%2CGAeE%2CUAAU%3BIAIT%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAA9NN%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BAKC%2CkBAgCC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAArOJ%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BA2CC%3BAAzOF%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BA4CC%3BEACC%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOD%2CQALgC%3BEAKhC%2CIAvPE%2CsBAAsB%2CcA8LzB%2C2BA2CC%3BEAcA%2CIAvPE%2CsBAAsB%2CcA8LzB%2C2BA4CC%3BIASC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3B%3BAArPH%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BA2DC%2CoBAEC%3BEACC%2CyCAAA%3BEACA%2CYAAA%3B%3BAA7PJ%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BA2DC%2CoBAOC%2CGAAG%2CGAAE%3BEACJ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAKD%2CQAHgC%3BEAGhC%2CIAzQC%2CsBAAsB%2CcA8LzB%2C2BA2DC%2CoBAOC%2CGAAG%2CGAAE%3BIAOH%2CeAAA%3B%3B%3BAAvQL%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BA2DC%2CoBAkBC%2CGAAG%2CGAAE%2CUAAU%3BEACd%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAMD%2CQAJgC%3BEAIhC%2CIAnRC%2CsBAAsB%2CcA8LzB%2C2BA2DC%2CoBAkBC%2CGAAG%2CGAAE%2CUAAU%3BIAKb%2CcAAA%3B%3B%3BAAhRL%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BAwFC%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%2FB%2CIA%2FRC%2CsBAAsB%2CcA8LzB%2C2BAwFC%3BIAKE%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAA5RJ%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BAwFC%2CyBASC%2CIAAG%3BEACF%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAjSJ%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BAwFC%2CyBAcC%2CIAAG%2CUAAU%3BEACZ%2CiBAAA%3B%3BAArSJ%2CIAAI%2CsBAAsB%2CcA8LzB%2C2BAwFC%2CyBAkBC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAC1SJ%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C2CAAhB%3B%3BAAGD%2CYACC%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3B%3BACXF%2CgBACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CgBACC%2CYAGC%3BAAJF%2CgBACC%2CYAGI%3BEACF%2CcAAA%3B%3BAALH%2CgBASC%2CIAAG%3BE3GytBF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CgB2GluBC%2CIAAG%3BI3G%2BtBA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA2GzuBJ%2CgBAaC%2CMAAK%3BE3GqtBJ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CgB2G9tBC%2CMAAK%3BI3G2tBF%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BA2GzuBJ%2CgBAiBC%3BEACC%2CSAAA%3B%3BAAlBF%2CgBAiBC%2CYAEC%3BEACC%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtBH%2CgBA0BC%3BEACC%2CiBAAA%3B%3BAA3BF%2CgBA0BC%2CUAEC%3BEACC%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAArCH%2CgBA0BC%2CUAcC%3BEACC%2C2CAAA%3B%3BAAzCH%2CgBA0BC%2CUAcC%2CUAEC%2CeAAc%3BAA1CjB%2CgBA0BC%2CUAcC%2CUAEuB%2CeAAc%3BEACpC%2CcAAA%3B%3BAA3CH%2CgBA0BC%2CUAcC%2CUAKC%3BEACC%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAe%2CuDAAf%3BEACA%2CeAAA%3B%3BAAjDJ%2CgBA0BC%2CUAcC%2CUAYC%2CgBAAe%3BEACd%2CgBAAe%2CsDAAf%3BEACA%2CcAAA%3B%3BAAtDJ%2CgBA0BC%2CUAcC%2CUAiBC%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA3DJ%2CgBA0BC%2CUAqCC%2CGAAG%2CKAAK%2CKAAK%2CKAAI%3BEAChB%2CYAAA%3BEACA%2CmBAAA%3B%3BAAjEH%2CgBAqEC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxEF%2CgBAqEC%2CUAIC%2CGAAG%3BEACF%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAjFH%2CgBAqEC%2CUAcC%2CGAAG%2CGAAE%3BEACJ%2CqBAAA%3BEACA%2CcAAA%3B%3BAArFH%2CgBAqEC%2CUAkBC%2CGAAG%2CGAAE%2CUAAU%2CGACd%3BEACA%2CwCAAA%3BEACA%2CoBAAA%3B%3BAA1FH%2CgBAqEC%2CUAkBC%2CGAAG%2CGAAE%2CUAAU%2CGAKd%2CEAAC%3BAA5FJ%2CgBAqEC%2CUAkBC%2CGAAG%2CGAAE%2CUAAU%2CGAKH%2CEAAC%3BEACZ%2CqBAAA%3B%3BAA7FH%2CgBAqEC%2CUA2BC%3BEACA%2CcAAA%3B%3BAAjGF%2CgBAqEC%2CUA8BC%2CEAAC%3BEACA%2CqBAAA%3BEAEA%2CcAAA%3B%3BAAtGH%2CgBAqEC%2CUAmCC%2CEAAC%3BAAxGH%2CgBAqEC%2CUAmCY%2CEAAC%3BEACX%2CqBAAA%3BEACA%2CmBAAA%3B%3B%3BAX5BF%3BEAEC%2CqBAAA%3B%3BAAGD%3BEACC%2CcAAA%3B%3BAAGD%2CCAAC%3BEACA%2CcAAA%3B%3BAAGD%2CCAAC%3BEACA%2CcAAA%3B%3BAAGD%3BAAAI%3BAAAI%3BAAAI%3BEACX%2CyBAAA%3B%3BAAID%3BEACC%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAOA%2CKAAK%3BEACL%2CwBAAA%3B%3BAAGD%2CKAAK%2CiBAAkB%3BAAAS%2CUAAW%3BEAC1C%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAe%2CoDAAf%3B%3BAAGD%2CKAAK%2CiBAAkB%2CQAAO%3BAAAQ%2CUAAW%2CQAAO%3BEACvD%2CgBAAe%2C0DAAf%3B%3BAAGA%2CKAAK%2CiBAAiB%2CQAAS%3BEAC%2FB%2CgBAAe%2CkDAAf%3B%3BAAGD%3BEACC%2CmBAAA%3B%3BAAGD%2CEAAE%3BEACD%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHD%2CEAAE%2CWAKD%2CGAAG%3BEACF%2CcAAA%3B%3BAAIF%3BEACC%2CeAAA%3B%3BAADD%2CsBAEC%3BEACC%2CyBAAA%3BEACA%2CYAAA%3B%3BAAJF%2CsBAEC%2CaAGC%3BEACC%2CcAAA%3B%3BAAKH%3BEACC%2CUAAA%3B%3BAAGD%3BEACC%2CgBAAA%3B%3BAAGD%3BEACC%2CaAAA%3B%3BAAIF%3BEACC%2CyBAAA%3B%3BAAED%2CWAAY%2CKAAK%2CKAAI%3BEACnB%2CSAAS%2CKAAT%3BEACA%2CuBAAA%3B%3BAAGD%2CcACC%2CeACC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3B%3BAAgBF%2CQAX0B%3BEAE3B%2CGAAG%3BIhGmMF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEgGlMD%3BIhGwcC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEgGtcD%2CgBAAiB%2CiBAAiB%3BIACjC%2CmBAAA%22%7D */