/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
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 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333;
}
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 40px - 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 24px - 10px - 5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('/static/frontend/Sm/lovefashion/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('/static/frontend/Sm/lovefashion/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('/static/frontend/Sm/lovefashion/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('/static/frontend/Sm/lovefashion/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #fff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Sm/lovefashion/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('/static/frontend/Sm/lovefashion/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('/static/frontend/Sm/lovefashion/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('/static/frontend/Sm/lovefashion/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('/static/frontend/Sm/lovefashion/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
.cart.table-wrapper .product-item-photo {
  width: 30% !important;
}
.cart-container .action.primary.checkout {
  border-radius: 3px;
}
.cart-container .checkout-methods-items .action.primary.checkout:hover {
  background-color: #3f9dd3 !important;
}
.block-authentication .block-title {
  font-size: 1em !important;
}
.cart-container tr.item-info {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  font-family: 'Open Sans', sans-serif;
  color: #253849;
}
.cart-container .cart.table-wrapper .product-item-name {
  text-transform: initial;
  font-weight: 600;
  font-size: 16px;
  color: #253849;
}
.cart-container .product-card-detail {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #253849;
  margin: 0;
  line-height: 1.5;
}
.cart.table-wrapper .items > .item {
  border: 0;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark,
.cart-container td.amount {
  border: 0;
}
.cart.table-wrapper .product-item-details {
  text-align: left;
}
.cart-container .cart-summary {
  background-color: #efefef;
  border: 3px solid #dedede;
  color: #253849;
  font-size: 14px;
  padding: 30px;
  margin-bottom: 15px;
}
.item-actions,
.cart.table-wrapper .col.qty .input-text {
  background: #fafafa;
}
.cart-container .form.form-cart {
  width: 100%;
}
.cart-container .cart-summary {
  width: 33%;
}
.cart.table-wrapper .col {
  text-align: center;
}
.cart-container .cart.table-wrapper .item .col.item {
  text-align: left;
}
.cart.main.actions {
  text-align: left;
  float: right;
  padding: 25px;
}
.cart-container .cart.main.actions .action {
  background-color: transparent !important;
  border: 1px solid #ddd !important;
  font-family: 'Open Sans', sans-serif;
  color: #253849 !important;
  border-radius: 3px;
  height: 42px;
  font-size: 16px;
}
#shopping-cart-table > thead > tr > th {
  text-transform: capitalize;
}
.table {
  margin-bottom: 0;
}
.grand.totals .mark,
.grand.totals .price {
  font-size: 18px;
  font-weight: 800;
  color: #253849;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount {
  padding-top: 4px;
}
.shopping-cart-totals-table .button.btn-proceed-checkout {
  background-color: #253849;
  border: 1px solid #253849;
  font-family: 'Open Sans', sans-serif;
  border-radius: 3px;
}
.cart-container .checkout-methods-items {
  margin: 20px 0 0 0!important;
  width: 100%;
  background-color: transparent !important;
  padding: 0;
}
.checkout-container .opc-sidebar {
  margin: 0 !important;
  position: relative;
}
li#payment br {
  display: none;
}
.shopping-cart-totals-table .action.primary.checkout {
  border-radius: 3px;
}
.price-excluding-tax .price {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color: #253849;
  font-size: 12px;
}
#block-shipping {
  display: none;
}
.cart-totals .mark strong {
  font-weight: 700;
}
.checkout-cart-index .modal-content {
  font-size: 14px;
}
.cart.table-wrapper .col.edit .actions-toolbar {
  text-align: center;
}
.cart.table-wrapper i.fa.fa-times {
  font-size: 12px;
}
.cart.table-wrapper .col.edit .actions-toolbar .action-delete {
  display: none;
}
.cart.table-wrapper .col.edit .actions-toolbar .action-edit {
  border: 0;
  color: #3f9dd3;
  text-decoration: underline;
  margin: 0;
  padding-bottom: 0;
}
.cart.table-wrapper .col.edit .actions-toolbar .action-edit:hover {
  background: transparent;
}
.cart.table-wrapper .col.remove a {
  color: #ca1413;
}
.cart.table-wrapper .cart-container .cart.table-wrapper .actions-toolbar {
  text-align: center;
}
.block-minicart .block-content > .actions a {
  background-color: #243849 !important;
  height: auto;
}
.header-style-1 .minicart-wrapper .showcart .text {
  font-family: 'Roboto Condensed', sans-serif;
}
.header-style-1 .minicart-wrapper .price-container .price {
  color: #3f9dd3 !important;
  font-size: 18px !important;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}
.block-minicart .header-minicart {
  border-top: 5px solid #3f9dd3;
  padding: 0 !important;
}
.block-minicart .header-minicart .text-right,
.block-minicart .header-minicart .text-left {
  display: none;
}
.minicart-items .product > .product-item-photo {
  width: 30%;
}
.block-minicart .minicart-items .product-item-details {
  float: left;
  width: 70%;
  padding-left: 20px;
}
.block-minicart .minicart-items .product-item-details .block-minicart .header-minicart {
  background: #253849;
}
.cart-container .cart.main.actions .action:hover {
  background-color: #f6f6f6 !important;
  border: 1px solid #aaa !important;
  color: #253849 !important;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: initial;
}
.minicart-wrapper.active .block-minicart {
  z-index: 9999999;
}
.checkout-payment-method .payment-method-title {
  padding: 0;
}
.checkout-container .opc-sidebar {
  margin: 0 !important;
}
li#payment br {
  display: none;
}
.checkout-index-index .product-image-container {
  width: auto !important;
  height: auto !important;
}
.checkout-index-index .fa {
  font-size: 20px;
}
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._active > span:after,
.checkout-container .checkout-payment-method .step-title,
.opc-progress-bar-item._active:before {
  display: none;
}
.opc-progress-bar-item {
  width: 100% !important;
  display: flex !important;
}
.opc-progress-bar-item > span {
  text-align: left;
  font-size: 2.1666rem;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  color: #1c3547 !important;
  font-weight: bold;
  padding: 0;
}
.step-heading {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #1c3547;
}
.checkout-index-index .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: white !important;
  padding: 0 !important;
  margin: 0 !important;
}
.custom-slide .modal-inner-wrap {
  background-color: white !important;
}
.opc-block-summary .title {
  text-transform: capitalize !important;
  text-align: center;
  padding: 25px 35px;
  border-bottom: 1px solid #f2f3f4;
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif;
  color: #1c3547;
}
.opc-block-summary .table-totals {
  font-size: 16px;
  color: #303030;
  font-family: 'Open Sans', sans-serif;
}
.opc-block-summary .items-in-cart .title {
  text-align: center;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #909090;
  font-style: italic;
}
.product-item-name-block {
  font-size: 15px;
  line-height: 1.2;
  color: #6f6f6f;
  font-family: 'Open Sans', sans-serif;
}
.product.options span > span {
  font-size: 14px;
  margin-bottom: 20px;
  color: #0c8bd3;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  letter-spacing: -0.7px;
}
.item-options .custom-options {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #b2b2b2;
}
.checkout-container .opc-sidebar {
  margin: 20px 0 20px;
  box-shadow: 0px 0px 30.8px 3.01px rgba(36, 76, 112, 0.11) !important;
}
.checkout-container .actions-toolbar .primary .action {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px !important;
  min-height: 50px;
  color: white;
  background: #0c8bd3;
  padding: 0;
  min-width: 130px;
  margin-top: 0;
  border-radius: 5px;
}
.checkout-container .wise_payment .field-tooltip {
  right: -10px;
}
.form.payments .action.action-edit-address,
.summary-edit,
.summary-edit a {
  background: transparent;
  font-size: 16px;
  color: #0c8bd3 !important;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: baseline;
  padding-left: 20px;
  border: none;
}
.opc-block-summary .table-totals .mark strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: bolder;
}
.checkout-container .fa-check-circle {
  font-size: 26px;
  display: flex;
  align-items: center;
  color: #0c8bd3;
  margin-right: 20px;
}
.checkout-index-index .field-tooltip .field-tooltip-action:before {
  content: "\f059";
  color: #0c8bd3;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
}
.checkout-payment-method .credit-card-types {
  text-align: right;
}
.checkout-container .field-tooltip .field-tooltip-content {
  background: #0c8bd3;
  border-radius: 5px;
  right: -40px;
  border: 0;
  color: white;
  left: 63px;
}
.field-tooltip .field-tooltip-content:after,
.field-tooltip .field-tooltip-content:before {
  border-right-color: #0c8bd3;
}
.form.payments .action.action-edit-address::before {
  content: "\f040";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.billing-address-details {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #303030;
}
.payment-methods button,
.payment-methods input,
.payment-methods optgroup,
.payment-methods select,
.payment-methods textarea,
.payment-methods .cart.table-wrapper .actions-toolbar > .action,
.payment-methods .action-gift {
  min-height: 50px !important;
  border-color: #d3d3d3 !important;
}
.payment-methods .checkbox {
  min-height: auto !important;
}
.checkout-container [role="button"] {
  display: none;
}
.checkout-container .fieldset {
  width: 100%;
}
.checkout-container .fieldset label,
.checkout-container .fieldset legend {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #243849;
}
.checkout-container .fieldset input,
.checkout-container .fieldset option,
.checkout-container .fieldset select::placeholder {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #8f8f8f;
}
.billing-address-form .field {
  width: 50%;
  float: left;
  padding: 0 5px;
}
.billing-address-form .field .control .field {
  width: 100%;
}
.ccard.wise_payment .field.date {
  float: left;
  width: 60%;
}
.ccard.wise_payment .field.cvv {
  float: left;
  width: 40%;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 0;
}
.checkout-payment-method .ccard .month .select {
  width: 180px;
}
.totals.sub th,
.totals.sub td,
.totals.fee th,
.totals.fee td {
  padding: 0;
}
.opc-block-summary .table-totals {
  border-collapse: separate;
  padding: 25px 35px 0 35px;
}
.payment-method-billing-address,
#wise_payment-form {
  box-shadow: 0px 0px 30.8px 3.01px rgba(36, 76, 112, 0.11) !important;
}
.wise_payment div.mage-error + div.mage-error {
  display: none !important;
}
.payment-method-billing-address {
  margin-bottom: 30px;
}
.modal-custom.opc-sidebar .modal-content {
  padding: 0;
  box-shadow: 0;
}
.modal-custom .action-close {
  z-index: 9999;
}
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show {
  position: fixed;
}
.payment-method-content .step-heading {
  padding: 25px 35px;
  border-bottom: 1px solid #f2f3f4;
  float: left;
  width: 100%;
}
.payment-method-content .cards {
  float: right;
}
.payment-method-content .left {
  float: left;
}
.checkout-billing-address .field-select-billing {
  padding-top: 25px;
}
.checkout-billing-address .billing-address-details {
  font-size: 16px;
  padding-left: 0;
}
.checkout-billing-address,
.payment.items.ccard.wise_payment,
.opc-block-summary .items-in-cart {
  padding: 25px 35px !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #0c8bd3 !important;
}
.action.showcart {
  background-color: transparent;
}
.estimated-block {
  color: #1c3547;
}
#maincontent .col1-layout .container .row div .main .checkout-success .policy-items {
  padding: 20px;
  margin: 10px 0;
  background-color: #faf6f6;
  width: fit-content;
  font-size: 12px;
}
#maincontent .col1-layout .container .row div .main .checkout-success .policy-items p .policy-id {
  font-weight: bolder;
}
#maincontent .col1-layout .container .row div .main .checkout-success .policy-items p .remark1 {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#maincontent .col1-layout .container .row div .main .checkout-success .policy-items p .remark2 {
  margin-left: 10px;
  color: #9d9999;
}
@media (max-width: 991px) {
  .cart-container .cart-summary {
    width: 50%;
  }
}
@media (max-width: 956) {
  .cart-container .cart-summary {
    width: 50%;
  }
  .page-main .fieldset > .field:not(.choice) > .control {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .header-minicart {
    padding: 0 !important;
  }
  .checkout-index-index .wise_payment .field .control {
    margin-left: 0;
  }
  .opc-wrapper .checkout-payment-method .actions-toolbar {
    padding: 0 35px;
  }
  .checkout-billing-address .field-tooltip {
    top: 10px;
    right: -30px;
  }
  #checkout {
    padding: 20px;
  }
  .opc-progress-bar-item > span {
    font-size: 2.1666rem !important;
    display: flex !important;
    color: #1c3547 !important;
    font-weight: bold !important;
    padding: 0 !important;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background-color: #0c8bd3;
  }
  .checkout-payment-method .field-select-billing,
  .checkout-payment-method .billing-address-form {
    max-width: 100%;
  }
  .modal-popup.popup-authentication .modal-header {
    background-color: white;
  }
  .cart-container .cart.table-wrapper .product-item-name {
    text-transform: inherit;
  }
  .minicart-wrapper .price,
  .minicart-wrapper .items {
    display: none !important;
  }
  .portal .minicart-wrapper .price {
    display: block  !important;
  }
  .portal .portal-sub {
    float: right;
  }
  .checkout-cart-index .table-wrapper .remove {
    display: block;
  }
  .checkout-index-index .page-layout-1column #maincontent {
    padding: 30px;
  }
  .cart-container .cart-summary,
  .cart.main.actions {
    float: left;
    width: 100%;
  }
  .cart-container .cart.main.actions .action {
    color: #253849 !important;
  }
  .col.edit {
    float: left;
  }
  .cart-container .checkout-methods-items {
    border: 0;
  }
  .cart-container .cart-summary {
    background-color: #efefef !important;
  }
}
@media (max-width: 670px) {
  #shopping-cart-table > tbody > tr > td {
    display: block !important;
  }
  #shopping-cart-table > tbody > tr > td .actions-toolbar {
    float: left;
  }
}
@media (max-width: 600px) {
  .cart-container .cart-summary {
    width: 100%;
    float: left;
  }
  .cart.main.actions {
    width: 100%;
  }
  .cart-container .action {
    text-align: center;
  }
}
@media (max-width: 600px) and (max-width: 490px) {
  .checkout-index-index .fieldset.address .field,
  .checkout-index-index .wise_payment .field {
    width: 100% !important;
  }
}
.productHelpBox {
  position: absolute;
  border: 1px solid #3f9dd3;
  background-color: #F7F7F7;
  max-width: 200px;
  padding: 15px;
  height: 165px;
  border-radius: 10px;
  color: #333;
  font-weight: normal;
  top: -170px;
  left: 70px;
}
#product-options .sp-option {
  position: relative !important;
}
#product_dropdown .productHelpBox {
  height: 80px;
  top: -84px;
  left: 40px;
}
#usertype_dropdown .productHelpBox {
  height: 120px;
  top: -123px;
  left: 51px;
}
#coverageamount_dropdown .productHelpBox {
  left: 122px;
  height: 152px;
  top: -161px;
}
#paymentterms_dropdown .productHelpBox {
  left: 117px;
  height: 115px;
  top: -118px;
}
#policyterm_dropdown .productHelpBox {
  height: 135px;
  top: -140px;
}
.telcom-renewal input[type="text"]:disabled {
  opacity: 1 !important;
}
.telcom-renewal .btn-tel {
  background-color: #0c52ed;
  font-size: 14px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  width: 180px;
  padding: 15px 0px;
  border: 0px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.telcom-renewal .renew-head {
  padding: 0 5px;
  margin-bottom: 20px;
}
.telcom-renewal .form-group {
  padding: 0 5px;
}
.telcom-renewal .col-md-6 input {
  border: 1px solid #ddd !important;
  height: 37px !important;
  border-radius: 0 !important;
}
.telcom-renewal label {
  color: #243849;
  font-size: 14px !important;
  line-height: 19px;
  margin-bottom: 3px;
}
.telcom-renewal p,
.telcom-renewal a {
  color: #949494;
  font-size: 14px;
  line-height: 19px;
}
.telcom-renewal h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #243849;
  margin-bottom: 30px;
}
.telcom-renewal .error {
  background-color: #feeeee;
  border: 1px solid #ed0c0c;
  color: #ed0c0c;
  padding: 10px;
  margin-bottom: 20px;
}
.telcom-renewal .success {
  background-color: #f2ffdd;
  color: #669537;
  border: 1px solid #8ec336;
  padding: 10px;
  margin-bottom: 20px;
}
.telcom-renewal .bluedivider {
  width: 100px;
  height: 7px;
  background-color: #0c52ed;
  display: inline-block;
}
.telcom-renewal .bluelink {
  color: #0c52ed !important;
}
.telcom-renewal .container {
  margin: 40px auto;
}
.fivecompanies .hide {
  display: none !important;
}
.threecompanies .wagcompare {
  width: 28%;
}
.option {
  width: 47.5% !important;
  margin-left: 0px;
  margin-right: 12px;
  /* margin-bottom:5px; */
}
.option:first-of-type {
  width: 47.5% !important;
}
.option-wrapper #product-options-wrapper {
  background: none transparent !important;
  padding: 0px !important;
  border-radius: 0px !important;
  padding-top: 10px !important;
}
#product-options-wrapper > div > dl > dt > label {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #243849 !important;
}
#product_addtocart_form > div > div.yt-detail-right.col-md-5-view.col-md-6.col-sm-6 {
  padding: 40px;
  padding-bottom: 0px;
  min-height: 549px;
  padding-top: 30px;
  margin-bottom: 20px;
}
.col-md-5-view {
  background-color: #e9e9e9;
  width: 66% !important;
  min-height: 549px !important;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 23px;
  padding-bottom: 6px;
}
.col-md-4-view {
  width: 33%;
  background-color: #243849;
  padding: 0px !important;
  margin-top: 0px !important;
  min-height: 549px;
}
.option-wrapper select,
.option-wrapper input {
  height: 60px !important;
  border: 3px solid #dedede !important;
  color: #848484;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
}
.option-wrapper select:focus,
.option-wrapper input:focus {
  box-shadow: 0 0 3px 1px #68a8e0 !important;
  background-color: #f4faff;
  border: 3px solid #3f9dd3 !important;
  color: #4c6371;
  font-weight: bold;
}
.close:hover,
.close:focus {
  background-color: transparent;
}
.option-wrapper .selector span {
  padding-left: 7px !important;
  padding-top: 1px !important;
  height: 50px !important;
  border: 3px solid #dedede !important;
  color: #848484 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 43px !important;
}
.option-wrapper .selector {
  height: 50px;
}
red {
  color: #cc0000;
}
.add-to-cart {
  top: -13px !important;
}
.row.shared {
  margin: 0;
  display: flex;
}
.product-left,
.product-right {
  position: relative !important;
  min-height: 550px;
}
.product-right div > dl {
  margin-bottom: 0;
}
.product-right {
  display: table-cell;
  padding: 30px 30px 30px 30px;
}
.product-right .catalog-second-step .back-to-quote {
  color: #243849;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
  font-size: 16px;
}
.product-right .catalog-second-step .back-to-quote .fa {
  font-weight: lighter;
  font-size: 24px;
  vertical-align: middle;
  padding-right: 5px;
}
.product-right .catalog-second-step .back-to-quote button,
.product-right .catalog-second-step .back-to-quote .cart.table-wrapper .actions-toolbar > .action,
.product-right .catalog-second-step .back-to-quote .action-gift {
  background: transparent;
  border: 0;
  padding: 0;
  text-decoration: underline;
  vertical-align: middle;
}
.product-right .catalog-second-step input[type="text"],
.product-right .catalog-second-step select {
  height: 60px !important;
  border: 3px solid #dedede !important;
  color: #848484;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  width: 100%;
  background-color: #fff;
}
.product-right .catalog-second-step input[type="text"]:focus,
.product-right .catalog-second-step select:focus {
  box-shadow: 0 0 3px 1px #68a8e0 !important;
  background-color: #f4faff;
  border: 3px solid #3f9dd3 !important;
  color: #4c6371;
  font-weight: bold;
}
.product-right .custom-loading-container {
  min-height: 48px;
  position: relative;
}
.product-right h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: -0.02em;
  color: #243849;
}
.product-right .productHelpLink {
  color: #9E9E9E;
}
.product-right .productHelpLink:hover {
  color: #3f9dd3;
}
.product-right .catalog-second-step-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-right .checkbox-back {
  background-color: #c4d8e4;
  color: #44708f;
  padding-top: 6px;
  padding-bottom: 6px;
}
.product-right .product-options-total p {
  margin: 0;
}
.product-right .product-options-total {
  background-color: #efefef;
  text-align: center;
  color: #243849;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-top: 20px;
  border: 4px solid #dedede;
  min-height: 106px;
  margin-bottom: 0;
}
.product-right div.prduct-options-total > p:nth-child(2) {
  padding-top: 5px;
  font-weight: normal;
  letter-spacing: 3px;
}
.product-right .product-options-total-price {
  font-size: 37px;
  padding-left: 4px;
  font-weight: bold;
  line-height: 1;
}
.product-right .product-options-total-totaltext {
  top: -15px;
  display: inline-block;
  position: relative;
}
.product-right label {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px !important;
  letter-spacing: -0.02em;
  color: #243849;
}
.product-right div#product-options-button-container {
  display: flex;
  align-items: center;
  height: 118px;
}
.product-right .product-options-button-container button,
.product-right .product-options-button-container .cart.table-wrapper .actions-toolbar > .action,
.product-right .product-options-button-container .action-gift {
  margin-left: 16px;
  margin-bottom: 15px;
  width: 100%;
  height: 70px;
  color: #ddd !important;
  font-size: 18px;
}
.product-right .catalog-second-step .button.complete {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff !important;
  margin-top: 29px;
}
.product-right .checkbox-back label {
  font-size: 12px !important;
}
.product-right .button.complete:active {
  background-color: #243849;
}
.close {
  color: #000000 !important;
}
.modal {
  overflow-y: scroll;
}
#policyDetailsModal .modal-dialog {
  max-width: 870px;
}
#policyDetailsModal > div > div > div.modal-body > h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: -0.02em;
  color: #243849;
  font-weight: bold;
}
#policyDetailsModal > div > div > div.modal-body > p {
  margin-bottom: 30px !important;
  font-size: 14px;
}
#policyDetailsModal .checkbox {
  width: 100%;
  background-color: #c4d8e4;
  color: #44708f;
  font-size: 14px;
  border-radius: 5px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 18px 18px 18px 40px;
  text-align: left;
}
#policyDetailsModal .checkbox label {
  min-height: 15px;
}
#policyDetailsModal .modal-body p {
  text-align: left;
}
.modal-body .row .form-group > label {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #243849;
}
.modal-body .col-lg-12 {
  text-align: center;
  width: 100%;
}
.modal-body .button {
  min-width: 300px;
  min-height: 70px;
  font-size: 19px;
}
.modal-body .button:focus {
  font-size: initial;
}
#policyDetailsModal > div > div > div.modal-body input[type="checkbox"] {
  height: auto !important;
  width: auto;
  text-align: left;
  margin: 0;
  top: 23px;
  left: 23px;
}
.red {
  color: #cc0000;
}
.product-left img {
  margin: auto;
  display: flex;
}
.product-left {
  padding: 0px;
}
.form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header-top {
  background: #ededed !important;
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  div#product-options-button-container {
    height: auto;
  }
  .product-right .prduct-options-total {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    border: 0;
    background: transparent;
  }
  .product-right .product-options-button-container button,
  .product-right .product-options-button-container .cart.table-wrapper .actions-toolbar > .action,
  .product-right .product-options-button-container .action-gift {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .row.shared {
    display: block;
  }
  .product-right {
    width: 100%;
  }
}
.underline-link {
  text-decoration: underline;
  color: #9b1314;
}
.alert-box.error .red-text {
  color: #9b1314 !important;
}
.declarationBt {
  min-width: 200px;
  min-height: 50px;
  border-radius: 0;
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.declarationBt:hover {
  color: white !important;
}
.account-claims-fields-payee-text.active {
  color: #26a926;
}
.help {
  width: 100%;
  display: block;
  border: 1px solid #e7e7e7;
  padding: 30px;
}
.help-bottom {
  display: flex;
  justify-content: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.help-bottom input {
  margin-bottom: 10px;
}
.help-bottom button,
.help-bottom .cart.table-wrapper .actions-toolbar > .action,
.help-bottom .action-gift {
  width: 150px;
  background-color: #243849;
  color: white;
  font-size: 18px;
}
.help-bottom p {
  line-height: 1 !important;
}
.help-bottom a,
.help-bottom p {
  font-size: 14px !important;
}
.help-bottom a {
  font-size: 16px;
}
.account-page-group-device-list button,
.account-page-group-device-list .cart.table-wrapper .actions-toolbar > .action,
.account-page-group-device-list .action-gift {
  background: transparent;
}
.account .column.main h2 {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
#yt_rigth {
  width: 100%;
}
.account-page-claims-details .cms-page-title {
  margin-bottom: 0;
}
.account-page-claims-details table td {
  border-width: 1px 0;
  border-color: #ddd;
  border-style: solid;
  color: white;
  padding: 15px;
}
.account-page-claims-details table tr:nth-child(even) {
  background: #f3f3f3;
}
.account-page-claims-details table td:last-child {
  border-right-width: 1px;
}
.account-page-claims-details table td:first-child {
  border-left-width: 1px;
}
.account-page-claims-details table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.account-page-claims-details table p {
  margin: 0;
}
.notify-number {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 10px;
  background: #e32315;
  color: #fff;
  font-weight: bold;
  line-height: 10px;
  font-size: 14px;
  margin-right: 10px;
}
.grand-total.price {
  font-size: 20px;
  font-weight: 800;
}
.cart.table-wrapper .col.subtotal {
  text-align: center;
}
.group-policy-list-block p {
  margin: 0;
}
.account-page-group-device-list {
  text-align: left;
}
.account-page-group-device-list .btn {
  padding: 20px 10px;
  text-align: left;
}
.form.change-pass .row {
  margin-bottom: 20px;
}
.my-account .form .row {
  padding: 0;
}
.fileclaim .row input,
.fileclaim .row select {
  width: 96%;
}
.account-claims-fields {
  padding: 0px;
}
.my-account label {
  display: block;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: -0.02em;
  padding-bottom: 5px;
}
.account-page-search-container p > b {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
}
.my-account label:first-of-type {
  padding-top: 18px;
}
.my-account .account-claims-fields-heading {
  width: 100%;
}
.my-account .account-claims-fields-heading,
.my-account .account-claims-unit-repaired-or-replaced-question,
.my-account .account-claims-digital-signiture-container p,
.my-account .account-claims-disclaimer-text-conatainer h4,
.my-account .account-claim-file-boxneeded b,
.my-account h4 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 10px;
}
.my-account .account-claims-disclaimer-text-conatainer {
  padding-top: 15px !important;
}
.account-claims-disclaimer-checkbox-conatainer {
  padding-left: 0px;
}
.account-file-claim-selection table {
  table-layout: fixed;
  width: 100%;
  display: table-cell;
}
.account-file-claim-selection {
  padding: 0;
}
.account-file-claim-selection button i,
.account-file-claim-selection .cart.table-wrapper .actions-toolbar > .action i,
.account-file-claim-selection .action-gift i {
  font-size: 12px !important;
}
.account-claims-submission-conatainer button,
.account-claims-submission-conatainer .cart.table-wrapper .actions-toolbar > .action,
.account-claims-submission-conatainer .action-gift {
  padding: 10px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  letter-spacing: -0.02em;
  margin-top: 15px;
  float: right;
}
.edit-address-form .form-list li {
  margin-bottom: 0px !important;
}
.my-account .buttons-set .button {
  padding: 20px;
  height: auto;
}
.fileclaim .box-head h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 19px !important;
  text-transform: none !important;
  letter-spacing: -0.02em;
  display: block;
  clear: both;
  padding: 28px 30px;
}
#paginationView,
#claimsPaginationView {
  margin-top: 30px;
  margin-bottom: 50px;
}
.account-file-claim-selection {
  width: 100%;
}
.account-payments-div #paginationView {
  padding-top: 40px;
}
.account-file-claim-selection {
  margin-top: 10px !important;
}
#paginationView div:first-of-type,
#claimsPaginationView div:first-of-type,
#groupPaginationView div:first-of-type,
#devicePaginationView div:first-of-type {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
#paginationView > div:nth-child(2) > ol > li,
#claimsPaginationView > div:nth-child(2) > ol > li,
#groupPaginationView > div:nth-child(2) > ol > li,
#devicePaginationView > div:nth-child(2) > ol > li {
  display: inline;
  margin-left: 3px;
}
#paginationView > div:nth-child(2) > ol > li > a:link,
#claimsPaginationView > div:nth-child(2) > ol > li > a:link,
#groupPaginationView > div:nth-child(2) > ol > li > a:link,
#devicePaginationView > div:nth-child(2) > ol > li > a:link {
  padding: 10px;
  font-weight: bold;
}
.accounts-back-button {
  text-align: right;
}
.account-claim-list > div {
  overflow-x: auto;
}
.account-payment-table,
.account-file-claim-selection,
.account-claim-list,
.account-page-group-device-list {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-top: 10px;
}
.account-payment-table th,
.account-file-claim-selection th,
.account-claim-list th,
.account-page-group-device-list th {
  font-weight: bold;
  background-color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #f3f3f3;
}
.account-file-claim-selection th button,
.account-payment-table th button,
.account-file-claim-selection th .cart.table-wrapper .actions-toolbar > .action,
.account-payment-table th .cart.table-wrapper .actions-toolbar > .action,
.account-file-claim-selection th .action-gift,
.account-payment-table th .action-gift {
  font-weight: bold;
  text-decoration: none;
}
.account-claim-list {
  width: 100%;
}
.account-claim-list th button,
.account-claim-list th span,
.account-claim-list th .cart.table-wrapper .actions-toolbar > .action,
.account-claim-list th .action-gift {
  font-weight: bold;
  text-decoration: none;
}
.account-file-claim-selection button,
.account-claim-list button,
.account-page-group-device-list button,
.account-file-claim-selection .cart.table-wrapper .actions-toolbar > .action,
.account-claim-list .cart.table-wrapper .actions-toolbar > .action,
.account-page-group-device-list .cart.table-wrapper .actions-toolbar > .action,
.account-file-claim-selection .action-gift,
.account-claim-list .action-gift,
.account-page-group-device-list .action-gift {
  text-decoration: underline;
  border: 0;
}
#paginationView {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
#paginationView button:first-of-type,
#paginationView .cart.table-wrapper .actions-toolbar > .action:first-of-type,
#paginationView .action-gift:first-of-type {
  border-radius: 5px 0 0 5px !important;
}
#paginationView button:last-of-type,
#paginationView .cart.table-wrapper .actions-toolbar > .action:last-of-type,
#paginationView .action-gift:last-of-type {
  border-radius: 0 5px 5px 0px !important;
}
#paginationView button,
#paginationView .cart.table-wrapper .actions-toolbar > .action,
#paginationView .action-gift {
  border: 1px solid #ddd !important;
  background: #fff;
  border-radius: 0;
  margin: -2px;
  color: #999 !important;
}
.account-page-statuskey-container {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
}
.account-page-statuskey-container p {
  padding-right: 20px;
  display: inline-block;
}
.account-claim-list table {
  width: 100%;
}
.account-dashboard-buttons-row div h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 21px;
}
.account-dashboard-buttons-row div p {
  font-size: 16px !important;
  line-height: 19px !important;
}
#account-dashboard-button.active a {
  text-decoration: none;
}
.my-account .box-head h2 {
  padding: 28px 30px;
  font-size: 19px;
  text-transform: none;
  letter-spacing: -0.02em;
}
.my-account .box-head a {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-transform: none;
  letter-spacing: -0.02em;
}
#yt_wrapper .yt-content-inner {
  padding-top: 35px;
  padding-bottom: 55px;
}
.welcome-msg .hello,
.welcome-msg .hello strong {
  font-size: 24px;
  font-weight: normal;
}
.account-page-top-action {
  margin-top: 20px;
  margin-bottom: 28px;
}
.my-account form .row {
  margin: 0;
}
#policies-list p.policy-active,
.policy-active {
  color: #33b306 !important;
}
#policies-list p.policy-inactive,
.policy-inactive {
  color: #db1010 !important;
}
p.policy-active {
  color: #33b306 !important;
}
p.policy-inactive {
  color: #db1010 !important;
}
hr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #e3e3e3;
}
.page-title h1 {
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
#yt_left .block .block-title strong {
  margin: 0;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.account-file-claim-selection button:hover,
.account-claim-list button:hover,
.account-page-group-device-list button:hover,
.account-file-claim-selection .cart.table-wrapper .actions-toolbar > .action:hover,
.account-claim-list .cart.table-wrapper .actions-toolbar > .action:hover,
.account-page-group-device-list .cart.table-wrapper .actions-toolbar > .action:hover,
.account-file-claim-selection .action-gift:hover,
.account-claim-list .action-gift:hover,
.account-page-group-device-list .action-gift:hover {
  color: #3f9dd3;
  background-color: none;
}
#account-item-detail-box table td {
  width: 35%;
}
.account-submit-button-container .button {
  padding: 20px !important;
  line-height: auto !important;
  height: auto !important;
  min-width: auto !important;
}
.account-claims-detail-back-button {
  margin-top: 15px;
  float: right;
  font-size: 16px;
  padding: 20px;
  letter-spacing: -0.02em;
}
.account-claims-detail-back-button:hover {
  background-color: #3f9dd3;
}
.account-page-claims-details > table > tbody > tr {
  padding: 10px;
  border: 1px solid #ececec;
}
.account-page-claims-details > table > tbody > tr > td {
  vertical-align: top;
  padding: 20px;
}
.account-page-claims-details > table > tbody > tr:nth-child(even) {
  background-color: #f9f9f9;
}
.account-page-claims-details > table {
  width: 100%;
}
.account-claims-detail-desc-of-inc,
.account-claims-detail-contact-info {
  padding-bottom: 10px;
}
.account-claims-detail-contact-info p:nth-of-type(2),
.account-claims-detail-payee-info p:nth-of-type(2),
.account-claims-detail-desc-of-inc p:nth-of-type(2),
.account-claims-detail-known-damage p:nth-of-type(2) {
  margin-top: -7px;
}
.account-claim-file-boxneeded {
  padding-top: 20px !important;
}
.account-policies-update-auto-pay-div {
  font-size: 14px;
  line-height: 27px;
  padding: 30px;
  margin-bottom: 15px;
  min-height: 185px;
}
.account-policies-update-auto-pay-div > div > p > b:first-of-type {
  font-size: 16px;
}
.account-policies-auto-pay-credit-card-middle {
  margin-top: 11px;
}
.account-policies-auto-pay-credit-card-middle img {
  float: left;
  margin-right: 50px;
}
.account-policies-auto-pay-credit-card-middle div {
  float: left;
  margin-right: 50px;
  margin-top: 7px;
}
.account-policies-update-auto-pay-div button,
.account-policies-update-auto-pay-div .cart.table-wrapper .actions-toolbar > .action,
.account-policies-update-auto-pay-div .action-gift {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02em;
  min-width: 256px;
  margin-top: 4px;
  padding: 4px;
}
.account-policies-update-auto-pay-div button:hover,
.account-policies-update-auto-pay-div .cart.table-wrapper .actions-toolbar > .action:hover,
.account-policies-update-auto-pay-div .action-gift:hover {
  background-color: #3f9dd3;
  border: 1px solid #3f9dd3;
  color: #fff;
}
#account-item-detail-box {
  clear: both;
}
.account-group-policies-tabs button,
.account-group-policies-tabs .cart.table-wrapper .actions-toolbar > .action,
.account-group-policies-tabs .action-gift {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.account-payment-table td,
.account-file-claim-selection td,
.account-claim-list td,
.account-page-group-device-list td {
  padding: 20px 10px;
}
.account-group-policies-tabs button:hover,
.account-group-policies-tabs .cart.table-wrapper .actions-toolbar > .action:hover,
.account-group-policies-tabs .action-gift:hover {
  background-color: #3f9dd3 !important;
  color: #fff;
}
.account-group-policies-tabs {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.group-policy-list-block button,
.group-policy-list-block .cart.table-wrapper .actions-toolbar > .action,
.group-policy-list-block .action-gift {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: table;
  height: 100px;
  margin-top: 5px;
}
.group-policy-list-block button:hover,
.group-policy-list-block .cart.table-wrapper .actions-toolbar > .action:hover,
.group-policy-list-block .action-gift:hover {
  background-color: #3f9dd3;
  border: 1px solid #3f9dd3;
  color: #fff;
}
.group-policy-list-block {
  padding-top: 15px;
  padding-bottom: 23px;
}
.group-policy-list-block .col-lg-2 {
  text-align: center;
  padding-top: 40px;
}
.group-policy-list-block .col-lg-2 b {
  font-size: 14px;
}
.group-policy-list-block p {
  line-height: 25px;
}
.group-policy-list-block .col-lg-4 b {
  color: #243849;
  font-weight: bold;
  font-size: 19px;
}
.group-policy-list-block .col-lg-5:nth-of-type(3) {
  width: 35%;
}
.group-policy-list-block .col-lg-5:nth-of-type(2) {
  width: 48%;
}
.group-policy-list-block .col-lg-5:nth-of-type(2) b {
  font-family: 'Open Sans', sans-serif;
  color: #243849;
  font-weight: bold;
  font-size: 19px;
}
.group-policy-list-block .col-lg-5:nth-of-type(2) p:nth-of-type(1) {
  padding-top: 5px;
}
.account-file-claim-selection table th {
  font-weight: bold;
  padding: 6px;
  background-color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #f3f3f3;
}
.account-file-claim-selection table td {
  padding: 10px 0 10px 5px;
}
.account-file-claim-selection table button,
.account-claim-list button,
.account-file-claim-selection table .cart.table-wrapper .actions-toolbar > .action,
.account-claim-list .cart.table-wrapper .actions-toolbar > .action,
.account-file-claim-selection table .action-gift,
.account-claim-list .action-gift {
  background-color: transparent;
  border: 0;
}
.row.justify-content-end .field {
  margin-top: 20px;
}
.row.edit-account-form .choice {
  margin-bottom: 20px;
}
.my-account .form .justify-content-end {
  margin-top: 20px;
}
.fileclaim h4,
.fileclaim .account-claims-fields-heading,
.fileclaim .account-claims-unit-repaired-or-replaced-question,
.fileclaim .account-claims-digital-signiture-container p,
.fileclaim .account-claim-file-boxneeded b {
  font-size: 18px !important;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 10px;
}
.my-account input[type='radio'],
.my-account input[type='checkbox'] {
  width: auto !important;
  float: left;
  margin-right: 10px;
}
.my-account input[type='checkbox'] {
  min-height: 0 !important;
}
.my-account .account-claims-disclaimer-text-conatainer,
.my-account .account-claims-disclaimer-text-conatainer p,
.my-account .account-claims-disclaimer-text-conatainer h4 {
  color: #ca0000 !important;
}
.fileformTypeSelected {
  width: 100%;
}
.account-claims-fields-heading {
  float: left;
  width: 100;
}
.alert-box {
  display: flex;
  flex-flow: row;
  width: 100%;
  margin-bottom: 10px;
}
.alert-box p {
  flex: 20;
  margin: 0;
  padding: 10px;
  color: #3c3c3f;
}
.alert-box i {
  flex: 3;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-box button,
.alert-box .cart.table-wrapper .actions-toolbar > .action,
.alert-box .action-gift {
  flex: 1;
  font-size: 16px;
  background: transparent;
  border: 0;
  color: #9b1314;
}
.alert-box button:hover,
.alert-box .cart.table-wrapper .actions-toolbar > .action:hover,
.alert-box .action-gift:hover {
  background-color: transparent;
}
.alert-box.success {
  background-color: #38ca72;
}
.alert-box.success i {
  background: #2b7347;
}
.alert-box.error {
  background: #fae5e5;
  color: #e02b27;
}
.alert-box.error i {
  background: #b51e1e;
  color: #fff6f6;
}
.alert-box.error p {
  padding-left: 20px;
}
.box-account.box-info {
  text-align: center;
}
.fileclaim .account-page-statuskey-container {
  padding-top: 7px;
}
.fileclaim .box-info:first-of-type .account-page-search-container {
  padding-top: 20px !important;
}
.account-claims-load-history-button {
  padding: 20px;
  height: auto;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0px auto;
  width: 320px;
  float: none;
}
.account-page-search-container p {
  width: 64px;
  display: table-cell;
}
.account-dashboard-buttons-row .fa {
  font-size: 40px !important;
  margin-bottom: 25px;
  margin-top: 20px;
}
#account-page-search-container-group-serials,
#account-page-search-container {
  display: table;
  width: 100%;
}
.account-page-search-container input {
  font-size: 14px;
  letter-spacing: -0.02em;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  min-height: 50px;
  padding-right: 25px;
}
.my-account p {
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
}
/* Customer Login */
#block-account-title strong {
  font-weight: 600;
  font-size: 20px;
}
#block-account ul {
  padding: 0;
}
#block-account ul > li a {
  vertical-align: middle;
  padding-left: 20px;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
#account-dashboard-button {
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
}
#account-settings-form-div input,
#account-settings-form-div select,
.account-create input,
.forgotpass #email_address,
.forgotpass #password,
.forgotpass #confirmation {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #243849;
  letter-spacing: -0.02em;
  border: 3px solid #f3f3f3 !important;
  border-radius: 0px;
  height: 60px;
  padding: 0px 15px;
}
#yt_rigth .my-account button,
#yt_rigth .my-account .cart.table-wrapper .actions-toolbar > .action,
#yt_rigth .my-account .action-gift {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 0px;
  padding: 20px;
  float: right;
  height: auto;
}
#account-dashboard-button a {
  padding-left: 90px;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.th {
  width: 20%;
}
.btn.sort {
  width: 100%;
}
.policy-status {
  color: #db1010;
}
.policy-status.active {
  color: #33b306;
}
table button span i,
table .cart.table-wrapper .actions-toolbar > .action span i,
table .action-gift span i {
  color: #d9d9d9;
}
.page-title:before {
  display: none !important;
}
@media (max-width: 992px) {
  .page-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-claims-fields {
  padding-left: 15px;
  padding-right: 15px;
}
.pgn_disabled:hover {
  cursor: not-allowed;
}
.pgn_disabled:focus {
  outline: none !important;
}
.pgn_disabled:active {
  box-shadow: none !important;
}
.field.choice.newsletter {
  display: none;
}
@media (max-width: 1199px) {
  .account-claim-file-boxneeded select {
    width: 97% !important;
  }
}
.validation-advice {
  margin-top: -11px;
  height: 11px;
  font-size: 11px;
}
#search_mini_form > div > button,
#search_mini_form > div > .cart.table-wrapper .actions-toolbar > .action,
#search_mini_form > div > .action-gift {
  border-radius: 3px !important;
  min-height: auto !important;
}
@media (min-width: 768px) {
  .account-dashboard-buttons-row {
    display: flex;
  }
  .col {
    flex-grow: 1;
  }
}
@media (max-width: 700px) {
  .account-password-fieldset .col-xs-12 {
    width: 100% !important;
    float: none;
  }
}
.account-password-fieldset label {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #243849 !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
}
.account-create .field {
  width: 100%;
}
.account-create .field label {
  display: block;
}
.account-create .field input {
  width: 100% !important;
}
.account-create .buttons-set .back-link {
  width: 100px;
}
#account-claims-history-button-active a:link,
#account-claims-history-button-active a:visited,
#account-claims-history-button-active a:active,
#account-claims-history-button-active a:hover {
  color: #fff !important;
}
#account-dashboard-button-active a:link,
#account-dashboard-button-active a:visited,
#account-dashboard-button-active a:active,
#account-dashboard-button-active a:hover {
  color: #fff !important;
}
#account-manage-policies-button-active a:link,
#account-manage-policies-button-active a:visited,
#account-manage-policies-button-active a:active,
#account-manage-policies-button-active a:hover {
  color: #fff !important;
}
#account-policy-renewals-button-active a:link,
#account-policy-renewals-button-active a:visited,
#account-policy-renewals-button-active a:active,
#account-policy-renewals-button-active a:hover {
  color: #fff !important;
}
#account-settings-button-active a:link,
#account-settings-button-active a:visited,
#account-settings-button-active a:active,
#account-settings-button-active a:hover {
  color: #fff !important;
}
#account-payment-history-button-active a:link,
#account-payment-history-button-active a:visited,
#account-payment-history-button-active a:active,
#account-payment-history-button-active a:hover {
  color: #fff !important;
}
.dashboard-top-right {
  padding-left: 0px;
  width: 100%;
}
.my-account .box-head,
.my-account .box-head h2 {
  font-family: 'Open Sans', sans-serif !important;
}
.purchasepolicybtn {
  padding-top: 5px;
  padding-right: 50px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  max-width: 276px;
  min-height: 103px;
  line-height: 22px;
  float: none !important;
  text-align: left;
}
.purchasepolicybtn img {
  margin-top: -1px;
}
.purchasepolicybtn b {
  font-size: 20px;
}
.account-login {
  padding-top: 10px;
  padding-bottom: 35px;
}
.page-title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 21px !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.edit-address-form label {
  width: 100%;
}
.page-title p,
.content p,
#remember-me-box,
.welcome-msg p,
.account-page-top-action-text-div p,
.form-list label,
.account-page-div p,
.forgotpasstext,
.account-register-disclaimer {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
}
.account-register-disclaimer {
  margin-bottom: 15px;
}
#yt_main > div > div > div > div > div:nth-child(2) > div > div.account-register-disclaimer > p:nth-child(2) {
  font-weight: bold;
}
.account-create .required {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
}
.document-text-div:nth-child(2) p:nth-child(2) {
  margin-top: -4px;
  font-size: 14px !important;
}
.document-text-div a:link,
.document-text-div a:active,
.document-text-div a:visited,
.document-text-div a:hover {
  font-size: 14px !important;
}
.missing-content-text {
  color: #ca0000 !important;
}
.account-page-statuskey-container h4 {
  font-size: 16px !important;
}
.account-page-top-action-button b {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 17px !important;
  line-height: 21px !important;
  letter-spacing: -0.02em;
  font-weight: 900 !important;
}
.fileclaim .account-claims-disclaimer-text-conatainer,
.fileclaim .account-claims-disclaimer-text-conatainer p,
.fileclaim .account-claims-disclaimer-text-conatainer h4 {
  color: #ca0000 !important;
}
#remember-me-box {
  line-height: normal !important;
}
.content h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 19px !important;
  font-weight: 800;
  text-transform: none !important;
  letter-spacing: -0.02em;
}
@media (max-width: 700px) {
  .my-account .form-list .field {
    width: 100% !important;
  }
  #current_password,
  #confirmation,
  #password {
    width: 100% !important;
  }
}
.edit-account-form input {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: -0.02em;
  border-radius: 0px !important;
  padding-top: 21px !important;
  padding-bottom: 21px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.fieldset .legend {
  border: 0px !important;
  display: block;
  margin-top: 30px;
  width: 100%;
  font-weight: normal !important;
  text-transform: none !important;
  padding: 28px 30px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 22px !important;
  letter-spacing: -0.02em;
}
.buttons-set .back-link {
  float: none;
  display: block;
}
#yt_content .button {
  font-family: 'Open Sans', sans-serif !important;
  color: #fff;
  border-radius: 0px !important;
  padding: 10px;
  min-height: 59px;
}
#quickhelp h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 21px !important;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 15px;
}
#quickhelp p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: -0.02em;
}
.dashboard-logo {
  border: 5px solid #f3f3f3;
}
.dashboard-top-right button,
.dashboard-top-right .cart.table-wrapper .actions-toolbar > .action,
.dashboard-top-right .action-gift {
  font-size: 15px !important;
  font-weight: 500;
}
.dashboard-top-right button:hover,
.dashboard-top-right .cart.table-wrapper .actions-toolbar > .action:hover,
.dashboard-top-right .action-gift:hover {
  background-color: #3f9dd3;
  border: 1px solid #3f9dd3;
  color: #fff !important;
}
.dashboard-top-right {
  padding-bottom: 15px;
}
.missing-content-text {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  margin: 0px !important;
  margin-bottom: 15px !important;
}
.my-account .box-account .box-head {
  margin-bottom: 15px !important;
  border-radius: 0px !important;
}
#yt_wrapper #yt_left {
  width: 28%;
}
.account-page-top-action {
  margin-top: 20px;
  margin-bottom: 28px;
}
#policies-list p.policy-active,
.policy-active {
  color: #33b306 !important;
}
#policies-list p.policy-inactive,
.policy-inactive {
  color: #db1010 !important;
}
p.policy-active {
  color: #33b306 !important;
}
p.policy-inactive {
  color: #db1010 !important;
}
.policy-list-block {
  padding-top: 12px;
  padding-bottom: 5px;
}
#policy-buttons button,
#policy-buttons .cart.table-wrapper .actions-toolbar > .action,
#policy-buttons .action-gift {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 3px;
}
#policy-buttons button:hover,
#policy-buttons .cart.table-wrapper .actions-toolbar > .action:hover,
#policy-buttons .action-gift:hover {
  background-color: #3f9dd3;
  border: 1px solid #3f9dd3;
  color: #fff;
}
.policy-list-block .col-lg-2 {
  text-align: center;
  padding-top: 40px;
}
.policy-list-block .col-lg-2 b {
  font-size: 14px;
}
.policy-list-block p {
  line-height: 25px !important;
}
.policy-list-block .col-lg-4 b {
  font-weight: bold;
  font-size: 19px;
}
#account-item-detail-box,
#account-item-detail2-box {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  padding: 42px;
  padding-bottom: 15px;
  padding-top: 38px;
  margin-bottom: 12px;
}
#account-item-detail-box b,
#account-item-detail2-box b {
  font-size: 15px;
}
#account-item-detail2-box {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
#account-item-detail-box,
#account-item-detail2-box,
.policy-list-block .col-lg-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #243849;
}
#account-item-detail-box table,
#account-item-detail2-box table {
  width: 100%;
}
#account-item-detail-box td,
#account-item-detail2-box td {
  vertical-align: top;
}
#account-item-detail2-box table td {
  width: 35%;
}
#account-item-detail-box p:nth-child(2),
#account-item-detail2-box p:nth-child(2) {
  padding-bottom: 20px;
}
.accounts-back-button button,
.accounts-back-button .cart.table-wrapper .actions-toolbar > .action,
.accounts-back-button .action-gift {
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 20px;
  letter-spacing: -0.02em;
}
.accounts-back-button button:hover,
.account-claims-submission-conatainer button:hover,
.accounts-back-button .cart.table-wrapper .actions-toolbar > .action:hover,
.account-claims-submission-conatainer .cart.table-wrapper .actions-toolbar > .action:hover,
.accounts-back-button .action-gift:hover,
.account-claims-submission-conatainer .action-gift:hover {
  background-color: #3f9dd3;
}
.group-search {
  display: flex;
  font-size: 1.2em;
}
.group-search #group-select-search {
  max-width: 200px;
  min-height: 50px;
  border-radius: 0;
  color: #243849;
  font-style: italic;
  font-size: 1em;
  background: url('/static/frontend/Sm/lovefashion/en_US//images/bg-selectbox.png') no-repeat right center #f3f3f3 !important;
}
.group-search select,
.group-search input {
  min-height: 50px;
  border-color: #ddd !important;
}
.group-search input {
  border-right: 0;
  border-left: 0;
}
.group-search .group-clear {
  background: transparent;
}
/* responsive */
@media (max-width: 1199px) {
  .account-file-claim-selection {
    display: block;
    overflow: scroll;
  }
  .policy-list-block .col-lg-3 {
    display: none;
  }
  .policy-list-block #policy-buttons {
    display: block;
  }
  .purchasepolicybtn {
    max-width: 212px;
    padding-right: 18px;
    font-size: 16px;
    padding-top: 0px;
  }
  .purchasepolicybtn b {
    font-size: 16px;
  }
  .purchasepolicybtn img {
    width: 86px;
    height: auto;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .purchasepolicybtn {
    max-width: 100%;
    width: 100%;
    margin-top: 2px;
    font-size: 20px;
    text-align: center;
    padding-top: 23px !important;
    padding-top: 0px !important;
    min-height: 100px !important;
  }
  .purchasepolicybtn b {
    font-size: 20px;
  }
  .purchasepolicybtn img {
    width: auto;
    height: auto;
    float: none !important;
    margin-left: -15px;
    margin-top: -1px;
  }
  .policy-list-block .col-lg-4 {
    text-align: center;
  }
  .policy-list-block #policy-buttons {
    width: 100% !important;
    padding-top: 10px;
  }
  .policy-list-block .col-lg-2 {
    text-align: center;
    padding: 0px;
    padding-top: 20px;
    line-height: 4px;
  }
  #login-line-separator-img {
    display: none;
  }
}
@media (max-width: 991px) {
  #yt_wrapper #yt_left {
    display: block !important;
    width: 100%;
    margin-bottom: 20px !important;
  }
  #block-account {
    width: 100%;
    padding: 0px;
  }
  #quickhelp,
  .line-separator-img {
    display: none;
  }
  #account-dashboard-button a {
    background-image: none;
  }
  #account-manage-policies-button a {
    background-image: none;
  }
  #account-policy-renewals-button a {
    background-image: none;
  }
  #account-claims-history-button a {
    background-image: none;
  }
  #account-settings-button a {
    background-image: none;
  }
  #account-payment-history-button a {
    background-image: none;
  }
  #account-documents-button a {
    background-image: none;
  }
  #account-logout-button a {
    background-image: none;
  }
  #account-dashboard-button a:hover {
    background-image: none;
  }
  #account-manage-policies-button a:hover {
    background-image: none;
  }
  #account-policy-renewals-button a:hover {
    background-image: none;
  }
  #account-claims-history-button a:hover {
    background-image: none;
  }
  #account-settings-button a:hover {
    background-image: none;
  }
  #account-payment-history-button a:hover {
    background-image: none;
  }
  #account-documents-button a:hover {
    background-image: none;
  }
  #account-logout-button a:hover {
    background-image: none;
  }
  #account-dashboard-button-active {
    background-image: none;
  }
  #account-manage-policies-button-active {
    background-image: none;
  }
  #account-policy-renewals-button-active {
    background-image: none;
  }
  #account-claims-history-button-active {
    background-image: none;
  }
  #account-settings-button-active {
    background-image: none;
  }
  #account-payment-history-button-active {
    background-image: none;
  }
  #account-documents-button-active {
    background-image: none;
  }
  #account-logout-button-active {
    background-image: none;
  }
  #account-dashboard-button p,
  #account-manage-policies-button p,
  #account-policy-renewals-button p,
  #account-claims-history-button p,
  #account-settings-button p,
  #account-payment-history-button p,
  #account-documents-button p,
  #account-logout-button p {
    padding-left: 0px;
    text-align: center;
  }
  #account-dashboard-button-active strong,
  #account-manage-policies-button-active strong,
  #account-policy-renewals-button-active strong,
  #account-claims-history-button-active strong,
  #account-settings-button-active strong,
  #account-payment-history-button-active strong,
  #account-documents-button-active strong,
  #account-logout-button-active strong {
    padding-left: 0px;
    text-align: center;
  }
  .account-create #firstname,
  .account-create #lastname {
    width: 100% !important;
  }
  .account-create #email_address,
  .forgotpass #email_address {
    min-width: 232px;
  }
}
/* magic toggle for quick help section */
.question {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 25px !important;
  letter-spacing: -0.02em;
  background-color: #fff !important;
  border: 0px !important;
}
.quickhelp1-q,
.quickhelp2-q,
.quickhelp3-q,
.quickhelp4-q,
.quickhelp5-q,
.quickhelp6-q,
.quickhelp7-q,
.quickhelp8-q,
.quickhelp9-q,
.quickhelp10-q,
.quickhelp11-q {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 19px;
  background-color: #f3f3f3;
  width: 100%;
  padding: 10px !important;
  border: 1px solid #ddd;
  background-image: url(/skin/frontend/sm_lovefashion/default/css/quickhelparrow.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 41px !important ;
  cursor: pointer;
}
.quickhelp,
.quickhelp1-a,
.quickhelp2-a,
.quickhelp3-a,
.quickhelp4-a,
.quickhelp5-a,
.quickhelp6-a,
.quickhelp7-a,
.quickhelp8-a,
.quickhelp9-a,
.quickhelp10-a,
.quickhelp11-a,
.quickhelp12-a {
  display: none;
}
input[type='checkbox']:checked ~ .quickhelp1-a,
input[type='checkbox']:checked ~ .quickhelp2-a,
input[type='checkbox']:checked ~ .quickhelp3-a,
input[type='checkbox']:checked ~ .quickhelp4-a,
input[type='checkbox']:checked ~ .quickhelp5-a,
input[type='checkbox']:checked ~ .quickhelp6-a,
input[type='checkbox']:checked ~ .quickhelp7-a,
input[type='checkbox']:checked ~ .quickhelp8-a,
input[type='checkbox']:checked ~ .quickhelp9-a,
input[type='checkbox']:checked ~ .quickhelp10-a,
input[type='checkbox']:checked ~ .quickhelp11-a,
input[type='checkbox']:checked ~ .quickhelp12-a {
  display: block;
  margin-bottom: 18px;
}
.question input[type='checkbox'] {
  display: none;
}
.fileclaim .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.fileclaim input,
.fileclaim select,
.fileclaim textarea {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: -0.02em;
  border: 3px solid #f3f3f3;
  border-radius: 0px !important;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fileclaim select {
  padding-bottom: 18px !important;
}
.account-claim-file-claim-fields-textfields input,
.account-claims-fields input,
.fileclaim .row textarea,
.account-claim-file-claim-fields-textfields select,
.account-claims-fields select,
.account-claims-digital-signiture-container input,
.row .account-fileclaim-theft input {
  width: 96% !important;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .fileclaim .row textarea {
    width: 98% !important;
  }
}
.updateCardButton {
  margin-left: 10px;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 20px;
  letter-spacing: -0.02em;
  float: right;
}
.policy-group-details-block {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: -0.02em;
  padding: 40px;
  margin-bottom: 25px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.policy-group-details-block b {
  font-size: 15px;
}
.policy-group-details-block p:nth-child(2),
.policy-group-details-block p:nth-child(2) {
  padding-bottom: 20px;
}
.account-page-group-device-list {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-top: 40px;
}
.account-page-group-device-list table {
  width: 100%;
}
.account-file-claim-selection th button,
.account-page-group-device-list th button,
.account-file-claim-selection th .cart.table-wrapper .actions-toolbar > .action,
.account-page-group-device-list th .cart.table-wrapper .actions-toolbar > .action,
.account-file-claim-selection th .action-gift,
.account-page-group-device-list th .action-gift {
  font-weight: bold;
  text-decoration: none;
  background-image: url(/skin/frontend/sm_lovefashion/default/css/customerlogin-claimscenter-sort.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}
.account-claim-file-group-info-box,
.account-settings-group-display {
  background-color: #fafafa;
  padding: 20px;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#devicePaginationView {
  margin-top: 30px;
  margin-bottom: 30px;
}
#account-content-div > div > button,
#account-content-div > div > .cart.table-wrapper .actions-toolbar > .action,
#account-content-div > div > .action-gift {
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 20px;
  letter-spacing: -0.02em;
  float: right;
}
.policy-group-details-block .col-xs-12,
.policy-group-details-block .col-md-6 {
  width: 33.333% !important;
}
.policy-group-details-block .col-xs-12 {
  float: left;
}
.policy-group-details-block .col-xs-12 {
  min-height: 83px;
}
.policy-group-details-block b {
  font-size: 13px;
}
#quickhelp {
  max-width: 280px;
}
#account-item-detail3-box {
  padding: 42px;
  padding-bottom: 20px;
  padding-top: 38px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#account-item-detail3-box p:nth-child(2) {
  padding-bottom: 20px;
}
#alert-box > .errormessage,
#alert-box > div {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 20px;
  padding-left: 140px;
}
#alert-box > .errormessage {
  border: 1px solid #c31f20 !important;
  border-radius: 0px !important;
  background-color: #f5c9ca !important;
  color: #ba3030 !important;
}
#alert-box > div {
  border: 1px solid #4ad37b !important;
  border-radius: 0px !important;
  background-color: #d2eec8 !important;
  color: #4a8038 !important;
}
.policy-group-details > button,
.policy-group-details > .cart.table-wrapper .actions-toolbar > .action,
.policy-group-details > .action-gift {
  padding: 10px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  letter-spacing: -0.02em;
}
#account-item-detail3-box > table > tbody > tr > td {
  width: 33%;
}
#account-item-detail3-box > table {
  width: 100%;
}
.account-dashboard-buttons-row,
.col-md-offset-1 {
  margin: 0px;
}
.account-dashboard-buttons-row div {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 10px;
  min-height: 160px;
  border-right: 1px solid #e0e0e0;
  background-repeat: no-repeat;
  background-position: center 81px;
}
.account-dashboard-buttons-row div a {
  display: block;
}
.account-dashboard-buttons-row div:nth-child(1) {
  background-image: url('/static/frontend/Sm/lovefashion/en_US//Wag_Customer/images/customerdashboard-1.jpg');
}
.account-dashboard-buttons-row > div:nth-child(2) {
  background-image: url('/static/frontend/Sm/lovefashion/en_US/Wag_Customer/images/customerdashboard-2.jpg');
}
.account-dashboard-buttons-row > div:nth-child(3) {
  background-image: url('/static/frontend/Sm/lovefashion/en_US/Wag_Customer/images/customerdashboard-3.jpg');
}
@media (min-width: 992px) {
  .account-dashboard-buttons-row .col-md-2 {
    width: 20%;
    float: left;
    min-height: 200px;
  }
}
.account-dashboard-buttons-row div:hover {
  background-color: #f8f8f8;
}
#account-content-div > div.row.account-dashboard-buttons-row > a:nth-child(5) > div {
  border-right: 0px;
}
.account-dashboard-buttons-row div h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 21px;
}
#account-content-div > div.row.account-dashboard-buttons-row > div:nth-child(3) > p:nth-child(3),
#account-content-div > div.row.account-dashboard-buttons-row > a:nth-child(4) > div > p:nth-child(2),
#account-content-div > div.row.account-dashboard-buttons-row > a:nth-child(5) > div > p:nth-child(2) {
  font-size: 14px !important;
}
#webform_opgose_form {
  margin-bottom: 50px;
}
#contactForm b {
  font-size: 19px;
  display: table;
  margin-bottom: 15px;
}
#contactForm .form-list .field {
  width: 100% !important;
}
#contactForm .form-list input.input-text,
#contactForm input.input-text,
#contactForm textarea {
  width: 100%;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: -0.02em;
  border-radius: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 25px;
  padding-right: 25px;
  border: 3px solid #f3f3f3;
}
#contactForm .button {
  padding: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#account-content-div > div.account-page-div.fileclaim > div > div > div > table > tbody > tr:nth-child(1) > th:nth-child(5) > button,
#account-content-div > div.account-page-div.fileclaim > div > div > div > table > tbody > tr:nth-child(1) > th:nth-child(5) > .cart.table-wrapper .actions-toolbar > .action,
#account-content-div > div.account-page-div.fileclaim > div > div > div > table > tbody > tr:nth-child(1) > th:nth-child(5) > .action-gift {
  text-align: left;
}
#account-content-div > div > div > div.row.policy-list-block > div.col-lg-4.col-md-6.col-sm-12.col-xs-12 {
  padding-top: 9px;
}
#account-content-div > div > div > div.row.policy-list-block > div:nth-child(1) {
  margin-top: -5px;
}
.account-dashboard-loading {
  text-align: center;
  margin-bottom: 20px;
}
.reg-container .control {
  display: none;
}
#dashboard-transition-message,
#login-transition-message {
  background-color: #ffe4a6 !important;
  border-color: #e0be8c !important;
  text-align: left !important;
  padding: 35px !important;
  color: #967e5d !important;
  margin-bottom: 36px !important;
}
#dashboard-transition-message p,
#login-transition-message p {
  color: #967e5d !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
}
.policy-no-items {
  font-family: 'Open Sans', sans-serif;
  color: #253849;
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
}
.policy-no-items img {
  float: left;
  margin-right: 20px;
}
.policy-no-items b {
  font-size: 16px;
}
.paginationContainer nav {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #243849 !important;
  background-color: #243849 !important;
}
.nav-counter-red {
  background-color: #db1010;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 1px;
  margin-left: 9px;
  position: relative;
  top: -1px;
}
.policy-payment-button,
#policy-payment-button {
  background-color: #a30303 !important;
  color: #fff !important;
}
.policy-payment-button:hover,
#policy-payment-button:hover {
  background-color: #c71d1d !important;
  border: 1px solid #c71d1d !important;
  color: #fff !important;
}
/* add blue highlight to inputs on focus */
.yt_main_inner select:focus,
.yt_main_inner input[type='text']:focus,
.yt_main_inner input[type='password']:focus,
.yt_main_inner textarea:focus,
#fileformLossDate:focus,
#fileformDateOfPoliceReport:focus {
  background-color: #f4faff !important;
  border: 3px solid #3f9dd3 !important;
  color: #4c6371;
  font-weight: bold;
}
.account-page-search-container input[type='text']:focus,
.account-create input[type='text']:focus,
.account-create input[type='password']:focus {
  border: 1px solid #3f9dd3 !important;
}
.yt_main_inner input:read-only:focus {
  border: 0px !important;
  background-color: #eee !important;
  font-weight: normal !important;
}
.ballonkey {
  clear: both;
  display: block;
  height: 31px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #888;
}
.ballonkey i {
  /* 	float:left; */
  margin-right: 10px;
}
.claimskeydesc {
  display: flex;
  /*   justify-content: space-between; */
  flex-direction: row;
  gap: 5px;
  max-width: 100%;
  margin: 0px auto;
}
@media (max-width: 480px) {
  .claimskeydesc {
    flex-direction: column;
  }
}
.claimskeydesc .ballon {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  color: #243849;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 31px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 31px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 31px -5px rgba(0, 0, 0, 0.1);
}
.claimskeydesc .ballon.wideballon {
  flex-basis: 130%;
}
.claimskeydesc .ballon span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0px;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
}
.claimskeydesc .claimdesc {
  width: 100%;
  padding: 10px 5px 15px 5px;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}
.claimsstatustag {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px;
  border-radius: 5px;
  margin-bottom: 3px;
}
.claimskeyopen {
  background-color: #0c8bd3;
}
.claimskeypending {
  background-color: #eba115;
}
.claimskeyclosed {
  background-color: #572698;
}
.claimskeypaid {
  background-color: #269848;
}
.claimskeydenied {
  background-color: #d14b4f;
}
.claimskeyreceived {
  background-color: #888;
}
.page-layout-claim-submission .header-container {
  display: none;
}
.page-layout-claim-submission .block-static-block.widget {
  margin-bottom: 0;
}
.page-layout-claim-submission .page-main {
  padding: 0;
}
.page-layout-claim-submission .layout {
  margin: 0 auto;
  max-width: 1168px;
  width: 90%;
}
.page-layout-claim-submission .page-wrapper {
  overflow: inherit;
}
.page-layout-claim-submission .webforms .field {
  padding-left: 0;
}
.page-layout-claim-submission form .fieldset {
  margin: 0;
}
.page-layout-claim-submission .webforms-description-text {
  margin-bottom: 0;
}
.page-layout-claim-submission .webforms-calendar {
  width: 100%;
}
.page-layout-claim-submission .tooltip-icon {
  position: relative !important;
  top: 0px !important;
  left: 5px !important;
  display: inline-block;
  background-image: url(/media/wysiwyg/img-pages/tooltip2.png) !important;
}
.page-layout-claim-submission #tooltip9b1seb {
  font-size: 12px;
}
.page-layout-claim-submission label.required em {
  padding: 0px 5px 0 10px !important;
}
.page-layout-claim-submission #modalb {
  background-color: rgba(26, 56, 73, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.page-layout-claim-submission .show {
  display: block !important;
}
.page-layout-claim-submission .hide {
  display: none !important;
}
.page-layout-claim-submission #modalb .content {
  max-width: 700px;
  width: 98%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-layout-claim-submission .closebtn {
  float: right;
  padding: 0px !important;
  color: #777 !important;
  background-color: #fff !important;
  border-radius: 0px;
  font-weight: bold;
  font-size: 19px !important;
  margin-top: -4px;
}
.page-layout-claim-submission #yt_wrapper .yt-content-inner,
.page-layout-claim-submission .col-md-12 {
  padding: 0px !important;
}
.page-layout-claim-submission .social-fixed {
  display: none;
}
.page-layout-claim-submission .container {
  width: 100% !important;
  margin: 40px auto;
  max-width: 1170px;
}
.page-layout-claim-submission #yt_content {
  padding: 0px;
  background-image: none !important;
}
.page-layout-claim-submission .yt-footer {
  padding: 0px;
  background-color: transparent !important;
}
.page-layout-claim-submission .blue {
  background-color: #e8edf3;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
}
.page-layout-claim-submission .global-site-notice {
  display: none !important;
}
.page-layout-claim-submission .headergraycenter {
  width: 1170px;
  height: 103px;
  margin: 0px auto;
}
.page-layout-claim-submission .headergray {
  height: 115px;
  background-image: url(/media/wysiwyg/img-pages/progressivebg2.jpg) !important;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  border-bottom: 2px solid #243849;
  display: block;
  margin-top: -4px;
}
.page-layout-claim-submission .headerportal {
  width: 50%;
  float: right;
  text-align: right;
  padding: 20px;
}
.page-layout-claim-submission .companylogo {
  width: 50%;
  float: left;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .page-layout-claim-submission .companylogo {
    padding-top: 0px;
    height: 77px;
  }
  .page-layout-claim-submission .companylogo img {
    margin-top: -4px;
  }
  .page-layout-claim-submission .headergraycenter {
    width: 100%;
    height: auto !important;
  }
  .page-layout-claim-submission .headergray {
    background-image: none !important ;
    height: auto;
  }
  .page-layout-claim-submission .productquoteiframe {
    margin-top: 10px !important;
  }
  .page-layout-claim-submission .headerportal,
  .page-layout-claim-submission .companylogo {
    margin-bottom: 10px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .page-layout-claim-submission .headerportal {
    margin: 0;
  }
  .page-layout-claim-submission .companylogo {
    display: none;
  }
  .page-layout-claim-submission .headergraycenter td {
    padding: 0;
  }
}
@media screen and (max-width: 390px) {
  .page-layout-claim-submission .headerportal img,
  .page-layout-claim-submission .companylogo img {
    width: 80%;
    height: auto;
  }
}
.page-layout-claim-submission .telcom-side {
  color: #606060;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 40%;
  display: inline-block;
  padding-right: 40px;
  box-sizing: border-box;
}
.page-layout-claim-submission .telcom-main {
  color: #606060;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 60%;
  display: inline;
}
@media (max-width: 991px) {
  .page-layout-claim-submission .telcom-side {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .page-layout-claim-submission .telcom-main {
    width: 100%;
  }
  .page-layout-claim-submission .telcom-logo {
    max-width: 100% !important;
  }
}
@media (max-width: 620px) {
  .page-layout-claim-submission .purchaseh2 {
    background-image: none !important;
    padding-left: 0px !important;
    margin-bottom: 38px !important;
  }
  .page-layout-claim-submission .telcom-dec,
  .page-layout-claim-submission .telcom-prem {
    width: 100%  !important;
    margin: 0px;
    margin-bottom: 1px;
  }
}
.page-layout-claim-submission .h1 {
  padding: 0px;
  padding-bottom: 12px;
  font-size: 23px;
  width: 100%;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  color: #243849;
  position: absolute;
  top: -9999999999999px;
  left: -9999999999999px;
}
.page-layout-claim-submission .purchaseh2 {
  line-height: 24px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 19px;
  color: #243849;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
  height: 40px;
  border-bottom: 1px dashed #ddd;
}
.page-layout-claim-submission hr {
  border: 0px;
  border-bottom: 1px solid #e9e9e9;
}
.page-layout-claim-submission b {
  color: #243849;
}
.page-layout-claim-submission input,
.page-layout-claim-submission select {
  color: #243849 !important;
}
.page-layout-claim-submission label {
  color: #243849;
}
.page-layout-claim-submission .fields {
  margin-bottom: 10px !important;
}
.page-layout-claim-submission form .legend {
  font-size: 16px !important;
  color: #243849 !important;
  border: 0px !important;
  font-family: "Roboto Condensed" !important;
  text-transform: initial !important;
  padding: 0 !important;
  background: none;
  font-weight: 700 !important;
}
.page-layout-claim-submission .telcom-dec,
.page-layout-claim-submission .telcom-prem {
  width: 48%;
  float: left;
  display: inline-block;
  padding: 16px;
  background-color: #243849;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-right: 1%;
}
.page-layout-claim-submission .webforms-success-text {
  background-color: transparent;
  border: 0px;
  padding-top: 0px;
}
.page-layout-claim-submission .btn-navbar {
  height: 55px !important;
}
.slider-wrap .respl-tabs-wrap {
  display: flex;
  flex-flow: row;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin: 20px 0;
}
.slider-wrap h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 200%;
  text-transform: uppercase;
  border-bottom: 2px solid #a2a2a2;
  margin-bottom: -1px;
  padding-bottom: 5px;
}
.slider-wrap .second-image {
  position: absolute;
  top: 0;
  opacity: 0;
  right: -150px;
}
.slider-wrap .cdps-image:hover .second-image {
  right: 12px;
  opacity: 1;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.slider-wrap .cdps-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  padding: 10px 0;
}
.slider-wrap .cdps-description {
  font-size: 12px;
  font-family: Arial;
  min-height: 150px;
}
.slider-wrap .respl-item .item-inner {
  position: relative;
}
.slider-wrap .block.grid {
  padding: 0 15px;
}
@media (min-width: 991px) {
  .slider-wrap .category-cms .item .cdps-image {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .slider-wrap .owl-controls {
    position: absolute;
    width: 100%;
    top: 30%;
  }
  .slider-wrap .owl-controls .owl-nav .owl-prev {
    position: absolute !important;
    left: -20px;
  }
  .slider-wrap .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 498px) {
  .slider-wrap .owl-carousel .owl-item img {
    margin: 0 auto;
  }
  .slider-wrap .slider-wrap .cdps-description {
    min-height: auto !important;
  }
}
.page-products .page-title-wrapper {
  display: none;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../frontend/Sm/lovefashion/en_US/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #fff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000;
  border: 1px solid #000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../../frontend/Sm/lovefashion/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Sm/lovefashion/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../../frontend/Sm/lovefashion/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Sm/lovefashion/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #fff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Sm/lovefashion/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Sm/lovefashion/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('/static/frontend/Sm/lovefashion/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.rwchase-applepay-container-product {
  display: inline-block;
}
.rwchase-applepay-container-product .rwchase-apple-pay-button {
  padding: 10px 0px;
  margin: 0;
  margin-bottom: 15px;
}
.rwchase-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  /*border: 1px solid black;*/
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  /*border-radius: 5px;*/
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.actions-toolbar .rwchase-apple-pay-button {
  width: 100%;
  padding: 20px 0 20px 0;
}
.actions-toolbar .rwchase-apple-pay-button span {
  display: none;
}
.rw-save-cc {
  margin-bottom: 20px;
}
.rootways_chase_hosted_option_iframe_wrapper.disabled,
.rootways_chase_hosted_option_iframe_wrapper.agreement_missed {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#rootways_chase_option_wrapper .ccLogoHide .credit-card-types {
  display: none;
}
#rootways_chase_option_wrapper {
  position: relative;
}
#rootways_chase_option_wrapper .top_cc_type {
  position: absolute;
  right: 0;
  top: 10px;
}
#rootways_chase_option_wrapper .top_cc_type span._active {
  filter: grayscale(0);
  opacity: 1;
  transition: 0.3s all linear;
}
#rootways_chase_option_wrapper .top_cc_type span._inactive {
  transition: 0.3s all linear;
  opacity: 0.5;
}
#rootways_chase_option_wrapper .top_cc_type span {
  filter: grayscale(1);
  opacity: 1;
  transition: 0.3s all linear;
}
@media (max-width: 1023px) {
  #rootways_chase_option_wrapper .top_cc_type {
    position: relative;
  }
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.checkout-success .actions-toolbar {
  display: block;
  padding-top: 10px;
}
.checkout-success .actions-toolbar .btn-trustpilot {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/wag/btn/btn_thx_trustpilot.png);
  background-repeat: no-repeat;
  background-position: left center;
  border: 1px solid #ddd;
  color: #24394b;
  padding: 15px 22px 15px 210px;
  text-decoration: none;
  display: inline-block;
}
.field-tooltip._active {
  z-index: 9999;
}
@media (min-width: 767px) {
  #wise_payment_cc_type_cvv_div .control .field-tooltip .field-tooltip-action {
    display: block;
    left: -5px;
    top: 10px;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .checkout-container .field-tooltip .field-tooltip-content {
    position: absolute;
    left: -250px;
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .block-margin.row {
    margin-right: -15px !important;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .rwchase-apple-pay-button {
    width: 100%;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .owl-carousel .owl-item .product-item .product-item-info {
    background: none transparent !important;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary {
    display: inline-block;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FShipperHQ_AddressAutocomplete%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWag_CustomCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWag_CustomProductOptions%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWag_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWag_PortalTheme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWag_ProductListWidget%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWeltPixel_OwlCarouselSlider%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWag_WisePayment%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FWeltPixel_OwlCarouselSlider%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2CiCAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2C4BAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CiBAAA%3B%3BAF%5C%2FNA%3BAMcA%2CKAAK%2CcA4CD%2CiBAGM%3BAC1EV%3BECLA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BAFND%2CKAAK%2CcA4CD%2CiBAGM%2CUE1CT%3BAFLD%2CKAAK%2CcA4CD%2CiBAGM%2CUEzCT%3BADjCD%2CYCgCC%3BADhCD%2CYCiCC%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CMAAC%3BAFlBD%2CKAAK%2CcA4CD%2CiBAGM%2CUE7BT%3BAD7CD%2CYC6CC%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BAFhCnB%2CKAAK%2CcA4CD%2CiBAGM%2CUEjBT%3BAF9BD%2CKAAK%2CcA4CD%2CiBAGM%2CUEhBT%3BAACD%2CQAAQ%2CUFhCR%2CMAAK%2CcA4CD%2CiBAGM%3BAC1EV%2CYCyDC%3BADzDD%2CYC0DC%3BAACD%2CQAAQ%2CUD3DR%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAR%5C%2FCA%2CMAAC%3BAMYL%2CKAAK%2CcA4CD%2CiBAGM%2CUN3DL%3BAOfL%2CYPeK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAS4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEPwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BEPtGD%2CYAAA%3B%3BAOqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BEPrHD%2CcAAA%3B%3BAO0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEP%5C%2FHD%2CcAAA%3B%3BAOpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BEPYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BEPtGD%2CYAAA%3B%3BAORA%2CMAAM%3BEPQN%2CYAAA%3BEONI%2CsBAAA%3B%3BAAGJ%3BEPGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiPA%2CgBAAA%3B%3BAOsGA%2CQAAC%3BEPtGD%2CYAAA%3B%3BAOqHA%2CQAAC%3BEPrHD%2CcAAA%3B%3BAO0HA%2CQAAC%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CQAAC%3BEP%5C%2FHD%2CcAAA%3B%3BAOEA%2CKAAK%3BEPFL%2CmBAAA%3BEOII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BEPuMD%2CYAAA%3B%3BAOQA%2CKAAK%3BEPRL%2CmBAAA%3B%3BAOvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BEPuMD%2CYAAA%3B%3BAOzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BEPyHD%2CqBAAA%3B%3BAOkBA%2CGAAG%3BEPlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAOsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BATrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAQxRA%2CyBAmCI%2CsBAsBI%2CQAAO%3BAJkIf%2CeAKI%3BAK9KJ%2CYAGI%3BACKJ%3BACEA%3BACqCA%3BAC2DY%2C0BAVR%2CUAEK%2COAQI%3BAClIb%2CcAmBI%3BACLJ%2CoBAYI%3BAC5BJ%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAS9GA%2CyBAmCI%2CsBAsBI%2CQAAO%2CMUxDT%3BAd0LN%2CeAKI%2CwBc%5C%2FLE%3BATiBN%2CYAGI%2CKSpBE%3BARyBN%2CiBQzBM%3BAP2BN%2C0BO3BM%3BANgEN%2CMMhEM%3BAL2HM%2C0BAVR%2CUAEK%2COAQI%2CMK3HP%3BAJPN%2CcAmBI%2CWIZE%3BAHON%2CoBAYI%2CWGnBE%3BAFTN%2CcAII%2CcEKE%3BAFRN%2CqBAGI%2CcEKE%3BADTN%2CYA0DI%2CcAKI%2CQCtDF%3BEACE%2CSAAA%3B%3BAAopBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAT7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%3BAW7Dd%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEboBX%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BEMxHA%2CqBAAA%3BENwHA%2CkBAAA%3B%3BAM5MA%2CuBAAC%3BAACD%2CuBAAC%3BAYykBD%2CyBZ1kBC%3BAY0kBD%2CyBZzkBC%3BAWgFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXjFpB%3BAWiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXhFpB%3BAE7ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFDb%3BAE5ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFAb%3BAa7DD%2CkBAGI%2CQAAO%2CWbyDV%3BAa5DD%2CkBAGI%2CQAAO%2CWb0DV%3BAa5DD%2CuBAEI%2CQAAO%2CWbyDV%3BAa3DD%2CuBAEI%2CQAAO%2CWb0DV%3BAa3DD%2CqBACI%2CQAAO%2CWbyDV%3BAa1DD%2CqBACI%2CQAAO%2CWb0DV%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CuBAAC%3BAY6jBD%2CyBZ7jBC%3BAWoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXpEpB%3BAEzFD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFYb%3BAazED%2CkBAGI%2CQAAO%2CWbsEV%3BAaxED%2CuBAEI%2CQAAO%2CWbsEV%3BAavED%2CqBACI%2CQAAO%2CWbsEV%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAY%2BiBnB%2CyBZjjBC%3BAYijBD%2CyBZhjBC%3BAACD%2CQAAQ%2CUY%2BiBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXxDpB%3BAWwDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXvDpB%3BAACD%2CQAAQ%2CUWsDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAT7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFwBb%3BAErGD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFyBb%3BAACD%2CQAAQ%2CUEvGR%2C0BAmCI%2CsBAyCI%2CqBACM%3BAW7Dd%2CkBAGI%2CQAAO%2CWbkFV%3BAarFD%2CkBAGI%2CQAAO%2CWbmFV%3BAACD%2CQAAQ%2CUavFR%2CmBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%2CWbkFV%3BAapFD%2CuBAEI%2CQAAO%2CWbmFV%3BAACD%2CQAAQ%2CUatFR%2CwBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%2CWbkFV%3BAanFD%2CqBACI%2CQAAO%2CWbmFV%3BAACD%2CQAAQ%2CUarFR%2CsBACI%2CQAAO%3BEnBqQX%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAYkfD%2CyBZpfC%3BAYofD%2CyBZnfC%3BAYmfD%2CyBZlfC%3BAWPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXKpB%3BAWLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXMpB%3BAWNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXOpB%3BAEpKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFqFb%3BAElKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFsFb%3BAEnKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFuFb%3BAapJD%2CkBAGI%2CQAAO%2CWb%2BIV%3BAalJD%2CkBAGI%2CQAAO%2CWbgJV%3BAanJD%2CkBAGI%2CQAAO%2CWbiJV%3BAanJD%2CuBAEI%2CQAAO%2CWb%2BIV%3BAajJD%2CuBAEI%2CQAAO%2CWbgJV%3BAalJD%2CuBAEI%2CQAAO%2CWbiJV%3BAalJD%2CqBACI%2CQAAO%2CWb%2BIV%3BAahJD%2CqBACI%2CQAAO%2CWbgJV%3BAajJD%2CqBACI%2CQAAO%2CWbiJV%3BEACG%2CqBAAA%3B%3BAF9FJ%2CKAAK%2CcA%2BFD%2Ccc9IJ%3BAEdA%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%3BAGyEA%2CgCAkCI%2CSACI%2CcH5GR%3BAIhCA%2CcA8II%2CcJ9GJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAd4CJ%2CKAAK%2CcA%2BFD%2Ccc9IJ%2CGAKK%3BAEnBL%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%2CGAKK%3BAGoEL%2CgCAkCI%2CSACI%2CcH5GR%2CGAKK%3BAIrCL%2CcA8II%2CcJ9GJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAdyCR%2CKAAK%2CcA%2BFD%2CccpIJ%3BAExBA%2CkBAoDI%2CeA4BI%2CSAEI%2CcF1DZ%3BAG%2BDA%2CgCAkCI%2CSACI%2CcHlGR%3BAI1CA%2CcA8II%2CcJpGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAK9CJ%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEjB0NR%2CWAAA%3B%3BAFhJA%2CKAAK%2CcA0GD%3BAoBoBJ%2CeAmBI%3BAHvHJ%2CgCAKI%3BEHaA%2CYAAA%3BEACA%2CqBAAA%3B%3BAd7CJ%2CKAAK%2CcA0GD%2CuBc3DA%3BAM%2BEJ%2CeAmBI%2CuBNlGA%3BAGrBJ%2CgCAKI%2CuBHgBA%3BEACI%2CgBAAA%3B%3BAOzGR%2CgBACI%2COAOI%3BEzBkQR%2CiBAAA%3BEkB9HI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAO9IJ%2CgBACI%2COAOI%2CaP%2BHJ%3BEACI%2CgBAAA%3B%3BAG7ER%2C2BACI%3BAAuBJ%2CgCACI%3BARkFJ%2C8BACI%3BAExDJ%2CcACI%3BAI%5C%2FBJ%2CeACI%3BEDqEJ%2CmBAAA%3B%3BAG5FA%2C2BACI%2CaH6FF%3BAGtEF%2CgCACI%2CaHqEF%3BALaF%2C8BACI%2CaKdF%3BAH1CF%2CcACI%2CaGyCF%3BACxEF%2CeACI%2CaDuEF%3BElBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA0B9RA%2CwBACI%2COR6LA%3BAOvFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%3BAIhMJ%2CcJgMI%3BAJ9LJ%2CcACI%2COI6LA%3BASrHJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%3BAHiCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%3BAHkCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%3BEAnBJ%2CmBAAA%3B%3BAQ3KA%2CwBACI%2COR6LA%2CaAjBF%3BAOtEF%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%2CaAjBF%3BAI%5C%2FKF%2CcJgMI%2CaAjBF%3BAJ7KF%2CcACI%2COI6LA%2CaAjBF%3BASpGF%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%2CaAjBF%3BAHkDF%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAjBF%3BAHmDF%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAjBF%3BElBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA0B9RA%2CwBACI%2COR6LA%2CaAGM%3BAO1FV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%2CaAGM%3BAInMV%2CcJgMI%2CaAGM%3BAJjMV%2CcACI%2COI6LA%2CaAGM%3BASxHV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%2CaAGM%3BAH8BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAGM%3BAH%2BBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAGM%3BEACE%2CiBAAA%3B%3BAQlMZ%2CwBACI%2CORqMA%3BAO%5C%2FFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%3BAIxMJ%2CcJwMI%3BAJtMJ%2CcACI%2COIqMA%3BAS7HJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%3BAHyBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%3BAH0BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAQxMR%2CwBACI%2CORqMA%2CWAIM%3BAOnGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%2CWAIM%3BAI5MV%2CcJwMI%2CWAIM%3BAJ1MV%2CcACI%2COIqMA%2CWAIM%3BASjIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%2CWAIM%3BAHqBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAIM%3BAHsBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAIM%3BElBoFV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA0B9RA%2CwBACI%2CORqMA%2CWAQM%3BAOvGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%2CWAQM%3BAIhNV%2CcJwMI%2CWAQM%3BAJ9MV%2CcACI%2COIqMA%2CWAQM%3BASrIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%2CWAQM%3BAHiBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAQM%3BAHkBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAQhNZ%2CwBACI%2CORmNA%2CeACI%2CEAAC%3BAO9GT%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP0Fd%2CeACI%2CEAAC%3BAIvNT%2CcJsNI%2CeACI%2CEAAC%3BAJrNT%2CcACI%2COImNA%2CeACI%2CEAAC%3BAS5IT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTyId%2CeACI%2CEAAC%3BAHUT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeACI%2CEAAC%3BAHWT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAQtNZ%2CwBACI%2CORmNA%2CeAKI%3BAOlHR%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP0Fd%2CeAKI%3BAI3NR%2CcJsNI%2CeAKI%3BAJzNR%2CcACI%2COImNA%2CeAKI%3BAShJR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTyId%2CeAKI%3BAHMR%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeAKI%3BAHOR%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeAKI%3BEACI%2CmBAAA%3B%3BAGnMZ%3BARwFI%2CSAAC%3BEepEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA5BFA%2CoBAAC%3BAACD%2CoBAAC%3BAqBpBD%2CqBrBmBC%3BAqBnBD%2CqBrBoBC%3BAaoEG%2CSAAC%2CSbrEJ%3BAaqEG%2CSAAC%2CSbpEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAqBzBD%2CqBrByBC%3BAa%2BDG%2CSAAC%2CSb%5C%2FDJ%3BEACG%2CWAAA%3B%3BAkBoLJ%2CoBUvLA%3BAPvBA%2CqBOuBA%3BAfiEI%2CSAAC%2CSejEL%3BEAEI%2CeAAA%3BE5B8OJ%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAR7CD%2CqBOuBA%2CeCsBC%3BAhB2CG%2CSAAC%2CSejEL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzPgB%2CO9ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAR1DL%2CqBOuBA%2CeCkCC%2CMACI%3BAhB8BD%2CSAAC%2CSejEL%2CeCkCC%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CoBDzCJ%2CeCwCC%2COACI%3BARhEL%2CqBOuBA%2CeCwCC%2COACI%3BAhBwBD%2CSAAC%2CSejEL%2CeCwCC%2COACI%3BE7BuML%2CcAAA%3B%3BA4BqEA%2CoBArTA%2CeAqTC%3BAP5UD%2CqBOuBA%2CeAqTC%3BAfpPG%2CSAAC%2CSejEL%2CeAqTC%3BE5BrED%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAR7CD%2CqBOuBA%2CeAqTC%2COC%5C%2FRA%3BAhB2CG%2CSAAC%2CSejEL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BxOc%2CO9BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAR1DL%2CqBOuBA%2CeAqTC%2COCnRA%2CMACI%3BAhB8BD%2CSAAC%2CSejEL%2CeAqTC%2COCnRA%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BARhEL%2CqBOuBA%2CeAqTC%2COC7QA%2COACI%3BAhBwBD%2CSAAC%2CSejEL%2CeAqTC%2COC7QA%2COACI%3BE7BuML%2CcAAA%3B%3BAkBzDA%2CoBUAA%3BAP9MA%2CqBO8MA%3BAftHI%2CSAAC%2CSesHL%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBzDA%2CoBUAA%2CYAsBI%3BAPpOJ%2CqBO8MA%2CYAsBI%3BAf5IA%2CSAAC%2CSesHL%2CYAsBI%3BE5BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA4B3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAP5OT%2CqBO8MA%2CYAsBI%2CGAQK%3BAfpJL%2CSAAC%2CSesHL%2CYAsBI%2CGAQK%3BE5B2BT%2CmBAAA%3BE4BzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAPtiBD%2CqBO8MA%2CYAuVC%3BAPriBD%2CqBO8MA%2CYAwVC%3BAf9cG%2CSAAC%2CSesHL%2CYAuVC%3BAf7cG%2CSAAC%2CSesHL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAP%5C%2FiBD%2CqBO8MA%2CYAiWC%3BAfvdG%2CSAAC%2CSesHL%2CYAiWC%3BEACG%2CiBAAA%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAPrjBD%2CqBO8MA%2CYAuWC%3BAf7dG%2CSAAC%2CSesHL%2CYAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAP%5C%2FfD%2CqBO8MA%2CYAiTC%3BAfvaG%2CSAAC%2CSesHL%2CYAiTC%3BE5BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4B6PA%2CoBAtTA%2CYAsTC%3BAPpgBD%2CqBO8MA%2CYAsTC%3BAf5aG%2CSAAC%2CSesHL%2CYAsTC%3BE5B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CoBAAC%3BAP3PD%2CqBO2PC%3BAfnKG%2CSAAC%2CSemKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAP9PJ%2CqBO2PC%2COAGG%3BAftKA%2CSAAC%2CSemKJ%2COAGG%3BEACI%2CcAAA%3B%3BAGxRR%2COACI%2CgBAkCI%2CKACI%3BAvB5BZ%2CyBAYI%2CYAAW%3BAJ0EP%2CKAfH%2CcAYD%2CKAGK%2CIACG%3BAqBUZ%2CQA0CI%2CoBACI%2CKACI%3BAJxHZ%2CyBACI%2COAAM%2CIAAK%3BAA2Ef%2CgCAaI%2CKACI%3BAWtHR%2CMAAM%2CQAmBF%2CSACI%3BAnBsOA%2C0BADJ%2CYACK%3BAS3PT%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAH5ChB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAqDA%2CcAFM%2CSACV%2CSACK%2CKA8CG%2CYACI%2CMAAK%3BAclJD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BEfkOpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAOrBJ%3BATnOA%3BAACA%3BEEiQI%2CmBAAA%3B%3BANrLJ%2CSAKI%2CMASI%2CQAAO%3BEZqMf%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAXyPA%2C6BWSE%3BAjBvMF%2CSAKI%2CMASI%2CQAAO%2COiByLb%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2C6BAAC%3BAjBqDD%2CSAKI%2CMASI%2CQAAO%2COiBnEd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAjBwCL%2CSAKI%2CMASI%2CQAAO%2COiBvDd%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2C6BADH%2COACI%3BAjBkCL%2CSAKI%2CMASI%2CQAAO%2COiBjDd%2COACI%3BE7BqPL%2CcAAA%3B%3BADjJA%2CiBmBiJM%2CInBjJL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmB4IM%2CInB5IL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmBuIM%2CInBvIL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAqB7QA%2CKAAK%2CaAAa%2CMACd%3BAalBJ%2CmBACI%3BACoQA%2CSAAU%2CQAAC%2COAAO%3BAhBrPtB%2CKAAK%2CSAAS%2CMACV%3BEDiSJ%2CcAAA%3B%3BAdzKQ%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%3BAgCxGd%2CYAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BA5BxGR%2C0BA6BI%3BA6BzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAnCcvB%2CaAGI%2CiBACI%3BAQmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%3BA4BJd%2CqBACI%3BEzCuPJ%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEYyIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAnBlMA%2C0BAAC%3BAKJO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CILIb%3BAqC5GD%2CYAgFI%2CmBrC4BH%3BAsC5HD%2C%2BBAGI%2C4BAMI%2CatCmHP%3BAuCjHD%2CmBvCiHC%3BAwCjID%2CwBAiFI%2C0BASI%2CexCuCP%3BAY%5C%2FID%2C0BA6BI%2CaZkHH%3BAyC3IW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzC0ItB%3BAM5HD%2CaAGI%2CiBACI%2CeNwHP%3BAcrGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUdmGb%3BAcpGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUdmGb%3BA0CvGD%2CqBACI%2Ce1CsGH%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAKTO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CILSb%3BAqCjHD%2CYAgFI%2CmBrCiCH%3BAsCjID%2C%2BBAGI%2C4BAMI%2CatCwHP%3BAuCtHD%2CmBvCsHC%3BAwCtID%2CwBAiFI%2C0BASI%2CexC4CP%3BAYpJD%2C0BA6BI%2CaZuHH%3BAyChJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzC%2BItB%3BAMjID%2CaAGI%2CiBACI%2CeN6HP%3BAc1GO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUdwGb%3BAczGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUdwGb%3BA0C5GD%2CqBACI%2Ce1C2GH%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAKdO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CILcb%3BAqCtHD%2CYAgFI%2CmBrCsCH%3BAsCtID%2C%2BBAGI%2C4BAMI%2CatC6HP%3BAuC3HD%2CmBvC2HC%3BAwC3ID%2CwBAiFI%2C0BASI%2CexCiDP%3BAYzJD%2C0BA6BI%2CaZ4HH%3BAyCrJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzCoJtB%3BAMtID%2CaAGI%2CiBACI%2CeNkIP%3BAc%5C%2FGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUd6Gb%3BAc9GO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUd6Gb%3BA0CjHD%2CqBACI%2Ce1CgHH%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAF%5C%2FDO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIE6Db%3BAF7DO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIE8Db%3BAF9DO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIE%2BDb%3BA8BvKD%2CYAgFI%2CmB9BqFH%3BA8BrKD%2CYAgFI%2CmB9BsFH%3BA8BtKD%2CYAgFI%2CmB9BuFH%3BA%2BBvLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FB4KP%3BA%2BBrLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FB6KP%3BA%2BBtLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FB8KP%3BAgC5KD%2CmBhC0KC%3BAgC1KD%2CmBhC2KC%3BAgC3KD%2CmBhC4KC%3BAiC5LD%2CwBAiFI%2C0BASI%2CejCgGP%3BAiC1LD%2CwBAiFI%2C0BASI%2CejCiGP%3BAiC3LD%2CwBAiFI%2C0BASI%2CejCkGP%3BAK1MD%2C0BA6BI%2CaL2KH%3BAKxMD%2C0BA6BI%2CaL4KH%3BAKzMD%2C0BA6BI%2CaL6KH%3BAkCtMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlCmMtB%3BAkCpMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlCoMtB%3BAkCrMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlCqMtB%3BADvLD%2CaAGI%2CiBACI%2CeCiLP%3BADrLD%2CaAGI%2CiBACI%2CeCkLP%3BADtLD%2CaAGI%2CiBACI%2CeCmLP%3BAOhKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP4Jb%3BAO9JO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP6Jb%3BAO%5C%2FJO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP8Jb%3BAO%5C%2FJO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP4Jb%3BAO7JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP6Jb%3BAO9JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP8Jb%3BAmClKD%2CqBACI%2CenC%2BJH%3BAmChKD%2CqBACI%2CenCgKH%3BAmCjKD%2CqBACI%2CenCiKH%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAFtEX%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIEoEb%3BAFpEO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIEqEb%3BAACD%2CQAAQ%2CUFtEA%2CMA5DH%2CcA2DD%2CQACK%2CKAAK%3BAgCxGd%2CYAgFI%2CmB9B4FH%3BA8B5KD%2CYAgFI%2CmB9B6FH%3BAACD%2CQAAQ%2CU8B9KR%2CaAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBmLP%3BA%2BB5LD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBoLP%3BAACD%2CQAAQ%2CU%2BB9LR%2CgCAGI%2C4BAMI%3BACER%2CmBhCiLC%3BAgCjLD%2CmBhCkLC%3BAACD%2CQAAQ%2CUgCnLR%3BAChBA%2CwBAiFI%2C0BASI%2CejCuGP%3BAiCjMD%2CwBAiFI%2C0BASI%2CejCwGP%3BAACD%2CQAAQ%2CUiCnMR%2CyBAiFI%2C0BASI%3BA5BxGR%2C0BA6BI%2CaLkLH%3BAK%5C%2FMD%2C0BA6BI%2CaLmLH%3BAACD%2CQAAQ%2CUKjNR%2C2BA6BI%3BA6BzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlC0MtB%3BAkC3MW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlC2MtB%3BAACD%2CQAAQ%2CUkC7MI%2CMAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAnCcvB%2CaAGI%2CiBACI%2CeCwLP%3BAD5LD%2CaAGI%2CiBACI%2CeCyLP%3BAACD%2CQAAQ%2CUD9LR%2CcAGI%2CiBACI%3BAQmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUPmKb%3BAOrKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUPoKb%3BAACD%2CQAAQ%2CUOvKA%2CkBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUPmKb%3BAOpKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUPoKb%3BAACD%2CQAAQ%2CUOtKA%2CeAAe%2CUApClB%2CMAAM%2COAqCG%3BA4BJd%2CqBACI%2CenCsKH%3BAmCvKD%2CqBACI%2CenCuKH%3BAACD%2CQAAQ%2CUmCzKR%2CsBACI%3BEzCuPJ%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAF3EI%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIcwMb%3BAdxMO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIcyMb%2CIAAI%3BAkBjTL%2CYAgFI%2CmBlBgOH%3BAkBhTD%2CYAgFI%2CmBlBiOH%2CIAAI%3BAmBjUL%2C%2BBAGI%2C4BAMI%2CanBuTP%3BAmBhUD%2C%2BBAGI%2C4BAMI%2CanBwTP%2CIAAI%3BAoBtTL%2CmBpBqTC%3BAoBrTD%2CmBpBsTC%2CIAAI%3BAqBtUL%2CwBAiFI%2C0BASI%2CerB2OP%3BAqBrUD%2CwBAiFI%2C0BASI%2CerB4OP%2CIAAI%3BAPpVL%2C0BA6BI%2CaOsTH%3BAPnVD%2C0BA6BI%2CaOuTH%2CIAAI%3BAsBhVO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMtB8UtB%3BAsB%5C%2FUW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMtB%2BUtB%2CIAAI%3BAbjUL%2CaAGI%2CiBACI%2Cea4TP%3BAbhUD%2CaAGI%2CiBACI%2Cea6TP%2CIAAI%3BAL1SG%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUKuSb%3BALzSO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUKwSb%2CIAAI%3BALzSG%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUKuSb%3BALxSO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUKwSb%2CIAAI%3BAuB5SL%2CqBACI%2CevB0SH%3BAuB3SD%2CqBACI%2CevB2SH%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwFI%2CeADJ%2CQACK%3BAG5aT%2CwBH2aI%2CQACK%3BAG3aT%2CuBH0aI%2CQACK%3BAwB7aT%2CqBxB4aI%2CQACK%3BAS7aT%2CmBT4aI%2CQACK%3BAyB7aT%2CKAAK%2CKAAK%2COzB4aN%2CQACK%3BElB7IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEYyIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAqBI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAnB3NJ%2CkBAAC%3BAmB8RO%2CeADJ%2CQACK%2COnB9RR%3BAsB9ID%2CwBH2aI%2CQACK%2COnB9RR%3BAsB7ID%2CuBH0aI%2CQACK%2COnB9RR%3BA2C%5C%2FID%2CqBxB4aI%2CQACK%2COnB9RR%3BA4B%5C%2FID%2CmBT4aI%2CQACK%2COnB9RR%3BA4C%5C%2FID%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COnB9RR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CkBAAC%3BAmByRO%2CeADJ%2CQACK%2COnBzRR%3BAsBnJD%2CwBH2aI%2CQACK%2COnBzRR%3BAsBlJD%2CuBH0aI%2CQACK%2COnBzRR%3BA2CpJD%2CqBxB4aI%2CQACK%2COnBzRR%3BA4BpJD%2CmBT4aI%2CQACK%2COnBzRR%3BA4CpJD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COnBzRR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CkBAAC%3BAmBoRO%2CeADJ%2CQACK%2COnBpRR%3BAsBxJD%2CwBH2aI%2CQACK%2COnBpRR%3BAsBvJD%2CuBH0aI%2CQACK%2COnBpRR%3BA2CzJD%2CqBxB4aI%2CQACK%2COnBpRR%3BA4BzJD%2CmBT4aI%2CQACK%2COnBpRR%3BA4CzJD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COnBpRR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CkBAAC%3BAYmOO%2CeADJ%2CQACK%2COZrOR%3BAYqOO%2CeADJ%2CQACK%2COZpOR%3BAYoOO%2CeADJ%2CQACK%2COZnOR%3BAezMD%2CwBH2aI%2CQACK%2COZrOR%3BAevMD%2CwBH2aI%2CQACK%2COZpOR%3BAexMD%2CwBH2aI%2CQACK%2COZnOR%3BAexMD%2CuBH0aI%2CQACK%2COZrOR%3BAetMD%2CuBH0aI%2CQACK%2COZpOR%3BAevMD%2CuBH0aI%2CQACK%2COZnOR%3BAoC1MD%2CqBxB4aI%2CQACK%2COZrOR%3BAoCxMD%2CqBxB4aI%2CQACK%2COZpOR%3BAoCzMD%2CqBxB4aI%2CQACK%2COZnOR%3BAqB1MD%2CmBT4aI%2CQACK%2COZrOR%3BAqBxMD%2CmBT4aI%2CQACK%2COZpOR%3BAqBzMD%2CmBT4aI%2CQACK%2COZnOR%3BAqC1MD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZrOR%3BAqCxMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZpOR%3BAqCzMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZnOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CQAAQ%2CUAAW%3BAY4NX%2CeADJ%2CQACK%2COZ9NR%3BAY8NO%2CeADJ%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUY4NA%2CgBADJ%2CQACK%3BAG5aT%2CwBH2aI%2CQACK%2COZ9NR%3BAe9MD%2CwBH2aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUehNR%2CyBH2aI%2CQACK%3BAG3aT%2CuBH0aI%2CQACK%2COZ9NR%3BAe7MD%2CuBH0aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUe%5C%2FMR%2CwBH0aI%2CQACK%3BAwB7aT%2CqBxB4aI%2CQACK%2COZ9NR%3BAoC%5C%2FMD%2CqBxB4aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUoCjNR%2CsBxB4aI%2CQACK%3BAS7aT%2CmBT4aI%2CQACK%2COZ9NR%3BAqB%5C%2FMD%2CmBT4aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUqBjNR%2CoBT4aI%2CQACK%3BAyB7aT%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZ9NR%3BAqC%5C%2FMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUqCjNR%2CMAAK%2CKAAK%2COzB4aN%2CQACK%3BElB7IT%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAYuNI%2CeADJ%2CQACK%2COA1FR%3BAA0FO%2CeADJ%2CQACK%2COAzFR%2CIAAI%3BAGnVL%2CwBH2aI%2CQACK%2COA1FR%3BAGlVD%2CwBH2aI%2CQACK%2COAzFR%2CIAAI%3BAGlVL%2CuBH0aI%2CQACK%2COA1FR%3BAGjVD%2CuBH0aI%2CQACK%2COAzFR%2CIAAI%3BAwBpVL%2CqBxB4aI%2CQACK%2COA1FR%3BAwBnVD%2CqBxB4aI%2CQACK%2COAzFR%2CIAAI%3BASpVL%2CmBT4aI%2CQACK%2COA1FR%3BASnVD%2CmBT4aI%2CQACK%2COAzFR%2CIAAI%3BAyBpVL%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COA1FR%3BAyBnVD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COAzFR%2CIAAI%3BEACD%2CgBAAA%3B%3BAGpVJ%2CwBH8XI%3BAG7XJ%2CuBH6XI%3BAwB%5C%2FXJ%2CqBxB%2BXI%3BAS%5C%2FXJ%2CmBT%2BXI%3BAyB%5C%2FXJ%2CKAAK%2CKAAK%2COzB%2BXN%3BEACI%2CmBAAA%3B%3BAG%5C%2FXR%2CwBH8XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAGlYhB%2CuBH6XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAwBpYhB%2CqBxB%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BASpYhB%2CmBT%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAyBpYhB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAGI%2COACK%2CIAAI%2CSACD%3BEACI%2CUAAA%3B%3BAGpYpB%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAG5YlB%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAwB9YlB%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAS9YlB%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAyB9YlB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BEAOE%2CWAAA%3B%3BAGpZpB%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAG9YzB%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAwBhZzB%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAShZzB%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAyBhZzB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAGhZ5B%2CwBH8XI%2CUA2BI%2CQACI%3BAGzZZ%2CuBH6XI%2CUA2BI%2CQACI%3BAwB3ZZ%2CqBxB%2BXI%2CUA2BI%2CQACI%3BAS3ZZ%2CmBT%2BXI%2CUA2BI%2CQACI%3BAyB3ZZ%2CKAAK%2CKAAK%2COzB%2BXN%2CUA2BI%2CQACI%3BEACI%2CSAAA%3B%3BAG3ZhB%2CwBHgaI%2CSACK%3BAGhaT%2CuBH%2BZI%2CSACK%3BAwBlaT%2CqBxBiaI%2CSACK%3BASlaT%2CmBTiaI%2CSACK%3BAyBlaT%2CKAAK%2CKAAK%2COzBiaN%2CSACK%3BEACG%2CgBAAA%3B%3BAGlaZ%2CwBHsaI%3BAGraJ%2CuBHqaI%3BAwBvaJ%2CqBxBuaI%3BASvaJ%2CmBTuaI%3BAyBvaJ%2CKAAK%2CKAAK%2COzBuaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAb%5C%2FPI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEL3JjB%2CSAAA%3BEACA%2CkBAAA%3B%3BA4CCQ%2CSAJF%2CSAIG%2CSACK%3BAADN%2CSAHF%2CUAAU%2CSAGP%2CSACK%3BAxC4EN%2CKAfH%2CcAYD%2CKAGK%2CIAMG%3BAoBqDJ%2CiBAhBJ%2CQAgBK%2CSAGG%3BAAHJ%2CiBAhBJ%2CQAgBK%2CSAgCG%3BAf1KZ%2CqBACI%3BA8BFJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAMxHR%2CwBAoFI%2COACI%3BApBjBA%2CSADJ%2CUACK%2CMACK%3BAAmBd%2CQACI%2CQAAO%2CKAYH%2CSACK%3BAAsCb%2CMAAM%2COACF%2COACI%3BAAUR%2CYACI%3BAqB1HJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BANhDnB%2CsBAcI%2CUAAS%2CSACJ%3BAOjBT%2CYACI%2CuBAGI%2COAGI%3BAnCiBZ%2CuBACI%3BACqIJ%2C2BAKI%2CsBAII%2CUACM%3BAAiBd%2CuBACI%2CoBACI%3BASxMR%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BA0B3JtB%2CMAAM%2CWA0CF%3BAjCyFJ%2CcAKI%2CcAOI%3BAkCjJR%2CYACI%2CeAEI%2COACI%3BA9BmHJ%2CcAFM%2CSACV%2CSACK%2CKAwBG%2CaACI%3BEnB5HhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkDdI%2CsBAAC%2CcAGG%2CsBAQI%3BElDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkB8VW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAkB%2BVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BAIkCD%2CKAAK%2CcA4CD%2CiBJ%5C%2FEH%3BAImCD%2CKAAK%2CcA4CD%2CiBJ9EH%3BAIkCD%2CKAAK%2CcA%2BFD%2CcJlIH%3BAImCD%2CKAAK%2CcA%2BFD%2CcJjIH%3BAwBgKD%2CeAGI%2CcAWM%2CWxB%5C%2FKT%3BAwBiKD%2CeAGI%2CcAWM%2CWxB9KT%3BASxBD%2CmBTuBC%3BASvBD%2CmBTwBC%3BASQD%2CyBTTC%3BASSD%2CyBTRC%3BAmDxCD%2CsBnDuCC%3BAmDvCD%2CsBnDwCC%3BAoCiDO%2CYADJ%2COACK%2CUpClDR%3BAoCkDO%2CYADJ%2COACK%2CUpCjDR%3BAoB3BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBxDX%3BAoB1BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBvDX%3BAyBsCD%2CSACI%2CUAWI%2COzBnDP%3BAyBuCD%2CSACI%2CUAWI%2COzBlDP%3BA8CGD%2C0BACI%2CkB9CLH%3BA8CID%2C0BACI%2CkB9CJH%3BAK1BD%2CaLyBC%3BAKzBD%2CaL0BC%3BAKoDD%2CgBAgCI%2CSLrFH%3BAKqDD%2CgBAgCI%2CSLpFH%3BAKgGD%2CoBACI%2CoBLlGH%3BAKiGD%2CoBACI%2CoBLjGH%3BAKgGD%2CoBAEI%2CkCLnGH%3BAKiGD%2CoBAEI%2CkCLlGH%3BAqB4DD%2CgCAkCI%2CSACI%2CcrBhGP%3BAqB6DD%2CgCAkCI%2CSACI%2CcrB%5C%2FFP%3BAoDXD%2CmBpDUC%3BAoDVD%2CmBpDWC%3BAoD%2BED%2CYAAa%2CMAAK%2CMAGd%2CepDnFH%3BAoDgFD%2CYAAa%2CMAAK%2CMAGd%2CepDlFH%3BAoDgFD%2CkBAEI%2CepDnFH%3BAoDiFD%2CkBAEI%2CepDlFH%3BAoDiFD%2CmBACI%2CepDnFH%3BAoDkFD%2CmBACI%2CepDlFH%3BAoD8HD%2CcAKI%2CSpDpIH%3BAoD%2BHD%2CcAKI%2CSpDnIH%3BAqDtCD%2CUAWI%2CgBrD0BH%3BAqDrCD%2CUAWI%2CgBrD2BH%3BAsB7CD%2CcA8II%2CctBlGH%3BAsB5CD%2CcA8II%2CctBjGH%3BAsB7CD%2CcAuJI%2COtB3GH%3BAsB5CD%2CcAuJI%2COtB1GH%3BAsB7CD%2CcAkMI%2CetBtJH%3BAsB5CD%2CcAkMI%2CetBrJH%3BAmC6GD%2CgBACI%2CiBnC%5C%2FGH%3BAmC8GD%2CgBACI%2CiBnC9GH%3BAqB5CD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAqB3CD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BAqB3CD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAqB1CD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BA0C7CD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BA0C5CD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BA2B7CD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BA2B5CD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BA2C7CD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BA2C5CD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkByVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BAI6BD%2CKAAK%2CcA4CD%2CiBJzEH%3BAI6BD%2CKAAK%2CcA%2BFD%2CcJ5HH%3BAwB2JD%2CeAGI%2CcAWM%2CWxBzKT%3BAS7BD%2CmBT6BC%3BASGD%2CyBTHC%3BAmD7CD%2CsBnD6CC%3BAoC4CO%2CYADJ%2COACK%2CUpC5CR%3BAoBhCD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBlDX%3BAyBiCD%2CSACI%2CUAWI%2COzB7CP%3BA8CFD%2C0BACI%2CkB9CCH%3BAK%5C%2FBD%2CaL%2BBC%3BAK%2BCD%2CgBAgCI%2CSL%5C%2FEH%3BAK2FD%2CoBACI%2CoBL5FH%3BAK2FD%2CoBAEI%2CkCL7FH%3BAqBuDD%2CgCAkCI%2CSACI%2CcrB1FP%3BAoDhBD%2CmBpDgBC%3BAoD0ED%2CYAAa%2CMAAK%2CMAGd%2CepD7EH%3BAoD2ED%2CkBAEI%2CepD7EH%3BAoD4ED%2CmBACI%2CepD7EH%3BAoDyHD%2CcAKI%2CSpD9HH%3BAqD3CD%2CUAWI%2CgBrDgCH%3BAsBlDD%2CcA8II%2CctB5FH%3BAsBlDD%2CcAuJI%2COtBrGH%3BAsBlDD%2CcAkMI%2CetBhJH%3BAmCwGD%2CgBACI%2CiBnCzGH%3BAqBjDD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BAqBhDD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BA0ClDD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BA2BlDD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BA2ClDD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BEACG%2CWAAA%3B%3BAkBqnCJ%2CeACI%3BAA2BJ%3BAapsCA%2COACI%2CgBAqBI%3BAvBdR%2CyBAmCI%3BA8CyBJ%3BAlD9DA%3BAgC6BA%2CYAuBI%3BAc7CA%2CsBAAC%2CcAgBG%3BA9BXR%3BAaLoB%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAhByID%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA2BnFjB%2CMAAC%2CK1BsmCD%3BAqCjqCI%2CMADJ%2CSACK%3BErC%2BjBT%2CsBAAA%3B%3BAWjgBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA7B7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkB6lBJ%2CiBU%5C%2FMA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAV6MJ%2CiBU1MA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAVwMJ%2CiBU1LA%2COAAM%3BAV0LN%2CiBdjkBA%2CMAAK%2CcA4CD%2CiBAGM%2CUwBwVJ%3BAV0LN%2CiBb5lBA%2CauBkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAVwLJ%2CiBUrLA%2COAAS%3BAVqLT%2CiBdjkBA%2CMAAK%2CcA4CD%2CiBAGM%2CUwB6VD%3BAVqLT%2CiBb5lBA%2CauBuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAVkLJ%2CiBUjfA%3BE5BiIA%2CgBAAA%3BEAAA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAXglBA%2CiBUjfA%2CeCqHE%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzPgB%2CO9ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE7BuML%2CcAAA%3B%3BA4BuHA%2CiBAxPA%2CeAwPC%3BE5BvHD%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BxOc%2CO9BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE7BuML%2CcAAA%3B%3BAkBgXA%2CiBUzaA%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBgXA%2CiBUzaA%2COAsBI%3BE5BmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BA4B3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE5B2BT%2CmBAAA%3BE4BzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE5B%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4BoRA%2CiBA7UA%2COA6UC%3BE5BpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BApBhRR%2CyBAmCI%2CsBAyCI%2CqBACM%3BAW7Dd%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEnBqQX%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAalPgB%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%3BAAAD%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%3BAMVT%2CcADJ%2CQACK%3BAAAD%2CSAHC%2CKAAK%2CMAEV%2CQACK%3BAAAD%2CiBADJ%2CQACK%3BEnB4PT%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAXipBA%2C2BW%5C%2FYE%3BAhBtOc%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgBsOf%3BAhBtOc%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgBsOf%3BAVhPM%2CcADJ%2CQACK%2CWUgPP%3BAVhPM%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUgPP%3BAVhPM%2CiBADJ%2CQACK%2CWUgPP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2C2BAAC%3BAhBsBe%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgBtBhB%3BAhBsBe%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgBtBhB%3BAVYO%2CcADJ%2CQACK%2CWUZR%3BAVYO%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUZR%3BAVYO%2CiBADJ%2CQACK%2CWUZR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C2BADH%2CMACI%3BAhBSW%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgBVhB%2CMACI%3BAhBSW%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgBVhB%2CMACI%3BAVDG%2CcADJ%2CQACK%2CWUAR%2CMACI%3BAVDG%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUAR%2CMACI%3BAVDG%2CiBADJ%2CQACK%2CWUAR%2CMACI%3BE7B2PL%2CWAAA%3B%3BA0B9LQ%2CkBADJ%2CQACK%3BAlBjGT%2CeAEI%2CQAAO%3BAAKX%2CyBAmCI%2CsBA8BI%2CYAMI%2CQAAO%3BAJoHnB%2CeAKI%2CwBAKI%2CQAAO%3BAoBvIK%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BAYsET%2CiBAFR%2CiBACI%2CQACK%3BAE1Gb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAdYrB%2CkBAKI%2CiBAAiB%2CQAAO%3BAH7D5B%2CcA0II%2CQAAO%3BEtBsJX%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BA0BzRgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAtBDjB%2CaA8CI%2CiBACM%2CWACE%3BAiBbR%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BAP9CC%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAVDjB%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%3BAAxHV%2CaA8CI%2CiBACM%2CWCDV%3BEL4OA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMqDA%2C2BAAC%3BAACD%2C2BAAC%3BAoB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQpB8UhB%3BAoB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQpB%2BUhB%3BAFhVD%2CaA8CI%2CiBACM%2CWACE%2COE%2BRX%3BAF%5C%2FUD%2CaA8CI%2CiBACM%2CWACE%2COEgSX%3BAe7SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQfgSd%3BAe5SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQfiSd%3BAQ%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR8UhB%3BAQ9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR%2BUhB%3BAFhVD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%2CUEuNT%3BAF%5C%2FUD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%2CUEwNT%3BAFhVD%2CaA8CI%2CiBACM%2CWCDV%2CaCiSC%3BAF%5C%2FUD%2CaA8CI%2CiBACM%2CWCDV%2CaCkSC%3BENtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM4DA%2C2BAAC%3BAoBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQpBqVhB%3BAFtVD%2CaA8CI%2CiBACM%2CWACE%2COEsSX%3BAenTG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQfuSd%3BAQrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQRqVhB%3BAFtVD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%2CUE8NT%3BAFtVD%2CaA8CI%2CiBACM%2CWCDV%2CaCwSC%3BEN5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAqBvPI%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BErB2Of%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAQ%5C%2FRA%3BEUmtBI%2CcAAA%3B%3BAV5sBJ%2CyBA%2BBI%2CcUurBA%3BAVttBJ%2CyBA%2BBI%2CcUwrBA%3BAVvtBJ%2CyBA%2BBI%2CcUyrBA%3BAd1tBJ%2CacwtBI%3BAdxtBJ%2CacytBI%3BAdztBJ%2Cac0tBI%3BAkC5kBJ%2CalC0kBI%3BAkC1kBJ%2CalC2kBI%3BAkC3kBJ%2CalC4kBI%3BAkC3kBJ%2CalCykBI%3BAkCzkBJ%2CalC0kBI%3BAkC1kBJ%2CalC2kBI%3BElBhcJ%2CiBAAA%3BEkBkcQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAV3tBR%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%3BAdhuB3B%2CacguBI%2CqBAAuB%3BAkCllB3B%2CalCklBI%2CqBAAuB%3BAkCjlB3B%2CalCilBI%2CqBAAuB%3BEACnB%2CqBAAA%3BElBvcR%2CiBAAA%3B%3BAQxRA%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%2CuBAIlB%3BAdpuBT%2CacguBI%2CqBAAuB%2CuBAIlB%3BAkCtlBT%2CalCklBI%2CqBAAuB%2CuBAIlB%3BAkCrlBT%2CalCilBI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAVnuBZ%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%2CuBAQlB%3BAdxuBT%2CacguBI%2CqBAAuB%2CuBAQlB%3BAkC1lBT%2CalCklBI%2CqBAAuB%2CuBAQlB%3BAkCzlBT%2CalCilBI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAsCltBR%2CoBAUI%3BAATJ%2CoBASI%3BA9BrCR%2CwBA8BI%2CqCAgBI%3BER2sBJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BElB7dJ%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BA2BzCG%2CoBAUI%2CgB3B%2BBP%3BA2BxCG%2CoBASI%2CgB3B%2BBP%3BAHpED%2CwBA8BI%2CqCAgBI%2CgBGsBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2B5UI%2CoBAUI%2CgBtC%2BtBH%3BAsCxuBD%2CoBASI%2CgBtC%2BtBH%3BAQpwBL%2CwBA8BI%2CqCAgBI%2CgBRstBH%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAWzoBR%2CcX4oBK%2CSW5oBJ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BA6BhKA%2CuBAAC%3BA2BvFW%2CoBAFJ%2CgBAEK%2CS3BuFZ%3BA2BvFW%2CoBAFJ%2CgBAEK%2CS3BuFZ%3BAH9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSG8EZ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAqBnOA%2CyBAGI%3BAR2GJ%2C2BACI%3BAS5KJ%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEtB4GnB%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAqBnOA%2CyBAGI%2CQH2xBE%3BAG9xBN%2CyBAGI%2CQH4xBE%3BALjrBN%2C2BACI%2CaK%2BqBE%3BALhrBN%2C2BACI%2CaKgrBE%3BAI51BN%2CcAmLI%2CaJwqBE%3BAI31BN%2CcAmLI%2CaJyqBE%3BAI51BN%2CcAoLI%2CeAAe%2COJuqBb%3BAI31BN%2CcAoLI%2CeAAe%2COJwqBb%3BElB5jBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAmCWI%2COAAC%2CQjBkkBD%2CQACK%3BEACG%2CkBAAA%3B%3BAiBpkBR%2COAAC%2CQjBkkBD%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAiB5kBR%2COAAC%2CQjBkkBD%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAM92BZ%2CeAUI%2CUAII%2CON42BH%3BAM3rBL%2CeA6HI%2CaAEI%2CON4jBH%3BAM3rBL%2CeA8HI%2CgBACI%2CON4jBH%3BAb3vBL%2CoBACI%2CoBAiBI%2COayuBH%3BAb3vBL%2CoBAEI%2CkCAgBI%2COayuBH%3BAL1wBW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMK0wBZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAL%5C%2F6BP%2CSAAC%2CMAAM%2COK%2B6BP%2CQAAO%3BALr0BP%2CSAAC%2CSKq0BD%2CQAAO%3BElBtpBX%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAXu5BD%2CuBAOI%2CQAAO%2CIW95BV%3BAhBjBG%2CSAAC%2CMAAM%2COK%2B6BP%2CQAAO%2CIW95BV%3BAhByFG%2CSAAC%2CSKq0BD%2CQAAO%2CIW95BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BpOU%2CO9BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAhBlWI%2CSAAC%2CMAAM%2COKy6BP%2COAAO%2CMAAK%2CWACP%3BALh0BL%2CSAAC%2CSK%2BzBD%2COAAO%2CMAAK%2CWACP%3BElBjpBT%2CmBAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COK%2B6BP%2CQAAO%2CIAEF%3BALv0BL%2CSAAC%2CSKq0BD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwVZ%2CmBA4FI%3BAdx2CJ%2CaAWI%2COA4BI%2CUAAS%2CSACH%3BAAxCd%2CaAWI%2COA4BI%2CUAAS%2CSAEH%2CUAAU%3BAoB8JxB%2CeAmFI%2CsBAYI%2CMAAK%2CYAGD%3BAgBhSZ%2CsBAcI%2CUAAS%2CSACJ%2CUAEK%3BAnC6Gd%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAiB9KnB%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BAPpGA%2CaAAc%2CeAAE%3BAAChB%2CmBAAoB%2CeAAE%3BAXrG1B%2CYc%2ByCI%3BAE51CJ%2CkBAYI%2CcFg1CA%3BEArYJ%2CaAAA%3B%3BASh7BA%3BAZ%2BCA%3BEG45BI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAC95BJ%2CeAKI%3BEnBoLJ%2CcAAA%3BEAAA%2CiBAAA%3BEkB8yBI%2CmBAAA%3B%3BAaxgCJ%2CkBbkhCI%2CQACK%3BAdt5BT%2CeACI%2CWco5BA%2CQACK%3BEACG%2CkBAAA%3BEZ3iCZ%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAvBwJA%2CwBY86BI%2CQACK%2CSZ%5C%2F6BR%3BAACD%2CwBY66BI%2CQACK%2CSZ96BR%3BAACD%2CwBY46BI%2CQACK%2CSZ76BR%3BAyBtGD%2CkBbkhCI%2CQACK%2CSZ%5C%2F6BR%3BAyBpGD%2CkBbkhCI%2CQACK%2CSZ96BR%3BAyBrGD%2CkBbkhCI%2CQACK%2CSZ76BR%3BAFuBD%2CeACI%2CWco5BA%2CQACK%2CSZ%5C%2F6BR%3BAFyBD%2CeACI%2CWco5BA%2CQACK%2CSZ96BR%3BAFwBD%2CeACI%2CWco5BA%2CQACK%2CSZ76BR%3BEACG%2CqBAAA%3B%3BAuBrJJ%2CwBXgkCI%2CQACK%2CSWjkCR%3BAE8CD%2CkBbkhCI%2CQACK%2CSWjkCR%3BAzB2KD%2CeACI%2CWco5BA%2CQACK%2CSWjkCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzOQ%2CO9ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBXmjCA%2CQACK%2CSWrjCR%2CMACI%3BAEiCL%2CkBbkhCI%2CQACK%2CSWrjCR%2CMACI%3BAzB8JL%2CeACI%2CWco5BA%2CQACK%2CSWrjCR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CwBX6iCA%2CQACK%2CSW%5C%2FiCR%2COACI%3BAE2BL%2CkBbkhCI%2CQACK%2CSW%5C%2FiCR%2COACI%3BAzBwJL%2CeACI%2CWco5BA%2CQACK%2CSW%5C%2FiCR%2COACI%3BE7BqPL%2CcAAA%3B%3BAM5MA%2CwBYogCI%2CQACK%2CSZrgCR%3BAACD%2CwBYmgCI%2CQACK%2CSZpgCR%3BAyBfD%2CkBbkhCI%2CQACK%2CSZrgCR%3BAyBdD%2CkBbkhCI%2CQACK%2CSZpgCR%3BAF8GD%2CeACI%2CWco5BA%2CQACK%2CSZrgCR%3BAF%2BGD%2CeACI%2CWco5BA%2CQACK%2CSZpgCR%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CwBYu%5C%2FBI%2CQACK%2CSZx%5C%2FBR%3BAyB3BD%2CkBbkhCI%2CQACK%2CSZx%5C%2FBR%3BAFkGD%2CeACI%2CWco5BA%2CQACK%2CSZx%5C%2FBR%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CwBY2%2BBI%2CQACK%2CSZ5%2BBR%3BAACD%2CwBY0%2BBI%2CQACK%2CSZ3%2BBR%3BAACD%2CQAAQ%2CUAAW%2CyBYy%2BBf%2CQACK%3BAanhCT%2CkBbkhCI%2CQACK%2CSZ5%2BBR%3BAyBvCD%2CkBbkhCI%2CQACK%2CSZ3%2BBR%3BAACD%2CQAAQ%2CUyBzCR%2CmBbkhCI%2CQACK%3BAdt5BT%2CeACI%2CWco5BA%2CQACK%2CSZ5%2BBR%3BAFsFD%2CeACI%2CWco5BA%2CQACK%2CSZ3%2BBR%3BAACD%2CQAAQ%2CUFoFR%2CgBACI%2CWco5BA%2CQACK%3BElBzzBT%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyB5CJ%2CkBbkhCI%2CQACK%2CSAaI%3BAdn6Bb%2CeACI%2CWco5BA%2CQACK%2CSAaI%3BElBt0Bb%2C%2BCAAA%3B%3BA%2BB1NA%2CkBbkhCI%2CQAmBK%3BAdx6BT%2CeACI%2CWco5BA%2CQAmBK%3BElB30BT%2CqBAAA%3BE6B9QA%2CqBAAA%3BEX%2BlCY%2CiBAAA%3B%3BAWzlCZ%2CwBXgkCI%2CQAmBK%2COWnlCR%3BAE8CD%2CkBbkhCI%2CQAmBK%2COWnlCR%3BAzB2KD%2CeACI%2CWco5BA%2CQAmBK%2COWnlCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B7PU%2CO9B6PV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBXmjCA%2CQAmBK%2COWvkCR%2CMACI%3BAEiCL%2CkBbkhCI%2CQAmBK%2COWvkCR%2CMACI%3BAzB8JL%2CeACI%2CWco5BA%2CQAmBK%2COWvkCR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CwBX6iCA%2CQAmBK%2COWjkCR%2COACI%3BAE2BL%2CkBbkhCI%2CQAmBK%2COWjkCR%2COACI%3BAzBwJL%2CeACI%2CWco5BA%2CQAmBK%2COWjkCR%2COACI%3BE7BqPL%2CcAAA%3B%3BA4C7NI%2CMAAC%2CK1BsmCD%3BEAEI%2CkBAAA%3B%3BAAHR%2CeAMI%3BAGjnCJ%2CyBAOI%2CyBAOI%3BAuBRJ%2CMAAC%2CK1B2mCD%3BEAYA%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BAqCnrCI%2CMADJ%2CSACK%3BErC8rCL%2CkBAAA%3B%3BAqC9rCI%2CMADJ%2CSACK%2CcrCgsCL%3BEACI%2CkBAAA%3BEACA%2COAAO%2C8BAAP%3B%3BAuCpsCR%2CqBACI%2CaACI%2CeACI%3BAPIR%2CsBAAC%2CcAgBG%3BElDmQR%2CYAAA%3BEAAA%2CSAAA%3BEkBs7BA%2CUAAA%3B%3BAuChtCA%2CqBACI%2CaACI%2CeACI%2CuBvC%2BsCX%3BAuCltCD%2CqBACI%2CaACI%2CeACI%2CuBvCgtCX%3BAgC5sCG%2CsBAAC%2CcAgBG%2CuBhC2rCP%3BAgC3sCG%2CsBAAC%2CcAgBG%2CuBhC4rCP%3BElB34BD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEkBg8BI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAuC5tCJ%2CqBACI%2CaACI%2CeACI%2CuBvC4tCX%3BAgCxtCG%2CsBAAC%2CcAgBG%2CuBhCwsCP%3BElBr8BD%2CyBAAA%3B%3BAyD1RA%2CqBACI%2CaACI%2CeACI%2CuBvCguCX%3BAgC5tCG%2CsBAAC%2CcAgBG%2CuBhC4sCP%3BElBz8BD%2C4BAAA%3BEkB28BI%2CQAAA%3B%3BATjtCJ%2CYAOI%3BA4BdJ%2C%2BBAGI%3BAjBJJ%2CkBAMM%3BATYN%2C0BAQI%3BEXoPJ%2C6BAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAIjOA%2CYcotCI%3BAEjwCJ%2CkBAYI%2CcFqvCA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAdttCR%2CYcotCI%2CMAII%3BAErwCR%2CkBAYI%2CcFqvCA%2CMAII%3BEACI%2CgBAAA%3B%3BAdztCZ%2CYc6tCI%3BAE1wCJ%2CkBAYI%2CcF8vCA%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAdhuCR%2CYc6tCI%2CQAKI%3BAE%5C%2FwCR%2CkBAYI%2CcF8vCA%2CQAKI%3BEACI%2CgBAAA%3B%3BAdnuCZ%2CYcuuCI%2COACI%3BAdxuCR%2CYcuuCI%2COAEI%3BAEtxCR%2CkBAYI%2CcFwwCA%2COACI%3BAErxCR%2CkBAYI%2CcFwwCA%2COAEI%3BEACI%2CiBAAA%3B%3BAd1uCZ%2CYcuuCI%2COAMI%3BAE1xCR%2CkBAYI%2CcFwwCA%2COAMI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAd%5C%2FuCZ%2CYcuuCI%2COAMI%2CQAII%3BAE9xCZ%2CkBAYI%2CcFwwCA%2COAMI%2CQAII%3BEACI%2CgBAAA%3B%3BAdlvChB%2CYcuvCI%3BAEpyCJ%2CkBAYI%2CcFwxCA%3BEACI%2CmBAAA%3B%3BAdxvCR%2CYc2vCI%2CYACK%2CQACG%3BAd7vCZ%2CYc2vCI%2CYACK%2CQAEG%3BAE3yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQACG%3BAE1yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQAEG%3BElB7hCZ%2C6BAAA%3BEAAA%2CgCAAA%3BEkBgiCgB%2CeAAA%3B%3BAdjwChB%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%3BAEjzCpB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%3BElBniCpB%2CcAAA%3BE6BhOA%2CqBAAA%3BEX2wCgB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BAzBrNF%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BATlQF%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CmBXovCI%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BAzBPD%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BATpDD%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzB1SA%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAE5zCjB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAdlxCpB%2CYc2vCI%2CYACK%2CQA0BI%2CSACG%3BAdvxChB%2CYc2vCI%2CYACK%2CQA0BI%2CSAEG%3BAEr0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSACG%3BAEp0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAWxtCpB%2CmBX0rCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BAzBjED%2CYc2vCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BAT9GD%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAIjOA%2CYc2vCI%2CYA0CK%3BAEl1CT%2CkBAYI%2CcF4xCA%2CYA0CK%3BElBpkCT%2CgCAAA%3BEkBskCY%2CaAAA%3B%3BAdvyCZ%2CYc2vCI%2CYA0CK%2CQAII%3BAEt1Cb%2CkBAYI%2CcF4xCA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BAQhxChB%2CiCRiyCM%3BAdp3CN%2CaAWI%2COcy2CE%3BAJ7zCN%2CuBAII%2COIyzCE%3BEACE%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BElB7lCR%2CcAAA%3BE6BhOA%2CqBAAA%3BEXo0CQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAWj0CR%2CmBXozCM%2CSWpzCL%3BAHmBD%2CiCRiyCM%2CSWpzCL%3BAzBhED%2CaAWI%2COcy2CE%2CSWpzCL%3BAfTD%2CuBAII%2COIyzCE%2CSWpzCL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHhRA%2CiCRiyCM%2CSAeG%3BAdn4CT%2CaAWI%2COcy2CE%2CSAeG%3BAJ50CT%2CuBAII%2COIyzCE%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIA%2COAAO%2CKQvzCnB%2CkCRiyCM%2CSAqBE%3BAACI%2COAAO%2CKd14CnB%2CcAWI%2COcy2CE%2CSAqBE%3BAACI%2COAAO%2CKJn1CnB%2CwBAII%2COIyzCE%2CSAqBE%3BElB%5C%2FmCR%2CiBAAA%3BEkBknCgB%2CgBAAA%3B%3BAQzzChB%2CiCR8zCM%3BAdj5CN%2CaAWI%2COcs4CE%3BAJ11CN%2CuBAII%2COIs1CE%3BEACE%2CaAAA%3B%3BAWxxCR%2CmBX2xCK%2COACK%2CSW5xCT%3BAHvCD%2CiCRk0CK%2COACK%2CSW5xCT%3BAzB1HD%2CaAWI%2COc04CC%2COACK%2CSW5xCT%3BAfnED%2CuBAII%2COI01CC%2COACK%2CSW5xCT%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BA0BvMA%2CiCRk0CK%2COAQK%3BAd75CV%2CaAWI%2COc04CC%2COAQK%3BAJt2CV%2CuBAII%2COI01CC%2COAQK%3BEACE%2CcAAA%3B%3BAnB55CZ%3BEACI%2Ca2DRc%2CW3DQd%3BEACA%2CSAAS%2CiFAAsB%2COAAO%2CcAClC%2CgFAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca2DAc%2CW3DAd%3BEACA%2CSAAS%2CmFAAsB%2COAAO%2CcAClC%2CkFAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca2DQc%2CW3DRd%3BEACA%2CSAAS%2CoFAAsB%2COAAO%2CcAClC%2CmFAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca2DgBc%2CW3DhBd%3BEACA%2CSAAS%2CgFAAsB%2COAAO%2CcAClC%2C%2BEAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA2DmCJ%3BE1D%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA4DtHA%3BEACI%2CmBAAA%3B%3BAAGJ%2CKxDyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2DjBQ%2CMADH%2CIAAI%2COACA%2CIAAI%3BExDkOb%2CYAAA%3B%3BAwDlOQ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxDoOX%2CQAGI%2CKACI%3BAwDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxDqOX%2CQAEI%2CKACI%3BAwDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxDsOX%2CQACI%2CKACI%3BAwDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxDoOX%2CQAGI%2CKAEI%3BAwDzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxDqOX%2CQAEI%2CKAEI%3BAwDzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxDsOX%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAwD1OJ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxD%2BOX%2CQACI%2CKACI%3BAwDjPF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSxD%2BOX%2CQACI%2CKAEI%3BEHoCV%2CgCAAA%3B%3BA2D9QoB%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYACG%3BAADJ%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAZpB%2CMADH%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC5BpB%2CQAAQ%3BE5D%2BRR%2CgBAAA%3BEAAA%2CkBAAA%3BE6DnQA%2CcAAA%3BE7DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE6DtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BE7D2OA%2CcAAA%3B%3BA6DxOI%2CQDvDI%2CKCoDR%2CEAGK%3BE7DwOL%2CcAAA%3B%3BA6DpOI%2CQD3DI%2CKCoDR%2CEAOK%3BE7DoOL%2CcAAA%3B%3BA4D%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BEhCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE6DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BE5D2RR%2CgBAAA%3BEAAA%2CkBAAA%3BE6DnQA%2CcAAA%3BE7DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE6DtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BE7D2OA%2CcAAA%3B%3BA6DxOI%2CQDnDI%2CMCgDR%2CEAGK%3BE7DwOL%2CcAAA%3B%3BA6DpOI%2CQDvDI%2CMCgDR%2CEAOK%3BE7DoOL%2CcAAA%3B%3BA4D3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BEhCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE6DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BE5DuRR%2CgBAAA%3BEAAA%2CkBAAA%3BE6DnQA%2CcAAA%3BE7DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE6DtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BE7D2OA%2CcAAA%3B%3BA6DxOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BE7DwOL%2CcAAA%3B%3BA6DpOI%2CQDnDI%2CQC4CR%2CEAOK%3BE7DoOL%2CcAAA%3B%3BA4DvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BEhCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE6DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BE5DmRR%2CgBAAA%3BEAAA%2CkBAAA%3BE6DnQA%2CcAAA%3BE7DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE6DtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BE7D2OA%2CcAAA%3B%3BA6DxOI%2CQD3CI%2COCwCR%2CEAGK%3BE7DwOL%2CcAAA%3B%3BA6DpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BE7DoOL%2CcAAA%3B%3BA4DnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BEhCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE6DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BE5D%2BQR%2CgBAAA%3BEAAA%2CkBAAA%3BE6DnQA%2CcAAA%3BE7DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE6DtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BE7D2OA%2CcAAA%3B%3BA6DxOI%2CQDvCI%2CQCoCR%2CEAGK%3BE7DwOL%2CcAAA%3B%3BA6DpOI%2CQD3CI%2CQCoCR%2CEAOK%3BE7DoOL%2CcAAA%3B%3BA4D%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BEhCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE6DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE%5C%2FDwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE%2BDhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE%5C%2FD8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BE%2BDxFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2CQDjDI%2CQCuBR%2CiBA0BK%3BAACD%2CQDlDI%2CQCuBR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQD1DI%2CQCuBR%2CiBAmCK%3BE%5C%2FDqOL%2CiBAAA%3BE%2BDnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE%5C%2FDgOL%2CiBAAA%3BE%2BD9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE%5C%2FDgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA%2BD1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE%5C%2FD0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA%2BDhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BE%5C%2FDgNF%2CYAAA%3B%3BA%2BD5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BEhE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BEiE7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BEjEuQD%2C4BkE3RgC%2C8ElE2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEiEhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BApB7BJ%3BE5CyRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEO0KA%2CuBAAA%3B%3BAqCncA%2CSrCqcE%3BEACE%2CsBAAA%3B%3BAqCtcJ%2CSrCycE%3BEPhLF%2CgBAAA%3BEAAA%2CUAAA%3BEOoLI%2CsBAAA%3BEACA%2CWAAA%3BEPrLJ%2CgBAAA%3BEAAA%2CeAAA%3B%3BAOgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAqC5dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAHR%2CSAMM%3BAANN%2CSAOM%2CUAAU%3BE5CkRhB%2CgBAAA%3B%3BA4CzRA%2CSAMM%2CSrCuwBJ%3BAqC7wBF%2CSAOM%2CUAAU%2CSrCswBd%3BEPpfF%2CeAAA%3BEOwfI%2CqBAAA%3B%3BAAtOJ%2CSqCriBM%2CSrCqiBL%3BAAAD%2CSqCpiBM%2CUAAU%2CSrCoiBf%3BEACG%2CgBAAA%3B%3BAqC5iBJ%2CSAMM%2CSrC%2BiBJ%3BAqCrjBF%2CSAOM%2CUAAU%2CSrC8iBd%3BEP5RF%2CgBAAA%3B%3BAOqSI%2CSqCxjBE%2CSrC%2BiBJ%2CSASM%3BAAAJ%2CSqCvjBE%2CUAAU%2CSrC8iBd%2CSASM%3BEACA%2CaAAA%3B%3BAqC%5C%2FjBR%2CSAMM%2CSrC6jBN%2CQACI%3BAqCpkBJ%2CSAOM%2CUAAU%2CSrC4jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BAPhiBR%2CS4C%5C%2FBM%2CSrCmkBN%2CQAAO%2CMPpiBN%3BAAAD%2CS4C9BM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMPpiBN%3BAACD%2CS4ChCM%2CSrCmkBN%2CQAAO%2CMPniBN%3BAAAD%2CS4C%5C%2FBM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMPniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS4CrCM%2CSrCmkBN%2CQAAO%2CMP9hBN%3BAAAD%2CS4CpCM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMP9hBN%3BEACG%2CWAAA%3B%3BA4C5CJ%2CSAMM%2CSrCmkBN%2CQAAO%2CMAEH%3BAqC3kBJ%2CSAOM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSqC1kBE%2CSrCmkBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSqCzkBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqC9kBE%2CSrCmkBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSqC7kBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSqCllBE%2CSrCmkBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSqCjlBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqCtlBE%2CSrCmkBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSqCrlBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAqC7lBR%2CSAMM%2CSrC2lBN%3BAqCjmBA%2CSAOM%2CUAAU%2CSrC0lBhB%3BEPpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEOyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAqCrmBJ%2CSAMM%2CSrC2lBN%2COAMI%3BAqCvmBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAMI%3BAqCvmBJ%2CSAMM%2CSrC2lBN%2COAOI%3BAqCxmBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAOI%3BAqCxmBJ%2CSAMM%2CSrC2lBN%2COAQI%3BAqCzmBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAQI%3BEPhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEOwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAqC9mBR%2CSAMM%2CSrC2lBN%2COAgBI%3BAqCjnBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAgBI%3BAqCjnBJ%2CSAMM%2CSrC2lBN%2COAiBI%3BAqClnBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAiBI%3BEPzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEO0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSqCzXM%2CSrC2lBN%2COAgBI%2CWAlPH%3BAAAD%2CSqCxXM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWAlPH%3BAAAD%2CSqCzXM%2CSrC2lBN%2COAiBI%2CUAnPH%3BAAAD%2CSqCxXM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUAnPH%3BEPtGD%2CYAAA%3B%3BAOqHA%2CSqCxYM%2CSrC2lBN%2COAgBI%2CWAnOH%3BAAAD%2CSqCvYM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWAnOH%3BAAAD%2CSqCxYM%2CSrC2lBN%2COAiBI%2CUApOH%3BAAAD%2CSqCvYM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUApOH%3BEPrHD%2CcAAA%3B%3BAO0HA%2CSqC7YM%2CSrC2lBN%2COAgBI%2CWA9NH%3BAAAD%2CSqC5YM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWA9NH%3BAAAD%2CSqC7YM%2CSrC2lBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSqC5YM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUA%5C%2FNH%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CSqClZM%2CSrC2lBN%2COAgBI%2CWAzNH%3BAAAD%2CSqCjZM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWAzNH%3BAAAD%2CSqClZM%2CSrC2lBN%2COAiBI%2CUA1NH%3BAAAD%2CSqCjZM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUA1NH%3BEP%5C%2FHD%2CcAAA%3B%3BA4CzRA%2CSAMM%2CSrC2lBN%2COA0BI%3BAqC3nBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COA0BI%3BEACI%2CWAAA%3BEPnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA4C3bT%2CSAMM%2CSrC2nBN%3BAqCjoBA%2CSAOM%2CUAAU%2CSrC0nBhB%3BEPxWA%2CgBAAA%3B%3BAOugBI%2CSqC1xBE%2CSrCwxBL%2CSAAY%2CSAER%3BAAAD%2CSqCzxBE%2CUAAU%2CSrCuxBf%2CSAAY%2CSAER%3BAAAD%2CSqC1xBE%2CSrCyxBL%2CUAAa%2CSACT%3BAAAD%2CSqCzxBE%2CUAAU%2CSrCwxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BEPxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BA4CzRA%2CSAMM%2CSrC%2BzBN%3BAqCr0BA%2CSAOM%2CUAAU%2CSrC8zBhB%3BEP5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CSeXM%2CSrC%2BzBN%2CMsBpzBC%3BAAAD%2CSeVM%2CUAAU%2CSrC8zBhB%2CMsBpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAelVQ%2CSAVF%2CSAUG%2COACG%3BAADJ%2CSATF%2CUAAU%2CSASP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAAzBhB%2CSAMM%2CSAuBE%2COAAM%3BAA7Bd%2CSAOM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAjChB%2CSAMM%2CSA%2BBE%2CMAAK%3BAArCb%2CSAOM%2CUAAU%2CSA8BR%2CMAAK%3BEACD%2CaAAA%3B%3BAAKZ%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKAGG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BE5CuMA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA4C%5C%2FLgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAAOpB%2CMAAO%3BEmBnFP%2CkBAAA%3B%3BAnBmFA%2CMAAO%2CSmBjFP%3BE%5C%2FDwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE%2BDhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE%5C%2FD8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE%2BDvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMnBuDG%2CSmBjFP%2CiBA0BK%3BAACD%2CMnBsDG%2CSmBjFP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMnB8CG%2CSmBjFP%2CiBAmCK%3BE%5C%2FDqOL%2CiBAAA%3BE%2BDnOQ%2CyBAAA%3B%3BAAGJ%2CMnByCG%2CSmBjFP%2CiBAwCK%3BE%5C%2FDgOL%2CiBAAA%3BE%2BD9NQ%2CyBAAA%3B%3BAA0GR%2CMnBnEO%2CSmBjFP%2CiBAoJC%3BAACD%2CMnBpEO%2CSmBjFP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMnBxEO%2CSmBjFP%2CiBAyJC%3BE%5C%2FD%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA%2BDzGA%2CMnB9EO%2CSmBjFP%2CiBA%2BJC%3BE%5C%2FDyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA%2BDhNA%2CMnByBO%2CSmBzBL%3BE%5C%2FDgNF%2CYAAA%3B%3BA%2BD5MA%2CMnBqBO%2CSmBrBL%2CgBAA2B%2CMAAS%3BAACtC%2CMnBoBO%2CSmBpBL%2CgBAA2B%2CMAAS%3BAACtC%2CMnBmBO%2CSmBnBN%2CMAAO%3BEACJ%2CcAAA%3B%3BAnBkBJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BEtCgHN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CcAAA%3BE6B9QA%2CqBAAA%3BEe%2BGQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAtCiHR%2CgBsC5HM%2CyBtC4HL%3BAACD%2CgBsC7HM%2CyBtC6HL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsClIM%2CyBtCkIL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsCvIM%2CyBtCuIL%3BAACD%2CgBsCxIM%2CyBtCwIL%3BAACD%2CQAAQ%2CUAAW%2CiBsCzIb%3BEtC0IF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA4C1KA%2CgBACM%2CyBf6JJ%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CgBe%2BFM%2CyBf%5C%2FFL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9OY%2CO9B8OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAerOQ%2CgBAbF%2CyBAaG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAASZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BA7CzJhB%3BEACI%2CaGFW%2CmBHEX%3BEACA%2CSAAS%2CyFAAsB%2COAAO%2CcAClC%2CwFAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAoEdJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BApE7HJ%2CQmE5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQpExHN%3BAACD%2CQmE7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQpEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQmElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQpElHN%3BEACG%2CWAAA%3B%3BAoEwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMCiOP%2CQAAK%3BEpE%2BDX%2CeAAA%3B%3BAmEhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BEpE0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQoE%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUrEvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQoEpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUrElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQoEzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUrE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAoE9BI%2CQDlQI%2CKAAK%2CMCqOX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDnQI%2CKAAK%2CMCqOX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BEpE6B9B%2CmBAAA%3B%3BAoEzBI%2CQDvQI%2CKAAK%2CMCqOX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDxQI%2CKAAK%2CMCqOX%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQDzQI%2CKAAK%2CMCqOX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD1QI%2CKAAK%2CMCqOX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEpEsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAmEhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BEpEcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2C4BAAA%3B%3BAuBhSA%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CmBAAA%3B%3BAAdR%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBARN%2CWAIE%2CQAIK%3BAAAD%2CgBAPN%2CaAGE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAKR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BA8CtBZ%3BErEgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAqEhSA%2CYCoEA%3BEtE4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAsEtHA%2CYCoEA%2COvEwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAsE9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEtEkNA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAsEpMI%2CYAdJ%2CEAcK%3BEtEoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BAsEvLI%2CYA3BJ%2CEA2BK%3BEtEuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BAsE1KI%2CYAxCJ%2CEAwCK%3BEtE0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BAqEhSA%2CYCoIA%3BEtE4JA%2CgBAAA%3B%3BAqEhSA%2CYC4JI%2CMAAK%2CIAAI%3BEtEoIb%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CYyCsFI%2CMAAK%2CIAAI%2CazCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS8BxPQ%2CO9BwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0C9VY%2CUAFP%2CMACG%2CQACK%3BEvEqRb%2CkBAAA%3BEuEjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEvE6QhB%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAuErRY%2CUAFP%2CMACG%2CQACK%2CM1CyQX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CU0CfK%2CMACG%2CQACK%2CM1CaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU0C5BC%2CMACG%2CQACK%2CM1CyBZ%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CU0ClCC%2CMACG%2CQACK%2CM1C%2BBZ%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CUiE1OK%2CMACG%2CQACK%2CMjEwOZ%3BAACD%2CUiE3OK%2CMACG%2CQACK%2CMjEyOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiEhPK%2CMACG%2CQACK%2CMjE8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiErPK%2CMACG%2CQACK%2CMjEmPZ%3BAACD%2CUiEtPK%2CMACG%2CQACK%2CMjEoPZ%3BAACD%2CQAAQ%2CUAAW%2CWiEvPd%2CMACG%2CQACK%3BEjEsPT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAuEtPA%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAvEubJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEArND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BAwD5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BExDiQR%2CiBAAA%3BEwD%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BExD%2BOR%2CiBAAA%3B%3BAwD5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BExD2OZ%2CiBAAA%3B%3BAwDjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BExDuOR%2CiBAAA%3B%3BAwE%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BExEuJA%2CYAAA%3B%3BAwEnJA%3BAACA%3BEA7GA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACQ%2CWAAW%2CeAAX%3B%3BAAyFhB%2CYArFA%3BAAsFA%2CYAtFA%3BExEwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEwErOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BExE8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAwE5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAA2EhB%2CYAvEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACQ%2CWAAW%2CgBAAX%3BEACR%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3B%3BAAiEA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BExE8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAwEtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BExEgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAwEhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BExEoHJ%2CwBAAA%3B%3BAwE9IA%2CYA8BI%3BExEgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAwE1GA%3BExE0GA%2CYAAA%3BEwEvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BExEmMJ%2CgBAAA%3B%3BAwE9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BExEuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEwE5UJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACQ%2CWAAW%2CiBAAX%3BEACR%2C%2BCAAA%3BEACQ%2C%2BBAAA%3B%3BAAoER%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BExEgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAwE1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BExEsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAwE9OR%2CYAqCI%3BExEqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAwE1GA%2CYA0CI%3BEACI%2CgBAAA%3BExE%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAwE1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEnE4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE6B9QA%2CqBAAA%3BE4CkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAnE6MR%2CamExNI%2CcnEwNH%3BAAAD%2CYmExNI%2CcnEwNH%3BAAAD%2CYmExNI%2CcnEwNH%3BAACD%2CamEzNI%2CcnEyNH%3BAAAD%2CYmEzNI%2CcnEyNH%3BAAAD%2CYmEzNI%2CcnEyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamE9NI%2CcnE8NH%3BAAAD%2CYmE9NI%2CcnE8NH%3BAAAD%2CYmE9NI%2CcnE8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamEnOI%2CcnEmOH%3BAAAD%2CYmEnOI%2CcnEmOH%3BAAAD%2CYmEnOI%2CcnEmOH%3BAACD%2CamEpOI%2CcnEoOH%3BAAAD%2CYmEpOI%2CcnEoOH%3BAAAD%2CYmEpOI%2CcnEoOH%3BAACD%2CQAAQ%2CUAAW%2CcmErOf%3BAnEqOJ%2CQAAQ%2CUAAW%2CamErOf%3BAnEqOJ%2CQAAQ%2CUAAW%2CamErOf%3BEnEsOA%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAyExQA%2CaAGI%2Cc5CyPF%3BA4C3PF%2CYAEI%2Cc5CyPF%3BA4C1PF%2CYACI%2Cc5CyPF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2Ca4CGI%2Cc5CHH%3BAAAD%2CY4CGI%2Cc5CHH%3BAAAD%2CY4CGI%2Cc5CHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca4CVA%2Cc5CSH%2CMACI%3BAAAD%2CY4CVA%2Cc5CSH%2CMACI%3BAAAD%2CY4CVA%2Cc5CSH%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2Ca4ChBA%2Cc5CeH%2COACI%3BAAAD%2CY4ChBA%2Cc5CeH%2COACI%3BAAAD%2CY4ChBA%2Cc5CeH%2COACI%3BE7BqPL%2CcAAA%3B%3BAyEvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEzE%2BOJ%2CYAAA%3B%3BAyE1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BEzEuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEyEnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEzE6MA%2CwCAAA%3BEyE3MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAC5FZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C0GAAT%3BEACA%2CSAAS%2CkHAA8C%2COAAO%2C0BAC1D%2C4GAAwC%2COAAO%2CaAC%5C%2FC%2C2GAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEiJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFjJD%2CmCAAA%3BEACA%2CaCjBuB%2CkBDiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaC7BuB%2CkBD6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCrC%2BB%2CODqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCxC%2BB%2CODwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSC3C%2BB%2COD2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSClD6B%2CODkD7B%3B%3BAGhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDzG2B%2COCyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDlH2B%2COCkH3B%3BEACA%2CiBAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAe%2CkBAAf%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAHH%2CMAGI%3BAAAD%2CWAHH%2CMAGI%3BEACG%2CYAAA%3B%3BAAEJ%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BEACG%2CcAAA%3B%3BAAIR%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEAEG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BAAAL%2CWAAC%2CIAAI%3BEACD%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BEACG%2CgBAAA%3B%3BAAKZ%3BE7EgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE6E3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BAAjBR%2CWAQI%2CGzEzGJ%2CMAAK%2CcA4CD%2CiBAGM%3BAyEkDV%2CWAQI%2CGxEpIJ%3BEwE8IY%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BAAAD%2CWAtBR%2CGzEzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CUyEgFG%3BAAAD%2CWAtBR%2CGxEpIJ%2CawE0Ja%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BAAFL%2CWA1BR%2CGzEzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CUyEoFG%3BAACD%2CWA3BR%2CGzEzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CUyEqFG%3BAACD%2CWA5BR%2CGzEzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CUyEsFG%2CIAAI%3BAAFL%2CWA1BR%2CGxEpIJ%2CawE8Ja%3BAACD%2CWA3BR%2CGxEpIJ%2CawE%2BJa%3BAACD%2CWA5BR%2CGxEpIJ%2CawEgKa%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BAADJ%2CWAjCJ%2CGAiCK%2CazE1IT%2CMAAK%2CcA4CD%2CiBAGM%3BAyE2FF%2CWAjCJ%2CGAiCK%2CaxErKT%3BEwEuKgB%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BAlFgEL%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%3BAjFqCL%2CYiFrCK%3BEtFiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEN0FA%2CgBAAA%3BEsF1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAvFuHR%2CCuFhIK%2CwBvFgIJ%3BAAAD%2CMuFhIK%2CwBvFgIJ%3BAAAD%2CGuFhIK%2CwBvFgIJ%3BAKhED%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBvFgIJ%3BAM3FD%2CYiFrCK%2CwBvFgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCuFrIK%2CwBvFqIJ%3BAAAD%2CMuFrIK%2CwBvFqIJ%3BAAAD%2CGuFrIK%2CwBvFqIJ%3BAKrED%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBvFqIJ%3BAMhGD%2CYiFrCK%2CwBvFqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCuF1IK%2CwBvF0IJ%3BAAAD%2CMuF1IK%2CwBvF0IJ%3BAAAD%2CGuF1IK%2CwBvF0IJ%3BAK1ED%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBvF0IJ%3BAMrGD%2CYiFrCK%2CwBvF0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CCgFzLK%2CwBhFyLJ%3BAAAD%2CMgFzLK%2CwBhFyLJ%3BAAAD%2CGgFzLK%2CwBhFyLJ%3BAACD%2CCgF1LK%2CwBhF0LJ%3BAAAD%2CMgF1LK%2CwBhF0LJ%3BAAAD%2CGgF1LK%2CwBhF0LJ%3BAACD%2CCgF3LK%2CwBhF2LJ%3BAAAD%2CMgF3LK%2CwBhF2LJ%3BAAAD%2CGgF3LK%2CwBhF2LJ%3BAF3HD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBhFyLJ%3BAFzHD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBhF0LJ%3BAF1HD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBhF2LJ%3BADtJD%2CYiFrCK%2CwBhFyLJ%3BADpJD%2CYiFrCK%2CwBhF0LJ%3BADrJD%2CYiFrCK%2CwBhF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCgFhMK%2CwBhFgMJ%3BAAAD%2CMgFhMK%2CwBhFgMJ%3BAAAD%2CGgFhMK%2CwBhFgMJ%3BAACD%2CCgFjMK%2CwBhFiMJ%3BAAAD%2CMgFjMK%2CwBhFiMJ%3BAAAD%2CGgFjMK%2CwBhFiMJ%3BAACD%2CQAAQ%2CUAAW%2CEgFlMd%3BAhFkML%2CQAAQ%2CUAAW%2COgFlMd%3BAhFkML%2CQAAQ%2CUAAW%2CIgFlMd%3BAlFgEL%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBhFgMJ%3BAFhID%2CKAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%2CwBhFiMJ%3BAACD%2CQAAQ%2CUFlIR%2CMAAK%2CcA4CD%2CiBAGM%2CUkF%5C%2FGL%3BAjFqCL%2CYiFrCK%2CwBhFgMJ%3BAD3JD%2CYiFrCK%2CwBhFiMJ%3BAACD%2CQAAQ%2CUD7JR%2CaiFrCK%3BEtFiRL%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAgF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BAlFoDL%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%3BAjFyBL%2CYiFzBK%3BEhF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEsFhQQ%2CgBAAA%3B%3BAhF0IR%2CCgF%5C%2FIK%2C2BhF%2BIJ%3BAAAD%2CMgF%5C%2FIK%2C2BhF%2BIJ%3BAAAD%2CGgF%5C%2FIK%2C2BhF%2BIJ%3BAACD%2CCgFhJK%2C2BhFgJJ%3BAAAD%2CMgFhJK%2C2BhFgJJ%3BAAAD%2CGgFhJK%2C2BhFgJJ%3BAACD%2CCgFjJK%2C2BhFiJJ%3BAAAD%2CMgFjJK%2C2BhFiJJ%3BAAAD%2CGgFjJK%2C2BhFiJJ%3BAF7FD%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhF%2BIJ%3BAF3FD%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhFgJJ%3BAF5FD%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhFiJJ%3BADxHD%2CYiFzBK%2C2BhF%2BIJ%3BADtHD%2CYiFzBK%2C2BhFgJJ%3BADvHD%2CYiFzBK%2C2BhFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCgFzDK%2C2BhFyDJ%3BAAAD%2CMgFzDK%2C2BhFyDJ%3BAAAD%2CGgFzDK%2C2BhFyDJ%3BAACD%2CCgF1DK%2C2BhF0DJ%3BAAAD%2CMgF1DK%2C2BhF0DJ%3BAAAD%2CGgF1DK%2C2BhF0DJ%3BAFND%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhFyDJ%3BAFLD%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhF0DJ%3BADjCD%2CYiFzBK%2C2BhFyDJ%3BADhCD%2CYiFzBK%2C2BhF0DJ%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CCgFtEK%2C2BhFsEJ%3BAAAD%2CMgFtEK%2C2BhFsEJ%3BAAAD%2CGgFtEK%2C2BhFsEJ%3BAFlBD%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhFsEJ%3BAD7CD%2CYiFzBK%2C2BhFsEJ%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CCgFlFK%2C2BhFkFJ%3BAAAD%2CMgFlFK%2C2BhFkFJ%3BAAAD%2CGgFlFK%2C2BhFkFJ%3BAACD%2CCgFnFK%2C2BhFmFJ%3BAAAD%2CMgFnFK%2C2BhFmFJ%3BAAAD%2CGgFnFK%2C2BhFmFJ%3BAACD%2CQAAQ%2CUAAW%2CEgFpFd%3BAhFoFL%2CQAAQ%2CUAAW%2COgFpFd%3BAhFoFL%2CQAAQ%2CUAAW%2CIgFpFd%3BAlFoDL%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhFkFJ%3BAF9BD%2CKAAK%2CcA4CD%2CiBAGM%2CUkFnGL%2C2BhFmFJ%3BAACD%2CQAAQ%2CUFhCR%2CMAAK%2CcA4CD%2CiBAGM%2CUkFnGL%3BAjFyBL%2CYiFzBK%2C2BhFkFJ%3BADzDD%2CYiFzBK%2C2BhFmFJ%3BAACD%2CQAAQ%2CUD3DR%2CaiFzBK%3BEtFqQL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BAlF4CL%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%3BAjFiBL%2CYiFjBK%3BEhFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEsFxPQ%2CgBAAA%3B%3BAhFkIR%2CCgFvIK%2C6BhFuIJ%3BAAAD%2CMgFvIK%2C6BhFuIJ%3BAAAD%2CGgFvIK%2C6BhFuIJ%3BAACD%2CCgFxIK%2C6BhFwIJ%3BAAAD%2CMgFxIK%2C6BhFwIJ%3BAAAD%2CGgFxIK%2C6BhFwIJ%3BAACD%2CCgFzIK%2C6BhFyIJ%3BAAAD%2CMgFzIK%2C6BhFyIJ%3BAAAD%2CGgFzIK%2C6BhFyIJ%3BAF7FD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhFuIJ%3BAF3FD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhFwIJ%3BAF5FD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhFyIJ%3BADxHD%2CYiFjBK%2C6BhFuIJ%3BADtHD%2CYiFjBK%2C6BhFwIJ%3BADvHD%2CYiFjBK%2C6BhFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCgFjDK%2C6BhFiDJ%3BAAAD%2CMgFjDK%2C6BhFiDJ%3BAAAD%2CGgFjDK%2C6BhFiDJ%3BAACD%2CCgFlDK%2C6BhFkDJ%3BAAAD%2CMgFlDK%2C6BhFkDJ%3BAAAD%2CGgFlDK%2C6BhFkDJ%3BAFND%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhFiDJ%3BAFLD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhFkDJ%3BADjCD%2CYiFjBK%2C6BhFiDJ%3BADhCD%2CYiFjBK%2C6BhFkDJ%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CCgF9DK%2C6BhF8DJ%3BAAAD%2CMgF9DK%2C6BhF8DJ%3BAAAD%2CGgF9DK%2C6BhF8DJ%3BAFlBD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhF8DJ%3BAD7CD%2CYiFjBK%2C6BhF8DJ%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CCgF1EK%2C6BhF0EJ%3BAAAD%2CMgF1EK%2C6BhF0EJ%3BAAAD%2CGgF1EK%2C6BhF0EJ%3BAACD%2CCgF3EK%2C6BhF2EJ%3BAAAD%2CMgF3EK%2C6BhF2EJ%3BAAAD%2CGgF3EK%2C6BhF2EJ%3BAACD%2CQAAQ%2CUAAW%2CEgF5Ed%3BAhF4EL%2CQAAQ%2CUAAW%2COgF5Ed%3BAhF4EL%2CQAAQ%2CUAAW%2CIgF5Ed%3BAlF4CL%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhF0EJ%3BAF9BD%2CKAAK%2CcA4CD%2CiBAGM%2CUkF3FL%2C6BhF2EJ%3BAACD%2CQAAQ%2CUFhCR%2CMAAK%2CcA4CD%2CiBAGM%2CUkF3FL%3BAjFiBL%2CYiFjBK%2C6BhF0EJ%3BADzDD%2CYiFjBK%2C6BhF2EJ%3BAACD%2CQAAQ%2CUD3DR%2CaiFjBK%3BEtF6PL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAiFlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BER%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAQhHA%2CsBRkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAQrHJ%2CsBRkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAQxHR%2CsBR4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BApE7HJ%2CsBoEwHE%2CQAAK%2CQpExHN%3BAACD%2CsBoEuHE%2CQAAK%2CQpEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBoEkHE%2CQAAK%2CQpElHN%3BEACG%2CWAAA%3B%3BAoEwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAQpIR%2CsBRyLM%2CQAAK%3BEpE%2BDX%2CeAAA%3B%3BA4ExPA%2CsBR6LE%2CQAAK%2CMACD%3BEpE0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBqEsFE%2CQAAK%2CMACD%2CUrEvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBqEiFE%2CQAAK%2CMACD%2CUrElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBqE4EE%2CQAAK%2CMACD%2CUrE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAoE9BI%2CsBA7BF%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBA9BF%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BEpE6B9B%2CmBAAA%3B%3BAoEzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEpEsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA4ExPA%2CsBR0OE%2CQAAK%3BEpEcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2C4BAAA%3B%3B%3B%3B%3B%3BA2GtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACQA%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BAxFlGR%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BE1B2QV%2CiBAAA%3BE0BzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAyFhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BAAAF%2CWlHiFA%2CMAAK%2CcA4CD%2CiBAGM%3BAkHhIV%2CWjHsDA%3BEiHrDI%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3BACJJ%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BAANf%2CyBAEI%2CYAAY%2CGnHwEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUmHvHe%3BAAFzB%2CyBAII%2CYAAY%2CGnHsEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUmHrHe%3BAAJzB%2CyBAEI%2CYAAY%2CGlH6ChB%2CakH7CyB%3BAAFzB%2CyBAII%2CYAAY%2CGlH2ChB%2CakH3CyB%3BEAGjB%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BAA3IlB%2CyBA0II%2CYAAY%2CGnHhEhB%2CMAAK%2CcA4CD%2CiBAGM%3BAmHzHV%2CyBA0II%2CYAAY%2CGlH3FhB%3BEkH6FQ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BAAlJnB%2CyBAkJI%2CYAAY%2CGnHxEhB%2CMAAK%2CcA4CD%2CiBAGM%3BAmHzHV%2CyBAkJI%2CYAAY%2CGlHnGhB%3BEkHqGY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CGnHxEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUmHqCD%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGnHxEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUmHsCD%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CGlHnGhB%2CakH%2BGS%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGlHnGhB%2CakHgHS%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BAAAD%2CyBAjBJ%2CYAAY%2CGnHxEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUmH0CD%3BAAAD%2CyBAjBJ%2CYAAY%2CGlHnGhB%2CakHoHS%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BAApLtC%2CyBAoLI%2CYAAY%2CGAAE%2CanH1GlB%2CMAAK%2CcA4CD%2CiBAGM%2CUmH2D4B%3BAApLtC%2CyBAoLI%2CYAAY%2CGAAE%2CalHrIlB%2CakHqIsC%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAClBR%3BEACE%2CYAAA%3B%3BACbF%2CKAAK%2CcAAe%3BEAChB%2CqBAAA%3B%3BAAKJ%2CeAAgB%2CQAAO%2CQAAQ%3BEAC3B%2CkBAAA%3B%3BAAEJ%2CeAAgB%2CwBAAwB%2CQAAO%2CQAAQ%2CSAAS%3BEAC5D%2CyBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CyBAAA%3B%3BAAEJ%2CeAAiB%2CGAAE%3BEACf%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3B%3BAAEH%2CeAAgB%2CMAAK%2CcAAe%3BEACjC%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2COAAS%3BEACzB%2CSAAA%3B%3BAAEJ%2CYAAa%3BAAAO%2CkBAAmB%2CcAAc%3BAAAO%2CeAAgB%2CGAAE%3BEAC1E%2CSAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEAChB%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BAAAe%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BEACxC%2CmBAAA%3B%3BAAEJ%2CeAAgB%2CMAAK%3BEACjB%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CUAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEAChB%2CkBAAA%3B%3BAAEJ%2CeAAgB%2CMAAK%2CcAAe%2CMAAM%2CKAAI%3BEAC1C%2CgBAAA%3B%3BAAEJ%2CKAAK%2CKAAK%3BEACP%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEH%2CeAAgB%2CMAAK%2CKAAK%2CQAAS%3BEAChC%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAKH%2CoBAAuB%2CQAAQ%2CKAAK%3BEACjC%2C0BAAA%3B%3BAAEH%3BEACI%2CgBAAA%3B%3BAAEJ%2CMAAM%2COAAQ%3BAAAO%2CMAAM%2COAAQ%3BEAC%5C%2FB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2COAAO%3BAAAO%2CYAAa%2COAAO%3BEAC3C%2CgBAAA%3B%3BAAEJ%2C2BAA4B%2CQAAO%3BEAChC%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CkBAAA%3B%3BAAEH%2CeAAgB%3BEACb%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAAGH%2CmBAAoB%3BEAChB%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CEAAE%2CQAAS%3BEACP%2CaAAA%3B%3BAAEJ%2C2BAA4B%2CQAAO%2CQAAQ%3BEACvC%2CkBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CmBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CYAAa%2CMAAM%3BEACf%2CgBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CeAAA%3B%3BAAGJ%2CKAAK%2CcACD%2CKAAI%2CKACA%3BEACI%2CkBAAA%3B%3BAAHZ%2CKAAK%2CcAMD%2CEAAC%2CGAAG%3BEACA%2CeAAA%3B%3BAAPR%2CKAAK%2CcASD%2CKAAI%2CKAAM%2CiBAAiB%3BEACvB%2CaAAA%3B%3BAAVR%2CKAAK%2CcAYD%2CKAAI%2CKAAM%2CiBAAiB%3BEACvB%2CSAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACC%2CiBAAA%3B%3BAAjBT%2CKAAK%2CcAmBD%2CKAAI%2CKAAM%2CiBAAiB%2CaAAY%3BEACnC%2CuBAAA%3B%3BAApBR%2CKAAK%2CcAsBD%2CKAAI%2COAAQ%3BEACR%2CcAAA%3B%3BAAvBR%2CKAAK%2CcAyBD%2CgBAAgB%2CMAAK%2CcAAe%3BEAChC%2CkBAAA%3B%3BAAIR%2CeAAgB%2CeAAiB%2CWAAS%3BEACtC%2CyBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeAAgB%2CkBAAkB%2CUAAU%3BEACxC%2CaAAa%2C8BAAb%3B%3BAAEJ%2CeAAgB%2CkBAAkB%2CiBAAiB%3BEAC%5C%2FC%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2C8BAAb%3B%3BAAEJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CeAAgB%2CiBAAiB%3BAAAa%2CeAAgB%2CiBAAiB%3BEAC3E%2CaAAA%3B%3BAAEJ%2CeAAgB%2CSAAW%3BEACvB%2CUAAA%3B%3BAAEJ%2CeAAgB%2CgBAAgB%3BEAC5B%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CeAAgB%2CgBAAgB%2CsBAK5B%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAAGR%2CeAAgB%2CMAAK%2CKAAK%2CQAAS%2CQAAO%3BEACtC%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CwBAAyB%3BAAAuB%2CwBAAyB%3BEACrE%2CkBAAA%3B%3BAAEJ%2CiBAAiB%2COAAQ%3BEACrB%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CUAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CoBAAA%3B%3BAAEJ%2CEAAE%2CQAAS%3BEACP%2CaAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CeAAA%3B%3BAAGJ%2CsBAAsB%2CQAAW%2COAAI%3BAAAS%2CsBAAsB%2CQAAW%2COAAI%3BAAAQ%2CmBAAoB%2CyBAAyB%3BAAAa%2CsBAAsB%2CQAAQ%3BEAC%5C%2FK%2CaAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CsBAAyB%3BEACrB%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%2CaAAa%2CeAAe%3BEAClE%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkCAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAEJ%2CkBAAmB%2CeAAe%3BEAC9B%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CeAAiB%2CSAAO%3BEACvC%2C0BAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAEJ%2CQAAQ%2CQAAS%2CKAAO%3BEACpB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CyDAAA%3B%3BAAEJ%2CmBAAoB%2CiBAAiB%2CSAAS%3BEAC1C%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAoB%2CcAAc%3BEAC9B%2CYAAA%3B%3BAAEJ%2CKAAK%2CSAAU%2CQAAO%3BAAAsB%3BAAAe%2CaAAc%3BEACrE%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CkBAAmB%2CcAAc%2CMAAM%3BAAAQ%2CkBAAmB%2CcAAc%2COAAO%2CQAAQ%3BEAC3F%2CmBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CeAAe%2CsBAAqB%3BEACtD%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CiBAAA%3B%3BAAEJ%2CmBAAoB%2CeAAe%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAe%2CuBAAsB%3BAAAQ%2CcAAe%2CuBAAsB%3BEAC9E%2C2BAAA%3B%3BAAEJ%2CKAAK%2CSAAU%2CQAAO%2CoBAAoB%3BEACtC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3B%3BAAEJ%2CgBACI%3BAADJ%2CgBACY%3BAADZ%2CgBACmB%3BAADnB%2CgBAC6B%3BAAD7B%2CgBACqC%3BAADrC%2CgBtHvSI%2CMAAK%2CcA4CD%2CiBAGM%3BAsHwPd%2CgBrHlUI%3BEqHoUK%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAGT%2CgBACI%3BEACK%2C2BAAA%3B%3BAAGT%2CmBAAqB%3BEACjB%2CaAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAADJ%2CmBAAoB%2CUAWf%3BAAXL%2CmBAAoB%2CUAWR%3BEACJ%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3B%3BAAdR%2CmBAAoB%2CUAgBf%3BAAhBL%2CmBAAoB%2CUAgBR%3BAAhBZ%2CmBAAoB%2CUAgBA%2COAAM%3BEAClB%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3B%3BAAGR%2CqBAAsB%3BEAClB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CqBAAsB%2COAIlB%2CSAAS%3BEACJ%2CWAAA%3B%3BAAGT%2CMAAM%2CaAAc%2COAAM%3BEACtB%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CMAAM%2CaAAc%2COAAM%3BEACtB%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CwBAAyB%2COAAS%2CSAAM%2CIAAO%3BEAC3C%2CgBAAA%3B%3BAAEJ%2CwBAAyB%2COAAO%2COAAO%3BEACnC%2CYAAA%3B%3BAAEJ%2COAAO%2CIAAK%3BAAAI%2COAAO%2CIAAK%3BAAAI%2COAAO%2CIAAK%3BAAAI%2COAAO%2CIAAK%3BEACxD%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BAAAiC%3BEAC7B%2CyDAAA%3B%3BAAIJ%2CaAAc%2CIAAG%2CWAAc%2CMAAG%3BEAC1B%2CwBAAA%3B%3BAAER%3BEACI%2CmBAAA%3B%3BAAEJ%2CaAAa%2CYAAa%3BEACtB%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CaAAA%3B%3BAAEJ%2CKAAK%2CaAAa%2CYAAY%2CoBAAoB%2CaAAa%3BEAC3D%2CeAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CuBAAyB%3BEACrB%2CYAAA%3B%3BAAEJ%2CuBAAyB%3BEACrB%2CWAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CiBAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BAAA2B%2CQAAQ%2CMAAM%2CMAAM%3BAAAe%2CkBAAmB%3BEAC7E%2C6BAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CmBAAA%3B%3BAAEJ%2COAAO%3BEACP%2C6BAAA%3B%3BAAEA%3BEACI%2CcAAA%3B%3BAAIJ%2CYAAa%2CaAAa%2CWAAW%2CKAAK%2CIAAI%2CMAAM%2CkBAAkB%3BEAClE%2CaAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%2CaAAa%2CWAAW%2CKAAK%2CIAAI%2CMAAM%2CkBAAkB%2CcAAc%2CEAAE%3BEAClF%2CmBAAA%3B%3BAAEJ%2CYAAa%2CaAAa%2CWAAW%2CKAAK%2CIAAI%2CMAAM%2CkBAAkB%2CcAAc%2CEAAE%3BEAClF%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CYAAa%2CaAAa%2CWAAW%2CKAAK%2CIAAI%2CMAAM%2CkBAAkB%2CcAAc%2CEAAE%3BEAClF%2CiBAAA%3BEACA%2CcAAA%3B%3BAASJ%2CQAL0B%3BEACtB%2CeAAgB%3BIACZ%2CUAAA%3B%3B%3BAAYR%2CQATwB%3BEACpB%2CeAAgB%3BIACZ%2CUAAA%3B%3BEAEJ%2CUAAW%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BIACzC%2CsBAAA%3BIACA%2CoBAAA%3B%3B%3BAAyER%2CQAtE0B%3BEACtB%3BIACI%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CcAAc%2COAAO%3BIACvC%2CcAAA%3B%3BEAEJ%2CYAAa%2CyBAAyB%3BIAClC%2CeAAA%3B%3BEAEJ%2CyBAA0B%3BIACtB%2CSAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CsBAAyB%3BIACrB%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2CcAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACvC%2CyBAAA%3B%3BEAEJ%2CwBAAyB%3BEAAuB%2CwBAAyB%3BIACrE%2CeAAA%3B%3BEAEJ%2CYAAY%2CqBAAsB%3BIAC9B%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%3BIAChC%2CuBAAA%3B%3BEAEJ%2CiBAAkB%3BEAAQ%2CiBAAkB%3BIACxC%2CwBAAA%3B%3BEAEJ%2COAAQ%2CkBAAkB%3BIACtB%2C0BAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CYAAA%3B%3BEAEJ%2CoBAAqB%2CeAAe%3BIAChC%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CqBAAqB%3BIACvC%2CaAAA%3B%3BEAEJ%2CeAAgB%3BEAAe%2CKAAK%2CKAAK%3BIACrC%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CKAAK%2CQAAS%3BIAC%5C%2FB%2CcAAA%3B%3BEAEF%2CIAAI%3BIACA%2CWAAA%3B%3BEAEJ%2CeAAgB%3BIAEZ%2CSAAA%3B%3BEAEJ%2CeAAgB%3BIACd%2CyBAAA%3B%3B%3BAAYR%2CQAR0B%3BEACtB%2CoBAAuB%2CQAAQ%2CKAAK%3BIAChC%2CyBAAA%3B%3BEADJ%2CoBAAuB%2CQAAQ%2CKAAK%2CKAEhC%3BIACI%2CWAAA%3B%3B%3BAAuBZ%2CQAnB0B%3BEACtB%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CKAAK%2CKAAK%3BIACN%2CWAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CkBAAA%3B%3B%3BAAQR%2CQAjB0B%2CuBAWI%3BEACtB%2CqBAAsB%2CUAAS%2CQAAS%3BEAAQ%2CqBAAsB%2CcAAc%3BIAChF%2CsBAAA%3B%3B%3BACnnBZ%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA6BJ%2CgBAAiB%3BEACb%2C6BAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CaAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CaAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CeACI%2CMAAK%2CaAAa%3BEACd%2CqBAAA%3B%3BAAFR%2CeAIG%3BEACS%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3B%3BAAfZ%2CeAiBC%3BEACO%2CcAAA%3BEACA%2CmBAAA%3B%3BAAnBR%2CeAqBI%3BEACI%2CcAAA%3B%3BAAtBR%2CeAwBI%2CUAAU%3BEACN%2CsBAAA%3BEACA%2CuBAAA%3BEACN%2C2BAAA%3B%3BAA3BF%2CeA6BI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjCR%2CeAmCI%3BAAnCJ%2CeAmCO%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtCR%2CeAwCI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACN%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7CF%2CeA%2BCI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAApDR%2CeAsDI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA3DR%2CeA6DI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAjER%2CeAmEC%3BEACC%2CcAAA%3B%3BAApEF%2CeAsEI%3BEACI%2CiBAAA%3B%3BAAKR%2CcAAe%3BEACX%2CwBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CUAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2COAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CuCAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CwBAAyB%2CMAAI%2CKAAG%2CKAAG%3BEAC%5C%2FB%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBAAwB%2CMAAI%2CMAAG%2CgBAAgB%2CcAAc%2CSAAS%3BEAClE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAAgB%3BAAChB%2CeAAgB%3BEAEZ%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAgB%2COAAM%3BAACtB%2CeAAgB%2CMAAK%3BEACjB%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CMAAM%3BAACN%2CMAAM%3BEACF%2C6BAAA%3B%3BAAGJ%2CeAAgB%2CUAAU%3BEACtB%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CeAAgB%3BEACZ%2CYAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAIJ%2CIAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%2CIAAM%3BEACjB%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAFJ%2CcAII%2CqBAAqB%3BEACjB%2CcAAA%3BEACA%2CaAAa%2C8BAAb%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAARR%2CcAII%2CqBAAqB%2CeAMjB%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CcAkBI%2CqBAAqB%2CeAAe%3BAAlBxC%2CcAkBI%2CqBAAqB%2CevHvMrB%2CMAAK%2CcA4CD%2CiBAGM%3BAuHsId%2CcAkBI%2CqBAAqB%2CetHlOrB%3BEsHmOI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAvBR%2CcA0BI%2CqBAAqB%2CMAAK%3BAA1B9B%2CcA2BI%2CqBAAqB%3BEACjB%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAlCR%2CcAqCI%2CqBAAqB%2CMAAK%2CaAAa%3BAArC3C%2CcAsCI%2CqBAAqB%2COAAM%3BEACvB%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3CR%2CcA8CI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhDR%2CcAmDI%3BEACI%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAzDR%2CcA4DI%3BEACI%2CcAAA%3B%3BAA7DR%2CcA%2BDI%2CiBAAgB%3BEACZ%2CcAAA%3B%3BAAhER%2CcAyFI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA5FR%2CcA%2BFI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnGR%2CcAqGI%2CuBAAuB%3BEACnB%2CSAAA%3B%3BAAtGR%2CcAwGI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyCAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEAEA%2CgBAAA%3B%3BAAlHR%2CcAqHI%2CIAAG%2CqBAAsB%2CIAAC%2CUAAU%3BEAChC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAxHR%2CcA2HI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FHR%2CcAkII%3BEACI%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAArIR%2CcAwII%3BEACI%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAA5IR%2CcA8II%2CIAAG%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAjJR%2CcAmJI%2CkCAAkC%3BAAnJtC%2CcAmJI%2CkCvHxUA%2CMAAK%2CcA4CD%2CiBAGM%3BAuHsId%2CcAmJI%2CkCtHnWA%3BEsHoWI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAzJR%2CcA4JI%2CqBAAqB%2CQAAO%3BEACxB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjKR%2CcAoKI%2CeAAe%3BEACX%2C0BAAA%3B%3BAArKR%2CcAwKI%2CQAAO%2CSAAS%3BEACZ%2CyBAAA%3B%3BAAWR%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CgBAAA%3B%3BAAOJ%2CmBAAoB%2CMAAI%2CMAAI%2CMAAG%2CWAAY%3BEACvC%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBAAoB%2CMAAI%2CMAAI%2CMAAG%2CWAAY%3BEACvC%2C8BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2CUAAU%3BEAC1B%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2CYAAY%3BEAC5B%2CgBAAA%3B%3BAAGJ%2CWAAY%2CKAAK%2CYAAY%3BEACzB%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CWAAY%2CQAAO%3BEACf%2CkBAAA%3B%3BAAQJ%2CmBAAoB%2CMAAI%2CMAAI%2CMAAG%2CWAAY%2CMAAK%3BEAC5C%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAWJ%3BEACI%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAwBJ%2CQApB0B%3BEACtB%2CGAAG%3BIACC%2CYAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CcAAe%2CkCAAkC%3BEAAjD%2CcAAe%2CkCvH%5C%2Fef%2CMAAK%2CcA4CD%2CiBAGM%3BEuHgcV%2CcAAe%2CkCtH1gBf%3BIsH2gBI%2CoBAAA%3B%3B%3BAAcP%2CQATyB%3BEACtB%2CIAAI%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3B%3BACllBR%3BEACI%2C0BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CUAAU%2CMAAO%3BEACb%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CuBAAA%3B%3BAAEJ%2CiCAAiC%3BEAC7B%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACC%2CaAAA%3BEACA%2CsBAAA%3BEAIA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPD%2CYAGC%3BEACC%2CmBAAA%3B%3BAAJF%2CYAQC%3BAARD%2CYxH0DI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHzGd%2CYvH%2BBI%3BEuHtBF%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAZF%2CYAcC%3BEACC%2CyBAAA%3B%3BAAfF%2CYAiBC%3BAAjBD%2CYAkBC%3BEACC%2C0BAAA%3B%3BAAnBF%2CYAqBC%3BEACC%2CeAAA%3B%3BAAKF%2C%2BBAAgC%3BAAAhC%2C%2BBxH%2BBI%2CMAAK%2CcA4CD%2CiBAGM%3BAwH9Ed%2C%2BBvHII%3BEuHHA%2CuBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%2CKAAM%3BEAClB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAGJ%2C4BACI%3BEACI%2CgBAAA%3B%3BAAFR%2C4BAII%2CMAAM%3BEACF%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAATR%2C4BAWI%2CMAAM%2CGAAE%2CUAAU%3BEACd%2CmBAAA%3B%3BAAZR%2C4BAcI%2CMAAM%2CGAAE%3BEACJ%2CuBAAA%3B%3BAAfR%2C4BAiBI%2CMAAM%2CGAAE%3BEACJ%2CsBAAA%3B%3BAAlBR%2C4BAoBI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAvBR%2C4BAyBI%2CMAAM%3BEACF%2CSAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAYJ%2CYAAY%3BEACR%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%3BEACpB%2CkBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CSAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAGJ%2C%2BBAAgC%3BEAC5B%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKAAK%2CYAAa%3BEACd%2CmBAAA%3B%3BAAEJ%2CWAAY%2CMAAM%3BEACd%2CUAAA%3B%3BAAEJ%2CUAAW%2CKAAK%3BAAChB%2CUAAW%2CKAAK%3BEACZ%2CUAAA%3B%3BAASJ%3BEACI%2CYAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C8BAA%2BB%2CEAAI%3BEAC%5C%2FB%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAY%2CMAAK%3BEACb%2CiBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3B%3BAAEJ%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%2C4CAA4C%3BAACxD%2CWAAY%2C2CAA2C%3BAACvD%2CWAAY%2C8BAA8B%3BAAC1C%2CWAAY%3BEACR%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2C4BAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2C6BAA8B%3BEAC1B%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%2C6BAA8B%2COAAO%3BAAArC%2C6BxHvHI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHwEuB%3BAAArC%2C6BvHlJI%2CauHkJiC%3BEACjC%2C0BAAA%3B%3BAAEJ%2CqCAAsC%3BAAAtC%2CqCxH1HI%2CMAAK%2CcA4CD%2CiBAGM%3BAwH2Ed%2CqCvHrJI%3BEuHsJA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CkBAAmB%2CWAAW%3BEAC1B%2C6BAAA%3B%3BAAEJ%2CWAAY%2CaAAa%3BEACrB%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CUAAW%2CUAAU%3BEACjB%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CiBAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3B%3BAAEJ%2CeAAgB%2CIAAG%3BAACnB%2CqBAAsB%2CIAAG%3BAACzB%2CoBAAqB%2CIAAG%3BAACxB%2CqBAAsB%2CIAAG%3BEACrB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAkB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%3BAAC1C%2CqBAAwB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%3BAAChD%2CoBAAuB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%3BAAC%5C%2FC%2CqBAAwB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%3BEAC5C%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAkB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%2CKAAK%2CIAAC%3BAAChD%2CqBAAwB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%2CKAAK%2CIAAC%3BAACtD%2CoBAAuB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%2CKAAK%2CIAAC%3BAACrD%2CqBAAwB%2CMAAG%2CUAAU%2CGAAM%2CKAAK%2CKAAK%2CIAAC%3BEAClD%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CmBAAsB%3BEAClB%2CgBAAA%3B%3BAAEJ%3BAACA%3BAACA%3BAACA%3BEACI%2CWAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CsBAAuB%3BAACvB%2C6BAA8B%3BAAC9B%2CmBAAoB%3BAACpB%2C%2BBAAgC%3BEAC5B%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2C6BAA8B%2CGAAG%3BAACjC%2CsBAAuB%2CGAAG%3BAAD1B%2C6BAA8B%2CGxHhN1B%2CMAAK%2CcA4CD%2CiBAGM%3BAwHkKd%2CsBAAuB%2CGxHjNnB%2CMAAK%2CcA4CD%2CiBAGM%3BAwHiKd%2C6BAA8B%2CGvH3O1B%3BAuH4OJ%2CsBAAuB%2CGvH5OnB%3BEuH6OA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CGAAG%3BAACvB%2CmBAAoB%2CGAAG%3BAADvB%2CmBAAoB%2CGxHxNhB%2CMAAK%2CcA4CD%2CiBAGM%3BAwHyKd%2CmBAAoB%2CGvHnPhB%3BEuHqPA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C6BAA8B%3BAAC9B%2CmBAAoB%3BAACpB%2C%2BBAAgC%3BAAFhC%2C6BxH9NI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHgLd%2CmBxH%5C%2FNI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHiLd%2C%2BBxHhOI%2CMAAK%2CcA4CD%2CiBAGM%3BAwH%2BKd%2C6BvHzPI%3BAuH0PJ%2CmBvH1PI%3BAuH2PJ%2C%2BBvH3PI%3BEuH4PA%2C0BAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%2COAAM%3BAAAtB%2CexH3OI%2CMAAK%2CcA4CD%2CiBAGM%2CUwH4LQ%3BAAAtB%2CevHtQI%2CauHsQkB%3BEAClB%2CqCAAA%3B%3BAAEJ%2CeAAgB%2COAAM%3BAAAtB%2CexH9OI%2CMAAK%2CcA4CD%2CiBAGM%2CUwH%2BLQ%3BAAAtB%2CevHzQI%2CauHyQkB%3BEAClB%2CuCAAA%3B%3BAAEJ%2CeAAgB%3BAAAhB%2CexHjPI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHkMd%2CevH5QI%3BEuH6QA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CiCAAkC%3BEAC9B%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAGJ%2C8BAA%2BB%2CIAAI%3BEAC%5C%2FB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C8BAA%2BB%2CIAAI%3BEAC%5C%2FB%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CyBAAyB%2COAAQ%3BEAC7B%2CqBAAA%3B%3BAAGJ%2CWAAY%2CUAAU%3BEAClB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAY%2CUAAU%3BEAClB%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CYAAa%3BAACb%2CYAAa%2COAAO%3BEAChB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAqBJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%2CKAAK%3BEACb%2CSAAA%3B%3BAAEJ%2CcAAe%2CEAAC%3BAAChB%3BEACI%2CcAAA%3B%3BAAEJ%2CcAAe%2CEAAC%3BAAChB%3BEACI%2CcAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CcAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CcAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CWAAY%3BEACR%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAS%2COAAO%2CaAAa%3BEACzB%2CSAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAEJ%2C6BAA8B%2COAAM%3BAACpC%2CmBAAoB%2COAAM%3BAAC1B%2C%2BBAAgC%2COAAM%3BAAFtC%2C6BxHrWI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHsTsB%3BAACpC%2CmBxHtWI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHuTY%3BAAC1B%2C%2BBxHvWI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHwTwB%3BAAFtC%2C6BvHhYI%2CauHgYgC%3BAACpC%2CmBvHjYI%2CauHiYsB%3BAAC1B%2C%2BBvHlYI%2CauHkYkC%3BEAClC%2CcAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CwBAAyB%2CMAAM%3BEAC3B%2CUAAA%3B%3BAAEJ%2CgCAAiC%3BEAC7B%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CkCAAkC%3BEAC9B%2CyBAAA%3B%3BAAEJ%2C4BAA%2BB%2CQAAQ%2CQAAQ%3BEAC3C%2CaAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2C4BAA%2BB%2CQAAQ%2CQAAQ%2CKAAK%3BEAChD%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C4BAA%2BB%2CQAAQ%2CQAAQ%2CKAAE%2CUAAU%3BEACvD%2CyBAAA%3B%3BAAEJ%2C4BAA%2BB%3BEAC3B%2CWAAA%3B%3BAAEJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAEJ%2CmCAAoC%2CEAAC%2CYAAY%3BAACjD%2CiCAAkC%2CEAAC%2CYAAY%3BAAC%5C%2FC%2CkCAAmC%2CEAAC%2CYAAY%3BAAChD%2CmCAAoC%2CEAAC%2CYAAY%3BEAC7C%2CgBAAA%3B%3BAAEJ%3BEACI%2C4BAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CqCAAwC%2CMAAM%2CIAAI%2CIAAC%3BEAC%5C%2FC%2CeAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2C6CAA8C%3BEAC1C%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C6CAA8C%3BEAC1C%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CqCAAsC%3BAAAtC%2CqCxHhbI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHiYd%2CqCvH3cI%3BEuH4cA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqCAAsC%2COAAM%3BAAA5C%2CqCxHzbI%2CMAAK%2CcA4CD%2CiBAGM%2CUwH0Y8B%3BAAA5C%2CqCvHpdI%2CauHodwC%3BEACxC%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2C4BAA6B%3BAAA7B%2C4BxHjcI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHkZd%2C4BvH5dI%3BEuH6dA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CsBAAuB%3BAACvB%2C6BAA8B%3BAAC9B%2CmBAAoB%3BAACpB%2C%2BBAAgC%3BEAC5B%2CkBAAA%3B%3BAAEJ%2C4BAA6B%2COAAM%3BAAAnC%2C4BxHjdI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHkaqB%3BAAAnC%2C4BvH5eI%2CauH4e%2BB%3BEAC%5C%2FB%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CwBAAyB%3BAAAzB%2CwBxH1dI%2CMAAK%2CcA4CD%2CiBAGM%3BAwH2ad%2CwBvHrfI%3BEuHsfA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAyB%2COAAM%3BAAA%5C%2FB%2CwBxHneI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHobiB%3BAAA%5C%2FB%2CwBvH9fI%2CauH8f2B%3BEAC3B%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CwBAAyB%2CUAAU%3BEAC%5C%2FB%2CeAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CiBAAA%3B%3BAAEJ%2CwBAAyB%2CUAAU%3BEAC%5C%2FB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAyB%2CUAAS%2CYAAY%3BEAC1C%2CUAAA%3B%3BAAEJ%2CwBAAyB%2CUAAS%2CYAAY%3BEAC1C%2CUAAA%3B%3BAAGJ%2CwBAAyB%2CUAAS%2CYAAY%2CGAAI%3BEAC9C%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAyB%2CUAAS%2CYAAY%2CGAAI%2CEAAC%2CYAAY%3BEAC3D%2CgBAAA%3B%3BAAEJ%2C6BAA8B%2CMAAM%3BEAChC%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2C6BAA8B%2CMAAM%3BEAChC%2CwBAAA%3B%3BAAEJ%2C6BAA8B%2CMAAM%3BAACpC%2CmBAAoB%3BAADpB%2C6BAA8B%2CMxHrhB1B%2CMAAK%2CcA4CD%2CiBAGM%3BAwHued%2CmBxHthBI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHsed%2C6BAA8B%2CMvHhjB1B%3BAuHijBJ%2CmBvHjjBI%3BEuHkjBA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CIAAI%2CoBAAqB%3BEACrB%2CgBAAA%3B%3BAAEJ%2CIAAI%2CkBAAmB%3BEACnB%2CmBAAA%3B%3BAAEJ%2CWAAY%2CMAAM%3BEACd%2CgBAAA%3B%3BAAKJ%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%2C4CAA4C%3BAACvD%2CUAAW%2C8BAA8B%3BEACrC%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CWAAY%2CMAAK%3BAACjB%2CWAAY%2CMAAK%3BEACb%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAAY%2CMAAK%3BEACb%2CwBAAA%3B%3BAAGJ%2CWAAY%3BAACZ%2CWAAY%2C2CAA2C%3BAACvD%2CWAAY%2C2CAA2C%3BEACnD%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CUAAW%3BEACP%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CUAAW%3BAAAX%2CUxH7lBI%2CMAAK%2CcA4CD%2CiBAGM%3BAwH8iBd%2CUvHxnBI%3BEuHynBA%2COAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CUAAW%2COAAM%3BAAAjB%2CUxHpmBI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHqjBG%3BAAAjB%2CUvH%5C%2FnBI%2CauH%2BnBa%3BEACb%2C6BAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CyBAAA%3B%3BAAEJ%2CUAAU%2CQAAS%3BEACf%2CmBAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CUAAU%2CMAAO%3BEACb%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CUAAU%2CMAAO%3BEACb%2CkBAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CkBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CgBAAA%3B%3BAAEJ%2CUAAW%2CUAAS%2CcAAe%3BEAC%5C%2FB%2C4BAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C8BAA%2BB%3BEAC3B%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%2CcAAe%2CGAAK%2CKAAG%3BEACnB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAUJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2C0BAA2B%3BAAC3B%2C0BAA2B%3BAAC3B%2CeAAgB%3BAAChB%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%3BEACR%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAU%2CYAAY%3BAAAtB%2CSAAU%2CYxH1tBN%2CMAAK%2CcA4CD%2CiBAGM%3BAwH2qBd%2CSAAU%2CYvHrvBN%3BEuHsvBA%2CaAAa%2CuBAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CcAAA%3B%3BAAGJ%2CKAAM%2COAAO%2CKAAK%3BAAAlB%2CKxH1vBI%2CMAAK%2CcA4CD%2CiBAGM%2CUwH2sBD%2CKAAK%3BAAAlB%2CKvHrxBI%2CauHqxBS%2CKAAK%3BEACd%2CcAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CwBAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CmBAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CwBAAA%3B%3BAAEJ%2CaAAa%3BEACT%2C2BAAA%3B%3BAAKJ%2CMAAM%2COAAO%3BEACT%2CaAAA%3B%3BAAQJ%2CQAN2B%3BEACvB%2C6BAA8B%3BIAC1B%2CqBAAA%3B%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CiBAAoB%2CMAAM%3BAAA1B%2CiBAAoB%2CMxHpyBhB%2CQAAK%2CcA4CD%2CiBAGM%3BAwHqvBd%2CiBAAoB%2CMvH%5C%2FzBhB%3BEuHg0BA%2C6BAAA%3BEACA%2C2BAAA%3B%3BAAUJ%2CQAR0B%3BEACtB%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BAAUR%2CQAP0B%3BEACtB%2C0BAA2B%3BIACvB%2CsBAAA%3BIACA%2CWAAA%3B%3B%3BAAIR%2C0BAA2B%3BEACvB%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAEJ%2CeAAgB%2COAAO%3BEACnB%2CcAAA%3B%3BAAEJ%2CeAAgB%2COAAO%3BEACnB%2CsBAAA%3B%3BAAEJ%2CeAAgB%2CaAAa%3BEACzB%2CYAAA%3B%3BAAEJ%2CqCAAsC%2CEAAC%3BAACvC%2CqCAAsC%2CEAAC%3BAACvC%2CqCAAsC%2CEAAC%3BAACvC%2CqCAAsC%2CEAAC%3BEACnC%2CWAAA%3B%3BAAEJ%2CgCAAiC%2CEAAC%3BAAClC%2CgCAAiC%2CEAAC%3BAAClC%2CgCAAiC%2CEAAC%3BAAClC%2CgCAAiC%2CEAAC%3BEAC9B%2CWAAA%3B%3BAAEJ%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BEACpC%2CWAAA%3B%3BAAEJ%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BEACpC%2CWAAA%3B%3BAAEJ%2C%2BBAAgC%2CEAAC%3BAACjC%2C%2BBAAgC%2CEAAC%3BAACjC%2C%2BBAAgC%2CEAAC%3BAACjC%2C%2BBAAgC%2CEAAC%3BEAC7B%2CWAAA%3B%3BAAEJ%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BAACxC%2CsCAAuC%2CEAAC%3BEACpC%2CWAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAY%3BAACZ%2CWAAY%2CUAAU%3BEAClB%2CaAAa%2CuBAAb%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAUJ%3BEACI%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3B%3BAAEJ%2CWAAY%3BAACZ%2CQAAS%3BAACT%3BAACA%2CYAAa%3BAACb%2CiCAAkC%3BAAClC%2CUAAW%3BAACX%2CiBAAkB%3BAAClB%3BAACA%3BEACI%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CQAAW%2CMAAM%2CMAAM%2CMAAM%2CMAAM%2CMAAG%2CUAAU%2CGAAM%2CMAAM%2CMAAG%2C4BAA%2BB%2CIAAC%2CUAAU%3BEACrG%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAkB%2CUAAU%2CGAAI%2CEAAC%2CUAAU%3BEACvC%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CkBAAmB%2CEAAC%3BAACpB%2CkBAAmB%2CEAAC%3BAACpB%2CkBAAmB%2CEAAC%3BAACpB%2CkBAAmB%2CEAAC%3BEAChB%2C0BAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAGJ%2CiCAAkC%3BEAC9B%2C0BAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CUAAW%3BAACX%2CUAAW%2C2CAA2C%3BAACtD%2CUAAW%2C2CAA2C%3BEAClD%2CcAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAA%2BEJ%2CQAV0B%3BEACtB%2CWAAY%2CWAAW%3BIACnB%2CsBAAA%3B%3BEAEJ%3BEACA%3BEACA%3BIACI%2CsBAAA%3B%3B%3BAAGR%2CkBAAmB%3BEACf%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CaAAa%2CuBAAb%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CUAAW%3BEACP%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAEJ%2CoBAAqB%3BAAArB%2CoBxHpmCI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHqjCd%2CoBvH%5C%2FnCI%3BEuHgoCA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CoBAAqB%2COAAM%3BAAA3B%2CoBxHxmCI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHyjCa%3BAAA3B%2CoBvHnoCI%2CauHmoCuB%3BEACvB%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CWAAY%2CaAAa%3BEACrB%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAe%2CEAAC%3BAAChB%3BEACI%2CcAAA%3B%3BAAEJ%2CcAAe%2CEAAC%3BAAChB%3BEACI%2CcAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CcAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CcAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%3BAAAhB%2CexHppCI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHqmCd%2CevH%5C%2FqCI%3BEuHgrCA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%2COAAM%3BAAAtB%2CexH%5C%2FpCI%2CMAAK%2CcA4CD%2CiBAGM%2CUwHgnCQ%3BAAAtB%2CevH1rCI%2CauH0rCkB%3BEAClB%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%2CUAAU%3BEACzB%2CeAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2C4BAAA%3B%3BAAEJ%2CkBAAmB%2CUAAU%3BEACzB%2CiBAAA%3BEACA%2CeAAA%3B%3BAAMJ%3BAACA%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CwBAAyB%3BAACzB%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BAACA%3BAACA%2CkBAAmB%3BEACf%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CwBAAyB%3BAACzB%2CyBAA0B%3BEACtB%2CWAAA%3B%3BAAEJ%2CwBAAyB%3BAACzB%2CyBAA0B%3BEACtB%2CmBAAA%3B%3BAAEJ%2CyBAA0B%2CMAAM%3BEAC5B%2CUAAA%3B%3BAAEJ%2CwBAAyB%2CEAAC%2CUAAU%3BAACpC%2CyBAA0B%2CEAAC%2CUAAU%3BEACjC%2CoBAAA%3B%3BAAGJ%2CqBAAsB%3BAAAtB%2CqBxHluCI%2CMAAK%2CcA4CD%2CiBAGM%3BAwHmrCd%2CqBvH7vCI%3BEuH8vCA%2CaAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%3BAAC5B%2CqCAAsC%2COAAM%3BAAD5C%2CqBxHzuCI%2CMAAK%2CcA4CD%2CiBAGM%2CUwH0rCc%3BAAC5B%2CqCxH1uCI%2CMAAK%2CcA4CD%2CiBAGM%2CUwH2rC8B%3BAAD5C%2CqBvHpwCI%2CauHowCwB%3BAAC5B%2CqCvHrwCI%2CauHqwCwC%3BEACxC%2CyBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEAEA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2CgGAAhB%3B%3BAAXR%2CaAaI%3BAAbJ%2CaAcI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2CaAkBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAApBR%2CaAsBI%3BEACI%2CuBAAA%3B%3B%3BAAoCR%2CQAhC2B%3BEACvB%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CaAAA%3B%3BEAQJ%2CkBAAmB%3BIACf%2CcAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAA4CR%2CQAzC0B%3BEACtB%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIAEf%2CkBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CkBAAA%3BIAEA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAAoIR%2CQAjI0B%3BEACtB%2CWAAY%3BIACR%2CyBAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BEACA%3BIACI%2CaAAA%3B%3BEAEJ%2CyBAA0B%3BIACtB%2CsBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CsBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CsBAAA%3B%3BEAEJ%2C8BAA%2BB%3BIAC3B%2CsBAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CsBAAA%3B%3BEAEJ%2CyBAA0B%3BIACtB%2CsBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CsBAAA%3B%3BEAGJ%2CyBAA0B%2CEAAC%3BIACvB%2CsBAAA%3B%3BEAEJ%2C%2BBAAgC%2CEAAC%3BIAC7B%2CsBAAA%3B%3BEAEJ%2C%2BBAAgC%2CEAAC%3BIAC7B%2CsBAAA%3B%3BEAEJ%2C8BAA%2BB%2CEAAC%3BIAC5B%2CsBAAA%3B%3BEAEJ%2CwBAAyB%2CEAAC%3BIACtB%2CsBAAA%3B%3BEAEJ%2C%2BBAAgC%2CEAAC%3BIAC7B%2CsBAAA%3B%3BEAEJ%2CyBAA0B%2CEAAC%3BIACvB%2CsBAAA%3B%3BEAEJ%2CsBAAuB%2CEAAC%3BIACpB%2CsBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%2CyBAA0B%3BEAC1B%2C%2BBAAgC%3BEAChC%2C%2BBAAgC%3BEAChC%2C8BAA%2BB%3BEAC%5C%2FB%2CwBAAyB%3BEACzB%2C%2BBAAgC%3BEAChC%2CyBAA0B%3BEAC1B%2CsBAAuB%3BIACnB%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CgCAAiC%3BEACjC%2CsCAAuC%3BEACvC%2CsCAAuC%3BEACvC%2CqCAAsC%3BEACtC%2C%2BBAAgC%3BEAChC%2CsCAAuC%3BEACvC%2CgCAAiC%3BEACjC%2C6BAA8B%3BIAC1B%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CeAAgB%3BEAChB%2CeAAgB%3BIACZ%2CsBAAA%3B%3BEAEJ%2CeAAgB%3BEAChB%2CWAAY%3BIACR%2CgBAAA%3B%3B%3B%3BAAYR%3BEACI%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CmFAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAEJ%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BAACjC%2CKAAK%2CiBAAiB%2CQAAW%3BEAC7B%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAU%2CMAAK%3BEACX%2CaAAA%3B%3BAAGJ%2CUAAW%3BEACP%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BEACP%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2C%2BBAAA%3B%3BAAEJ%2C2CAA4C%3BAAC5C%2CsBAAuB%3BAACvB%2CUAAW%2CKAAK%3BAAChB%2C2CAA4C%3BAAC5C%2CsBAAuB%3BAACvB%2C2CAA4C%3BAAC5C%2CIAAK%2CyBAAyB%3BEAC1B%2CqBAAA%3B%3BAAaJ%2CQAX2B%2CwBAAuB%3BEAC9C%2CUAAW%2CKAAK%3BIACZ%2CqBAAA%3B%3B%3BAASR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CeAAA%3B%3BAAEJ%2C2BAA4B%2CEAAC%2CUAAU%3BAACvC%2C2BAA4B%2CEAAC%2CUAAU%3BEACnC%2CoBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CWAAA%3B%3BAAGJ%2C6BAA8B%2CGAAG%3BAACjC%2C%2BBAAgC%2CGAAG%3BAADnC%2C6BAA8B%2CGxHrmD1B%2CMAAK%2CcA4CD%2CiBAGM%3BAwHujDd%2C%2BBAAgC%2CGxHtmD5B%2CMAAK%2CcA4CD%2CiBAGM%3BAwHsjDd%2C6BAA8B%2CGvHhoD1B%3BAuHioDJ%2C%2BBAAgC%2CGvHjoD5B%3BEuHkoDA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CoGAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAuB%2CMAAM%3BAAA7B%2CoBAAuB%2CMxH3nDnB%2CQAAK%2CcA4CD%2CiBAGM%3BAwH4kDd%2CoBAAuB%2CMvHtpDnB%3BEuHupDA%2CaAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C2BAA4B%3BAAC5B%2C2BAA4B%3BEACxB%2CcAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CWAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CgBAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CEAAC%2CUAAU%3BEACjC%2CoBAAA%3B%3BAAGJ%2CUAAa%3BAACb%2CUAAa%3BEACT%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAa%3BEACT%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CUAAa%3BEACT%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CqBAAwB%3BAAAxB%2CqBxHzrDI%2CQAAK%2CcA4CD%2CiBAGM%3BAwH0oDd%2CqBvHptDI%3BEuHqtDA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CyBAA4B%2CQAAQ%2CQAAQ%2CKAAK%3BEAC7C%2CUAAA%3B%3BAAEJ%2CyBAA4B%3BEACxB%2CWAAA%3B%3BAAEJ%3BAACA%3BEACI%2CWAAA%3B%3BAAEJ%2C8BAA%2BB%3BEAC3B%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2C8BAA%2BB%2CIAAI%3BEAC%5C%2FB%2CcAAA%3B%3BAAEJ%2C8BAA%2BB%2CIAAG%2CUAAU%3BEACxC%2CsBAAsB%2CqFAAtB%3B%3BAAEJ%2C8BAAiC%2CMAAG%2CUAAU%3BEAC1C%2CsBAAsB%2CoFAAtB%3B%3BAAEJ%2C8BAAiC%2CMAAG%2CUAAU%3BEAC1C%2CsBAAsB%2CoFAAtB%3B%3BAAUJ%2CQAP0B%3BEACtB%2C8BAA%2BB%3BIAC3B%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAGR%2C8BAA%2BB%2CIAAG%3BEAC9B%2CyBAAA%3B%3BAAMJ%2CoBAAuB%2CMAAG%2CIAAI%2C8BAAiC%2CIAAC%2CUAAU%2CGAAM%3BEAC5E%2CiBAAA%3B%3BAAEJ%2C8BAA%2BB%2CIAAI%3BEAC%5C%2FB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAuB%2CMAAG%2CIAAI%2C8BAAiC%2CMAAG%2CUAAU%2CGAAM%2CIAAC%2CUAAU%3BAAC7F%2CoBAAuB%2CMAAG%2CIAAI%2C8BAAiC%2CIAAC%2CUAAU%2CGAAM%2CMAAM%2CIAAC%2CUAAU%3BAACjG%2CoBAAuB%2CMAAG%2CIAAI%2C8BAAiC%2CIAAC%2CUAAU%2CGAAM%2CMAAM%2CIAAC%2CUAAU%3BEAC7F%2C0BAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAMJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CYAAa%2CWAAW%3BEACpB%2CsBAAA%3B%3BAAEJ%2CYAAa%2CWAAW%2CMAAK%3BAAC7B%2CYAAa%2CMAAK%3BAAClB%2CYAAa%3BEACT%2CWAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CoBAAuB%2CMAAG%2CiBAAiB%2CUAAa%2CMAAM%2CMAAM%2CMAAM%2CQAAQ%2CQAAQ%2CKAAE%2CUAAU%2CGAAM%2CKAAE%2CUAAU%2CGAAM%3BAAA9H%2CoBAAuB%2CMAAG%2CiBAAiB%2CUAAa%2CMAAM%2CMAAM%2CMAAM%2CQAAQ%2CQAAQ%2CKAAE%2CUAAU%2CGAAM%2CKAAE%2CUAAU%2CGxHjyDpH%2CQAAK%2CcA4CD%2CiBAGM%3BAwHkvDd%2CoBAAuB%2CMAAG%2CiBAAiB%2CUAAa%2CMAAM%2CMAAM%2CMAAM%2CQAAQ%2CQAAQ%2CKAAE%2CUAAU%2CGAAM%2CKAAE%2CUAAU%2CGvH5zDpH%3BEuH6zDA%2CgBAAA%3B%3BAAEJ%2CoBAAuB%2CMAAM%2CMAAM%2CMAAG%2CIAAI%2CkBAAqB%2CMAAG%2CSAAS%2CSAAS%2CUAAU%3BEAC1F%2CgBAAA%3B%3BAAEJ%2CoBAAuB%2CMAAM%2CMAAM%2CMAAG%2CIAAI%2CkBAAqB%2CMAAG%2CUAAU%3BEACxE%2CgBAAA%3B%3BAAWJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2C6BAA8B%3BAAC9B%2CyBAA0B%3BEACtB%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CeAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CWAAc%2CUAAU%3BAACxB%2CWAAc%2CUAAU%3BAACxB%2CWAAc%2CUAAU%2CIAAC%3BAACzB%2CWAAc%2CUAAU%2COAAI%3BAAC5B%2CWAAc%2CUAAU%2CIAAC%3BAACzB%2CWAAc%2CUAAU%2COAAI%3BEACxB%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAsB%3BAACtB%2CsBAAsB%3BEAClB%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CcAAe%2COAAM%3BAACrB%2CcAAe%2CMAAK%2CaAAa%3BAACjC%2CcAAe%2CMAAK%2CiBAAiB%3BAACrC%2CcAAe%2CSAAQ%3BAACvB%2CiBAAiB%3BAACjB%2C2BAA2B%3BEACvB%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2C8BAA%2BB%2CMAAK%2CaAAa%3BAACjD%2CeAAgB%2CMAAK%2CaAAa%3BAAClC%2CeAAgB%2CMAAK%2CiBAAiB%3BEAClC%2CyBAAA%3B%3BAAEJ%2CcAAe%2CMAAK%2CUAAU%3BEAC1B%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAIA%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAW%3B%3BEAEP%2CkBAAA%3B%3BAAGJ%3BEACF%2CaAAA%3B%3BEAEA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAASE%2CQANqB%3BEACvB%3BIACC%2CsBAAA%3B%3B%3BAAIC%2CcAAe%3BEACX%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgDAAA%3BEACA%2CwDAAA%3BEACA%2CqDAAA%3B%3BAAEJ%2CcAAe%2CQAAO%3BEAClB%2CgBAAA%3B%3BAAEJ%2CcAAe%2CQAAQ%3BEACnB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BACplER%2C6BACI%3BEACI%2CaAAA%3B%3BAAFR%2C6BAII%2CoBAAmB%3BEACf%2CgBAAA%3B%3BAALR%2C6BAOI%3BEACI%2CUAAA%3B%3BAARR%2C6BAUI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAbR%2C6BAeI%3BEACI%2CiBAAA%3B%3BAAhBR%2C6BAkBI%2CUAAU%3BEACN%2CeAAA%3B%3BAAnBR%2C6BAqBI%2CKAAK%3BEACD%2CSAAA%3B%3BAAtBR%2C6BAwBI%3BEACI%2CgBAAA%3B%3BAAzBR%2C6BA2BI%3BEACI%2CWAAA%3B%3BAA5BR%2C6BA8BI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4DAAA%3B%3BAAnCR%2C6BAqCI%3BEACI%2CeAAA%3B%3BAAtCR%2C6BAwCI%2CMAAK%2CSAAU%3BEACf%2CkCAAA%3B%3BAAzCJ%2C6BA2CI%3BEACM%2CuCAAA%3BEACA%2CkBAAA%3BEACD%2CQAAA%3BEACA%2CSAAA%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACD%2CaAAA%3B%3BAAlDT%2C6BAoDI%3BEACI%2CyBAAA%3B%3BAArDR%2C6BAuDI%3BEACI%2CwBAAA%3B%3BAAxDR%2C6BA0DI%2CQAAQ%3BEACH%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACC%2CcAAA%3B%3BAAhEV%2C6BAkEI%3BEACI%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA1ER%2C6BA6EI%2CYAAY%3BAA7EhB%2C6BA6EmC%3BEAAY%2CuBAAA%3B%3BAA7E%5C%2FC%2C6BA8EI%3BEAAe%2CaAAA%3B%3BAA9EnB%2C6BA%2BEI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlFR%2C6BAoFI%3BEAAa%2CYAAA%3BEAAY%2CiCAAA%3B%3BAApF7B%2C6BAqFI%3BEAAY%2CYAAA%3BEAAY%2CwCAAA%3B%3BAArF5B%2C6BAuFI%3BEACK%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACD%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7FR%2C6BAgGI%3BEAAqB%2CwBAAA%3B%3BAAhGzB%2C6BAiGI%3BEAAmB%2CaAAA%3BEAAc%2CaAAA%3BEAAa%2CgBAAA%3B%3BAAjGlD%2C6BAkGI%3BEAAa%2CaAAA%3BEAAa%2CkEAAA%3BEAA6E%2C2BAAA%3BEAChG%2CsBAAA%3BEAAsB%2C4BAAA%3BEAA4B%2CgCAAA%3BEAAgC%2CcAAA%3BEAAc%2CgBAAA%3B%3BAAnG3G%2C6BAoGI%3BEAAe%2CUAAA%3BEAAU%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CaAAA%3B%3BAApG1D%2C6BAsGI%3BEAAc%2CUAAA%3BEAAU%2CWAAA%3BEAAW%2CgBAAA%3BEAAgB%2CaAAA%3B%3BAAsBnD%2CmBAjBsC%3BEAiBtC%2C6BAhBI%3BIAAc%2CgBAAA%3BIAAgB%2CYAAA%3B%3BEAgBlC%2C6BAfI%2CaAAa%3BIAAK%2CgBAAA%3B%3BEAetB%2C6BAdI%3BIAAmB%2CWAAA%3BIAAW%2CuBAAA%3B%3BEAclC%2C6BAbI%3BIAAa%2CkCAAA%3BIAAkC%2CYAAA%3B%3BEAanD%2C6BAZI%3BIAAqB%2C2BAAA%3B%3BEAYzB%2C6BAXI%3BEAWJ%2C6BAXmB%3BIACX%2CmBAAA%3BIAAmB%2CWAAA%3BIAAW%2CWAAA%3BIAAW%2CkBAAA%3B%3BEAUjD%2C6BARI%3BIAAe%2CSAAA%3B%3BEAQnB%2C6BAPI%3BIACI%2CaAAA%3B%3BEAMR%2C6BAJI%2CkBAAkB%3BIACd%2CUAAA%3B%3B%3BAAOR%2CmBAJqC%3BEAIrC%2C6BAHQ%2CcAAc%3BEAGtB%2C6BAH2B%2CaAAa%3BIAAK%2CUAAA%3BIAAU%2CYAAA%3B%3B%3BAA7H3D%2C6BAgII%3BEACI%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAvIR%2C6BAyII%3BEAGI%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAeJ%2CQAbyB%3BEAazB%2C6BAZA%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASJ%2C6BAPA%3BIACI%2CWAAA%3B%3BEAMJ%2C6BAJA%3BIACI%2C0BAAA%3B%3B%3BAAeJ%2CQAZyB%3BEAYzB%2C6BAXA%3BIACI%2CiCAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAQJ%2C6BANA%3BEAMA%2C6BANa%3BIACT%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAxKR%2C6BA2KI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAvLR%2C6BA0LI%3BEACI%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACI%2C8BAAA%3B%3BAApMZ%2C6BAsMI%3BEACI%2CWAAA%3BEACA%2CgCAAA%3B%3BAAxMR%2C6BA0MI%3BEACI%2CcAAA%3B%3BAA3MR%2C6BA%2BMI%3BAA%5C%2FMJ%2C6BA%2BMW%3BEACH%2CcAAA%3B%3BAAhNR%2C6BAkNI%3BEACI%2CcAAA%3B%3BAAnNR%2C6BAqNI%3BEACI%2C8BAAA%3B%3BAAtNR%2C6BAwNI%2CKAAK%3BEACD%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CkCAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3B%3BAAhOR%2C6BAkOI%3BAAlOJ%2C6BAkOiB%3BEACT%2CUAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA7OR%2C6BA%2BOI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAlPR%2C6BAoPI%3BEACO%2CuBAAA%3B%3BACrPX%2CYACI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAPR%2CYASI%3BEACI%2CaAAa%2C8BAAb%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CYAiBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAArBR%2CYA4BI%2CYAAW%2CMAAO%3BEACd%2CWAAA%3BEACA%2CUAAA%3BEAEA%2CwCAAA%3B%3BAAhCR%2CYAmCI%3BEACI%2CaAAa%2C8BAAb%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAtCR%2CYAyCI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA5CR%2CYA8CI%2CYAAY%3BEACR%2CkBAAA%3B%3BAA%5C%2FCR%2CYAiDI%2COAAM%3BEACF%2CeAAA%3B%3BAAOJ%2CQAL0B%3BEAK1B%2CYAJI%2CcAAc%2CMAAM%3BIAChB%2CkBAAA%3B%3B%3BAAoBR%2CQAjB0B%3BEAiB1B%2CYAhBI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAaR%2CYAVI%2CcAAc%2CSAAS%3BIACnB%2C6BAAA%3BIACA%2CWAAA%3B%3BEAQR%2CYALI%2CcAAc%2CSAAS%3BIACnB%2CkBAAA%3BIACA%2CQAAA%3B%3B%3BAAWZ%2CQAR8B%3BEAQ9B%2CYAPQ%2CcAAc%2CUAAU%3BIACpB%2CcAAA%3B%3BEAMZ%2CYAJQ%2CaAAa%3BIACT%2C2BAAA%3B%3B%3BAAKZ%2CcAAe%3BEACX%2CaAAA%3B%3BACvEJ%3BAAcA%2CaAAa%2CSAkCZ%2CcAEC%2CSACC%3BAArCH%2CaAAa%2CSAkCZ%2CcAEC%2CSAIC%3BAAxCH%2CaAAa%2CSAkCZ%2CcAkCC%3BEAjFD%2CeAAA%3BEACA%2CYAAA%3BEAEA%2CiBAAA%3BEACG%2CYAAA%3B%3BAAGJ%2CSAAS%3BAACT%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CaAAa%3BEACZ%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJD%2CaAAa%2CSAKZ%3BEACC%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAPF%2CaAAa%2CSASZ%3BEACC%2CUAAA%3B%3BAAVF%2CaAAa%2CSAYZ%3BEACC%2CUAAA%3B%3BAAbF%2CaAAa%2CSAeZ%3BEACC%2CuBAAA%3B%3BAAhBF%2CaAAa%2CSAkBZ%3BEACC%2CkBAAA%3B%3BAACA%2CaApBW%2CSAkBZ%2CWAEE%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAA1BH%2CaAAa%2CSA6BZ%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAaG%2CKAAM%2CsBAAsB%2CcA7CpB%2CSAkCZ%2CcAEC%2CSAOE%2CWACA%3BEAEE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAACA%2CKALK%2CsBAAsB%2CcA7CpB%2CSAkCZ%2CcAEC%2CSAOE%2CWACA%2CUAMG%3BEACA%2CuCAAA%3B%3BAAKF%2CKAAM%2CsBAAsB%2CcAxDpB%2CSAkCZ%2CcAEC%2CSAOE%2CWAYA%3BEAEE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3B%3BAACA%2CKALK%2CsBAAsB%2CcAxDpB%2CSAkCZ%2CcAEC%2CSAOE%2CWAYA%2CUAMG%3BEACA%2CuCAAA%3B%3BAAUN%2CaAxEY%2CSAwEX%3BEACA%2CcAAA%3B%3BAAED%2CaA3EY%2CSA2EX%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAED%2CaA%5C%2FEY%2CSA%2BEX%3BEACA%2CUAAA%3B%3BAAhFF%2CaAAa%2CSAkFZ%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEAEA%2CiBAAA%3B%3BAAvFF%2CaAAa%2CSAkFZ%2CUAMC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEAEA%2C4BAAA%3B%3BAA5FH%2CaAAa%2CSAkFZ%2CUAYC%3BEACC%2CUAAA%3BEAEA%2C8BAAA%3B%3BAAjGH%2CaAAa%2CSAkFZ%2CUAiBC%3BEACC%2CsBAAA%3BEACA%2CYAAA%3B%3BAArGH%2CaAAa%2CSAwGZ%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAAED%2CaA5GY%2CSA4GX%3BEACA%2CcAAA%3B%3BAADD%2CaA5GY%2CSA4GX%2CQAEA%3BEACC%2CYAAA%3B%3BAA%5C%2FGH%2CaAAa%2CSAkHZ%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAArHF%2CaAAa%2CSAuHZ%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6CAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEAEA%2C4BAAA%3B%3BAACA%2CaApIW%2CSAuHZ%2CqBAaE%3BEAEA%2CYAAY%2CeAAZ%3B%3BAAtIH%2CaAAa%2CSAyIZ%2CmBACC%3BEACC%2CaAAA%3B%3BAA3IH%2CaAAa%2CSAyIZ%2CmBAIC%3BEACC%2CaAAA%3B%3BAA9IH%2CaAAa%2CSAiJZ%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEAEA%2C8BAAA%3B%3BAAxJF%2CaAAa%2CSA0JZ%3BEACC%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5JF%2CaAAa%2CSA8JZ%2CaAAa%3BEACZ%2CaAAA%3B%3BAAED%2CaAjKY%2CSAiKX%2CmBAAoB%3BEAEpB%2CiBAAA%3B%3BAAnKF%2CaAAa%2CSAqKZ%2CaACC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2COAAO%2CkBAAP%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA5KH%2CaAAa%2CSAqKZ%2CaACC%2CgBAOC%3BEAIC%2CWAAA%3BEAEA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAxLJ%2CaAAa%2CSAqKZ%2CaACC%2CgBAoBC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FLJ%2CaAAa%2CSAqKZ%2CaACC%2CgBA2BC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEC%2CaAvMQ%2CSAqKZ%2CaACC%2CgBA2BC%2CSAKC%2CEACE%2COAAO%3BEACP%2CYAAA%3B%3BAAxMN%2CaAAa%2CSAqKZ%2CaACC%2CgBA2BC%2CSAUC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7ML%2CaAAa%2CSAmNZ%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAAIF%3BEACC%3BIACC%2CUAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2CUAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3B%3BAAIF%3BEAEC%2CoCAAA%3B%3BAAGD%2CUAAU%2CaACT%2CcACC%3BEACC%2CqBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAALH%2CUAAU%2CaACT%2CcACC%2CSAIC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CUAvBO%2CaACT%2CcACC%2CSAqBE%2CMACA%3BEACC%2CgBAAA%3B%3BAAzBL%2CUAAU%2CaACT%2CcA4BC%2CSAAQ%2COACP%3BEACC%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAhCJ%2CUAAU%2CaAoCT%2CSACC%2CiBACC%3BEACC%2CkBAAA%3B%3BAAMJ%2CUACC%3BEAEC%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAJF%2CUACC%2CcAIC%2CSAGC%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CUAAA%3BEACA%2CoCAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C%2BBAAgC%2CWAzBnC%2CcAIC%2CSAGC%3BEAmBE%2CuBAAA%3B%3BAAED%2CUA5BH%2CcAIC%2CSAGC%2CcAqBE%3BEACA%2CUAAA%3B%3BAACA%2C%2BBAAgC%2CWA9BpC%2CcAIC%2CSAGC%2CcAqBE%3BEAGC%2CWAAA%3BEACkB%2CYAAA%3B%3BAAEnB%2CUAlCJ%2CcAIC%2CSAGC%2CcAqBE%2CSAMC%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACkB%2CWAAW%2CcAAX%3BEAClB%2CwEAAA%3BEACA%2CgEAAA%3B%3BAAED%2CUAjDJ%2CcAIC%2CSAGC%2CcAqBE%2CSAqBC%3BEACA%2CgBAAA%3B%3BAAGF%2CUArDH%2CcAIC%2CSAGC%2CcA8CE%3BEACA%2CWAAA%3B%3BAACA%2C%2BBAAgC%2CWAvDpC%2CcAIC%2CSAGC%2CcA8CE%3BEAGC%2CYAAA%3BEACkB%2CYAAA%3B%3BAAEnB%2CUA3DJ%2CcAIC%2CSAGC%2CcA8CE%2CSAMC%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CwEAAA%3BEACA%2CgEAAA%3B%3BAAED%2CUAzEJ%2CcAIC%2CSAGC%2CcA8CE%2CSAoBC%3BEACA%2CgBAAA%3B%3BAAGF%2CUA7EH%2CcAIC%2CSAGC%2CcAsEE%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2C%2BBAAgC%2CWAjFpC%2CcAIC%2CSAGC%2CcAsEE%3BEAKC%2CuBAAA%3BEACA%2CWAAA%3B%3BAAED%2CUArFJ%2CcAIC%2CSAGC%2CcAsEE%2CMAQC%3BAACD%2CUAtFJ%2CcAIC%2CSAGC%2CcAsEE%2CMASC%3BEACA%2CsBAAA%3B%3BAACA%2C%2BBAAgC%2CWAxFrC%2CcAIC%2CSAGC%2CcAsEE%2CMAQC%3BAAGA%2C%2BBAAgC%2CWAxFrC%2CcAIC%2CSAGC%2CcAsEE%2CMASC%3BEAGC%2CkBAAA%3B%3BAA1FP%2CUACC%2CcAIC%2CSA0FC%3BEACC%2CYAAA%3BEACA%2CeAAA%3B%3BAAjGJ%2CUAsGC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2C%2BBAAgC%2CWAJjC%3BEAKE%2CkBAAA%3BEACA%2CaAAA%3B%3BAASG%2CUALJ%2C6BACA%2CcACC%2CSACC%2CcACE%2CMACC%3BAACD%2CUANJ%2C6BACA%2CcACC%2CSACC%2CcACE%2CMAEC%3BEACA%2CgBAAA%3B%3BAASP%2CMAAO%3BEACN%2CcAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CSAAA%3B%3BAAED%3BEACC%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3B%3BAATD%2CQAUC%3BEACC%2CkBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CKAAK%2CgBAAL%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAArBF%2CQAwBC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAArCF%2CQAwCC%2CeAAc%3BEACb%2CQAAA%3BEACA%2COAAA%3BEACA%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CuDAAA%3BEACA%2C2DAAA%3BEACA%2CwDAAA%3BEACA%2CgCAAA%3B%3BAAhDF%2CQAmDC%2CeAAc%3BEACb%2CSAAA%3BEACA%2COAAA%3BEACA%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CuDAAA%3BEACA%2C2DAAA%3BEACA%2CwDAAA%3BEACA%2C%2BBAAA%3B%3BAA3DF%2CQA8DC%2CeAAc%3BEACb%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqDAAA%3BEACA%2CwDAAA%3BEACA%2CyDAAA%3BEACA%2C6DAAA%3BEACA%2C0DAAA%3BEACA%2C6BAAA%3B%3BAAtEF%2CQAyEC%2CsBAAsB%2CeAAe%2CsBAAsB%3BEAC1D%2CqBAAA%3B%3BAA1EF%2CQA4EC%2CsBAAsB%2CeAAe%2CsBAAsB%2CQAAO%3BEACjE%2C6BAAA%3BEACA%2CmBAAA%3B%3BAA9EF%2CQAgFC%2CsBAAsB%2CeAAe%2CsBAAsB%2CQAAO%3BEACjE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEACC%3BIACC%2CWAAW%2CeAAe%2CgBAAgB%2CaAA1C%3B%3BEAED%3BIACC%2CWAAW%2CeAAe%2CgBAAgB%2CeAA1C%3B%3B%3BAAIF%3BEACC%3BIACC%2CcAAc%2CeAAe%2CgBAAgB%2CaAA7C%3B%3BEAED%3BIACC%2CcAAc%2CeAAe%2CgBAAgB%2CeAA7C%3B%3B%3BAAIF%3BEACC%3BIACC%2CeAAe%2CeAAe%2CgBAAgB%2CaAA9C%3B%3BEAED%3BIACC%2CeAAe%2CeAAe%2CgBAAgB%2CeAA9C%3B%3B%3BAAIF%3BEACC%3BIACC%2CmBAAmB%2CeAAe%2CgBAAgB%2CaAAlD%3B%3BEAED%3BIACC%2CmBAAmB%2CeAAe%2CgBAAgB%2CeAAlD%3B%3B%3BAAIF%3BEACC%3BIACC%2CgBAAgB%2CeAAe%2CgBAAgB%2CaAA%5C%2FC%3B%3BEAED%3BIACC%2CgBAAgB%2CeAAe%2CgBAAgB%2CeAA%5C%2FC%3B%3B%3BAAIF%3BEACC%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CaAAzC%3B%3BEAED%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CeAAzC%3B%3B%3BAAIF%3BEACC%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CaAA5C%3B%3BEAED%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CeAA5C%3B%3B%3BAAIF%3BEACC%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CaAA7C%3B%3BEAED%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CeAA7C%3B%3B%3BAAIF%3BEACC%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CaAAjD%3B%3BEAED%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CeAAjD%3B%3B%3BAAIF%3BEACC%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CaAA9C%3B%3BEAED%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CeAA9C%3B%3B%3BAAIF%3BEACC%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CaAAzC%3B%3BEAED%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CeAAzC%3B%3B%3BAAIF%3BEACC%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CaAA5C%3B%3BEAED%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CeAA5C%3B%3B%3BAAIF%3BEACC%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CaAA7C%3B%3BEAED%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CeAA7C%3B%3B%3BAAIF%3BEACC%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CaAAjD%3B%3BEAED%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CeAAjD%3B%3B%3BAAIF%3BEACC%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CaAA9C%3B%3BEAED%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CeAA9C%3B%3B%3BAAKH%2CqBAAqB%2CYACpB%2CQAAO%2CKACN%2CeAAc%2CQAAS%2CeACtB%2CQAAO%3BEACN%2CeAAA%3B%3BAAKJ%2CqBACC%2CQAAO%2CKACN%2CeAAc%2CQAAS%2CeACtB%2CQAAO%3BEACN%2CiBAAA%3B%3BAAJJ%2CqBACC%2CQAAO%2CKAMN%2CeAAc%2CiBAAkB%2CcAAc%2CmBAAmB%2CsBAAsB%2COAAM%2COAAO%3BEACnG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAA%2BBH%3B%3B%3BAAAA%2CiBAEC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BEACvD%2CSAAS%2COAAT%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAARF%2CiBAUC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BEAC%5C%2FE%2CSAAS%2COAAT%3B%3BAAXF%2CiBAaC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%3BEAC9C%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAfF%2CiBAiBC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BEACvD%2CSAAS%2COAAT%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAvBF%2CiBAyBC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BEAC%5C%2FE%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAA7BF%2CiBA%2BBC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CyBAAyB%3BEAChF%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3B%3BAApCF%2CiBAsCC%2CgCAA%2BB%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BEACtF%2CYAAA%3B%3BAAGA%2CiBADD%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CMAC7C%3BEACA%2CkCAAA%3BEACA%2CWAAA%3B%3BAA5CH%2CiBA%2BCC%2C8BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BAA%5C%2FCnF%2CiBA%2BC6F%2C8BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BEAC7K%2CuBAAA%3B%3BAASF%2CgBAJwC%2C2BAA8B%3B%3BEAnDrE%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%3BIAC9C%2C4BAAA%3BIACA%2CsBAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CyBAAyB%3BIAChF%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CUAAA%3B%3BEAED%2C%2BBAA%2BB%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACtF%2CYAAA%3B%3BEAGA%2CUADU%2CcAAc%2CSAAS%2CcAAa%2CMAC7C%3BIACA%2CkCAAA%3BIACA%2CWAAA%3B%3BEAGF%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BEAAU%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BIAC7K%2CuBAAA%3B%3B%3BAASF%3B%3BEAvDC%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%3BIAC9C%2C4BAAA%3BIACA%2CsBAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CyBAAyB%3BIAChF%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CUAAA%3B%3BEAED%2C%2BBAA%2BB%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACtF%2CYAAA%3B%3BEAGA%2CUADU%2CcAAc%2CSAAS%2CcAAa%2CMAC7C%3BIACA%2CkCAAA%3BIACA%2CWAAA%3B%3BEAGF%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BEAAU%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BIAC7K%2CuBAAA%3B%3B%3BAhGtvBE%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CMACM%3BEACE%2CgBAAA%3B%3BAA%5C%2FBhB%2COACI%2CgBAkCI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAAvCpB%2COACI%2CgBA2CI%2CeACI%3BEACI%2CWAAA%3BE%5C%2FBkPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO%2BB3CI%2CgBA2CI%2CeACI%2CiB%5C%2FBDX%3BAACD%2CO%2BB5CI%2CgBA2CI%2CeACI%2CiB%5C%2FBAX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO%2BBjDI%2CgBA2CI%2CeACI%2CiB%5C%2FBKX%3BEACG%2CWAAA%3B%3BA%2BBnDJ%2COACI%2CgBA2CI%2CeACI%2CiBiGwDZ%3BEACI%2CWAAA%3B%3BAjGtGJ%2COACI%2CgBA2CI%2CeACI%2CiBiG7BZ%3BAjGhBA%2COACI%2CgBA2CI%2CeACI%2CiBiG5BZ%3BEACI%2CqBAAA%3B%3BAjGlBJ%2COACI%2CgBA2CI%2CeACI%2CiBiG7BZ%2CSAQI%2CEAAC%3BAjGxBL%2COACI%2CgBA2CI%2CeACI%2CiBiG5BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAjGzBR%2COACI%2CgBA2CI%2CeACI%2CiBiGfZ%2CSACI%3BEhIiQJ%2CiBAAA%3B%3BA%2BBhSA%2COACI%2CgBA2CI%2CeACI%2CiBiGLZ%2CWAKI%2CEAAC%3BEhImPL%2CeAAA%3B%3BA%2BBhSA%2COACI%2CgBA2CI%2CeACI%2CiBiGWZ%3BAjGxDA%2COACI%2CgBA2CI%2CeACI%2CiBiGYZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAjG3DJ%2COACI%2CgBA2CI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAtDpB%2COACI%2CgBA0DI%3BEACI%2CcAAA%3B%3BAA5DZ%2COACI%2CgBA8DI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAADJ%2CkBAII%3BE%5C%2FBsNJ%2CiBAAA%3B%3BA%2BB1NA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CmBAAA%3B%3BAvB9EZ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BERoRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAQI%3BEACI%2CaAAA%3B%3BAATR%2CyBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CyBAoBI%2CQAAO%3BEACH%2CmBAAA%3B%3BAArBR%2CyBAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3BZ%2CyBAmCI%3BERqPJ%2CmBAAA%3BEQlPQ%2CkBAAA%3B%3BAAtCR%2CyBAmCI%2CsBAKM%2CSAAS%3BERgPnB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAmCI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAZR%2CsBASI%2CgBAGK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBASI%2CgBAOM%3BERqOd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEQnOgB%2CcAAA%3B%3BAArDhB%2CyBAmCI%2CsBAsBI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA7DhB%2CyBAmCI%2CsBA8BI%2CYACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApEhB%2CyBAmCI%2CsBAyCI%2CqBACM%3BEAEE%2CmBAAA%3B%3BAA%5C%2FEhB%2CyBAmFI%2CQACI%2COAAM%3BERoMd%2CgBAAA%3B%3BAQxRA%2CyBAmFI%2CQACI%2COAAM%2CIACF%3BERmMZ%2CgBAAA%3BEAAA%2CeAAA%3BEQhMgB%2CqBAAA%3B%3BAAxFhB%2CyBA%2BFI%2CEAAC%3BERyLL%2CcAAA%3B%3BAQxRA%2CyBAmGI%3BEACI%2CWAAA%3B%3BAyHpGR%3BEjIwRA%2CmBAAA%3BEAAA%2CWAAA%3BEiIrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEjI2QR%2CiBAAA%3BEiIzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEjIqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkI9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEjI6PR%2CiBAAA%3BEiI3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEjIwPR%2CeAAA%3BEiItPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BEjIuOR%2CiBAAA%3B%3BAiIxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEjI2Nb%2CiBAAA%3BEiIzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BA3EjEhB%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEzBLJ%2CqBAAA%3BEyBeQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAxBR%2CaAaI%2COzB6PF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CayBDI%2COzBCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B3OU%2CO9B2OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CayBdA%2COzBaH%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2CayBpBA%2COzBmBH%2COACI%3BE7BqPL%2CWAAA%3B%3BAsD5PQ%2CaAbJ%2COAaK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA7BpB%2CaAmCI%2CQAAO%3BEACH%2CaAAA%3B%3BAApCR%2CaAuCI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CaA8CI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlDR%2CaAqDI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CoBAQI%3BEtDoNJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuDlDA%2CoBAQI%2CGAGI%3BEtDiNR%2C6BAAA%3BEsD%5C%2FMY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAZR%2CGAGI%2CGASK%2CIAAI%3BEACD%2CaAAA%3BEtDuMhB%2CyBAAA%3BEAAA%2CgBAAA%3B%3BAsDlMY%2CoBAlBR%2CGAGI%2CGAeK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGAGI%2CGAmBK%3BAACD%2CoBAvBR%2CGAGI%2CGAoBK%3BEtD6Lb%2CmBAAA%3B%3BAsD5NA%2CoBAQI%2CGAGI%2CGAwBI%3BEtDyLZ%2CWAAA%3BEsDvLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKATf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%3BEACC%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKA%5C%2FBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAjCpB%2CKAAK%2COAAO%2CSAuCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%2COAAO%3BEACH%2CmBAAA%3B%3BAlDjKJ%3BEJ0RA%2CmBAAA%3BEIvRI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CaAMM%3BEACE%2CcAAA%3BEJmRR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAI1RA%2CaAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CaAWI%2COAII%3BEACI%2CcAAA%3B%3BAAhBZ%2CaAWI%2COAQI%3BEACI%2CuBAAA%3B%3BAApBZ%2CaAWI%2COAQI%2CUAGI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAdZ%2COAQI%2CUAGI%2COAGK%3BEACG%2CeAAA%3B%3BAA1BpB%2CaAWI%2COAQI%2CUAWI%2CSACI%2COACM%3BEACE%2CeAAA%3B%3BAAwBxB%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CYAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CYAUI%2CUAAS%3BEACL%2CaAAA%3B%3BAAKR%2CKAAK%2CcACD%2COACI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAHZ%2CKAAK%2CcACD%2COAKM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAARZ%2CKAAK%2CcAYD%3BEACI%2CiBAAA%3B%3BAAEA%2CKAfH%2CcAYD%2CKAGK%2CIACG%3BEACI%2CgBAAA%3B%3BAAWR%2CKA5BH%2CcA2BD%2CMACK%2CQAAS%3BEACN%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CKAnCP%2CcA2BD%2CMAOI%2CKACK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAvChB%2CKAAK%2CcA4CD%2CiBAGM%3BAC1EV%3BEL4OA%2CqBAAA%3BEMxHA%2CqBAAA%3BEFvCY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAEwCZ%2CKF3FK%2CcA4CD%2CiBAGM%2CUE4CT%3BAACD%2CKF5FK%2CcA4CD%2CiBAGM%2CUE6CT%3BAACD%2CKF7FK%2CcA4CD%2CiBAGM%2CUE8CT%3BADxHD%2CYCsHC%3BADtHD%2CYCuHC%3BADvHD%2CYCwHC%3BEACG%2CqBAAA%3B%3BAFzCQ%2CKArDP%2CcA4CD%2CiBAGM%2CUAMG%3BAChFb%2CYDgFa%3BEACG%2CeAAA%3B%3BAAMR%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAnEH%2CcAkED%2CSACK%3BEACG%2CcAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKA7EH%2CcAkED%2CSAWK%3BEACG%2CmBAAA%3B%3BAAGJ%2CKAjFH%2CcAkED%2CSAeK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CKAzFH%2CcAwFD%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA1FZ%2CKAAK%2CcA%2BFD%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAjGR%2CKAAK%2CcAsGD%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAvGR%2CKAAK%2CcA8GD%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeAKI%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CeAKI%2CwBAKI%2CQAAO%3BEAEH%2CWAAA%3B%3BAAIA%2CeAXR%2CwBAUI%2CMACQ%3BEACA%2CgBAAA%3B%3BAAOhB%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CsBAOI%2COAII%2COACM%3BEACE%2CgBAAA%3B%3BAAMhB%3BEACI%2CgCAAA%3B%3BAAOJ%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2CiBAAA%3B%3BAoBzPR%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CeA%2BCI%2CeACM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CeA%2BCI%2CeACM%2CWAII%3BEACE%2CmBAAA%3B%3BAAGI%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeAfpB%2CeACM%2CWAII%2CWAGE%2CQACK%2CQAMI%3BEACG%2CgBAAA%3B%3BAA%5C%2FD5B%2CeAuEI%3BAAvEJ%2CeAwEI%3BAAxEJ%2CeAyEI%3BAAzEJ%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEIjDA%2CqBAAA%3BEACA%2CkBAAA%3BEJoEI%2CYAAA%3B%3BAxBtEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAwB2CJ%2CiBI9CA%3BEAEI%2CeAAA%3BE5B8OJ%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B%5C%2FOQ%2CO9B%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2CiBDKJ%2CiBCNC%2COACI%3BE7BqPL%2CcAAA%3B%3BA4BqEA%2CiBArTA%2CiBAqTC%3BE5BrED%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B%5C%2FOQ%2CO9B%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE7BqPL%2CcAAA%3B%3BAwBlMA%2CiBIyIA%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CyCAAA%3B%3BAwBlMA%2CiBIyIA%2CgBAsBI%3BE5BmCJ%2CSAAA%3B%3BA4B3BQ%2CiBA9BR%2CgBAsBI%2CGAQK%3BEAEG%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CgBAuVC%3BAACD%2CiBAxVA%2CgBAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CgBAiWC%3BEACG%2CiBAAA%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BE5B%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4BoRA%2CiBA7UA%2CgBA6UC%3BE5BpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAJ1LR%2CiBAsBI%3BExB4KJ%2CkBAAA%3B%3BAwBlMA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlCZ%2CiBA8BI%2CSACI%2CSAKM%3BAApCd%2CiBA8BI%2CSACI%2CSAMM%3BEACE%2CeAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BExBsJT%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEwB9IY%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAZJ%2CiBADJ%2CQACK%2CMK0IP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CiBLiHI%2CQACK%2CMKlHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBLoGA%2CQACK%2CMKtGR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CiBL8FA%2CQACK%2CMKhGR%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CiBkB1GI%2CQACK%2CMlByGR%3BAACD%2CiBkB3GI%2CQACK%2CMlB0GR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkBhHI%2CQACK%2CMlB%2BGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkBrHI%2CQACK%2CMlBoHR%3BAACD%2CiBkBtHI%2CQACK%2CMlBqHR%3BAACD%2CQAAQ%2CUAAW%2CkBkBvHf%2CQACK%3BElBuHL%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAwBvIQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%3BExBgIpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEwB3HgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBArCZ%2CQAgBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BExB6GtB%2CeAAA%3B%3BAwBlMA%2CiBAiGI%3BEACI%2CgBAAA%3B%3BAAIR%3BExB4FA%2CsBAAA%3BEAAA%2CeAAA%3BEwBzFI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BExBmFA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAyBuFA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BExB6Eb%2C0BAAA%3B%3BAwBzEQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%2CSACM%3BAAvCV%2CeAsCI%2CSAEM%3BEACE%2CWAAA%3B%3BAAzCZ%2CeAsCI%2CSAMI%3BExBuCR%2CcAAA%3BE6BhOA%2CqBAAA%3BELkMY%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAK9LZ%2CeL6KI%2CSAMI%2CQKnLP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BALnGY%2CeAnBR%2CSAMI%2CQAaK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAKzIhB%2CeLmHI%2CSA0BK%2COACK%2CUK9Ib%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAwBnFA%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5ER%2CeA0EI%2CmBAII%3BExBKR%2CcAAA%3B%3BAwBnFA%2CeAmFI%3BEACI%2CkBAAA%3B%3BAApFR%2CeAmFI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAvFZ%2CeAmFI%2CsBAOI%3BAA1FR%2CeAmFI%2CsBAQI%3BEACI%2CeAAA%3B%3BAA5FZ%2CeAmFI%2CsBAYI%2CMAAK%3BExBZb%2CiBAAA%3B%3BAwBnFA%2CeAmFI%2CsBAoBI%3BEACI%2CgBAAA%3B%3BAAxGZ%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%3BExB1BhB%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAL6IA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COKtCd%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CeLmPI%2CSAAQ%2CQACJ%2CSAAQ%2COKpPf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL5JA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COAUJ%3BEACI%2CaAAA%3B%3BAAxHhB%2CeAoII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtIR%2CeAyII%3BExBtDJ%2CiBAAA%3BEwBwDQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5IR%2CeA%2BII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BExBlET%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAL%2BUQ%2CeADJ%2CQACK%2CKK7EP%3BAL8EM%2CeAFJ%2CQAEK%2COK9EP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CeLwUI%2CQACK%2CKKzUR%3BAAAD%2CeLwUI%2CQAEK%2COK1UR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1PY%2CO9B0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeL2TA%2CQACK%2CKK7TR%2CMACI%3BAAAD%2CeL2TA%2CQAEK%2COK9TR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CeLqTA%2CQACK%2CKKvTR%2COACI%3BAAAD%2CeLqTA%2CQAEK%2COKxTR%2COACI%3BE7BqPL%2CcAAA%3B%3BA6BzKA%2CeLyOI%2CQAcK%2COKvPR%3BE7ByKD%2CS8B5PS%2CO9B4PT%3B%3BAS3QA%3BET2QA%2CgBAAA%3B%3BAStQA%3BETsQA%2CgBAAA%3B%3BAStQA%2CYAWI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BA0CpDR%3BEnD2RA%2C6BAAA%3BEmDxRI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CsBAMI%3BEnDqRJ%2CeAAA%3BEAAA%2CgBAAA%3BEmDlRQ%2CWAAA%3B%3BAATR%2CsBAMI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOI%2CsBAHZ%2CkBACI%2CQACK%2CSACI%3BEnDuQjB%2CWAAA%3B%3BAmDnQgB%2CsBAPZ%2CkBACI%2CQACK%2CSAKI%2CMAAM%3BEnDmQvB%2CWAAA%3B%3BAU9PA%3BEV8PA%2CgBAAA%3BEU3PI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEVuPA%2CgBAAA%3BEUrPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEV%2BOL%2CmBAAA%3BEAAA%2CSAAA%3BEU5OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEVoOT%2C0BAAA%3B%3BAU9NQ%2CsBADH%2CWACI%3BEV8NT%2C0BAAA%3B%3BAUvPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEVqNR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAU1MQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEVyMT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEUpMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA5BF%2COA4BG%3BEV6LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEUvLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEVsLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUzKQ%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAFR%2CsBAAC%2CQAKK%3BEVqKV%2CWAAA%3B%3BAUlKY%2CsBARP%2CQAKK%2COAGG%3BEVkKb%2CmBAAA%3B%3BAU9JY%2CsBAZP%2CQAKK%2COAOG%3BEV8Jb%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAUrJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAGK%3BEVkJV%2CWAAA%3B%3BAU%5C%2FIY%2CsBANP%2CUAGK%2COAGG%3BEV%2BIb%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAuDnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BEvD2QR%2CiBAAA%3B%3BAuDtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BEvDkQZ%2CqBAAA%3B%3BAuD3PA%2CYACI%2CUACM%2CSACI%3BEACE%2CgBAAA%3B%3BA2EdhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BElI%2BPL%2CYAAA%3B%3BAkI%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BElIuPb%2CWAAA%3B%3BAkIrQA%2CcAoBI%3BElI3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkIAA%2CcAwBI%3BElI6OJ%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAqGSA%2CcAwBI%2CsBrGiOF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CcqG2BI%2CsBrG3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8B7NQ%2CO9B6NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcqGcA%2CsBrGfH%2CMACI%3BE7B2PL%2CWAAA%3B%3BAkInOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BElI%2BNT%2CYAAA%3B%3BAkI9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BElIuNjB%2CWAAA%3B%3BAkIrQA%2CcAqDI%3BElIgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEkIzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BElI8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEkIxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BElIkLT%2C2BAAA%3B%3BAkI9KQ%2CcAlCJ%2CuBAkCK%3BElI8KT%2C2BAAA%3BEkI5KY%2CUAAA%3BEACA%2CUAAA%3B%3BAA2DhB%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BIlIwHrC%2CyBAAA%3B%3BEkIrHA%2CcAAe%2CuBAAsB%3BIlIqHrC%2C4BAAA%3BIkInHI%2CQAAA%3B%3B%3BA9F1IJ%2CYAMI%3BAANJ%2CYAOI%3BEpCsPJ%2CgBAAA%3BEoCpPQ%2CmBAAA%3B%3BAATR%2CYAMI%2CYAKI%2CUACI%3BAAZZ%2CYAOI%2CuBAII%2CUACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAdhB%2CYAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CYAuBI%3BEpCsOJ%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BEoC9NQ%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEpCwNT%2CqBAAA%3B%3BAoCrNY%2CYAjBR%2CuBAcK%2CcAGI%3BEpCqNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoC9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAArDhB%2CYAgEI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAtEhB%2CYA2EI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CYAgFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEpCoIR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAoC%5C%2FHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAc5KhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BElDgRR%2CcAAA%3BEkD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BElDmQR%2CYAAA%3BEkD%5C%2FPY%2CSAAA%3B%3BAbdZ%3BErC6QA%2CeAAA%3B%3BAqC7QA%2C%2BBAGI%3BErC0QJ%2C6BAAA%3BEqCvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BErCoQR%2CQAAA%3BEAAA%2CqBAAA%3BE6B9QA%2CqBAAA%3BEQsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CaRwPN%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2C%2BBQFI%2C4BAMI%2CaRJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1PY%2CO9B0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBQfA%2C4BAMI%2CaRQP%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2C%2BBQrBA%2C4BAMI%2CaRcP%2COACI%3BE7BqPL%2CcAAA%3B%3BAqC7QA%2C%2BBA2BI%3BErCkPJ%2CiBAAA%3B%3BAqC7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAjBrCR%3BEpB8QA%2CmBAAA%3BEAAA%2CkBAAA%3BEoB1QI%2CgBAAA%3B%3BAAJJ%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BEpB6PR%2CWAAA%3BEoB3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BEpB%2BOhB%2CiBAAA%3BEoB7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2CgCAAA%3BEpBwNZ%2CyBAAA%3BEoBtNY%2CeAAA%3BEpBsNZ%2CcAAA%3BE6BhOA%2CqBAAA%3BETYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSS6MR%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CkBTAI%2CeACM%2CSSDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAT1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BEpB2MZ%2CiBAAA%3BEoBzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BASwChB%2CkBT1DI%2CeAsBK%2COACK%2CSSmCb%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAoB9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BEpBoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoBhLQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5GZ%2CkBAwGI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlHZ%2CkBAwGI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvHZ%2CkBAwGI%2CcAkBI%3BEpBoJR%2CiBAAA%3BEoBlJY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%3BEACA%2CSAAA%3B%3BAADJ%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBAGA%3BEpB2IhB%2CeAAA%3B%3BAoB9QA%2CkBA0II%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5IR%2CkBA0II%2CiBAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApJZ%2CkBA0II%2CiBAII%2CWAQI%3BEACI%2CSAAA%3B%3BAkB%5C%2FJhB%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BEtC6PJ%2CiBAAA%3BEsC3PQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CkBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BEtCyMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEsCpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BEvC8PZ%2C0BAAA%3B%3BAuClRA%2CwBAsCI%3BEvC4OJ%2CeAAA%3BEuC1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BEvC2NR%2CsBAAA%3B%3BAuCxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BEvCyMJ%2CgBAAA%3B%3BAuClRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BEvCoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAuC7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAM%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSf0ClB%2COe1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BE7CwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BA6C%5C%2FQA%2CwBAuBI%2CsBAII%3BE7CoPR%2CcAAA%3BEAAA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CwBgB9BI%2CsBAII%2CehB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBgB3CA%2CsBAII%2CehBsCP%2CMACI%3BE7B6ML%2CWAAA%3B%3BA6BvMI%2CwBgBjDA%2CsBAII%2CehB4CP%2COACI%3BE7BuML%2CcAAA%3B%3BA6C%5C%2FQA%2CwBA0CI%3BE7CqOJ%2CsBAAA%3B%3BA6C%5C%2FQA%2CwBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBATR%2CmBAGI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBATR%2CmBAGI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAjBR%2CmBAGI%2CMAcK%3BEACG%2CYAAA%3B%3BAApEhB%2CwBAkDI%2CmBAGI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA1EhB%2CwBAkDI%2CmBA4BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAAhFZ%2CwBAoFI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAA3FhB%2CwBAoFI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CwBAoFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAtGhB%2CwBAoFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA5GhB%2CwBAoFI%2COA4BI%2CSAEI%3BAAlHZ%2CwBAoFI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAAnHhB%2CwBAoFI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1HhB%2CwBAoFI%2COA0CI%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAhDJ%2COAgDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAlCzJxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEX%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAW9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEXiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAWhSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3BAwHxDJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BA1GiBJ%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEzBkQR%2CiBAAA%3B%3BAOiwBA%2CgBkB7%5C%2FBI%2CUlB6%5C%2FBH%3BEPjwBD%2CgBAAA%3BEO8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEPjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAyB1PQ%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BE1BNJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3BE0BlBA%2CiBAAA%3B%3BAAOA%2CSADJ%2CUACK%2CMACK%2CSAGI%3BEACE%2CWAAA%3B%3BAAepB%2CQACI%2CQAAO%2CKACH%3BEACI%2CaAAA%3B%3BAAHZ%2CQACI%2CQAAO%2CKAKH%3BEACI%2CkBAAA%3B%3BAAPZ%2CQACI%2CQAAO%2CKAKH%2CSAEI%3BEACI%2CWAAA%3B%3BAAThB%2CQAwBI%3BEACI%2CgBAAA%3B%3BAAIA%2CQADJ%2CeACK%3BEACG%2CgBAAA%3B%3BAA9BZ%2CQA4BI%2CeAKI%3BEACI%2CkBAAA%3B%3BAAEA%2CQARR%2CeAKI%2CQAGK%3BEACG%2CeAAA%3B%3BAA2BhB%2CYAKI%3BEzBkHJ%2CmBAAA%3BEyBhHQ%2CeAAA%3B%3BAAPR%2CYAUI%3BEACI%2CeAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CaAAA%3B%3BAAdZ%2CYAUI%2CMAOI%3BAAjBR%2CYAUI%2CMAQM%3BEAEE%2CkCAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAtBZ%2CYAUI%2CMAeI%3BEACI%2CqBAAA%3B%3BAAEA%2CYAlBR%2CMAeI%2CEAGK%3BEzB2Fb%2CmBAAA%3B%3BAyBtFQ%2CYAvBJ%2CMAuBK%2CQACG%3BAADJ%2CYAvBJ%2CMAuBK%2CQAEG%3BEzBoFZ%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAyBtFQ%2CYAvBJ%2CMAuBK%2CQAQG%3BEzB8EZ%2CqBAAA%3B%3BAyBvHA%2CYAUI%2CMAoCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAYJ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEACI%2CmBAAA%3B%3BAATR%2CMAQI%2COAGI%3BEzBkDR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyBhDY%2COAAO%2CKAAM%2COALrB%2COAGI%3BEAGQ%2CeAAA%3B%3BAAdhB%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAApBR%2CMAuBI%3BEACI%2CeAAA%3B%3BAAQR%2CMAAM%2CSACF%3BEzBgJJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAyBvLR%2CMAAM%2CSACF%2CSAII%3BEzBwLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAyB%5C%2FLT%2CMAAM%2CSACF%2CSAQI%3BEzBoLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEyBpLG%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBADkB%2CyBACjB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAQ%3BEzBxCR%2CgBAAA%3B%3BAyBwCA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAqB5UR%2CaAAa%3BEACT%2CmBAAA%3B%3BAADJ%2CaAAa%2CQAGT%3BEACI%2CgBAAA%3B%3BAAIR%2C4BACI%3BEACI%2CkBAAA%3B%3BAAIR%2CMAAM%2CUACF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMALF%2CUACF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAPZ%2CMAAM%2CUAWF%3BEACI%2CeAAA%3B%3BAAEA%2CMAdF%2CUAWF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAlBF%2CUAWF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAuBF%3BE9C2PJ%2CiBAAA%3BE8CzPQ%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1BR%2CMAAM%2CUA6BF%2CQAAO%3BEACH%2CYAAA%3B%3BAAIR%2C0BACI%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CwBAAA%3B%3BANrDA%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BExC2RvB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEwCxRoB%2CgBAAA%3B%3BAAOpB%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CsBACI%2CiBAII%2COAAM%3BEACF%2CoBAAA%3B%3BAANZ%2CsBAUI%2CyBAAyB%2COAAM%3BEAC3B%2CgBAAA%3B%3BAOzBR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAAKZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BA1CtBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BELoRR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAK7QA%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CaACI%2CiBACM%3BEACE%2CWAAA%3B%3BAAHZ%2CaACI%2CiBACM%2CaAGE%3BEACI%2CqBAAA%3B%3BAAMhB%3BEL4OA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CYADH%2COACI%3BE7BuML%2CcAAA%3B%3BA6BhKA%2CYxBlEK%2COwBkEJ%3BAAAD%2CYxBjEK%2CQwBiEJ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAKpNI%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAUhB%3BEACI%2CSAAA%3B%3BAwB8BJ%2CgBxB5BK%2CQACG%2COwB2BP%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAK%5C%2FLA%2CgBAYI%3BEAEI%2CkBAAA%3BEChER%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CgBxBuCI%2COwBvCH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBxB0BA%2COwB3BH%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CgBxBoBA%2COwBrBH%2COACI%3BE7BuML%2CcAAA%3B%3BAM5MA%2CgBDyBI%2COCzBH%3BAACD%2CgBDwBI%2COCxBH%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CgBDYI%2COCZH%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CgBDAI%2COCAH%3BAACD%2CgBDDI%2COCCH%3BAACD%2CQAAQ%2CUAAW%2CiBDFf%3BELmLJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BADUI%2CgBAfJ%2COAeK%3BELoKT%2C%2BCAAA%3B%3BAK%5C%2FLA%2CgBAgCI%3BEL%2BJJ%2CgCAAA%3BEK5JQ%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CoBACI%2CoBAEI%2CcACI%3BAAJZ%2CoBAEI%2CkCACI%2CcACI%3BEL%2BIZ%2CgBAAA%3BEK7IgB%2CcAAA%3B%3BAAOJ%2CoBAZR%2CoBAWI%2CGACK%3BAAAD%2CoBAXR%2CkCAUI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAdhB%2CoBACI%2CoBAqBI%3BAAtBR%2CoBAEI%2CkCAoBI%3BEACI%2CWAAA%3B%3BAAvBZ%2CoBA2BI%2CaAWI%2CQAAO%3BEL6Gf%2CqBAAA%3BE6BhOA%2CqBAAA%3BExB2HY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAwBtHZ%2CoBxBkGI%2CaAWI%2CQAAO%2CKwB7Gd%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxB3KY%2CoBAtBR%2CaAWI%2CQAAO%2CKAWF%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAwBjEhB%2CoBxBwCI%2CaAWI%2CQAAO%2CKAiBF%2CSwBpEZ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAKlFA%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAgB%5C%2FMJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAOI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAAThB%2CuBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAiBpB%2CyBAKI%3BEACI%2CWAAA%3BErB6PR%2CkBAAA%3B%3BAqBvPI%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3B%3BAADJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CgBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAARZ%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BEACH%2CgBAAA%3B%3BAAOZ%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAUhB%2C2BAKI%3BEACI%2CkBAAA%3B%3BAAIR%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%3BEACI%2CgCAAA%3B%3BAAVR%2CgCAmBI%3BEACI%2CsBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BErB6JR%2CiBAAA%3BEqB3JY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAkCI%2CSACI%3BEAGI%2CgBAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BA%2BBzIZ%2CcACI%3BEpD8QJ%2CeAAA%3BEoD5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BEpDoQA%2CgBAAA%3BEoDlQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BEpDwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAuB9BA%2CmBAMI%2CUvB4OF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CmBuB9BI%2CUvB8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BvNW%2CO9BuNX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuBrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BEpDmNb%2CsBAAA%3BEoDjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CUACM%3BEACE%2CeAAA%3B%3BAAEA%2CqBAJR%2CUACM%2CSAGG%3BEACG%2CaAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAGd%3BAAFJ%2CkBAEI%3BAADJ%2CmBACI%3BEAEI%2CcAAA%3B%3BAALR%2CYAAa%2CMAAK%2CMAGd%2CeAII%3BAANR%2CkBAEI%2CeAII%3BAALR%2CmBACI%2CeAII%3BEACI%2CWAAA%3B%3BAARZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%3BAAVR%2CkBAEI%2CeAQI%3BAATR%2CmBACI%2CeAQI%3BEACI%2CSAAA%3B%3BAAZZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%2CSAGM%3BAAbd%2CkBAEI%2CeAQI%2CSAGM%3BAAZd%2CmBACI%2CeAQI%2CSAGM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CgBAAA%3B%3BAASZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CmBAAA%3B%3BApB1LR%2CMAAM%2CQ7BiKJ%2CQAGI%2CKACI%3BA6BrKV%2CMAAM%2CQ7BkKJ%2CQAEI%2CKACI%3BA6BrKV%2CMAAM%2CQ7BmKJ%2CQACI%2CKACI%3BA6BrKV%2CMAAM%2CQ7BiKJ%2CQAGI%2CKAEI%3BA6BtKV%2CMAAM%2CQ7BkKJ%2CQAEI%2CKAEI%3BA6BtKV%2CMAAM%2CQ7BmKJ%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAgC%5C%2FRA%2CMAAM%2CQ7B4KJ%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BA6BhLV%2CMAAM%2CQ7B6KJ%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BA6BhLV%2CMAAM%2CQ7B8KJ%2CQAAK%2CYACD%2CKAAE%2CYACE%3BA6BhLV%2CMAAM%2CQ7B4KJ%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BA6BjLV%2CMAAM%2CQ7B6KJ%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BA6BjLV%2CMAAM%2CQ7B8KJ%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BA6BlLZ%2CMAAM%2CQ7BuLJ%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAgC%5C%2FRA%2CMAAM%2CQAKA%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAANR%2CMAAM%2CQASF%3BEACI%2CgBAAA%3B%3BAAVR%2CMAAM%2CQAaF%2CWACI%3BEACI%2CeAAA%3B%3BAAfZ%2CMAAM%2CQAyBF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CMAAM%2CQAgCF%2CgBACI%3BEACI%2CaAAA%3B%3BAAlCZ%2CMAAM%2CQAgCF%2CgBAKI%3BEACI%2CoBAAA%3B%3BAUpCJ%2CqBADJ%2CQACK%3BE1C6RT%2CqBAAA%3BE6B9QA%2CqBAAA%3BEaTY%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBADJ%2CQACK%2CIbiRP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CqBatBI%2CQACK%2CIbqBR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BpOU%2CO9BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBanCA%2CQACK%2CIbiCR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CqBazCA%2CQACK%2CIbuCR%2COACI%3BE7BqPL%2CcAAA%3B%3BAY%5C%2FRA%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2COAGF%3BEACI%2CmBAAA%3B%3BAAJR%2CMAAM%2COAGF%2CcAGI%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CmBAAA%3B%3BAAFR%2CeAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeAJJ%2CcAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAVZ%2CeAcM%3BEACE%2CmBAAA%3B%3BAAUR%3BEACI%2CSAAA%3B%3BAADJ%2CeAGI%3BEZkPJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEYhPQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CgBAAA%3B%3BAAVR%2CeASI%2CwBAGI%3BEACI%2CkBAAA%3B%3BAAbZ%2CeAiBI%3BEZoOJ%2CcAAA%3B%3BAYjOQ%2CeAHJ%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CeAPJ%2COAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAASZ%2CSACI%3BEACI%2CcAAA%3B%3BAAFR%2CSAKI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CSAKI%2CMAKI%3BEACI%2CgBAAA%3B%3BAAXZ%2CSAKI%2CMASI%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAIR%2CSAAI%3BEACA%2CmBAAA%3B%3BAyCnGR%2CkBAAkB%2CMACd%2CQAAO%3BErD8RX%2CSAAA%3B%3BAqDzRA%3BErDyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEoIlJA%2CaAAA%3BEACA%2CUAAA%3BE%5C%2FE%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU%2BE0EA%3BEpI%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAqDzRA%2CU%2BE0EA%2CcAGI%3BEpI4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqDzRA%2CU%2BEuFA%3BEpIkMA%2CgBAAA%3B%3BAqDzRA%2CU%2BEgGA%2CeACI%2CQAAO%3BEpIwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAqDzRA%2CU%2BEgGA%2CeACI%2CQAAO%2CMvG4KT%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CUuG%2BEA%2CeACI%2CQAAO%2CMvGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUuGkEJ%2CeACI%2CQAAO%2CMvGpEV%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CUuG4DJ%2CeACI%2CQAAO%2CMvG9DV%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CU8H5IA%2CeACI%2CQAAO%2CM9H2IV%3BAACD%2CU8H7IA%2CeACI%2CQAAO%2CM9H4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8HlJA%2CeACI%2CQAAO%2CM9HiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8HvJA%2CeACI%2CQAAO%2CM9HsJV%3BAACD%2CU8HxJA%2CeACI%2CQAAO%2CM9HuJV%3BAACD%2CQAAQ%2CUAAW%2CW8HzJnB%2CeACI%2CQAAO%3BE9HyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAoI%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA%5C%2FE3IJ%2CUAWI%3BEAEI%2CmBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApBpB%2CUA0BI%2CeACI%3BEACI%2CaAAA%3B%3BAAOR%2CcAAC%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BAjDUN%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%3BAhDjBN%2CYgDiBM%3BE%5C%2FCkKN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CM%2BC9KM%2Cc%5C%2FC8KL%3BAACD%2CM%2BC%5C%2FKM%2Cc%5C%2FC%2BKL%3BAFrKD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC8KL%3BAFpKD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC%2BKL%3BADhMD%2CYgDiBM%2Cc%5C%2FC8KL%3BAD%5C%2FLD%2CYgDiBM%2Cc%5C%2FC%2BKL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM%2BCpLM%2Cc%5C%2FCoLL%3BAF1KD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCoLL%3BADrMD%2CYgDiBM%2Cc%5C%2FCoLL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM%2BCzLM%2Cc%5C%2FCyLL%3BAACD%2CM%2BC1LM%2Cc%5C%2FC0LL%3BAACD%2CQAAQ%2CUAAW%2CO%2BC3Lb%3BAjDUN%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCyLL%3BAF%5C%2FKD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC0LL%3BAACD%2CQAAQ%2CUFjLR%2CMAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%3BAhDjBN%2CYgDiBM%2Cc%5C%2FCyLL%3BAD1MD%2CYgDiBM%2Cc%5C%2FC0LL%3BAACD%2CQAAQ%2CUD5MR%2CagDiBM%3BE%5C%2FC4LF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CMsD1EM%2CctD0EL%3BAKhED%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2CctD0EL%3BAM3FD%2CYgDiBM%2CctD0EL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMsD%5C%2FEM%2CctD%2BEL%3BAKrED%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2CctD%2BEL%3BAMhGD%2CYgDiBM%2CctD%2BEL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMsDpFM%2CctDoFL%3BAK1ED%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2CctDoFL%3BAMrGD%2CYgDiBM%2CctDoFL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CM%2BCnIM%2Cc%5C%2FCmIL%3BAACD%2CM%2BCpIM%2Cc%5C%2FCoIL%3BAACD%2CM%2BCrIM%2Cc%5C%2FCqIL%3BAF3HD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCmIL%3BAFzHD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCoIL%3BAF1HD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCqIL%3BADtJD%2CYgDiBM%2Cc%5C%2FCmIL%3BADpJD%2CYgDiBM%2Cc%5C%2FCoIL%3BADrJD%2CYgDiBM%2Cc%5C%2FCqIL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CM%2BC1IM%2Cc%5C%2FC0IL%3BAACD%2CM%2BC3IM%2Cc%5C%2FC2IL%3BAACD%2CQAAQ%2CUAAW%2CO%2BC5Ib%3BAjDUN%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC0IL%3BAFhID%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC2IL%3BAACD%2CQAAQ%2CUFlIR%2CMAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%3BAhDjBN%2CYgDiBM%2Cc%5C%2FC0IL%3BAD3JD%2CYgDiBM%2Cc%5C%2FC2IL%3BAACD%2CQAAQ%2CUD7JR%2CagDiBM%3BErD2NN%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAO%5C%2FMA%2CSAAC%2CMAAM%3BEe0IX%2CqBAAA%3BEACA%2CkBAAA%3BEf7HQ%2CsBAAA%3B%3BAbuBR%2CSarCK%2CMAAM%2CObqCV%3BAACD%2CSatCK%2CMAAM%2CObsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSa3CK%2CMAAM%2COb2CV%3BEACG%2CWAAA%3B%3BAa5CA%2CSAAC%2CMAAM%2COe0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAf5bA%2CSAAC%2CMAAM%2COe%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAfjcA%2CSAAC%2CMAAM%2COe%2BcX%2COAAM%3BAf%5C%2FcF%2CSAAC%2CMAAM%2COTwEX%2CMAAK%2CcA4CD%2CiBAGM%2CUwBwVJ%3BAf%5C%2FcF%2CSAAC%2CMAAM%2COR6CX%2CauBkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAfjdA%2CSAAC%2CMAAM%2COeodX%2COAAS%3BAfpdL%2CSAAC%2CMAAM%2COTwEX%2CMAAK%2CcA4CD%2CiBAGM%2CUwB6VD%3BAfpdL%2CSAAC%2CMAAM%2COR6CX%2CauBuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAfvdA%2CSAAC%2CMAAM%2COewJX%3BE5BiIA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAhBzDI%2CSAAC%2CMAAM%2COewJX%2CeCqHE%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CShB%5C%2FDK%2CMAAM%2COewJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CShB5EC%2CMAAM%2COewJX%2CeC7EC%2CMACI%3BE7B6ML%2CWAAA%3B%3BA6BvMI%2CShBlFC%2CMAAM%2COewJX%2CeCvEC%2COACI%3BE7BuML%2CcAAA%3B%3BA4BuHA%2CSfhZK%2CMAAM%2COewJX%2CeAwPC%3BE5BvHD%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BADuVA%2CSfhZK%2CMAAM%2COewJX%2CeAwPC%2COCnIC%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CShB%5C%2FDK%2CMAAM%2COewJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B%5C%2FNM%2CO9B%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CShB5EC%2CMAAM%2COewJX%2CeAwPC%2COCrUA%2CMACI%3BE7B6ML%2CWAAA%3B%3BA6BvMI%2CShBlFC%2CMAAM%2COewJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE7BuML%2CcAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COegOX%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COegOX%2COAsBI%3BE5BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA4B3BQ%2CSf9PH%2CMAAM%2COegOX%2COAsBI%2CGAQK%3BE5B2BT%2CmBAAA%3BE4BzBY%2CeAAA%3B%3BAAuTZ%2CSfvjBK%2CMAAM%2COegOX%2COAuVC%3BAACD%2CSfxjBK%2CMAAM%2COegOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSfjkBK%2CMAAM%2COegOX%2COAiWC%3BEACG%2CiBAAA%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CSfvkBK%2CMAAM%2COegOX%2COAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAzDJ%2CSfjhBK%2CMAAM%2COegOX%2COAiTC%3BE5BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4B6PA%2CSfthBK%2CMAAM%2COegOX%2COAsTC%3BE5B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CSf7QK%2CMAAM%2COe6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSf7QK%2CMAAM%2COe6QV%2COAGG%3BEACI%2CcAAA%3B%3BAfjRJ%2CSAAC%2CMAAM%2COAiBH%3BEACI%2CgBAAA%3B%3BAAlBR%2CSAAC%2CMAAM%2COAiBH%2COAEI%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CSAzBf%2CMAAM%2COAiBH%2COAEI%2CMAKK%2CWACI%3BEbgQrB%2CmBAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COAiBH%2COAaI%3BEACI%2CUAAA%3B%3BAgBiFhB%2CiBhB7E0B%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgByEhB%3BAAAD%2CchB5EuB%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgByEhB%3BE7ByKD%2CS8B%5C%2FPkB%2CO9B%2BPlB%3B%3BAa3OgB%2CiBAXU%2CUAnCrB%2CMAAM%2COAqCG%2CUASG%3BAAAD%2CcAVO%2CUApClB%2CMAAM%2COAqCG%2CUASG%3BAACD%2CiBAZU%2CUAnCrB%2CMAAM%2COAqCG%2CUAUG%3BAAAD%2CcAXO%2CUApClB%2CMAAM%2COAqCG%2CUAUG%3BAACD%2CiBAbU%2CUAnCrB%2CMAAM%2COAqCG%2CUAWG%3BAAAD%2CcAZO%2CUApClB%2CMAAM%2COAqCG%2CUAWG%3BEbyOjB%2CWAAA%3B%3BAanOgB%2CiBAnBU%2CUAnCrB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BAAAD%2CcAlBO%2CUApClB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAJW%2CUAhEtB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CqBAHc%2CUAjEzB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CiBAFU%2CUAlErB%2CMAAM%2COAmEC%2CQACK%3BAACD%2CkBALW%2CUAhEtB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CqBAJc%2CUAjEzB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CiBAHU%2CUAlErB%2CMAAM%2COAmEC%2CQAEK%3BEboNjB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAahNgB%2CkBATW%2CUAhEtB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CqBARc%2CUAjEzB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CiBAPU%2CUAlErB%2CMAAM%2COAmEC%2CQAMK%3BEACG%2CUAAA%3B%3BAAKZ%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CmBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CgBAAA%3B%3BAAMhB%2CSAAC%2COAAO%3BEACJ%2CsBAAA%3BEb8LR%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEoIlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAvH9CI%2CSAAC%2COAAO%2CMuHhBZ%3BEpI%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMuHhBZ%2CcAGI%3BEpI4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMuHMZ%2CeACI%2CQAAO%3BEpIwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CMvG4KT%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CShByEK%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CMvGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CShB4DC%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CMvGpEV%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CShBsDC%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CMvG9DV%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CSOlJK%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CM9H2IV%3BAACD%2CSOnJK%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CM9H4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSOxJK%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CM9HiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSO7JK%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CM9HsJV%3BAACD%2CSO9JK%2COAAO%2CMuHMZ%2CeACI%2CQAAO%2CM9HuJV%3BAACD%2CQAAQ%2CUAAW%2CUO%5C%2FJd%2COAAO%2CMuHMZ%2CeACI%2CQAAO%3BE9HyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAoI%5C%2FIA%2CSvHhDK%2COAAO%2CMuHgDX%3BEACG%2CUAAA%3B%3BAvH7CI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEbsLL%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEoIhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSvH7DK%2CQuH6DJ%3BEpIyHD%2CYAAA%3BEoIrHQ%2CyBAAA%3B%3BAvH%5C%2FDA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUZ%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAWZ%2C0BAhBJ%2CUAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAhBJ%2CUAgBK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAzBJ%2CUAyBK%3BEb6IT%2CcAAA%3BEa3IY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2C0BAjCR%2CUAgCK%2CQACI%3BAACD%2C0BAlCR%2CUAgCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BAtCR%2CUAgCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAIR%2C0BA3CJ%2CUA2CK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BAKI%3BEACI%2CkBAAA%3B%3BAAYR%2C0BACI%3BEbiFJ%2CiBAAA%3BEa%5C%2FEQ%2CmBAAA%3B%3BAAHR%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CiBAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAS5PR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CmBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CgBAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BEtBoGZ%2CcAAA%3B%3BAsBhSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEtBqFvB%2CiBAAA%3B%3BAsBtFI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzNZ%2CcA6NI%2CWACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FNZ%2CcA6NI%2CWAKM%3BEACE%2CSAAA%3B%3BAAnOZ%2CcAuOI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BEtBqC3B%2CiBAAA%3BEsBnCQ%2CmBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BA0BhRR%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BEhD4QR%2CqBAAA%3BE6B9QA%2CqBAAA%3BEmBSY%2CcAAA%3B%3BAnBHZ%2CMmBtBM%2CWAeF%2COAGI%2CSnBIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BnOY%2CO9BmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmB5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAiCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2CMAAM%2CWAsCF%3BEACI%2CaAAA%3B%3BAAvCR%2CMAAM%2CWA8CF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAjDR%2CMAAM%2CWAoDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAqF5DR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BA5FGA%2COADH%2CMACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2COADH%2COACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2COAAC%2CWAIG%3BEACI%2CeAAA%3B%3BAAKZ%2CWAEI%2CQAAQ%3BAADZ%2CeACI%2CQAAQ%3BEACJ%2CcAAA%3BEACA%2CcAAA%3B%3BA3BlCR%2CcAYI%2CoBACM%3BEdiRV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEc%5C%2FQY%2CqBAAA%3B%3BAAfZ%2CcAmBI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CcARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA5BhB%2CcAiCI%2CqBACM%3BEd4PV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEc1PY%2CqBAAA%3B%3BAApCZ%2CcAwCI%3BEACI%2CgBAAA%3B%3BAAzCR%2CcA4CI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAhDhB%2CcA4CI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEACI%2CgCAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CuBAII%3BEAEI%2CgBAAA%3B%3BAANR%2CuBAII%2COAII%3BEACI%2CoBAAA%3B%3BAwHrER%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAnGvFJ%2CKAAK%2COAAQ%3BEnCyRb%2CcAAA%3B%3BAmCtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEoGsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BApGvEA%2CeoG0EA%3BEvImMA%2CYAAA%3BEuIjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BEvI2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEuIxEA%2CSzGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COyGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BApG7LA%2CeoG0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BEvI2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEuIxEA%2CSzGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COyGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BApG7LA%2CeoG0EA%2CeAsBM%2COAiBE%3BEvIhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCRA%2CeAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CwBAEI%2CgBoG%2BGJ%3BApGhHA%2CcACI%2CgBoG%2BGJ%3BEvIxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCOA%3BEoGzBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BEvIqRD%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEuI1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSzGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COyGmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BApGUJ%2CoBoGPA%2CMAAK%3BEvIPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuIMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BApGAhB%2CoBoGMA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BApGTJ%2CoBoGMA%2CMAKI%3BEvIzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuIsBI%2CoBATJ%2CMASK%3BEvI%2BOL%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEuI1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CoBApBR%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CoBAzBZ%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BApGhChB%2CoBoGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSzGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COyGmLR%3B%3BApGtLA%2CoBoGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSzGnLQ%2CQAAA%2CQAAA%2CQAAA%2COyGmLR%3B%3BApGtLA%2CoBoGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSzGnLQ%2CQAAA%2CQAAA%2COyGmLR%3B%3BApGtLA%2CoBoGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSzGnLQ%2CQAAA%2COyGmLR%3B%3BApGtLA%2CoBoGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSzGnLQ%2COyGmLR%3B%3BApG7KI%2CMAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAADJ%2CMAAC%2CIAAI%2COAGC%3BEnCkPV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCrPI%2CMAAC%2CIAAI%2COAOD%3BEnC8OR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmC5OY%2CgBAAA%3B%3BAATR%2CMAAC%2CIAAI%2COAYD%2COAAM%3BEACF%2CkBAAA%3B%3BAAbR%2CMAAC%2CIAAI%2COAYD%2COAAM%2COAGF%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2CMAAC%2CIAAI%2COAYD%2COAAM%2COASF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CMAAC%2CQAAQ%2CKACH%3BEnCwNV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCnNY%2CMANP%2CQAAQ%2CKAKL%2CQACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CMAVP%2CQAAQ%2CKAKL%2CQAKK%3BEnC%2BMb%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCxMA%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAADJ%2CgBAAgB%2CKAGZ%2CQAAO%3BAAHX%2CgBAAgB%2CKAIZ%3BAAJJ%2CgBAAgB%2CKAKZ%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CcAAA%3B%3BAATR%2CwBAYI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAjBR%2CwBAoBI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAvBR%2CwBAoBI%2CiBAKI%3BEACI%2CiBAAA%3B%3BAAwBZ%2CgBACI%3BEAEI%2CmBAAA%3B%3BAAHR%2CgBAMI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CgBAaI%2CgBACI%3BEACI%2CmBAAA%3B%3BAAfZ%2CgBAaI%2CgBACI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAPZ%2CgBACI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAArBpB%2CgBAaI%2CgBAaI%3BEnC4GR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmC1GY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7BZ%2CgBAaI%2CgBAmBI%3BEACI%2CmBAAA%3B%3BAAjCZ%2CgBAqCI%2CyBACI%3BAAtCR%2CgBAqCI%2CyBAEI%3BEACI%2CcAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CqBAKI%2CqBAGI%3BAARR%2CqBAKI%2CqBAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CqBAKI%2CqBAUI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CqBAKI%2CqBAeI%3BEACI%2CgBAAA%3B%3BAAUR%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQASG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbR%2COAAC%2CQAgBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEnC8BtB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMqDA%2CO6BpFK%2CKACG%2CQAAO%2COAAO%2CQ7BmFrB%3BAACD%2CO6BrFK%2CKACG%2CQAAO%2COAAO%2CQ7BoFrB%3BENtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM4DA%2CO6B3FK%2CKACG%2CQAAO%2COAAO%2CQ7B0FrB%3BEN5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAmCzBI%2CSAAU%2CQAAC%2COAAO%3BEAEd%2CmBAAA%3B%3BAAFJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%2CaACG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaAAa%3BEnCKrB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCAI%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAnC5OR%2COmCwOK%2CKnCxOJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAmC2OI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAAGJ%2COAAC%3BEnCtBL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmCwBQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAqGxTA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAALZ%2CkBACI%2CcAOI%3BAARR%2CkBAEI%2CcAMI%3BAARR%2CkBAGI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BA7GVZ%2CmBAGI%2COACI%2CSAAW%3BAAJnB%2CmBAGI%2COAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAbZ%2CmBAWI%2CYAKI%2COAAM%2CeAAe%3BEACjB%2CgBAAA%3B%3BAAIA%2CmBAVR%2CYASI%2COACK%3BEACG%2CgBAAA%3B%3BAAtBhB%2CmBA2BI%2COAAM%3BEACF%2CgBAAA%3B%3BAAIR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAQR%2C4BAGI%2CoBACI%3BAAHR%2C0BAEI%2CoBACI%3BAAFR%2CyBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAZlEZ%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CoBAKI%2CaACM%3BEf0QV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEexQY%2CqBAAA%3B%3BAARZ%2CoBAYI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAArBhB%2CoBA0BI%2CmBACI%3BEACI%2CaAAA%3B%3BAA5BZ%2CoBA0BI%2CmBAKI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAhCZ%2CoBAoCI%2CcACI%3BEACI%2CSAAA%3B%3BAAtCZ%2CoBAoCI%2CcAKI%3BEACI%2CgBAAA%3B%3BAAGJ%2CoBATJ%2CcASK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAbZ%2CcASK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBATJ%2CcASK%2CMASG%3BEACI%2CSAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CgBAAA%3B%3BAAKI%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CSAAA%3B%3BAASZ%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAGI%2CoBACI%3BAAHR%2CuBAEI%2CoBACI%3BAAFR%2CiBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAAOJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAATZ%2CcAKI%2CcAWI%2COAAM%3BEACF%2CqBAAA%3B%3BAAjBZ%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAtBR%2CcAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAUJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAJhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAARhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBAbnB%2CKACG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAAS5B%3BEACI%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAkCzNR%2CYACI%3BEACI%2CgBAAA%3B%3BANER%2COAAO%2COAAO%3BEACV%2CiBAAA%3BE3C2RJ%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2COcpBO%2COAAO%2COdoBb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BnOY%2CO9BmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAcrWA%2COAAO%2COAAO%2COASV%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BA8F2CA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEzI6NhC%2CcAAA%3BEyI3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEzIkNT%2CcAAA%3BEyIhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEzIsM3C%2CcAAA%3BEyIpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEzIwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAyIpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEzIoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAyI3KI%2COAAC%3BEzI2KL%2CyBAAA%3BEyIzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BEzIyJT%2CmBAAA%3BEAAA%2CcAAA%3BEyItJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEzI%2BIb%2CsBAAA%3B%3BAyI1IQ%2COAjCH%2COAiCI%3BEzI0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAyIpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEzIoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAyI5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BEzI4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAyItHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BEzIkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEyIvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BEzI6ET%2CakE3RgC%2C4DlE2RhC%3B%3BAyIzEQ%2COAlGH%2COAkGI%3BEzIyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEyIrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BEzImBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEyIfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEzIQZ%2CcAAA%3BEyINgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BEzIPtB%2C%2BBAAA%3B%3BAyIWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CmBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BEpIkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBoI9OI%2CQAAO%2COpI8OV%3BAACD%2CgBoI%5C%2FOI%2CQAAO%2COpI%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBoIpPI%2CQAAO%2COpIoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBoIzPI%2CQAAO%2COpIyPV%3BAACD%2CgBoI1PI%2CQAAO%2COpI0PV%3BAACD%2CQAAQ%2CUAAW%2CiBoI3Pf%2CQAAO%3BEpI4PP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CgB2I1II%2CQAAO%2CO3I0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgB2I%5C%2FII%2CQAAO%2CO3I%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgB2IpJI%2CQAAO%2CO3IoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CgBoInMI%2CQAAO%2COpImMV%3BAACD%2CgBoIpMI%2CQAAO%2COpIoMV%3BAACD%2CgBoIrMI%2CQAAO%2COpIqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBoI1MI%2CQAAO%2COpI0MV%3BAACD%2CgBoI3MI%2CQAAO%2COpI2MV%3BAACD%2CQAAQ%2CUAAW%2CiBoI5Mf%2CQAAO%3BE1I2RX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAoI3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEpIuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEoInLQ%2CkBAAA%3B%3BApIgOR%2CsBoInOI%2CQAAO%2CUpImOV%3BAACD%2CsBoIpOI%2CQAAO%2CUpIoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBoIzOI%2CQAAO%2CUpIyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBoI9OI%2CQAAO%2CUpI8OV%3BAACD%2CsBoI%5C%2FOI%2CQAAO%2CUpI%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBoIhPf%2CQAAO%3BEpIiPP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CsB2I%5C%2FHI%2CQAAO%2CU3I%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB2IpII%2CQAAO%2CU3IoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsB2IzII%2CQAAO%2CU3IyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CsBoIxLI%2CQAAO%2CUpIwLV%3BAACD%2CsBoIzLI%2CQAAO%2CUpIyLV%3BAACD%2CsBoI1LI%2CQAAO%2CUpI0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBoI%5C%2FLI%2CQAAO%2CUpI%2BLV%3BAACD%2CsBoIhMI%2CQAAO%2CUpIgMV%3BAACD%2CQAAQ%2CUAAW%2CuBoIjMf%2CQAAO%3BE1IgRX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAqItNJ%2CSACI%3BEACI%2CkBAAA%3BE3I8RR%2CiBAAA%3B%3BA2I3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAxHZJ%2CQAAC%2CiBACG%3BEACI%2CYAAA%3B%3BAAFR%2CQAAC%2CiBAIG%2CMAAM%3BEACF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CQAAC%2CiBASG%3BAATJ%2CQAAC%2CiBAUG%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAU0GZ%2CcVpFI%2CQACK%2CWUmFR%3BAAAD%2CSVtFS%2CKAAK%2CMAEV%2CQACK%2CWUmFR%3BAAAD%2CiBVpFI%2CQACK%2CWUmFR%3BE7ByKD%2CS8B%5C%2FPkB%2CO9B%2BPlB%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBqHjC%2CQAGI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBsHjC%2CQAEI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBuHjC%2CQACI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBqHjC%2CQAGI%2CKAEI%3BAgB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBsHjC%2CQAEI%2CKAEI%3BAgB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBuHjC%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBkIjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAgBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAgBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBkIjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAgBtIZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB2IjC%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2CgCAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CcAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CcAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CeASI%3BEACI%2CkBAAA%3B%3BAAMA%2CcAFM%2CSACV%2CSACK%3BEACG%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CcANE%2CSACV%2CSACK%2CKAII%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BEACG%2CaAAA%3B%3BAAdR%2CcAFM%2CSACV%2CSACK%2CKAiBG%3BEACI%2CSAAA%3B%3BAAYJ%2CcAhCE%2CSACV%2CSACK%2CKA8BI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAtCE%2CSACV%2CSACK%2CKAoCI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcA1CN%2CSACV%2CSACK%2CKAoCI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAAzChB%2CcAFM%2CSACV%2CSACK%2CKA8CG%2CYACI%2CMAAK%3BEACD%2CYAAA%3B%3BAyHpJxB%2CsBACI%3BE5I4QA%2CmBAAA%3BE4I1QI%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAKI%3BAAVR%2CsBAKI%2CMAMM%3BEACE%2CkCAAA%3BEAEA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAfZ%2CsBAKI%2CMAYI%3BEACI%2CqBAAA%3B%3BAACA%2CsBAdR%2CMAYI%2CEAEK%3BE5I0PT%2CmBAAA%3B%3BA4ItPI%2CsBAlBJ%2CMAkBK%2CQACG%3BAADJ%2CsBAlBJ%2CMAkBK%2CQAEG%3BE5IoPR%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA4ItPI%2CsBAlBJ%2CMAkBK%2CQAOG%3BE5I%2BOR%2CqBAAA%3B%3BAiChSA%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAAxBhC%2CQACI%2CgBACI%2CUAGI%2CQAyBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjCpB%2CQACI%2CgBAqCI%2CeACI%3BEACI%2CmBAAA%3B%3BAAxChB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA3CpB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%2CSAGI%3BEACI%2CWAAA%3B%3BAA9CxB%2CQACI%2CgBAqCI%2CeACI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CQAzDR%2CgBAwDI%2CQACK%3BEjCsOb%2CqBAAA%3BE6B9QA%2CqBAAA%3BEI8CgB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIJ0NX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CQIvBI%2CgBAwDI%2CQACK%2CIJlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BpOU%2CO9BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQACK%2CIJtBZ%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CQI1CA%2CgBAwDI%2CQACK%2CIJhBZ%2COACI%3BE7BqPL%2CcAAA%3B%3BAiC3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BEjCiNb%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAiCjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COJqMX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CQIvBI%2CgBAwDI%2CQAsBK%2COJvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQAsBK%2COJ3CZ%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CQI1CA%2CgBAwDI%2CQAsBK%2COJrCZ%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CQ2BlPI%2CgBAwDI%2CQAsBK%2CO3BoKZ%3BAACD%2CQ2BnPI%2CgBAwDI%2CQAsBK%2CO3BqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2BxPI%2CgBAwDI%2CQAsBK%2CO3B0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2B7PI%2CgBAwDI%2CQAsBK%2CO3B%2BKZ%3BAACD%2CQ2B9PI%2CgBAwDI%2CQAsBK%2CO3BgLZ%3BAACD%2CQAAQ%2CUAAW%2CS2B%5C%2FPf%2CgBAwDI%2CQAsBK%3BE3BkLT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAgBhSA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA6HfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BE7IgQZ%2CiBAAA%3B%3BA6IlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BA5H5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEjB4QhB%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAZFY%2CYAVR%2CeAGO%2CUAOE%2CSYoQX%3BAZnQU%2CYAXR%2CeAGO%2CUAQE%2CQYmQX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CYZlBI%2CeAGO%2CUAOE%2CSYQZ%3BAAAD%2CYZlBI%2CeAGO%2CUAQE%2CQYOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzOQ%2CO9ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZ5UgB%2CYAvBZ%2CeAGO%2CUAOE%2CSAaI%3BAAAD%2CYAvBZ%2CeAGO%2CUAQE%2CQAYI%3BEACG%2CkBAAA%3B%3BAAIR%2CYA5BR%2CeAGO%2CUAyBE%3BEACG%2COAAA%3B%3BAAGJ%2CYAhCR%2CeAGO%2CUA6BE%3BEAEG%2CQAAA%3B%3BAY%2BEhB%2CYZjHI%2CeAGO%2CUA6BE%2CQYiFZ%3BE7ByKD%2CS8BxPQ%2CO9BwPR%3B%3BAiBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BEjB6NZ%2CmBAAA%3BEiB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BEjB2MpB%2CiBAAA%3BEiBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjB6LpB%2CiBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BEjBwKzB%2CiBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CiBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEXtHrB%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEWqGwB%2CgBAAA%3B%3BAXpFxB%2CYW1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXjFpB%3BAACD%2CYW3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXhFpB%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CYWvCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXpEpB%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CYWnDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXxDpB%3BAACD%2CYWpDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXvDpB%3BAACD%2CQAAQ%2CUAAW%2CaWrDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAWwDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA6HvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE9I4RL%2CmBAAA%3B%3BA8I1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CgBAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BACnBZ%3BEACI%2CqBAAA%3B%3BAADJ%2CmCAGI%3BEAA2B%2CiBAAA%3BEAAkB%2CSAAA%3BEAAU%2CmBAAA%3B%3BAAQ3D%3BEACI%2CqCAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CkBAAkB%2CyCAAlB%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BEAEA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgBAAiB%3BEAA2B%2CWAAA%3BEAAY%2CsBAAA%3B%3BAACxD%2CgBAAiB%2C0BAA0B%3BEAAM%2CaAAA%3B%3BAACjD%3BEAAa%2CmBAAA%3B%3BAACb%2C4CAA4C%3BAAC5C%2C4CAA4C%3BEAAkB%2CYAAA%3BEAAa%2CeAAA%3BEAAgB%2CoBAAA%3B%3BAAE3F%2C8BAA%2BB%2CYAAY%3BEAAoB%2CaAAA%3B%3BAAC%5C%2FD%3BEAAgC%2CkBAAA%3B%3BAAChC%2C8BAA%2BB%3BEAAc%2CkBAAA%3BEAAmB%2CQAAA%3BEAAS%2CSAAA%3B%3BAACzE%2C8BAA%2BB%2CaAAa%2CKAAI%3BEAAU%2CQAAQ%2CYAAR%3BEAAqB%2CUAAA%3BEAAW%2C2BAAA%3B%3BAAC1F%2C8BAA%2BB%2CaAAa%2CKAAI%3BEAAY%2C2BAAA%3BEAA4B%2CYAAA%3B%3BAACxF%2C8BAA%2BB%2CaAAa%3BEAAM%2CQAAQ%2CYAAR%3BEAAqB%2CUAAA%3BEAAW%2C2BAAA%3B%3BAAKlF%2CQAH0B%3BEACtB%2C8BAA%2BB%3BIAAc%2CkBAAA%3B%3B%3BACrBjD%2CMAAM%2CUACL%2CWACC%2CUACC%3BEACC%2CqBAAA%3B%3BAAJJ%2CMAAM%2CUACL%2CWACC%2CUACC%2CcAEC%3BEACC%2CkBAAA%3B%3BAANL%2CMAAM%2CUACL%2CWACC%2CUACC%2CcAEC%2CsBAEC%3BEACC%2CcAAA%3B%3BAAQN%3BEACC%2CQAAA%3B%3BAACA%2CSAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAC7BA%2CiBACE%3BEACE%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBACE%2CiBAGE%3BEACE%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2C%2BDAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKN%2CcAAc%3BEACZ%2CaAAA%3B%3BAAWJ%2CQAR0B%3BEACxB%2C6BAA8B%2CSAAS%2CeAAe%3BIAClD%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3B%3BAASL%2CQANyB%3BEACxB%2CmBAAoB%2CeAAe%3BIACjC%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3B%3BACjBA%2CwBAJ%2BC%3BElBuH%5C%2FC%2CcACI%3BIlIqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkIlJQ%2CUAAA%3B%3B%3BAkBnHR%2CwBAJqD%3BElI4DrD%3BIZ4IA%2CWAAA%3B%3BEYkSA%3BIlB7eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BE2B4CD%2CmBACI%2CUACM%2CmB3B%5C%2FCT%3BE2B6CD%2CmBACI%2CUACM%2CmB3B9CT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BE2BuCD%2CmBACI%2CUACM%2CmB3BzCT%3BIACG%2CWAAA%3B%3BEkB22BJ%3BELvmBQ%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%3BIbxBZ%2CcAAA%3BI6B9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEhB%2BRO%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%2CKgBhSX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8BpOU%2CO9BoOV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEX4lBA%3BELvrBQ%2C0BAFJ%2CUAEK%2COAGG%3BE%2BHtMZ%2CsBAMI%3BI1Hq3BA%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIlB3qBJ%2CcAAA%3BI6BhOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BEhBwMO%2C0BAFJ%2CUAEK%2COAGG%2CegB3MX%3BE%2BGKD%2CsBAMI%2CO%5C%2FGXH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8B9NQ%2CO9B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEX4mBI%2C0BAAC%3BELvsBG%2C0BAFJ%2CUAEK%2COAGG%2CeKosBP%3BE0H14BL%2CsBAMI%2CO1Ho4BC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEWx1BR%2C0BX21BK%2COW31BJ%3BEhB8IO%2C0BAFJ%2CUAEK%2COAGG%2CeK0sBP%2COW31BJ%3BE%2BGrDD%2CsBAMI%2CO1H04BC%2COW31BJ%3BI7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BEkB8uBA%2CyBACI%3BEADJ%2CyBAEI%3BEAFJ%2CyBAGI%3BEO1qBJ%2CQAKI%2CSPmqBA%3BEOxqBJ%2CQAKI%2CSPoqBA%3BEOzqBJ%2CQAKI%2CSPqqBA%3BELhqBJ%2CyBK8pBI%3BEL9pBJ%2CyBK%2BpBI%3BEL%5C%2FpBJ%2CyBKgqBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAqGR%2C%2BBACI%3BEd3zBJ%2CeACI%2CWc0zBA%3BIACI%2CkBAAA%3B%3BEAIA%2C%2BBADJ%2CQACK%3BEACD%2C%2BBAFJ%2CQAEK%3BEACD%2C%2BBAHJ%2CQAGK%3BEdl0BT%2CeACI%2CWc8zBA%2CQACK%3BEdh0BT%2CeACI%2CWc8zBA%2CQAEK%3BEdj0BT%2CeACI%2CWc8zBA%2CQAGK%3BIACG%2CmBAAA%3B%3BEAGJ%2C%2BBAPJ%2CQAOK%3BEACD%2C%2BBARJ%2CQAQK%3BEdv0BT%2CeACI%2CWc8zBA%2CQAOK%3BEdt0BT%2CeACI%2CWc8zBA%2CQAQK%3BIACG%2CcAAA%3B%3BEAgHZ%3BEgH5mCA%2CcACI%3BIlIqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkBs7BA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEgH%5C%2FkCD%2CcACI%2CuBhH6kCH%3BEgH9kCD%2CcACI%2CuBhH8kCH%3BIlB34BD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIkBg8BI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BEgH3lCD%2CcACI%2CuBhH0lCH%3BIlBr8BD%2CyBAAA%3B%3BEkBy8BA%2CiDAAC%3BEgH%5C%2FlCD%2CcACI%2CuBhH8lCH%3BIlBz8BD%2C4BAAA%3BIkB28BI%2CQAAA%3B%3BEiDttCJ%2CQAAQ%2CKAAK%3BICkIb%2CSAAA%3BIACA%2CUAAA%3B%3BEDnIA%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%3BIACH%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEDxIJ%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%2CMAKD%3BIACE%2CcAAA%3B%3BED3IR%2CQAAQ%2CKAAK%2CMC%2BIX%2CQAAK%3BIAEH%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEpE7HJ%2CQmEvBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQpExHN%3BEACD%2CQmExBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQpEvHN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQmE7BQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQpElHN%3BIACG%2CWAAA%3B%3BEoEwHA%2CQDtJI%2CKAAK%2CMC%2BIX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEDvJR%2CQAAQ%2CKAAK%2CMC4MP%2CQAAK%3BIpE%2BDX%2CeAAA%3B%3BEmE3QA%2CQAAQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%3BIpE0DN%2CmBAAA%3BIAAA%2CgCAAA%3BIAAA%2C8BAAA%3BIAAA%2C%2BBAAA%3BIAAA%2C6BAAA%3BIAAA%2CYAAA%3BIAAA%2C0BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDjJA%2CQoE1HQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUrEvFL%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CQoE%5C%2FHQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUrElFL%3BIC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDvIA%2CQoEpIQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUrE7EL%3BICuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoE9BI%2CQD7OI%2CKAAK%2CMCgNX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD9OI%2CKAAK%2CMCgNX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BIpE6B9B%2CmBAAA%3B%3BEoEzBI%2CQDlPI%2CKAAK%2CMCgNX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDnPI%2CKAAK%2CMCgNX%2CQAAK%2CMAmCF%2COAAU%3BEACX%2CQDpPI%2CKAAK%2CMCgNX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BEAClB%2CQDrPI%2CKAAK%2CMCgNX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BIpEsBtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3B%3BEmE3QA%2CQAAQ%2CKAAK%2CMC6PX%2CQAAK%3BIpEcP%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CeAAA%3BIAAA%2C4BAAA%3B%3BEmE3QA%2CQAAQ%2CKAAK%2CMAGT%2CMAAK%3BIACD%2CcAAA%3B%3BEAJR%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEATZ%2CQAAQ%2CKAAK%2CMAaP%2CQAAK%3BIACH%2CuBAAA%3B%3BEKgNJ%2CYAAC%3BIxE6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEwE5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECzIZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIxEsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEwEpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BIxEwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIwErOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDpCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BIzEuKJ%2CyBAAA%3BIyErKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIzEyJR%2CwCAAA%3B%3BEyEnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIzEgJzB%2CyBAAA%3B%3BEyE3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIzE%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BE0ExOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BE8DXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BExDgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BEmD2nBN%2CaAAC%3BIACA%2CmBAAA%3B%3BEzE%5C%2FfC%2CaACI%3BIACI%2CgBAAA%3B%3BElDgGJ%2CKAAC%3BIACG%2CiBAAA%3B%3BEAIQ%2CKALX%2CcAGG%2CMACI%2CKACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAMR%2CKAZP%2CcAWG%2CKACK%3BEACD%2CKAbP%2CcAWG%2CKAEK%3BEACD%2CKAdP%2CcAWG%2CKAGK%3BEACD%2CKAfP%2CcAWG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAvBX%2CcAWG%2CKACK%2CIAWI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAEK%2CMAUI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAGK%2CSASI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAIK%2CKAQI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKA%5C%2FBP%2CcAWG%2CKAoBK%3BIACG%2CmBAAA%3B%3BEAhCZ%2CKAAC%2CcAoCG%2CMACI%2CKAAI%3BIACA%2CiBAAA%3B%3BE8H9KhB%2CcACI%3BIlIqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkIlJQ%2CUAAA%3B%3BE3FOR%2CwBACI%3BIvC0IJ%2CeAAA%3B%3BEuC3IA%2CwBAKI%3BIvCsIJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEuC3IA%2CwBAUI%3BIvCiIJ%2CaAAA%3B%3BEuC3IA%2CwBAcI%3BIvC6HJ%2CoBAAA%3B%3BEuC3IA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEMFZ%2CwBACI%3BI7CwHJ%2CeAAA%3B%3BE6CzHA%2CwBACI%2CgBAGI%3BI7CqHR%2CaAAA%3B%3BE6CzHA%2CwBACI%2CgBAOI%3BI7CiHR%2CoBAAA%3B%3BEmIvQA%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BE1G6TJ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAQR%2CQAAQ%2CcACJ%3BIzBlFJ%2CmBAAA%3BIyBoFQ%2CcAAA%3B%3BEAIR%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEpB1KhB%2CaACI%2CiBACI%3BILqER%2CeAAA%3BIKnEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIL6DA%2C6BAAA%3BIK3DI%2CgBAAA%3B%3BEAIA%2CKAAC%2CcACG%3BIACI%2CmBAAA%3B%3BE%2BCtCZ%3BIpD2FA%2CgCAAA%3BIoDzFI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEVxMhB%2CqBACI%3BEADJ%2CqBAEI%2COAAM%3BI1C4QV%2CgBAAA%3B%3BEYlLA%2CiBACI%2CSACI%3BIZgVR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqDlXT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BExC%2BKR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAMA%2C0BATR%2CUAEK%2COAOI%3BIACG%2CgCAAA%3BIbUhB%2CmBAAA%3BIaRgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAfZ%2CUAEK%2COAOI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BATR%2CUAEK%2COAOI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAtBhB%2CUAEK%2COAOI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA1BhB%2CUAEK%2COAOI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BATR%2CUAEK%2COAOI%2CMAUG%2CMAWI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BAnCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAKK%3BIbfzB%2CmBAAA%3B%3BEa8BQ%2C0BAlDJ%2CUAkDK%2CMACG%3BIb%5C%2FBZ%2CiBAAA%3B%3BEaqCQ%2C0BAzDJ%2CUAyDK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAQJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CiBAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BES0GR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEkHxcR%2CgBACM%3BIACE%2CgBAAA%3B%3BE7G0ER%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEZgMxB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BE2H1RR%2CgBACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%3BIACI%2CaAAA%3B%3BEAEA%2CgBAJR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAGK%3BIACG%2CaAAA%3B%3BEAGJ%2CgBARR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAOK%3BIACG%2CcAAA%3B%3BEAVhB%2CgBAeI%2CWACI%3BIACI%2CsBAAA%3B%3BEvHqJZ%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcARE%2CSAGV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAbE%2CSAGV%2CSACK%2CKASI%3BInBgFb%2CiBAAA%3B%3BEmB5EY%2CcAjBE%2CSAGV%2CSACK%2CKAaI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAjBE%2CSAGV%2CSACK%2CKAaI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAxBN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA5BN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcAhCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcApCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAeK%3BEACD%2CcArCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcA3CE%2CSAGV%2CSACK%2CKAuCI%3BEACD%2CcA5CE%2CSAGV%2CSACK%2CKAwCI%3BEAxCL%2CcAJM%2CSAGV%2CSACK%2CKAyCG%3BEACA%2CcA9CE%2CSAGV%2CSACK%2CKA0CI%3BIACG%2CiBAAA%3B%3BEA3CR%2CcAJM%2CSAGV%2CSACK%2CKA8CG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAhDR%2CcAJM%2CSAGV%2CSACK%2CKA8CG%2CYAII%3BIACI%2CeAAA%3B%3BEAnDZ%2CcAJM%2CSAGV%2CSACK%2CKAuDG%3BEAvDJ%2CcAJM%2CSAGV%2CSACK%2CKAwDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcAjEM%2CSAGV%2CSA8DK%3BIACG%2CeAAA%3B%3BEAWJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEyHxMhB%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBASI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBAHJ%2CSAGK%3BIACG%2CcAAA%3B%3BEChCZ%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3BEIjFZ%3BIACI%2CcAAA%3B%3BEADJ%2CqCAEI%3BIAA2B%2CWAAA%3B%3BECPlC%2CQACC%2CQAAO%3BIACN%2CeAAA%3B%3BEAGF%2CaACC%2CUACC%2CcACC%3BIACC%2CuCAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3B%3BAE0BD%2CwBAJqD%3BElIgerD%3BEGpVQ%2CyBADJ%2CKAAI%2CQACC%3BIrBnJT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBgwBD%2C0BACI%2CMAAM%2CGlBlwBT%3BEkBiwBD%2C0BACI%2CMAAM%2CGlBjwBT%3BE2DsCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG3D3CnB%3BE2DuCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG3D1CnB%3BEqBwHD%2CyBACI%2CKAAI%2CQrB1HP%3BEqByHD%2CyBACI%2CKAAI%2CQrBzHP%3BEemMD%2CQAaI%2CSfjNH%3BEeoMD%2CQAaI%2CSfhNH%3BEsBwQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGlBlwBT%3BEsByQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGlBjwBT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkB2vBD%2C0BACI%2CMAAM%2CGlB5vBT%3BE2DiCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG3DrCnB%3BEqBmHD%2CyBACI%2CKAAI%2CQrBpHP%3BEe8LD%2CQAaI%2CSf3MH%3BEsBmQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGlB5vBT%3BIACG%2CWAAA%3B%3BEkB4vBI%2C0BADJ%2CMAAM%2CGACD%2CIAAI%3BEI1fT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGACD%2CIAAI%3BIACD%2CgCAAA%3B%3BEAOI%2C0BATZ%2CMAAM%2CGAOF%2CKACK%2CKACI%3BEIlgBb%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKACK%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAdR%2CMAAM%2CGAOF%2CKAOK%3BEACD%2C0BAfR%2CMAAM%2CGAOF%2CKAQK%3BEACD%2C0BAhBR%2CMAAM%2CGAOF%2CKASK%3BEIzgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAOK%3BEIvgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAQK%3BEIxgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKASK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAvBZ%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA5BpB%2C0BACI%2CMAAM%2CGAgCF%3BEIzhBJ%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAgCF%3BIACI%2CSAAA%3B%3BEAoKZ%3BEyCr7BoB%2CcAhBhB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMACI%3BIzCy6B5B%2CaAAA%3B%3BEAoDA%2C2BACI%3BEADJ%2C2BAEI%3BEAFJ%2C2BAGI%3BEGv2BJ%2C6BHq2BI%3BEGr2BJ%2C6BHs2BI%3BEGt2BJ%2C6BHu2BI%3BIACI%2CmBAAA%3B%3BEyCv%5C%2FBR%3BIxDsUA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIwDxUI%2CkBAAA%3B%3BEAKY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%3BIxDscrB%2CYAAA%3BIACA%2CcAAA%3B%3BEwDvcgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBxDycnB%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEwD1cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBxD6cnB%3BIACE%2CcAAA%3B%3BEwD9cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBxD6cnB%2CQAGI%3BIACE%2CcAAA%3B%3BEwDjdQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBxD6cnB%2CQAGI%2CKAGE%3BEwDndQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBxD6cnB%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CcAAA%3B%3BEG0OY%2CcwD5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBxD6cnB%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CcwD5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBxD6cnB%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BE2D%5C%2FOgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKACF%2CKAAE%3BIACA%2CiBAAA%3B%3BEALZ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKAKF%2CKAAE%3BIACA%2CoBAAA%3B%3BEAWI%2CcAvB5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAYxB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%3BIACI%2CcAAA%3B%3BEAFR%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEAXpB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAwBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQxB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMAAM%3BEATV%2C2BAUI%2CMAAM%3BIACF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEjCvBA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE2FtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEtFgFR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BI%5C%2FBuLb%2CqBAAA%3BIMzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BINgDA%2CgBAAA%3B%3BE%2BBvLY%2COAPR%2CgBAMI%2CQACK%2COF2KX%3BI7BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6BHA%2COE0EI%2CgBAMI%2CQACK%2COFjFZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8B1OU%2CO9B0OV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CeAAA%3BIAAA%2CmBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE6DA%2CgBAMI%2CQACK%2COFrEZ%2CMACI%3BI7B2PL%2CcAAA%3B%3BE6BrPI%2COEuDA%2CgBAMI%2CQACK%2COF%5C%2FDZ%2COACI%3BI7BqPL%2CcAAA%3B%3BEM7CA%2COyBjJI%2CgBAMI%2CQACK%2COzB0IZ%3BEACD%2COyBlJI%2CgBAMI%2CQACK%2COzB2IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyBvJI%2CgBAMI%2CQACK%2COzBgJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyB5JI%2CgBAMI%2CQACK%2COzBqJZ%3BEACD%2COyB7JI%2CgBAMI%2CQACK%2COzBsJZ%3BEACD%2CQAAQ%2CUAAW%2CQyB9Jf%2CgBAMI%2CQACK%3BIzBwJT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BEsDxGA%3BIACI%2CgBAAA%3B%3BE9ByMJ%3BIACI%2CgBAAA%3B%3BExBvVJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEwB%2BUJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEf1UR%2CYACI%3BIT4NJ%2CeAAA%3BIS1NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BE2ByHR%2CYACI%3BIpC%2BFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEoChGA%2CYAOI%3BIpCyFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIoCrFQ%2CWAAA%3B%3BEAEA%2CYANJ%2CuBAMK%3BIpCmFT%2C4BAAA%3BIoCjFY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BIpC%2BEZ%2CWAAA%3B%3BEoChGA%2CYAuBI%3BEAvBJ%2CYAwBI%3BIpCwEJ%2CgBAAA%3B%3BEoChGA%2CYA4BI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBR%2CYAkCI%3BIACI%2CWAAA%3B%3BEAnCR%2CYAsCI%3BIpC0DJ%2CqBAAA%3BI6B9QA%2CqBAAA%3BIO8NQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAnDR%2CYAsCI%2CmBP8CF%3BI7BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6BHA%2CYO8MI%2CmBP9MH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8B1PY%2CO9B0PZ%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYOiMA%2CmBPlMH%2CMACI%3BI7B2PL%2CcAAA%3B%3BE6BrPI%2CYO2LA%2CmBP5LH%2COACI%3BI7BqPL%2CcAAA%3B%3BEkDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIlD6OR%2CYAAA%3BIkD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEbIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEZuRR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEpBtGJ%2CKAAC%2CcACG%3BIACI%2CgCAAA%3BIACA%2CmBAAA%3B%3BEgBjFZ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEC0GI%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEArCxB%2CcAgDI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAlDZ%2CcAgDI%2CiBAKM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEPnGZ%2CQACI%2CqBACI%2CmBACI%3BEAHZ%2CQACI%2CqBACI%2CmBAEI%3BEAJZ%2CQACI%2CqBACI%2CmBAGI%3BEALZ%2CQACI%2CqBACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEARhB%2CQAaI%2CSAGI%3BIACI%2CYAAA%3B%3BEAjBZ%2CQAaI%2CSAOI%3BIACI%2CWAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BEAJR%2CoBACI%2CMAII%3BIACI%2CcAAA%3B%3BEAKZ%2CcACI%2COAAM%2CkBACF%2CMACI%2CGAAE%3BIACE%2CWAAA%3B%3BEAKhB%2CYAAY%2CcACR%2CKAAI%3BEADR%2CYAAY%2CcAER%2CKAAI%3BEAFR%2CYAAY%2CcAGR%2CKAAI%3BEAHR%2CYAAY%2CcAIR%2CKAAI%3BIACA%2CgBAAA%3B%3BEI9GR%2CcAAc%2CSACV%3BIACI%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcANM%2CSACV%2CcAKK%3BIACG%2C6BAAA%3B%3B%3BAiIzJZ%2CwBAJsD%3BEtFkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEtCyUR%2CiBAAkB%3BIACd%2CYAAA%3B%3BE0G7PJ%2CYACI%2CeACI%3BIlI8JR%2CYAAA%3B%3B%3BAoJrPJ%2CgBAJ2C%3BElIyEvC%3BIAnBA%2CYAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEA%2BNJ%3BEIwBQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIJjFhB%2CcAAA%3B%3BEAyKA%3BIlB7LA%2CkBAAA%3B%3BEkBuOA%3BIlBnfA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEsB6SD%2CcAwDI%2CetBtWH%3BEsB8SD%2CcAwDI%2CetBrWH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEsBwSD%2CcAwDI%2CetBhWH%3BIACG%2CWAAA%3B%3BEkBoiBJ%3BEI7PA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIJ6KR%2CsBAAA%3B%3BEqDzgBI%2CUAAC%3BIACG%2CYAAA%3B%3BEwDqnBX%2CaACC%2CcACC%2CsBACC%3BIACC%2CqBAAA%3B%3BEAJJ%2CaACC%2CcACC%2CsBAIC%2CiBAAiB%3BIAChB%2CqBAAA%3BIACA%2CWAAA%3B%3BEhGjkBW%2COAFR%2CgBACI%2CQACK%3BIzB4Gb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BINgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIM5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIyBxEgB%2CeAAA%3B%3BEzBqHhB%2COyB1HI%2CgBACI%2CQACK%2COzBwHZ%3BEACD%2COyB3HI%2CgBACI%2CQACK%2COzByHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyBhII%2CgBACI%2CQACK%2COzB8HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyBrII%2CgBACI%2CQACK%2COzBmIZ%3BEACD%2COyBtII%2CgBACI%2CQACK%2COzBoIZ%3BEACD%2CQAAQ%2CUAAW%2CQyBvIf%2CgBACI%2CQACK%3BIzBsIT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BEDjJA%2COgCtBI%2CgBACI%2CQACK%2COhCoBZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2COgC3BI%2CgBACI%2CQACK%2COhCyBZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2COgChCI%2CgBACI%2CQACK%2COhC8BZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEMxFA%2COyB%5C%2FEI%2CgBACI%2CQACK%2COzB6EZ%3BEACD%2COyBhFI%2CgBACI%2CQACK%2COzB8EZ%3BEACD%2COyBjFI%2CgBACI%2CQACK%2COzB%2BEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COyBtFI%2CgBACI%2CQACK%2COzBoFZ%3BEACD%2COyBvFI%2CgBACI%2CQACK%2COzBqFZ%3BEACD%2CQAAQ%2CUAAW%2CQyBxFf%2CgBACI%2CQACK%3BI%5C%2FBqKb%2CcAAA%3BIAAA%2CYAAA%3BIM5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEgBoIJ%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CiBAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEavIhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEhB5ER%2CqBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BE0H9MZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%22%7D */select::-ms-expand {
    display: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../frontend/Sm/lovefashion/en_US/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Sm/lovefashion/en_US/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/lovefashion/en_US/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Sm/lovefashion/en_US/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Sm/lovefashion/en_US/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Sm/lovefashion/en_US/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: 10px;
  -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: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
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: #777777;
}
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: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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 #777777;
}
.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: #777777;
}
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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.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-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .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-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .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-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
  }
}
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;
  max-width: 100%;
  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;
  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: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  -o-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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple] .input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple] .input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .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;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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.pull-right {
  right: 0;
  left: auto;
}
.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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 .form-control:focus {
  z-index: 3;
}
.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.3333333;
  border-radius: 6px;
}
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: 3px;
}
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 #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.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 #ddd;
}
.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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  left: 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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  background-color: #337ab7;
}
.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;
  left: 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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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;
  right: 0;
  left: 0;
  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;
}
.navbar-brand > img {
  display: block;
}
@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: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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-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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@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-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
}
@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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.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: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  left: 50%;
  margin-left: -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-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -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-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  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;
  -o-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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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 {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
  color: #fff;
  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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.5.0 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('../../frontend/Sm/lovefashion/en_US/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../frontend/Sm/lovefashion/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../frontend/Sm/lovefashion/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../frontend/Sm/lovefashion/en_US/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../frontend/Sm/lovefashion/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../frontend/Sm/lovefashion/en_US/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.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: #fff;
}
/* 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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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,
.fa-gratipay: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";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_normalize.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_print.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_glyphicons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_scaffolding.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_vendor-prefixes.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_tab-focus.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_thumbnails.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_image.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_type.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_text-emphasis.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_background-variant.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_text-overflow.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_code.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_grid-framework.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_table-row.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_opacity.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_button-groups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_component-animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_nav-divider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_reset-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_border-radius.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_input-groups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_navs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_navbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_nav-vertical-align.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_bordered-pulled.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_pagination.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_pagination.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_pager.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_labels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_labels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_badges.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_jumbotron.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_alerts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_alerts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_progress-bars.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_gradients.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_media.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_list-group.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_list-group.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_panels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_panels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_responsive-embed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_wells.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_close.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_reset-text.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_popovers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_clearfix.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_center-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_hide-text.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_responsive-utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_responsive-visibility.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_path.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_core.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_larger.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_fixed-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_animated.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_rotated-flipped.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_stacked.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Flovefashion%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_variables.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAQA%3BEACI%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAOJ%3BEACI%2CSAAA%3B%3BAAaJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAQJ%3BAACA%3BAACA%3BAACA%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAQJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAQJ%3BAACA%3BEACI%2CaAAA%3B%3BAAUJ%3BEACI%2C6BAAA%3B%3BAAQJ%2CCAAC%3BAACD%2CCAAC%3BEACG%2CUAAA%3B%3BAAUJ%2CIAAI%3BEACA%2CyBAAA%3B%3BAAOJ%3BAACA%3BEACI%2CiBAAA%3B%3BAAOJ%3BEACI%2CkBAAA%3B%3BAAQJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CcAAA%3B%3BAAOJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAUJ%3BEACI%2CSAAA%3B%3BAAOJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAUJ%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CuBAAA%3BEACA%2CSAAA%3B%3BAAOJ%3BEACI%2CcAAA%3B%3BAAOJ%3BAACA%3BAACA%3BAACA%3BEACI%2CiCAAA%3BEACA%2CcAAA%3B%3BAAkBJ%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAOJ%3BEACI%2CiBAAA%3B%3BAAUJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAWJ%3BAACA%2CIAAK%2CMAAK%3BAACV%2CKAAK%3BAACL%2CKAAK%3BEACD%2C0BAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CMAAM%3BAACN%2CIAAK%2CMAAK%3BEACN%2CeAAA%3B%3BAAOJ%2CMAAM%3BAACN%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAAQJ%3BEACI%2CmBAAA%3B%3BAAWJ%2CKAAK%3BAACL%2CKAAK%3BEACD%2CsBAAA%3BEACA%2CUAAA%3B%3BAASJ%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAChB%2CYAAA%3B%3BAAQJ%2CKAAK%3BEACD%2C6BAAA%3BEACA%2CuBAAA%3B%3BAASJ%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAChB%2CwBAAA%3B%3BAAOJ%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAQJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAOJ%3BEACI%2CcAAA%3B%3BAAQJ%3BEACI%2CiBAAA%3B%3BAAUJ%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CUAAA%3B%3B%3BAC%5C%2FTJ%3BEA%5C%2FFI%3BEACA%2CCAAC%3BEACD%2CCAAC%3BIACG%2CkCAAA%3BIACA%2CWAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2C0BAAA%3B%3BEAGJ%2CCAAC%2CMAAM%3BIACH%2CSAAS%2CKAAK%2CWAAW%2CGAAzB%3B%3BEAGJ%2CIAAI%2COAAO%3BIACP%2CSAAS%2CKAAK%2CYAAY%2CGAA1B%3B%3BEAKJ%2CCAAC%2CWAAW%3BEACZ%2CCAAC%2CqBAAqB%3BIAClB%2CSAAS%2CEAAT%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BEACA%3BIACI%2CuBAAA%3B%3BEAKJ%3BIACI%2CaAAA%3B%3BEAGJ%2CIAEM%3BEADN%2COAAU%2COACJ%3BIACE%2CsBAAA%3B%3BEAIR%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3B%3BEADJ%2CMAGI%3BEAHJ%2CMAII%3BIACI%2CsBAAA%3B%3BEAIR%2CeACI%3BEADJ%2CeAEI%3BIACI%2CsBAAA%3B%3B%3BACvFZ%3BEACI%2CaAAa%2CsBAAb%3BEACA%2CSAAS%2C4CAAT%3BEACA%2CSAAS%2CoDAAiD%2COAAO%2C0BAC7D%2C%2BCAA4C%2COAAO%2CcACnD%2C8CAA2C%2COAAO%2CaAClD%2C6CAA0C%2COAAO%2CiBACjD%2CyEAA8D%2COAAO%2CMAJzE%3B%3BAAQJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAKA%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAMJ%2CeAAC%3BAAAD%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CaAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CaAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C6BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C%2BBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C6BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiCAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CaAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAaJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C8BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkCAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C6BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAClkDR%3BECuEI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BADrEJ%2CCAAC%3BAACD%2CCAAC%3BECkEG%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAD9DJ%3BEACI%2CeAAA%3BEACA%2C6CAAA%3B%3BAAGJ%3BEACI%2CaEeqB%2C8CFfrB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BAACA%3BAACA%3BAACA%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CCAAC%3BEGnDD%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAH0DJ%3BEACI%2CSAAA%3B%3BAAKJ%3BEACI%2CsBAAA%3B%3BAAIJ%3BAIvEA%2CUAUM%3BAAVN%2CUAWI%2CEAAI%3BACPR%2CeAKM%2CQAMI%3BAAXV%2CeAKM%2CQAOI%2CIAAI%3BECbV%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BANuEJ%3BEACI%2CkBAAA%3B%3BAAMJ%3BEACI%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BECwHA%2CwCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEK%5C%2FMA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAN2FJ%3BEACI%2CkBAAA%3B%3BAAKJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3B%3BAAOJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAAQA%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAUR%3BEACI%2CeAAA%3B%3BAOjJJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BEACrB%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CEAOI%3BAAPA%2CEAOA%3BAAPI%2CEAOJ%3BAAPQ%2CEAOR%3BAAPY%2CEAOZ%3BAAPgB%2CEAOhB%3BAANJ%2CGAMI%3BAANC%2CGAMD%3BAANM%2CGAMN%3BAANW%2CGAMX%3BAANgB%2CGAMhB%3BAANqB%2CGAMrB%3BAAPJ%2CEAQI%3BAARA%2CEAQA%3BAARI%2CEAQJ%3BAARQ%2CEAQR%3BAARY%2CEAQZ%3BAARgB%2CEAQhB%3BAAPJ%2CGAOI%3BAAPC%2CGAOD%3BAAPM%2CGAON%3BAAPW%2CGAOX%3BAAPgB%2CGAOhB%3BAAPqB%2CGAOrB%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BAAJJ%2CEAII%3BAAJA%2CGAIA%3BAANJ%2CEAOI%3BAAPA%2CGAOA%3BAANJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BEACI%2CcAAA%3B%3BAAIR%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BAAJJ%2CEAII%3BAAJA%2CGAIA%3BAANJ%2CEAOI%3BAAPA%2CGAOA%3BAANJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BEACI%2CcAAA%3B%3BAAIR%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAMJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAHuC%3BEAGvC%3BIAFQ%2CeAAA%3B%3B%3BAAQR%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAIJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAIJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEC3II%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACE%2CcAAA%3B%3BAD4IR%3BEC%5C%2FII%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACE%2CcAAA%3B%3BADgJR%3BECnJI%2CcAAA%3B%3BAACA%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACE%2CcAAA%3B%3BADoJR%3BECvJI%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACE%2CcAAA%3B%3BADwJR%3BEC3JI%2CcAAA%3B%3BAACA%2CCAAC%2CYAAC%3BAACF%2CCAAC%2CYAAC%3BEACE%2CcAAA%3B%3BAD%2BJR%3BEAGI%2CWAAA%3BEErKA%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACE%2CyBAAA%3B%3BAFsKR%3BEEzKI%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACE%2CyBAAA%3B%3BAF0KR%3BEE7KI%2CyBAAA%3B%3BAACA%2CCAAC%2CQAAC%3BAACF%2CCAAC%2CQAAC%3BEACE%2CyBAAA%3B%3BAF8KR%3BEEjLI%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACE%2CyBAAA%3B%3BAFkLR%3BEErLI%2CyBAAA%3B%3BAACA%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACE%2CyBAAA%3B%3BAFyLR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAOJ%3BAACA%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CEAII%3BAAHJ%2CEAGI%3BAAJJ%2CEAKI%3BAAJJ%2CEAII%3BEACI%2CgBAAA%3B%3BAAOR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEALI%2CeAAA%3BEACA%2CgBAAA%3BEAMA%2CiBAAA%3B%3BAAFJ%2CYAIM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAA0BJ%2CQAbkD%3BEAalD%2CcAZQ%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIGrQR%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEH2QJ%2CcAJQ%3BIACI%2CkBAAA%3B%3B%3BAASZ%2CIAAI%3BAAEJ%2CIAAI%3BEACA%2CYAAA%3BEACA%2CiCAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEA7JA%2CyBAAA%3B%3BAAkKJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAKI%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAVZ%2CUAgBI%3BAAhBJ%2CUAiBI%3BAAjBJ%2CUAkBI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEACG%2CSAAS%2CaAAT%3B%3BAAQZ%3BAACA%2CUAAU%3BEACN%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMI%2CmBAHJ%2COAGK%3BAAAD%2CUAXE%2CWAQN%2COAGK%3BAAAD%2CmBAFJ%2CMAEK%3BAAAD%2CUAXE%2CWASN%2CMAEK%3BAAAD%2CmBADJ%2COACK%3BAAAD%2CUAXE%2CWAUN%2COACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAEJ%2CmBANJ%2COAMK%3BAAAD%2CUAdE%2CWAQN%2COAMK%3BAAAD%2CmBALJ%2CMAKK%3BAAAD%2CUAdE%2CWASN%2CMAKK%3BAAAD%2CmBAJJ%2COAIK%3BAAAD%2CUAdE%2CWAUN%2COAIK%3BEACG%2CSAAS%2CaAAT%3B%3BAAMZ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAIzVJ%3BAACA%3BAACA%3BAACA%3BEACI%2CsCTmC6C%2CwBSnC7C%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C8CAAA%3B%3BAANJ%2CGAQI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAXJ%2CGAcI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAC1DJ%3BECFI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BADKA%2CQAHmC%3BEAGnC%3BIAFI%2CYAAA%3B%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFI%2CYAAA%3B%3B%3BAAKR%2CQAHuC%3BEAGvC%3BIAFQ%2CaAAA%3B%3B%3BAASR%3BECrBI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAD0BJ%3BECpBI%2CkBAAA%3BEACA%2CmBAAA%3B%3BACAI%3BEACI%2CkBAAA%3BEAEA%2CeAAA%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAgBJ%3BEACI%2CWAAA%3B%3BAAOR%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CWAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CkBAAA%3B%3BAAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CWAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAAKJ%2CKAAK%2CEAAQ%3BEACT%2CWAAA%3B%3BAAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CSAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CSAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CSAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CiBAAA%3B%3BAAKJ%2CKAAK%2CEAAQ%3BEACT%2CUAAA%3B%3BAAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CiBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CgBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CgBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CgBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CwBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CeAAA%3B%3BAFZR%2CQARmC%3BEEnB3B%3BIACI%2CWAAA%3B%3BEAOR%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CkBAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CWAAA%3B%3BEAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CiBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CUAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CiBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CwBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CeAAA%3B%3B%3BAFJR%2CQARmC%3BEE3B3B%3BIACI%2CWAAA%3B%3BEAOR%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CkBAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CWAAA%3B%3BEAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CiBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CUAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CiBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CwBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CeAAA%3B%3B%3BAFDR%2CQAHmC%3BEEnC3B%3BIACI%2CWAAA%3B%3BEAOR%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CkBAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CWAAA%3B%3BEAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CiBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CUAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CiBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CwBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CeAAA%3B%3B%3BACzER%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CMAKM%2CQAGI%2CKACI%3BAATd%2CMAMM%2CQAEI%2CKACI%3BAATd%2CMAOM%2CQACI%2CKACI%3BAATd%2CMAKM%2CQAGI%2CKAEI%3BAAVd%2CMAMM%2CQAEI%2CKAEI%3BAAVd%2CMAOM%2CQACI%2CKAEI%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAdhB%2CMAmBM%2CQAAQ%2CKAAK%3BEACX%2CsBAAA%3BEACA%2C6BAAA%3B%3BAArBR%2CMAwBM%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAA5Bd%2CMAyBM%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAA5Bd%2CMA0BM%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAA5Bd%2CMAwBM%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAA7Bd%2CMAyBM%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAA7Bd%2CMA0BM%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAA9BhB%2CMAmCM%2CQAAQ%3BEACN%2C0BAAA%3B%3BAApCR%2CMAwCI%3BEACI%2CsBAAA%3B%3BAAMR%2CgBACM%2CQAGI%2CKACI%3BAALd%2CgBAEM%2CQAEI%2CKACI%3BAALd%2CgBAGM%2CQACI%2CKACI%3BAALd%2CgBACM%2CQAGI%2CKAEI%3BAANd%2CgBAEM%2CQAEI%2CKAEI%3BAANd%2CgBAGM%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAAUhB%3BEACI%2CsBAAA%3B%3BAADJ%2CeAEM%2CQAGI%2CKACI%3BAANd%2CeAGM%2CQAEI%2CKACI%3BAANd%2CeAIM%2CQACI%2CKACI%3BAANd%2CeAEM%2CQAGI%2CKAEI%3BAAPd%2CeAGM%2CQAEI%2CKAEI%3BAAPd%2CeAIM%2CQACI%2CKAEI%3BEACE%2CsBAAA%3B%3BAARhB%2CeAYM%2CQAAQ%2CKACJ%3BAAbV%2CeAYM%2CQAAQ%2CKAEJ%3BEACE%2CwBAAA%3B%3BAASZ%2CcACM%2CQAAQ%2CKAAE%2CYAAY%3BEACpB%2CyBAAA%3B%3BAAQR%2CYACM%2CQAAQ%2CKAAE%3BEACR%2CyBAAA%3B%3BAAQR%2CKAAM%2CIAAG%3BEACL%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMI%2CKAFJ%2CGAEK%3BAAAD%2CKADJ%2CGACK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BACxIR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CMAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CMAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2CMAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2CMAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CMAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2CMAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2COAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2COAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2COAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2COAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2COAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2COAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CIAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CIAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CIAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CIAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CIAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CIAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2CIAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2CIAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CIAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2CIAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2COAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2COAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2COAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2COAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2COAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2COAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CMAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CMAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2CMAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2CMAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CMAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2CMAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAD4IZ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA6DJ%2CmBA3DkD%3BEA2DlD%3BIA1DQ%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3BIACA%2CsBAAA%3B%3BEAsDR%2CiBAnDU%3BIACE%2CgBAAA%3B%3BEAkDZ%2CiBAnDU%2CSAII%2CQAGI%2CKACI%3BEA2CtB%2CiBAnDU%2CSAKI%2CQAEI%2CKACI%3BEA2CtB%2CiBAnDU%2CSAMI%2CQACI%2CKACI%3BEA2CtB%2CiBAnDU%2CSAII%2CQAGI%2CKAEI%3BEA0CtB%2CiBAnDU%2CSAKI%2CQAEI%2CKAEI%3BEA0CtB%2CiBAnDU%2CSAMI%2CQACI%2CKAEI%3BIACE%2CmBAAA%3B%3BEAyCxB%2CiBAlCU%3BIACE%2CSAAA%3B%3BEAiCZ%2CiBAlCU%2CkBAII%2CQAGI%2CKACI%2CKAAE%3BEA0BxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKACI%2CKAAE%3BEA0BxB%2CiBAlCU%2CkBAMI%2CQACI%2CKACI%2CKAAE%3BEA0BxB%2CiBAlCU%2CkBAII%2CQAGI%2CKAEI%2CKAAE%3BEAyBxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKAEI%2CKAAE%3BEAyBxB%2CiBAlCU%2CkBAMI%2CQACI%2CKAEI%2CKAAE%3BIACA%2CcAAA%3B%3BEAwBxB%2CiBAlCU%2CkBAII%2CQAGI%2CKAKI%2CKAAE%3BEAsBxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKAKI%2CKAAE%3BEAsBxB%2CiBAlCU%2CkBAMI%2CQACI%2CKAKI%2CKAAE%3BEAsBxB%2CiBAlCU%2CkBAII%2CQAGI%2CKAMI%2CKAAE%3BEAqBxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKAMI%2CKAAE%3BEAqBxB%2CiBAlCU%2CkBAMI%2CQACI%2CKAMI%2CKAAE%3BIACA%2CeAAA%3B%3BEAoBxB%2CiBAlCU%2CkBAsBI%2CQAEI%2CKAAE%2CWACE%3BEAStB%2CiBAlCU%2CkBAuBI%2CQACI%2CKAAE%2CWACE%3BEAStB%2CiBAlCU%2CkBAsBI%2CQAEI%2CKAAE%2CWAEE%3BEAQtB%2CiBAlCU%2CkBAuBI%2CQACI%2CKAAE%2CWAEE%3BIACE%2CgBAAA%3B%3B%3BAEpNxB%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEAIA%2CYAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAUJ%2CKAAK%3BEhBoCD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAgBjCJ%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3B%3BAAIJ%2CKAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CMAAM%3BAACN%2CMAAM%3BEACF%2CYAAA%3B%3BAAIJ%2CKAAK%2CaAAa%3BAAClB%2CKAAK%2CcAAc%3BAACnB%2CKAAK%2CiBAAiB%3BEdvElB%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAcyEJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAyBJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEhB%5C%2FCA%2CwDAAA%3BEACA%2CgDAAA%3BEA0IA%2C8EAAA%3BEACA%2CyEAAA%3BEACA%2CsEAAA%3B%3BAiBhKA%2CaAAC%3BEACG%2CqBAAA%3BEACA%2CUAAA%3BEjBiBJ%2CsFAAA%3BEACA%2C8EAAA%3B%3BAAiCA%2CaAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CWAAA%3B%3BAgBeJ%2CaAAC%3BEACG%2CSAAA%3BEACA%2C6BAAA%3B%3BAAQJ%2CaAAC%3BAACD%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CmBAAA%3B%3BAAIJ%2CQAAQ%3BEACJ%2CYAAA%3B%3BAAWR%2CKAAK%3BEACD%2CwBAAA%3B%3BAAsCJ%2CmBA1BsD%3BEAK9C%2CKAJC%2CaAIA%3BEAAD%2CKAHC%2CaAGA%3BEAAD%2CKAFC%2CuBAEA%3BEAAD%2CKADC%2CcACA%3BIACG%2CiBAAA%3B%3BEAGJ%2CKARC%2CaAQA%3BEAAD%2CKAPC%2CaAOA%3BEAAD%2CKANC%2CuBAMA%3BEAAD%2CKALC%2CcAKA%3BEACD%2CeAAgB%2CMATf%3BEASD%2CeAAgB%2CMARf%3BEAQD%2CeAAgB%2CMAPf%3BEAOD%2CeAAgB%2CMANf%3BIAOG%2CiBAAA%3B%3BEAGJ%2CKAbC%2CaAaA%3BEAAD%2CKAZC%2CaAYA%3BEAAD%2CKAXC%2CuBAWA%3BEAAD%2CKAVC%2CcAUA%3BEACD%2CeAAgB%2CMAdf%3BEAcD%2CeAAgB%2CMAbf%3BEAaD%2CeAAgB%2CMAZf%3BEAYD%2CeAAgB%2CMAXf%3BIAYG%2CiBAAA%3B%3B%3BAAUZ%3BEACI%2CmBAAA%3B%3BAAOJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CMAOI%3BAANJ%2CSAMI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CMAAO%2CMAAK%3BAACZ%2CaAAc%2CMAAK%3BAACnB%2CSAAU%2CMAAK%3BAACf%2CgBAAiB%2CMAAK%3BEAClB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAS%3BAACT%2CSAAY%3BEACR%2CgBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAgB%3BAAChB%2CgBAAmB%3BEACf%2CaAAA%3BEACA%2CiBAAA%3B%3BAASA%2CKAFC%2CcAEA%3BAAAD%2CKADC%2CiBACA%3BAACD%2CKAHC%2CcAGA%3BAAAD%2CKAFC%2CiBAEA%3BAACD%2CQAAQ%2CUAAW%2CMAJlB%3BAAID%2CQAAQ%2CUAAW%2CMAHlB%3BEAIG%2CmBAAA%3B%3BAAOJ%2CaAAC%3BAAAD%2CgBAAC%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BEACf%2CmBAAA%3B%3BAAOJ%2CMAAC%2CSAEG%3BAAFJ%2CSAAC%2CSAEG%3BAADJ%2CQAAQ%2CUAAW%2COACf%3BAADJ%2CQAAQ%2CUAAW%2CUACf%3BEACI%2CmBAAA%3B%3BAAUZ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEAEA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BAACD%2CoBAAC%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAYR%3BEC%5C%2FPI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%3BAACR%2CMAAM%2CUAAW%3BEACb%2CYAAA%3B%3BADsPR%2CcACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CcAQI%2COAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CcAYI%2CSAAQ%3BAAZZ%2CcAaI%2COAAM%2CUAAU%3BEACZ%2CYAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEC5RI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%3BAACR%2CMAAM%2CUAAW%3BEACb%2CYAAA%3B%3BADmRR%2CcACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CcAQI%2COAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CcAYI%2CSAAQ%3BAAZZ%2CcAaI%2COAAM%2CUAAU%3BEACZ%2CYAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAQR%3BEAEI%2CkBAAA%3B%3BAAFJ%2CaAKI%3BEACI%2CqBAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAY%3BAACZ%2CeAAkB%3BAAClB%2CcAAe%2CcAAgB%3BEAC3B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CSAAY%3BAACZ%2CeAAkB%3BAAClB%2CcAAe%2CcAAgB%3BEAC3B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CYCnaI%3BADmaJ%2CYClaI%3BADkaJ%2CYCjaI%3BADiaJ%2CYChaI%3BADgaJ%2CYC%5C%2FZI%3BAD%2BZJ%2CYC9ZI%3BAACA%2CYAAC%2CMAAO%3BAACR%2CYAAC%2CSAAU%3BAACX%2CYAAC%2CaAAc%3BAACf%2CYAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BADyZR%2CYCtZI%3BEACI%2CqBAAA%3BEjBqDJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAiBpDI%2CYAHJ%2CcAGK%3BEACG%2CqBAAA%3BEjBkDR%2CyEAAA%3BEACA%2CiEAAA%3B%3BAgB%2BVJ%2CYC5YI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BADyYR%2CYCtYI%3BEACI%2CcAAA%3B%3BADyYR%2CYCvaI%3BADuaJ%2CYCtaI%3BADsaJ%2CYCraI%3BADqaJ%2CYCpaI%3BADoaJ%2CYCnaI%3BADmaJ%2CYClaI%3BAACA%2CYAAC%2CMAAO%3BAACR%2CYAAC%2CSAAU%3BAACX%2CYAAC%2CaAAc%3BAACf%2CYAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BAD6ZR%2CYC1ZI%3BEACI%2CqBAAA%3BEjBqDJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAiBpDI%2CYAHJ%2CcAGK%3BEACG%2CqBAAA%3BEjBkDR%2CyEAAA%3BEACA%2CiEAAA%3B%3BAgBmWJ%2CYChZI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAD6YR%2CYC1YI%3BEACI%2CcAAA%3B%3BAD6YR%2CUC3aI%3BAD2aJ%2CUC1aI%3BAD0aJ%2CUCzaI%3BADyaJ%2CUCxaI%3BADwaJ%2CUCvaI%3BADuaJ%2CUCtaI%3BAACA%2CUAAC%2CMAAO%3BAACR%2CUAAC%2CSAAU%3BAACX%2CUAAC%2CaAAc%3BAACf%2CUAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BADiaR%2CUC9ZI%3BEACI%2CqBAAA%3BEjBqDJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAiBpDI%2CUAHJ%2CcAGK%3BEACG%2CqBAAA%3BEjBkDR%2CyEAAA%3BEACA%2CiEAAA%3B%3BAgBuWJ%2CUCpZI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BADiZR%2CUC9YI%3BEACI%2CcAAA%3B%3BADoZJ%2CaAFU%2CMAEN%3BEACA%2CSAAA%3B%3BAAEJ%2CaALU%2CMAKT%2CQAAW%3BEACR%2CMAAA%3B%3BAASR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAmFJ%2CQAlEuC%3BEAkEvC%2CYAhEQ%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA6DZ%2CYAzDQ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAsDZ%2CYAlDQ%3BIACI%2CqBAAA%3B%3BEAiDZ%2CYA9CQ%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3B%3BEA4CZ%2CYA9CQ%2CaAII%3BEA0CZ%2CYA9CQ%2CaAKI%3BEAyCZ%2CYA9CQ%2CaAMI%3BIACI%2CWAAA%3B%3BEAuChB%2CYAlCQ%2CaAAe%3BIACX%2CWAAA%3B%3BEAiCZ%2CYA9BQ%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4BZ%2CYAvBQ%3BEAuBR%2CYAtBQ%3BIACI%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAkBZ%2CYAvBQ%2COAOI%3BEAgBZ%2CYAtBQ%2CUAMI%3BIACI%2CeAAA%3B%3BEAehB%2CYAXQ%2COAAO%2CMAAK%3BEAWpB%2CYAVQ%2CUAAU%2CMAAK%3BIACX%2CkBAAA%3BIACA%2CcAAA%3B%3BEAQZ%2CYAJQ%2CcAAc%3BIACV%2CMAAA%3B%3B%3BAAUZ%2CgBAKI%3BAALJ%2CgBAMI%3BAANJ%2CgBAOI%3BAAPJ%2CgBAQI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CgBAeI%3BAAfJ%2CgBAgBI%3BEACI%2CgBAAA%3B%3BAAjBR%2CgBAqBI%3BEJ1iBA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAI2jBA%2CQAZmC%3BEAYnC%2CgBAXI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAA%5C%2FBZ%2CgBAuCI%2CcAAc%3BEACV%2CWAAA%3B%3BAAcJ%2CQANuC%3BEAMvC%2CgBAPA%2CeAEQ%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAAWZ%2CQANuC%3BEAMvC%2CgBAPA%2CeAEQ%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAExlBhB%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEC2CA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEnB0LA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAkBpOI%2CIAAC%3BAAAD%2CIAFH%2COAEI%3BAAAD%2CIADH%2COACI%3BAACD%2CIAAC%3BAAAD%2CIAHH%2COAGI%3BAAAD%2CIAFH%2COAEI%3BEhBrBL%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAgBuBA%2CIAAC%3BAACD%2CIAAC%3BAACD%2CIAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CIAAC%3BAACD%2CIAAC%3BEACG%2CUAAA%3BEACA%2CsBAAA%3BElBkCJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAkB%5C%2FBA%2CIAAC%3BAACD%2CIAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CmBAAA%3BEE5CJ%2CaAAA%3BEAGA%2CyBAAA%3BEpBoEA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAkBtBI%2CCADH%2CIACI%3BAACD%2CQAAQ%2CUAAW%2CEAFtB%3BEAGO%2CoBAAA%3B%3BAAQZ%3BECzDI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3B%3BADeZ%2CYCXI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BADaR%3BEC7DI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADmBZ%2CYCfI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADkBR%3BEClEI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADwBZ%2CYCpBI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADuBR%3BECvEI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSAAC%3BAACD%2CSAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CSAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSAPH%2COAOI%3BAAAD%2CSANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CSAKnB%3BAACD%2CSARH%2COAQI%3BAAAD%2CSAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CSAMnB%3BAACD%2CSATH%2COASI%3BAAAD%2CSARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CSAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CSAHH%2CSAGI%3BAAAD%2CSAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CUACd%3BAACD%2CSAJH%2CSAII%3BAAAD%2CSAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CUAEd%3BAACD%2CSALH%2CSAKI%3BAAAD%2CSAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CUAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAD6BZ%2CSCzBI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAD4BR%3BEC5EI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADkCZ%2CYC9BI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADiCR%3BECjFI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAAC%3BAACD%2CWAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CWAAC%3BAACD%2CWAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CWAKnB%3BAACD%2CWARH%2COAQI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CWAMnB%3BAACD%2CWATH%2COASI%3BAAAD%2CWARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CWAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CWAAC%3BAACD%2CWAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CWAHH%2CSAGI%3BAAAD%2CWAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CYACd%3BAACD%2CWAJH%2CSAII%3BAAAD%2CWAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CYAEd%3BAACD%2CWALH%2CSAKI%3BAAAD%2CWAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CYAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADuCZ%2CWCnCI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADyCR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%3BAACA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2C6BAAA%3BElB%5C%2FBJ%2CwBAAA%3BEACA%2CgBAAA%3B%3BAkBiCA%3BAACA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACG%2CyBAAA%3B%3BAAEJ%2CSAAC%3BAACD%2CSAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAIA%2CSAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CUACd%3BAACD%2CSAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CUAEd%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAQZ%3BAG7BA%2CaAAgB%3BEF5CZ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAD2EJ%3BAGrCA%2CaAAgB%3BEFzCZ%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BADgFJ%3BAG7CA%2CaAAgB%3BEFtCZ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BADuFJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CUAAa%3BEACT%2CeAAA%3B%3BAAOA%2CKAHC%2CeAGA%3BAAAD%2CKAFC%2CcAEA%3BAAAD%2CKADC%2CeACA%3BEACG%2CWAAA%3B%3BAI5JR%3BEACI%2CUAAA%3BEtB2MA%2CwCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAsB3MA%2CKAAC%3BEACG%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAEA%2CSAAC%3BEACG%2CcAAA%3B%3BAAEJ%2CEAAE%2CSAAC%3BEACC%2CkBAAA%3B%3BAAEJ%2CKAAK%2CSAAC%3BEACF%2CwBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEtByLA%2C%2BCAAA%3BEACA%2CuCAAA%3BEASA%2CkCAAA%3BEACA%2C0BAAA%3BEAIA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAuBtOJ%3BEACI%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAIJ%3BAACA%3BEACI%2CkBAAA%3B%3BAAIJ%2CgBAAgB%3BEACZ%2CUAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEvB6BA%2CmDAAA%3BEACA%2C2CAAA%3BEuB5BA%2C4BAAA%3B%3BAAKA%2CcAAC%3BEACG%2CQAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CcA6BI%3BECrDA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BADqBJ%2CcAkCM%2CKAAK%3BEACH%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CcADa%2CKAAK%2CIACjB%3BAACD%2CcAFa%2CKAAK%2CIAEjB%3BEACG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAMJ%2CcADa%2CUAAU%3BAAEvB%2CcAFa%2CUAAU%2CIAEtB%3BAACD%2CcAHa%2CUAAU%2CIAGtB%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAASJ%2CcADa%2CYAAY%3BAAEzB%2CcAFa%2CYAAY%2CIAExB%3BAACD%2CcAHa%2CYAAY%2CIAGxB%3BEACG%2CcAAA%3B%3BAAIJ%2CcARa%2CYAAY%2CIAQxB%3BAACD%2CcATa%2CYAAY%2CIASxB%3BEACG%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEE1GJ%2CmEAAA%3BEF4GI%2CmBAAA%3B%3BAAKR%2CKAEM%3BEACE%2CcAAA%3B%3BAAHR%2CKAOM%3BEACE%2CUAAA%3B%3BAAQR%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CWAAc%3BEACV%2CQAAA%3BEACA%2CUAAA%3B%3BAAQJ%2COAGI%3BAAFJ%2CoBAAqB%2CUAEjB%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAPR%2COAUI%3BAATJ%2CoBAAqB%2CUASjB%3BEACI%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAoBR%2CQAZ2C%3BEACvC%2CaACI%3BIArEJ%2CUAAA%3BIACA%2CQAAA%3B%3BEAmEA%2CaAMI%3BIA%5C%2FDJ%2COAAA%3BIACA%2CWAAA%3B%3B%3BAF%5C%2FIJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CUAKM%3BAAJN%2CmBAIM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CUAJF%2COAIG%3BAAAD%2CmBAJF%2COAIG%3BAACD%2CUALF%2COAKG%3BAAAD%2CmBALF%2COAKG%3BAACD%2CUANF%2COAMG%3BAAAD%2CmBANF%2COAMG%3BAACD%2CUAPF%2COAOG%3BAAAD%2CmBAPF%2COAOG%3BEACG%2CUAAA%3B%3BAAMZ%2CUACI%2CKAAO%3BAADX%2CUAEI%2CKAAO%3BAAFX%2CUAGI%2CWAAa%3BAAHjB%2CUAII%2CWAAa%3BEACT%2CiBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3B%3BAADJ%2CYAII%3BAAJJ%2CYAKI%3BAALJ%2CYAMI%3BEACI%2CWAAA%3B%3BAAPR%2CYASM%3BAATN%2CYAUM%3BAAVN%2CYAWM%3BEACE%2CgBAAA%3B%3BAAIR%2CUAAa%2COAAI%2CIAAI%2CcAAc%2CIAAI%2CaAAa%2CIAAI%3BEACpD%2CgBAAA%3B%3BAAIJ%2CUAAa%2COAAI%3BEACb%2CcAAA%3B%3BAACA%2CUAFS%2COAAI%2CYAEZ%2CIAAI%2CaAAa%2CIAAI%3BEKjDtB%2C6BAAA%3BEACA%2C0BAAA%3B%3BALsDJ%2CUAAa%2COAAI%2CWAAW%2CIAAI%3BAAChC%2CUAAa%2CmBAAgB%2CIAAI%3BEK9C7B%2C4BAAA%3BEACA%2CyBAAA%3B%3BALkDJ%2CUAAa%3BEACT%2CWAAA%3B%3BAAGJ%2CUAAa%2CaAAU%2CIAAI%2CcAAc%2CIAAI%2CaAAgB%3BEACzD%2CgBAAA%3B%3BAAGJ%2CUAAa%2CaAAU%2CYAAY%2CIAAI%2CaACjC%2COAAI%3BAADV%2CUAAa%2CaAAU%2CYAAY%2CIAAI%2CaAEjC%3BEKvEF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAL2EJ%2CUAAa%2CaAAU%2CWAAW%2CIAAI%2CcAAiB%2COAAI%3BEKlEvD%2C4BAAA%3BEACA%2CyBAAA%3B%3BALsEJ%2CUAAW%2CiBAAgB%3BAAC3B%2CUAAU%2CKAAM%3BEACZ%2CUAAA%3B%3BAAoBJ%2CUAAa%2COAAO%3BEAChB%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUAAa%2CUAAU%3BEACnB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CUAAU%2CKAAM%3BErBjDZ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAqBoDA%2CUAJM%2CKAAM%2CiBAIX%3BErBrDD%2CwBAAA%3BEACA%2CgBAAA%3B%3BAqB0DJ%2CIAAK%3BEACD%2CcAAA%3B%3BAAIJ%2COAAQ%3BEACJ%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2COAAQ%2CQAAQ%3BEACZ%2CuBAAA%3B%3BAAMJ%2CmBACM%3BAADN%2CmBAEM%3BAAFN%2CmBAGM%2CaAAa%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CmBAWM%2CaAEI%3BEACE%2CWAAA%3B%3BAAdZ%2CmBAkBM%2COAAO%3BAAlBb%2CmBAmBM%2COAAO%3BAAnBb%2CmBAoBM%2CaAAa%3BAApBnB%2CmBAqBM%2CaAAa%3BEACX%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CmBADkB%2COACjB%2CIAAI%2CcAAc%2CIAAI%3BEACnB%2CgBAAA%3B%3BAAEJ%2CmBAJkB%2COAIjB%2CYAAY%2CIAAI%3BEKnLjB%2C4BAAA%3BEACA%2C2BAAA%3BEASA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAL4KA%2CmBARkB%2COAQjB%2CWAAW%2CIAAI%3BEKvLhB%2C0BAAA%3BEACA%2CyBAAA%3BEASA%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BALkLJ%2CmBAAsB%2CaAAU%2CIAAI%2CcAAc%2CIAAI%2CaAAgB%3BEAClE%2CgBAAA%3B%3BAAGJ%2CmBAAsB%2CaAAU%2CYAAY%2CIAAI%2CaAC1C%2COAAI%3BAADV%2CmBAAsB%2CaAAU%2CYAAY%2CIAAI%2CaAE1C%3BEKzLF%2C6BAAA%3BEACA%2C4BAAA%3B%3BAL6LJ%2CmBAAsB%2CaAAU%2CWAAW%2CIAAI%2CcAAiB%2COAAI%3BEKxMhE%2C0BAAA%3BEACA%2CyBAAA%3B%3BAL8MJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2CoBAKM%3BAALN%2CoBAMM%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAATR%2CoBAWM%2CaAAW%3BEACT%2CWAAA%3B%3BAAZR%2CoBAeM%2CaAAW%3BEACT%2CUAAA%3B%3BAAgBR%2CuBACM%2COAEE%2CMAAK%3BAAHb%2CuBAEM%2CaAAa%2COACX%2CMAAK%3BAAHb%2CuBACM%2COAGE%2CMAAK%3BAAJb%2CuBAEM%2CaAAa%2COAEX%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CoBAAA%3B%3BAMnPZ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CYAAC%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAYI%3BEAGI%2CkBAAA%3BEACA%2CUAAA%3BEAKA%2CWAAA%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAdJ%2CcAcK%3BEACG%2CUAAA%3B%3BAAUZ%2CeAAkB%3BAAClB%2CeAAkB%3BAAClB%2CeAAkB%2CmBAAmB%3BEVuBjC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%2CeU%5C%2FBQ%3BAV%2BBd%2CMAAM%2CeU9BQ%3BAV8Bd%2CMAAM%2CeU7BQ%2CmBAAmB%3BEV8B7B%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CeUpCM%3BAVoCd%2CQAAQ%2CeUnCM%3BAVmCd%2CQAAQ%2CeUlCM%2CmBAAmB%3BAVmCjC%2CMAAM%2CUAAW%2CgBUrCH%3BAVqCd%2CMAAM%2CUAAW%2CgBUpCH%3BAVoCd%2CMAAM%2CUAAW%2CgBUnCH%2CmBAAmB%3BEVoC7B%2CYAAA%3B%3BAUhCR%2CeAAkB%3BAAClB%2CeAAkB%3BAAClB%2CeAAkB%2CmBAAmB%3BEViBjC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%2CeUzBQ%3BAVyBd%2CMAAM%2CeUxBQ%3BAVwBd%2CMAAM%2CeUvBQ%2CmBAAmB%3BEVwB7B%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CeU9BM%3BAV8Bd%2CQAAQ%2CeU7BM%3BAV6Bd%2CQAAQ%2CeU5BM%2CmBAAmB%3BAV6BjC%2CMAAM%2CUAAW%2CgBU%5C%2FBH%3BAV%2BBd%2CMAAM%2CUAAW%2CgBU9BH%3BAV8Bd%2CMAAM%2CUAAW%2CgBU7BH%2CmBAAmB%3BEV8B7B%2CYAAA%3B%3BAUxBR%3BAACA%3BAACA%2CYAAa%3BEACT%2CmBAAA%3B%3BAAEA%2CkBAAC%2CIAAI%2CcAAc%2CIAAI%3BAAAvB%2CgBAAC%2CIAAI%2CcAAc%2CIAAI%3BAAAvB%2CYAHS%2CcAGR%2CIAAI%2CcAAc%2CIAAI%3BEACnB%2CgBAAA%3B%3BAAKR%3BAACA%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAKJ%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CkBAAC%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CkBAwBI%2CMAAK%3BAAxBT%2CkBAyBI%2CMAAK%3BEACD%2CaAAA%3B%3BAAKR%2CYAAa%2CcAAa%3BAAC1B%2CkBAAkB%3BAAClB%2CgBAAgB%2CYAAe%3BAAC%5C%2FB%2CgBAAgB%2CYAAe%2CaAAa%3BAAC5C%2CgBAAgB%2CYAAe%3BAAC%5C%2FB%2CgBAAgB%2CWAAc%2COAAI%2CIAAI%2CaAAa%2CIAAI%3BAACvD%2CgBAAgB%2CWAAc%2CaAAU%2CIAAI%2CaAAgB%3BED1GxD%2C6BAAA%3BEACA%2C0BAAA%3B%3BAC6GJ%2CkBAAkB%3BEACd%2CeAAA%3B%3BAAGJ%2CYAAa%2CcAAa%3BAAC1B%2CkBAAkB%3BAAClB%2CgBAAgB%2CWAAc%3BAAC9B%2CgBAAgB%2CWAAc%2CaAAa%3BAAC3C%2CgBAAgB%2CWAAc%3BAAC9B%2CgBAAgB%2CYAAe%2COAAI%2CIAAI%3BAACvC%2CgBAAgB%2CYAAe%2CaAAU%2CIAAI%2CcAAiB%3BED9G1D%2C4BAAA%3BEACA%2CyBAAA%3B%3BACiHJ%2CkBAAkB%3BEACd%2CcAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEAGA%2CYAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CgBASM%3BEACE%2CkBAAA%3B%3BAAVR%2CgBASM%2COAEI%3BEACE%2CiBAAA%3B%3BAAGJ%2CgBANF%2COAMG%3BAACD%2CgBAPF%2COAOG%3BAACD%2CgBARF%2COAQG%3BEACG%2CUAAA%3B%3BAAKR%2CgBAAC%2CYACK%3BAADN%2CgBAAC%2CYAEK%3BEACE%2CkBAAA%3B%3BAAGR%2CgBAAC%2CWACK%3BAADN%2CgBAAC%2CWAEK%3BEACE%2CUAAA%3BEACA%2CiBAAA%3B%3BACpKZ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CIAMM%3BEACE%2CkBAAA%3BEACA%2CcAAA%3B%3BAARR%2CIAMM%2CKAII%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CIARN%2CKAII%2CIAIG%3BAACD%2CIATN%2CKAII%2CIAKG%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAKR%2CIAhBF%2CKAgBG%2CSAAY%3BEACT%2CcAAA%3B%3BAAEA%2CIAnBN%2CKAgBG%2CSAAY%2CIAGR%3BAACD%2CIApBN%2CKAgBG%2CSAAY%2CIAIR%3BEACG%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAOR%2CIADJ%2CMAAQ%3BAAEJ%2CIAFJ%2CMAAQ%2CIAEH%3BAACD%2CIAHJ%2CMAAQ%2CIAGH%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAzCZ%2CIAkDI%3BEJpDA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAIDJ%2CIAyDM%2CKAAK%2CIAAI%3BEACP%2CeAAA%3B%3BAAQR%3BEACI%2C6BAAA%3B%3BAADJ%2CSAEM%3BEACE%2CWAAA%3BEAEA%2CmBAAA%3B%3BAALR%2CSAEM%2CKAMI%3BEACE%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3B%3BAACA%2CSAXN%2CKAMI%2CIAKG%3BEACG%2CkCAAA%3B%3BAAMJ%2CSAlBN%2CKAiBG%2COAAU%3BAAEP%2CSAnBN%2CKAiBG%2COAAU%2CIAEN%3BAACD%2CSApBN%2CKAiBG%2COAAU%2CIAGN%3BEACG%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CSAAC%3BEAkDD%2CWAAA%3BEA8BA%2CgBAAA%3B%3BAAhFA%2CSAAC%2CcAoDC%3BEACE%2CWAAA%3B%3BAArDJ%2CSAAC%2CcAoDC%2CKAEI%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAxDR%2CSAAC%2CcA4DC%2CYAAU%3BEACR%2CSAAA%3BEACA%2CUAAA%3B%3BAAYR%2CQATuC%3BEASvC%2CSA1EK%2CcAkEK%3BIACE%2CmBAAA%3BIACA%2CSAAA%3B%3BEAMZ%2CSA1EK%2CcAkEK%2CKAGI%3BIACE%2CgBAAA%3B%3B%3BAAtEZ%2CSAAC%2CcAkFC%2CKAAK%3BEAEH%2CeAAA%3BEACA%2CkBAAA%3B%3BAArFJ%2CSAAC%2CcAwFC%2CUAAU%3BAAxFZ%2CSAAC%2CcAyFC%2CUAAU%2CIAAC%3BAAzFb%2CSAAC%2CcA0FC%2CUAAU%2CIAAC%3BEACT%2CsBAAA%3B%3BAAeR%2CQAZuC%3BEAYvC%2CSA1GK%2CcA%2BFK%2CKAAK%3BIACH%2C6BAAA%3BIACA%2C0BAAA%3B%3BEASZ%2CSA1GK%2CcAoGK%2CUAAU%3BEAMpB%2CSA1GK%2CcAqGK%2CUAAU%2CIAAC%3BEAKrB%2CSA1GK%2CcAsGK%2CUAAU%2CIAAC%3BIACT%2CyBAAA%3B%3B%3BAA%5C%2FFZ%2CUACM%3BEACE%2CWAAA%3B%3BAAFR%2CUACM%2CKAII%3BEACE%2CkBAAA%3B%3BAANZ%2CUACM%2CKAOI%3BEACE%2CgBAAA%3B%3BAAKA%2CUAbN%2CKAYG%2COAAU%3BAAEP%2CUAdN%2CKAYG%2COAAU%2CIAEN%3BAACD%2CUAfN%2CKAYG%2COAAU%2CIAGN%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAOhB%2CYACM%3BEACE%2CWAAA%3B%3BAAFR%2CYACM%2CKAEI%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAWZ%3BEACI%2CWAAA%3B%3BAADJ%2CcAGM%3BEACE%2CWAAA%3B%3BAAJR%2CcAGM%2CKAEI%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAPZ%2CcAWM%2CYAAU%3BEACR%2CSAAA%3BEACA%2CUAAA%3B%3BAAYR%2CQATuC%3BEASvC%2CcARU%3BIACE%2CmBAAA%3BIACA%2CSAAA%3B%3BEAMZ%2CcARU%2CKAGI%3BIACE%2CgBAAA%3B%3B%3BAAShB%3BEACI%2CgBAAA%3B%3BAADJ%2CmBAGM%2CKAAK%3BEAEH%2CeAAA%3BEACA%2CkBAAA%3B%3BAANR%2CmBASM%2CUAAU%3BAAThB%2CmBAUM%2CUAAU%2CIAAC%3BAAVjB%2CmBAWM%2CUAAU%2CIAAC%3BEACT%2CsBAAA%3B%3BAAeR%2CQAZuC%3BEAYvC%2CmBAXU%2CKAAK%3BIACH%2C6BAAA%3BIACA%2C0BAAA%3B%3BEASZ%2CmBANU%2CUAAU%3BEAMpB%2CmBALU%2CUAAU%2CIAAC%3BEAKrB%2CmBAJU%2CUAAU%2CIAAC%3BIACT%2CyBAAA%3B%3B%3BAASZ%2CYACM%3BEACE%2CaAAA%3B%3BAAFR%2CYAIM%3BEACE%2CcAAA%3B%3BAAQR%2CSAAU%3BEAEN%2CgBAAA%3BEFrOA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAGKJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAQJ%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CkBAAA%3B%3B%3BAAeR%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CWAAA%3B%3B%3BAAcR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CkDAAA%3BEAEA%2CiCAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CgBAAA%3B%3BAA4BR%2CQAzB%2BC%3BEAyB%5C%2FC%3BIAxBQ%2CWAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CgBAAC%3BIACG%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CmBAAA%3B%3BEAKJ%2CiBAAkB%3BEAClB%2CkBAAmB%3BEACnB%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAKZ%2CiBAEI%3BAADJ%2CoBACI%3BEACI%2CiBAAA%3B%3BAAKJ%2CQAH8C%2C8BAA6B%3BEAG3E%2CiBANA%3BEAMA%2CoBANA%3BIAIQ%2CiBAAA%3B%3B%3BAASZ%2CUAEM%3BAADN%2CgBACM%3BAAFN%2CUAGM%3BAAFN%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CQAJ%2BC%3BEAI%5C%2FC%2CUATE%3BEASF%2CgBATE%3BEASF%2CUARE%3BEAQF%2CgBARE%3BIAKM%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAYZ%3BEACI%2CaAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CgBAAA%3B%3B%3BAAKR%3BAACA%3BEACI%2CeAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAMJ%2CQAH%2BC%3BEAG%5C%2FC%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CMAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CaAAC%3BAACD%2CaAAC%3BEACG%2CqBAAA%3B%3BAATR%2CaAYM%3BEACE%2CcAAA%3B%3BAASR%2CQAN%2BC%3BEACvC%2COAAU%2CaAAW%3BEACrB%2COAAU%2CmBAAiB%3BIACvB%2CkBAAA%3B%3B%3BAAUZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BECzLA%2CeAAA%3BEACA%2CkBAAA%3BED0LA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CcAAC%3BEACG%2CUAAA%3B%3BAAdR%2CcAkBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CcAwBI%2CUAAY%3BEACR%2CeAAA%3B%3BAAMR%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CaAAA%3B%3B%3BAASR%3BEACI%2CmBAAA%3B%3BAADJ%2CWAGM%2CKAAK%3BEACH%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA4BJ%2CQAzB%2BC%3BEAyB%5C%2FC%2CWAvBI%2CMAAM%3BIACF%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAgBR%2CWAvBI%2CMAAM%2CeAQA%2CKAAK%3BEAef%2CWAvBI%2CMAAM%2CeASF%3BIACI%2C0BAAA%3B%3BEAaZ%2CWAvBI%2CMAAM%2CeAYA%2CKAAK%3BIACH%2CiBAAA%3B%3BEACA%2CWAdR%2CMAAM%2CeAYA%2CKAAK%2CIAEF%3BEACD%2CWAfR%2CMAAM%2CeAYA%2CKAAK%2CIAGF%3BIACG%2CsBAAA%3B%3B%3BAAmBpB%2CQAZ%2BC%3BEAY%5C%2FC%3BIAXQ%2CWAAA%3BIACA%2CSAAA%3B%3BEAUR%2CWARU%3BIACE%2CWAAA%3B%3BEAOZ%2CWARU%2CKAEI%3BIACE%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAWhB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BE7BjNA%2C4FAAA%3BEACA%2CoFAAA%3BE8BrEA%2CeAAA%3BEACA%2CkBAAA%3B%3BAdshBJ%2CQAlEuC%3BEAkEvC%2CYAhEQ%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA6DZ%2CYAzDQ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAsDZ%2CYAlDQ%3BIACI%2CqBAAA%3B%3BEAiDZ%2CYA9CQ%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3B%3BEA4CZ%2CYA9CQ%2CaAII%3BEA0CZ%2CYA9CQ%2CaAKI%3BEAyCZ%2CYA9CQ%2CaAMI%3BIACI%2CWAAA%3B%3BEAuChB%2CYAlCQ%2CaAAe%3BIACX%2CWAAA%3B%3BEAiCZ%2CYA9BQ%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4BZ%2CYAvBQ%3BEAuBR%2CYAtBQ%3BIACI%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAkBZ%2CYAvBQ%2COAOI%3BEAgBZ%2CYAtBQ%2CUAMI%3BIACI%2CeAAA%3B%3BEAehB%2CYAXQ%2COAAO%2CMAAK%3BEAWpB%2CYAVQ%2CUAAU%2CMAAK%3BIACX%2CkBAAA%3BIACA%2CcAAA%3B%3BEAQZ%2CYAJQ%2CcAAc%3BIACV%2CMAAA%3B%3B%3BAahPR%2CQAPmD%3BEAOnD%2CYARA%3BIAEQ%2CkBAAA%3B%3BEAEA%2CYAJR%2CYAIS%3BIACG%2CgBAAA%3B%3B%3BAAkBhB%2CQAT%2BC%3BEAS%5C%2FC%3BIARQ%2CWAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BI7B5OJ%2CwBAAA%3BIACA%2CgBAAA%3B%3B%3BA6BmPJ%2CWAAc%2CKAAK%3BEACf%2CaAAA%3BEH5TA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAGgUJ%2CoBAAqB%2CYAAc%2CKAAK%3BEACpC%2CgBAAA%3BEHlUA%2C4BAAA%3BEACA%2C2BAAA%3BEASA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAGgUJ%3BECxUI%2CeAAA%3BEACA%2CkBAAA%3B%3BAD0UA%2CWAAC%3BEC3UD%2CgBAAA%3BEACA%2CmBAAA%3B%3BAD6UA%2CWAAC%3BEC9UD%2CgBAAA%3BEACA%2CmBAAA%3B%3BADsVJ%3BECvVI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAD8VJ%2CQAL%2BC%3BEAK%5C%2FC%3BIAJQ%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAA%2BBR%2CQAnB2C%3BEACvC%3BIE5VA%2CsBAAA%3BICYA%2CWAAA%3B%3BEHoVA%3BIEpWA%2CuBAAA%3BICYA%2CYAAA%3BIH0VI%2CmBAAA%3B%3BEAFJ%2CaAIM%3BIACE%2CeAAA%3B%3B%3BAASZ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CWAAA%3B%3BAACA%2CeAFJ%2CcAEK%3BAACD%2CeAHJ%2CcAGK%3BEACG%2CcAAA%3BEACA%2C6BAAA%3B%3BAATZ%2CeAaI%3BEACI%2CWAAA%3B%3BAAdR%2CeAiBI%2CYACM%2CKAAK%3BEACH%2CWAAA%3B%3BAAEA%2CeAJR%2CYACM%2CKAAK%2CIAGF%3BAACD%2CeALR%2CYACM%2CKAAK%2CIAIF%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAIJ%2CeAXR%2CYAUM%2CUAAU%3BAAER%2CeAZR%2CYAUM%2CUAAU%2CIAEP%3BAACD%2CeAbR%2CYAUM%2CUAAU%2CIAGP%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CeAnBR%2CYAkBM%2CYAAY%3BAAEV%2CeApBR%2CYAkBM%2CYAAY%2CIAET%3BAACD%2CeArBR%2CYAkBM%2CYAAY%2CIAGT%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAxChB%2CeA6CI%3BEACI%2CkBAAA%3B%3BAACA%2CeAFJ%2CeAEK%3BAACD%2CeAHJ%2CeAGK%3BEACG%2CsBAAA%3B%3BAAjDZ%2CeA6CI%2CeAMI%3BEACI%2CsBAAA%3B%3BAApDZ%2CeAwDI%3BAAxDJ%2CeAyDI%3BEACI%2CqBAAA%3B%3BAAOI%2CeAHR%2CYAEM%2CQAAQ%3BAAEN%2CeAJR%2CYAEM%2CQAAQ%2CIAEL%3BAACD%2CeALR%2CYAEM%2CQAAQ%2CIAGL%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAiCZ%2CQA7BmD%3BEA6BnD%2CeAxCA%2CYAaQ%2CMAAM%2CeACA%2CKAAK%3BIACH%2CWAAA%3B%3BEACA%2CeAhBhB%2CYAaQ%2CMAAM%2CeACA%2CKAAK%2CIAEF%3BEACD%2CeAjBhB%2CYAaQ%2CMAAM%2CeACA%2CKAAK%2CIAGF%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3BEAIJ%2CeAvBhB%2CYAaQ%2CMAAM%2CeASA%2CUAAU%3BEAER%2CeAxBhB%2CYAaQ%2CMAAM%2CeASA%2CUAAU%2CIAEP%3BEACD%2CeAzBhB%2CYAaQ%2CMAAM%2CeASA%2CUAAU%2CIAGP%3BIACG%2CWAAA%3BIACA%2CyBAAA%3B%3BEAIJ%2CeA%5C%2FBhB%2CYAaQ%2CMAAM%2CeAiBA%2CYAAY%3BEAEV%2CeAhChB%2CYAaQ%2CMAAM%2CeAiBA%2CYAAY%2CIAET%3BEACD%2CeAjChB%2CYAaQ%2CMAAM%2CeAiBA%2CYAAY%2CIAGT%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3B%3BAAjGxB%2CeA4GI%3BEACI%2CWAAA%3B%3BAACA%2CeAFJ%2CaAEK%3BEACG%2CWAAA%3B%3BAA%5C%2FGZ%2CeAmHI%3BEACI%2CWAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BAACD%2CeAHJ%2CUAGK%3BEACG%2CWAAA%3B%3BAAIA%2CeARR%2CUAMK%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CgBAPvB%2CUAQS%3BAACD%2CeATR%2CUAMK%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CgBAPvB%2CUASS%3BEACG%2CWAAA%3B%3BAAQhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CcAAA%3B%3BAACA%2CeAFJ%2CcAEK%3BAACD%2CeAHJ%2CcAGK%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAATZ%2CeAaI%3BEACI%2CcAAA%3B%3BAAdR%2CeAiBI%2CYACM%2CKAAK%3BEACH%2CcAAA%3B%3BAAEA%2CeAJR%2CYACM%2CKAAK%2CIAGF%3BAACD%2CeALR%2CYACM%2CKAAK%2CIAIF%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAIJ%2CeAXR%2CYAUM%2CUAAU%3BAAER%2CeAZR%2CYAUM%2CUAAU%2CIAEP%3BAACD%2CeAbR%2CYAUM%2CUAAU%2CIAGP%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CeAnBR%2CYAkBM%2CYAAY%3BAAEV%2CeApBR%2CYAkBM%2CYAAY%2CIAET%3BAACD%2CeArBR%2CYAkBM%2CYAAY%2CIAGT%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAxChB%2CeA8CI%3BEACI%2CkBAAA%3B%3BAACA%2CeAFJ%2CeAEK%3BAACD%2CeAHJ%2CeAGK%3BEACG%2CsBAAA%3B%3BAAlDZ%2CeA8CI%2CeAMI%3BEACI%2CsBAAA%3B%3BAArDZ%2CeAyDI%3BAAzDJ%2CeA0DI%3BEACI%2CqBAAA%3B%3BAAMI%2CeAFR%2CYACM%2CQAAQ%3BAAEN%2CeAHR%2CYACM%2CQAAQ%2CIAEL%3BAACD%2CeAJR%2CYACM%2CQAAQ%2CIAGL%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAuCZ%2CQAnCmD%3BEAmCnD%2CeA7CA%2CYAYQ%2CMAAM%2CeACA%3BIACE%2CqBAAA%3B%3BEA%2BBhB%2CeA7CA%2CYAYQ%2CMAAM%2CeAIF%3BIACI%2CyBAAA%3B%3BEA4BhB%2CeA7CA%2CYAYQ%2CMAAM%2CeAOA%2CKAAK%3BIACH%2CcAAA%3B%3BEACA%2CeArBhB%2CYAYQ%2CMAAM%2CeAOA%2CKAAK%2CIAEF%3BEACD%2CeAtBhB%2CYAYQ%2CMAAM%2CeAOA%2CKAAK%2CIAGF%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3BEAIJ%2CeA5BhB%2CYAYQ%2CMAAM%2CeAeA%2CUAAU%3BEAER%2CeA7BhB%2CYAYQ%2CMAAM%2CeAeA%2CUAAU%2CIAEP%3BEACD%2CeA9BhB%2CYAYQ%2CMAAM%2CeAeA%2CUAAU%2CIAGP%3BIACG%2CWAAA%3BIACA%2CyBAAA%3B%3BEAIJ%2CeApChB%2CYAYQ%2CMAAM%2CeAuBA%2CYAAY%3BEAEV%2CeArChB%2CYAYQ%2CMAAM%2CeAuBA%2CYAAY%2CIAET%3BEACD%2CeAtChB%2CYAYQ%2CMAAM%2CeAuBA%2CYAAY%2CIAGT%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3B%3BAAvGxB%2CeA8GI%3BEACI%2CcAAA%3B%3BAACA%2CeAFJ%2CaAEK%3BEACG%2CWAAA%3B%3BAAjHZ%2CeAqHI%3BEACI%2CcAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BAACD%2CeAHJ%2CUAGK%3BEACG%2CWAAA%3B%3BAAIA%2CeARR%2CUAMK%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CgBAPvB%2CUAQS%3BAACD%2CeATR%2CUAMK%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CgBAPvB%2CUASS%3BEACG%2CWAAA%3B%3BAIloBhB%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CWAOM%3BEACE%2CqBAAA%3B%3BAARR%2CWAOM%2CKAGI%2CKAAE%3BEACA%2CSAAS%2CQAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAbZ%2CWAiBM%3BEACE%2CcAAA%3B%3BACnBR%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CWAMM%3BEACE%2CeAAA%3B%3BAAPR%2CWAMM%2CKAEI%3BAARV%2CWAMM%2CKAGI%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAdF%2CKAcG%2CYACK%3BAADN%2CWAdF%2CKAcG%2CYAEK%3BEACE%2CcAAA%3BERRZ%2C8BAAA%3BEACA%2C2BAAA%3B%3BAQWI%2CWArBF%2CKAqBG%2CWACK%3BAADN%2CWArBF%2CKAqBG%2CWAEK%3BERxBV%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAQ%2BBI%2CWAFF%2CKAAK%2CIAEF%3BAAAD%2CWADF%2CKAAK%2COACF%3BAACD%2CWAHF%2CKAAK%2CIAGF%3BAAAD%2CWAFF%2CKAAK%2COAEF%3BEACG%2CUAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CWAFF%2CUAAU%3BAAER%2CWADF%2CUAAU%3BAAER%2CWAHF%2CUAAU%2CIAGP%3BAAAD%2CWAFF%2CUAAU%2COAEP%3BAACD%2CWAJF%2CUAAU%2CIAIP%3BAAAD%2CWAHF%2CUAAU%2COAGP%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAvDZ%2CWA2DM%2CYACI%3BAA5DV%2CWA2DM%2CYAEI%2COAAI%3BAA7Dd%2CWA2DM%2CYAGI%2COAAI%3BAA9Dd%2CWA2DM%2CYAII%3BAA%5C%2FDV%2CWA2DM%2CYAKI%2CIAAC%3BAAhEX%2CWA2DM%2CYAMI%2CIAAC%3BEACC%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAASZ%2CcC9EM%2CKACI%3BAD6EV%2CcC9EM%2CKAEI%3BEACE%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAPF%2CKAOG%2CYACK%3BAADN%2CcAPF%2CKAOG%2CYAEK%3BETMV%2C8BAAA%3BEACA%2C2BAAA%3B%3BASHI%2CcAbF%2CKAaG%2CWACK%3BAADN%2CcAbF%2CKAaG%2CWAEK%3BETVV%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAQ6EJ%2CcCnFM%2CKACI%3BADkFV%2CcCnFM%2CKAEI%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAPF%2CKAOG%2CYACK%3BAADN%2CcAPF%2CKAOG%2CYAEK%3BETMV%2C8BAAA%3BEACA%2C2BAAA%3B%3BASHI%2CcAbF%2CKAaG%2CWACK%3BAADN%2CcAbF%2CKAaG%2CWAEK%3BETVV%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAULJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CMAMI%3BEACI%2CeAAA%3B%3BAAPR%2CMAMI%2CGAEM%3BAARV%2CMAMI%2CGAGM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CMAMI%2CGAWM%2CIAAC%3BAAjBX%2CMAMI%2CGAYM%2CIAAC%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3B%3BAApBZ%2CMAwBI%2CMACM%3BAAzBV%2CMAwBI%2CMAEM%3BEACE%2CYAAA%3B%3BAA3BZ%2CMA%2BBI%2CUACM%3BAAhCV%2CMA%2BBI%2CUAEM%3BEACE%2CWAAA%3B%3BAAlCZ%2CMAsCI%2CUACM%3BAAvCV%2CMAsCI%2CUAEM%2CIAAC%3BAAxCX%2CMAsCI%2CUAGM%2CIAAC%3BAAzCX%2CMAsCI%2CUAIM%3BEACE%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAC7CZ%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAAII%2CCADH%2CMACI%3BAACD%2CCAFH%2CMAEI%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKR%2CMAAC%3BEACG%2CaAAA%3B%3BAAIJ%2CIAAK%3BEACD%2CkBAAA%3BEACA%2CSAAA%3B%3BAAOR%3BECtCI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADqCZ%3BEC1CI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADyCZ%3BEC9CI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BAD6CZ%3BEClDI%2CyBAAA%3B%3BAAGI%2CWADH%2CMACI%3BAACD%2CWAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADiDZ%3BECtDI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADqDZ%3BEC1DI%2CyBAAA%3B%3BAAGI%2CaADH%2CMACI%3BAACD%2CaAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BACHZ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CMAAC%3BEACG%2CaAAA%3B%3BAAIJ%2CIAAK%3BEACD%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAAQ%3BAACR%2CaAAgB%2COAAK%3BEACjB%2CMAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CCADH%2CMACI%3BAACD%2CCAFH%2CMAEI%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKR%2CgBAAgB%2COAAU%3BAAC1B%2CUAAa%2CUAAU%2CIAAI%3BEACvB%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CYAAA%3B%3BAAGJ%2CgBAAmB%2CSAAI%3BEACnB%2CiBAAA%3B%3BAAGJ%2CUAAa%2CKAAK%2CIAAI%3BEAClB%2CgBAAA%3B%3BAC1DR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAALJ%2CUAOI%3BAAPJ%2CUAQI%3BEACI%2CcAAA%3B%3BAATR%2CUAYI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CUAkBM%3BEACE%2CyBAAA%3B%3BAAGJ%2CUAAW%3BAACX%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1BR%2CUA6BI%3BEACI%2CeAAA%3B%3BAAkBR%2CmBAfkD%3BEAelD%3BIAdQ%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CUAAW%3BEACX%2CgBAAiB%3BIACb%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAQZ%2CUALQ%3BEAKR%2CUAJQ%3BIACI%2CeAAA%3B%3B%3BArC5CZ%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEHyMA%2C2CAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3B%3BAGlNJ%2CUAUM%3BAAVN%2CUAWI%2CEAAI%3BEAEA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACE%2CqBAAA%3B%3BAArBR%2CUAyBI%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAsCzBR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CMAOI%3BEACI%2CaAAA%3BEAEA%2CcAAA%3B%3BAAVR%2CMAcI%3BEACI%2CiBAAA%3B%3BAAfR%2CMAmBM%3BAAnBN%2CMAoBM%3BEACE%2CgBAAA%3B%3BAArBR%2CMAwBM%2CIAAI%3BEACF%2CeAAA%3B%3BAAQR%3BAACA%3BEACI%2CmBAAA%3B%3BAAFJ%2CkBAKI%3BAAJJ%2CkBAII%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAQR%3BECtDI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BADoDJ%2CcClDI%3BEACI%2CyBAAA%3B%3BADiDR%2CcC%5C%2FCI%3BEACI%2CcAAA%3B%3BADkDR%3BEC1DI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BADwDJ%2CWCtDI%3BEACI%2CyBAAA%3B%3BADqDR%2CWCnDI%3BEACI%2CcAAA%3B%3BADsDR%3BEC9DI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAD4DJ%2CcC1DI%3BEACI%2CyBAAA%3B%3BADyDR%2CcCvDI%3BEACI%2CcAAA%3B%3BAD0DR%3BEClEI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BADgEJ%2CaC9DI%3BEACI%2CyBAAA%3B%3BAD6DR%2CaC3DI%3BEACI%2CcAAA%3B%3BACHR%3BEACI%3BIACI%2C2BAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3B%3BAAKR%3BEACI%3BIACI%2C2BAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3B%3BAAQR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BE3CsCA%2CsDAAA%3BEACA%2C8CAAA%3B%3BA2ClCJ%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BE3CyBA%2CsDAAA%3BEACA%2C8CAAA%3BEA0IA%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BA2C5JJ%2CiBAAkB%3BAAClB%3BECNQ%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3BEDMJ%2C0BAAA%3B%3BAAOJ%2CSAAS%2COAAQ%3BAACjB%2CaAAa%3BE3CpDT%2C0DAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3B%3BA2CyDJ%3BEE1EI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BADyBR%3BEE9EI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BAD6BR%3BEElFI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BADiCR%3BEEtFI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BAExDR%3BEAEI%2CgBAAA%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAIR%3BAACA%3BEACI%2COAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGA%2CaAAC%3BEACG%2CeAAA%3B%3BAAIR%3BAACA%2CMAAS%3BEACL%2CkBAAA%3B%3BAAGJ%3BAACA%2CMAAS%3BEACL%2CmBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAMJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BACxDJ%3BEAEI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAOJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGA%2CgBAAC%3BErBzBD%2C4BAAA%3BEACA%2C2BAAA%3B%3BAqB2BA%2CgBAAC%3BEACG%2CgBAAA%3BErBnBJ%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAqB4BJ%2CCAAC%3BAACD%2CMAAM%3BEACF%2CWAAA%3B%3BAAFJ%2CCAAC%2CgBAIG%3BAAHJ%2CMAAM%2CgBAGF%3BEACI%2CWAAA%3B%3BAAIJ%2CCATH%2CgBASI%3BAAAD%2CMARE%2CgBAQD%3BAACD%2CCAVH%2CgBAUI%3BAAAD%2CMATE%2CgBASD%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CgBAAC%3BAACD%2CgBAAC%2CSAAS%3BAACV%2CgBAAC%2CSAAS%3BEACN%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CgBAAC%2CSAQG%3BAAPJ%2CgBAAC%2CSAAS%2CMAON%3BAANJ%2CgBAAC%2CSAAS%2CMAMN%3BEACI%2CcAAA%3B%3BAATR%2CgBAAC%2CSAWG%3BAAVJ%2CgBAAC%2CSAAS%2CMAUN%3BAATJ%2CgBAAC%2CSAAS%2CMASN%3BEACI%2CcAAA%3B%3BAAKR%2CgBAAC%3BAACD%2CgBAAC%2COAAO%3BAACR%2CgBAAC%2COAAO%3BEACJ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAANJ%2CgBAAC%2COASG%3BAARJ%2CgBAAC%2COAAO%2CMAQJ%3BAAPJ%2CgBAAC%2COAAO%2CMAOJ%3BAATJ%2CgBAAC%2COAUG%2CyBAA2B%3BAAT%5C%2FB%2CgBAAC%2COAAO%2CMASJ%2CyBAA2B%3BAAR%5C%2FB%2CgBAAC%2COAAO%2CMAQJ%2CyBAA2B%3BAAV%5C%2FB%2CgBAAC%2COAWG%2CyBAA2B%3BAAV%5C%2FB%2CgBAAC%2COAAO%2CMAUJ%2CyBAA2B%3BAAT%5C%2FB%2CgBAAC%2COAAO%2CMASJ%2CyBAA2B%3BEACvB%2CcAAA%3B%3BAAZR%2CgBAAC%2COAcG%3BAAbJ%2CgBAAC%2COAAO%2CMAaJ%3BAAZJ%2CgBAAC%2COAAO%2CMAYJ%3BEACI%2CcAAA%3B%3BAC%5C%2FFR%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2COAQT%3BAAHJ%2CMAAM%2CiBALO%2COAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2COAYR%3BAAAD%2CMAPE%2CiBALO%2COAYR%3BAACD%2CCATH%2CiBAJY%2COAaR%3BAAAD%2CMARE%2CiBALO%2COAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2COAiBR%3BAAAD%2CMAZE%2CiBALO%2COAiBR%3BAACD%2CCAdH%2CiBAJY%2COAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2COAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2COAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2COAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2CIAQT%3BAAHJ%2CMAAM%2CiBALO%2CIAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2CIAYR%3BAAAD%2CMAPE%2CiBALO%2CIAYR%3BAACD%2CCATH%2CiBAJY%2CIAaR%3BAAAD%2CMARE%2CiBALO%2CIAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2CIAiBR%3BAAAD%2CMAZE%2CiBALO%2CIAiBR%3BAACD%2CCAdH%2CiBAJY%2CIAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2CIAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2CIAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2CIAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2COAQT%3BAAHJ%2CMAAM%2CiBALO%2COAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2COAYR%3BAAAD%2CMAPE%2CiBALO%2COAYR%3BAACD%2CCATH%2CiBAJY%2COAaR%3BAAAD%2CMARE%2CiBALO%2COAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2COAiBR%3BAAAD%2CMAZE%2CiBALO%2COAiBR%3BAACD%2CCAdH%2CiBAJY%2COAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2COAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2COAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2COAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2CMAQT%3BAAHJ%2CMAAM%2CiBALO%2CMAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2CMAYR%3BAAAD%2CMAPE%2CiBALO%2CMAYR%3BAACD%2CCATH%2CiBAJY%2CMAaR%3BAAAD%2CMARE%2CiBALO%2CMAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2CMAiBR%3BAAAD%2CMAZE%2CiBALO%2CMAiBR%3BAACD%2CCAdH%2CiBAJY%2CMAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2CMAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2CMAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2CMAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAD4FhB%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAEvHJ%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEjDiEA%2CiDAAA%3BEACA%2CyCAAA%3B%3BAiD7DJ%3BEACI%2CaAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CoCAAA%3BEvBnBA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAuBgBJ%2CcAKM%2CYAAU%3BEACR%2CcAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CYAMM%3BAANN%2CYAOM%3BAAPN%2CYAQM%3BAARN%2CYASM%2CQAAQ%3BAATd%2CYAUM%2CSAAS%3BEACP%2CcAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEvBrCA%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAuB6CJ%2CMACM%3BAADN%2CMAEM%2CkBAAkB%3BEAChB%2CgBAAA%3B%3BAAHR%2CMACM%2CcAIE%3BAALR%2CMAEM%2CkBAAkB%2CcAGhB%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CMAVF%2CcAUG%2CYACG%2CiBAAgB%3BAADpB%2CMATF%2CkBAAkB%2CcASf%2CYACG%2CiBAAgB%3BEACZ%2CaAAA%3BEvBrEZ%2C4BAAA%3BEACA%2C2BAAA%3B%3BAuB0EI%2CMAlBF%2CcAkBG%2CWACG%2CiBAAgB%3BAADpB%2CMAjBF%2CkBAAkB%2CcAiBf%2CWACG%2CiBAAgB%3BEACZ%2CgBAAA%3BEvBnEZ%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAuB6CJ%2CMA0BM%2CiBAAiB%2CkBAAkB%2CcACjC%2CiBAAgB%3BEvBnFpB%2C0BAAA%3BEACA%2CyBAAA%3B%3BAuByFJ%2CcAAiB%2CcACb%2CiBAAgB%3BEACZ%2CmBAAA%3B%3BAAIR%2CWAAc%3BEACV%2CmBAAA%3B%3BAAQJ%2CMACM%3BAADN%2CMAEM%2CoBAAoB%3BAAF1B%2CMAGM%2CkBAAkB%3BEAChB%2CgBAAA%3B%3BAAJR%2CMACM%2CSAKE%3BAANR%2CMAEM%2CoBAAoB%2CSAIlB%3BAANR%2CMAGM%2CkBAAkB%2CSAGhB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARZ%2CMAYM%2CSAAM%3BAAZZ%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%3BEvBtHxC%2C4BAAA%3BEACA%2C2BAAA%3B%3BAuBwGJ%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%3BAAlBhB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%3BAAlBhB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%3BAAlBhB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAApBhB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYAKA%2CGAAE%3BAAvBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYAKA%2CGAAE%3BAAvBlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYAKA%2CGAAE%3BAAvBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYAKA%2CGAAE%3BEACE%2C2BAAA%3B%3BAAxBpB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYASA%2CGAAE%3BAA3BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYASA%2CGAAE%3BAA3BlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYASA%2CGAAE%3BAA3BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYASA%2CGAAE%3BEACE%2C4BAAA%3B%3BAA5BpB%2CMAkCM%2CSAAM%3BAAlCZ%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%3BEvBlIvC%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAuB8FJ%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%3BAAxChB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%3BAAxChB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%3BAAxChB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAA1ChB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWAKA%2CGAAE%3BAA7ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWAKA%2CGAAE%3BAA7ClB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWAKA%2CGAAE%3BAA7ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWAKA%2CGAAE%3BEACE%2C8BAAA%3B%3BAA9CpB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWASA%2CGAAE%3BAAjDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWASA%2CGAAE%3BAAjDlB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWASA%2CGAAE%3BAAjDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWASA%2CGAAE%3BEACE%2C%2BBAAA%3B%3BAAlDpB%2CMAuDM%2CcAAc%3BAAvDpB%2CMAwDM%2CcAAc%3BAAxDpB%2CMAyDM%2CSAAS%3BAAzDf%2CMA0DM%2CoBAAoB%3BEAClB%2C0BAAA%3B%3BAA3DR%2CMA6DM%2CSAAS%2CQAAK%2CYAAe%2CKAAE%2CYAAa%3BAA7DlD%2CMA8DM%2CSAAS%2CQAAK%2CYAAe%2CKAAE%2CYAAa%3BEAC1C%2CaAAA%3B%3BAA%5C%2FDR%2CMAiEM%3BAAjEN%2CMAkEM%2CoBAAoB%3BEAClB%2CSAAA%3B%3BAAnER%2CMAiEM%2CkBAGI%2CQAGI%2CKACI%2CKAAE%3BAAxEpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKACI%2CKAAE%3BAAxEpB%2CMAiEM%2CkBAII%2CQAEI%2CKACI%2CKAAE%3BAAxEpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKACI%2CKAAE%3BAAxEpB%2CMAiEM%2CkBAKI%2CQACI%2CKACI%2CKAAE%3BAAxEpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKACI%2CKAAE%3BAAxEpB%2CMAiEM%2CkBAGI%2CQAGI%2CKAEI%2CKAAE%3BAAzEpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKAEI%2CKAAE%3BAAzEpB%2CMAiEM%2CkBAII%2CQAEI%2CKAEI%2CKAAE%3BAAzEpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKAEI%2CKAAE%3BAAzEpB%2CMAiEM%2CkBAKI%2CQACI%2CKAEI%2CKAAE%3BAAzEpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKAEI%2CKAAE%3BEACA%2CcAAA%3B%3BAA1EpB%2CMAiEM%2CkBAGI%2CQAGI%2CKAKI%2CKAAE%3BAA5EpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKAKI%2CKAAE%3BAA5EpB%2CMAiEM%2CkBAII%2CQAEI%2CKAKI%2CKAAE%3BAA5EpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKAKI%2CKAAE%3BAA5EpB%2CMAiEM%2CkBAKI%2CQACI%2CKAKI%2CKAAE%3BAA5EpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKAKI%2CKAAE%3BAA5EpB%2CMAiEM%2CkBAGI%2CQAGI%2CKAMI%2CKAAE%3BAA7EpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKAMI%2CKAAE%3BAA7EpB%2CMAiEM%2CkBAII%2CQAEI%2CKAMI%2CKAAE%3BAA7EpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKAMI%2CKAAE%3BAA7EpB%2CMAiEM%2CkBAKI%2CQACI%2CKAMI%2CKAAE%3BAA7EpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKAMI%2CKAAE%3BEACA%2CeAAA%3B%3BAA9EpB%2CMAiEM%2CkBAiBI%2CQAEI%2CKAAE%2CYACE%3BAArFlB%2CMAkEM%2CoBAAoB%2CkBAgBhB%2CQAEI%2CKAAE%2CYACE%3BAArFlB%2CMAiEM%2CkBAkBI%2CQACI%2CKAAE%2CYACE%3BAArFlB%2CMAkEM%2CoBAAoB%2CkBAiBhB%2CQACI%2CKAAE%2CYACE%3BAArFlB%2CMAiEM%2CkBAiBI%2CQAEI%2CKAAE%2CYAEE%3BAAtFlB%2CMAkEM%2CoBAAoB%2CkBAgBhB%2CQAEI%2CKAAE%2CYAEE%3BAAtFlB%2CMAiEM%2CkBAkBI%2CQACI%2CKAAE%2CYAEE%3BAAtFlB%2CMAkEM%2CoBAAoB%2CkBAiBhB%2CQACI%2CKAAE%2CYAEE%3BEACE%2CgBAAA%3B%3BAAvFpB%2CMAiEM%2CkBA0BI%2CQAEI%2CKAAE%2CWACE%3BAA9FlB%2CMAkEM%2CoBAAoB%2CkBAyBhB%2CQAEI%2CKAAE%2CWACE%3BAA9FlB%2CMAiEM%2CkBA2BI%2CQACI%2CKAAE%2CWACE%3BAA9FlB%2CMAkEM%2CoBAAoB%2CkBA0BhB%2CQACI%2CKAAE%2CWACE%3BAA9FlB%2CMAiEM%2CkBA0BI%2CQAEI%2CKAAE%2CWAEE%3BAA%5C%2FFlB%2CMAkEM%2CoBAAoB%2CkBAyBhB%2CQAEI%2CKAAE%2CWAEE%3BAA%5C%2FFlB%2CMAiEM%2CkBA2BI%2CQACI%2CKAAE%2CWAEE%3BAA%5C%2FFlB%2CMAkEM%2CoBAAoB%2CkBA0BhB%2CQACI%2CKAAE%2CWAEE%3BEACE%2CgBAAA%3B%3BAAhGpB%2CMAqGM%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAASR%3BEACI%2CmBAAA%3B%3BAADJ%2CYAII%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CYAII%2COAIM%3BEACE%2CeAAA%3B%3BAATZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CeAGM%2CkBAAkB%3BAAhB5B%2CYAaI%2CeAIM%2CkBAAkB%3BEAChB%2C0BAAA%3B%3BAAlBZ%2CYAsBI%3BEACI%2CaAAA%3B%3BAAvBR%2CYAsBI%2CcAEM%2CkBAAgB%3BEACd%2C6BAAA%3B%3BAAMZ%3BECxPI%2CkBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CsBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAD2OZ%3BEC5PI%2CqBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BAD%2BOZ%3BEChQI%2CqBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BADmPZ%3BECpQI%2CqBAAA%3B%3BAAEA%2CWAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CWAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CWAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CWAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BADuPZ%3BECxQI%2CqBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BAD2PZ%3BEC5QI%2CqBAAA%3B%3BAAEA%2CaAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CaAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CaAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CaAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BAChBZ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CiBAOI%3BAAPJ%2CiBAQI%3BAARJ%2CiBASI%3BAATJ%2CiBAUI%3BAAVJ%2CiBAWI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKR%3BEACI%2CsBAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAC5BJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEpD%2BDA%2CuDAAA%3BEACA%2C%2BCAAA%3B%3BAoDtEJ%2CKAQI%3BEACI%2CkBAAA%3BEACA%2CiCAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BACvBJ%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEjCPA%2CYAAA%3BEAGA%2CyBAAA%3B%3BAiCOA%2CMAAC%3BAACD%2CMAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEjCdJ%2CYAAA%3BEAGA%2CyBAAA%3B%3BAiCmBA%2CMAAM%3BEACF%2CUAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BACpBR%3BEACI%2CgBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CiCAAA%3BEAIA%2CUAAA%3B%3BAAGA%2CMAAC%2CKAAM%3BEtDgIP%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEA6EA%2CmDAAA%3BEACA%2C6CAAA%3BEACA%2CyCAAA%3BEACA%2CmCAAA%3B%3BAsD%5C%2FMA%2CMAAC%2CGAAI%3BEtD4HL%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CcAAc%2CeAAd%3BEACA%2CWAAW%2CeAAX%3B%3BAsD1HJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEtDgBA%2CgDAAA%3BEACA%2CwCAAA%3BEsDfA%2C4BAAA%3BEAEA%2CUAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeAAC%3BElCxED%2CUAAA%3BEAGA%2CwBAAA%3B%3BAkCwEA%2CeAAC%3BElC3ED%2CYAAA%3BEAGA%2CyBAAA%3B%3BAkC%2BEJ%3BEACI%2CaAAA%3BEACA%2CgCAAA%3B%3BAAKJ%2CaAAc%3BEACV%2CgBAAA%3B%3BAAIJ%3BEACI%2CSAAA%3BEACA%2CuBAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAHJ%2CaAOI%2CKAAO%3BEACH%2CgBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CaAYI%2CWAAW%2CKAAO%3BEACd%2CiBAAA%3B%3BAAbR%2CaAgBI%2CWAAa%3BEACT%2CcAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAqBJ%2CQAjBmC%3BEAE%5C%2FB%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BItD1EA%2CiDAAA%3BIACA%2CyCAAA%3B%3BEsD8EA%3BIACI%2CYAAA%3B%3B%3BAASR%2CQALmC%3BEAC%5C%2FB%3BIACI%2CYAAA%3B%3B%3BAC3JR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BECPA%2CavDwCqB%2C8CuDxCrB%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEDJA%2CeAAA%3BEnCTA%2CUAAA%3BEAGA%2CwBAAA%3B%3BAmCUA%2CQAAC%3BEnCbD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAmCaA%2CQAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAAC%2CIAAK%3BEACF%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAAC%2CSAAU%3BEACP%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAAC%2CUAAW%3BEACR%2CSAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAAC%2CMAAO%3BEACJ%2CQAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CQAAC%2CKAAM%3BEACH%2CQAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CQAAC%2COAAQ%3BEACL%2CMAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CQAAC%2CYAAa%3BEACV%2CMAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CQAAC%2CaAAc%3BEACX%2CMAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAE5GR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEDVA%2CavDwCqB%2C8CuDxCrB%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BECDA%2CeAAA%3BEAEA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEzDqDA%2CiDAAA%3BEACA%2CyCAAA%3B%3BAyDlDA%2CQAAC%3BEACG%2CiBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CiBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAQA%2CQADO%3BAAEP%2CQAFO%2CSAEN%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CQAAW%3BEACP%2CkBAAA%3B%3BAAGJ%2CQAAW%2CSAAM%3BEACb%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIA%2CQAAC%2CIAAO%3BEACJ%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2CaAAA%3B%3BAACA%2CQAPH%2CIAAO%2CSAOH%3BEACG%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CQAAC%2CMAAS%3BEACN%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuCAAA%3B%3BAACA%2CQAPH%2CMAAS%2CSAOL%3BEACG%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAGR%2CQAAC%2COAAU%3BEACP%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAACA%2CQAPH%2COAAU%2CSAON%3BEACG%2CSAAS%2CGAAT%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CQAAC%2CKAAQ%3BEACL%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAACA%2CQAPH%2CKAAQ%2CSAOJ%3BEACG%2CSAAS%2CGAAT%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BArDnIZ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CeAKM%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEJqMJ%2CyCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3BAI9MJ%2CeAKM%2CQAMI%3BAAXV%2CeAKM%2CQAOI%2CIAAI%3BEAEF%2CcAAA%3B%3BAA4BR%3BEAAA%2CeArCE%3BIJiOF%2CsDAAA%3BIACA%2CgDAAA%3BIACA%2C4CAAA%3BIACA%2CsCAAA%3BIAnLA%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIA%2BHA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3B%3BEIlKQ%2CeAlBN%2CQAkBO%3BEACD%2CeAnBN%2CQAmBO%2COAAO%3BIJqIhB%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3BIIpIY%2COAAA%3B%3BEAGJ%2CeAxBN%2CQAwBO%3BEACD%2CeAzBN%2CQAyBO%2COAAO%3BIJ%2BHhB%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3BII9HY%2COAAA%3B%3BEAGJ%2CeA9BN%2CQA8BO%2CKAAK%3BEACN%2CeA%5C%2FBN%2CQA%2BBO%2CKAAK%3BEACN%2CeAhCN%2CQAgCO%3BIJwHT%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3BIIvHY%2COAAA%3B%3B%3BAAvChB%2CeA4CM%3BAA5CN%2CeA6CM%3BAA7CN%2CeA8CM%3BEACE%2CcAAA%3B%3BAA%5C%2FCR%2CeAkDM%3BEACE%2COAAA%3B%3BAAnDR%2CeAsDM%3BAAtDN%2CeAuDM%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA1DR%2CeA6DM%3BEACE%2CUAAA%3B%3BAA9DR%2CeAgEM%3BEACE%2CWAAA%3B%3BAAjER%2CeAmEM%2CQAAK%3BAAnEX%2CeAoEM%2CQAAK%3BEACH%2COAAA%3B%3BAArER%2CeAwEM%2CUAAO%3BEACL%2CWAAA%3B%3BAAzER%2CeA2EM%2CUAAO%3BEACL%2CUAAA%3B%3BAAQR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEgB%5C%2FFA%2CYAAA%3BEAGA%2CyBAAA%3BEhB8FA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3BEACA%2CkCAAA%3B%3BAAKA%2CiBAAC%3BEwCpGG%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2C4EAAlB%3BEACA%2C2BAAA%3BEACA%2CsHAAA%3B%3BAxCmGJ%2CiBAAC%3BEACG%2CUAAA%3BEACA%2CQAAA%3BEwCzGA%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2C4EAAlB%3BEACA%2C2BAAA%3BEACA%2CsHAAA%3B%3BAxC0GJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEgBxHJ%2CYAAA%3BEAGA%2CyBAAA%3B%3BAhBuFJ%2CiBAmCI%3BAAnCJ%2CiBAoCI%3BAApCJ%2CiBAqCI%3BAArCJ%2CiBAsCI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAA3CR%2CiBA6CI%3BAA7CJ%2CiBA8CI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAhDR%2CiBAkDI%3BAAlDJ%2CiBAmDI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAArDR%2CiBAuDI%3BAAvDJ%2CiBAwDI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CiBADJ%2CWACK%3BEACG%2CSAAS%2COAAT%3B%3BAAIJ%2CiBADJ%2CWACK%3BEACG%2CSAAS%2COAAT%3B%3BAAUZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATJ%2CoBAWI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEAWA%2CyBAAA%3BEACA%2CkCAAA%3B%3BAA%5C%2FBR%2CoBAiCI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAOR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAACA%2CiBAAE%3BEACE%2CiBAAA%3B%3BAAwCR%2CmBAnC8C%3BEAG1C%2CiBACI%3BEADJ%2CiBAEI%3BEAFJ%2CiBAGI%3BEAHJ%2CiBAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEARR%2CiBAUI%3BEAVJ%2CiBAWI%3BIACI%2CkBAAA%3B%3BEAZR%2CiBAcI%3BEAdJ%2CiBAeI%3BIACI%2CmBAAA%3B%3BEAKR%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAIJ%3BIACI%2CYAAA%3B%3B%3BAsD7PJ%2CSAAC%3BAACD%2CSAAC%3BApDiPL%2CcACI%2CGoDnPC%3BApDkPL%2CcACI%2CGoDlPC%3BA%5C%2FCNL%2CU%2BCKK%3BA%5C%2FCLL%2CU%2BCMK%3BA%5C%2FCaL%2CgB%2BCdK%3BA%5C%2FCcL%2CgB%2BCbK%3BA%5C%2FCqBL%2CI%2BCtBK%3BA%5C%2FCsBL%2CI%2BCrBK%3BA1CshBL%2CgBAqBI%2CY0C5iBC%3BA1CuhBL%2CgBAqBI%2CY0C3iBC%3BArCoBL%2CYqCrBK%3BArCqBL%2CYqCpBK%3BArCyIL%2CmBAWM%2CaqCrJD%3BArC0IL%2CmBAWM%2CaqCpJD%3BA9BPL%2CI8BMK%3BA9BNL%2CI8BOK%3BA7BLL%2CO6BIK%3BA7BJL%2CO6BKK%3BA7BcL%2Cc6BfK%3BA7BeL%2Cc6BdK%3BA7BgCL%2CgB6BjCK%3BA7BiCL%2CgB6BhCK%3BAtBVL%2CMsBSK%3BAtBTL%2CMsBUK%3BATAL%2CWSDK%3BATCL%2CWSAK%3BAJuEL%2CaIxEK%3BAJwEL%2CaIvEK%3BAJgGL%2CaIjGK%3BAJiGL%2CaIhGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAC%3BApD6OL%2CcACI%2CGoD9OC%3BA%5C%2FCVL%2CU%2BCUK%3BA%5C%2FCSL%2CgB%2BCTK%3BA%5C%2FCiBL%2CI%2BCjBK%3BA1CkhBL%2CgBAqBI%2CY0CviBC%3BArCgBL%2CYqChBK%3BArCqIL%2CmBAWM%2CaqChJD%3BA9BXL%2CI8BWK%3BA7BTL%2CO6BSK%3BA7BUL%2Cc6BVK%3BA7B4BL%2CgB6B5BK%3BAtBdL%2CMsBcK%3BATJL%2CWSIK%3BAJmEL%2CaInEK%3BAJ4FL%2CaI5FK%3BEACG%2CWAAA%3B%3BA3BRR%3BE4BRI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BA5BUJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAOJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BE6B7BI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BA7BiCJ%3BEACI%2CwBAAA%3B%3BAAMJ%3BEACI%2CeAAA%3B%3BA8BpCJ%3BEACI%2CmBAAA%3B%3BAAKJ%3BAACA%3BAACA%3BAACA%3BECTI%2CwBAAA%3B%3BADaJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CwBAAA%3B%3BAAOJ%2CQAHuC%3BEAGvC%3BIC9CI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BAD2CR%2CQAHuC%3BEAGvC%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BICtEI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BADmER%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIC9FI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BAD2FR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BICtHI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BADmHR%2CQAHuC%3BEAGvC%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIChII%2CwBAAA%3B%3B%3BADsIJ%2CQAHuC%2CuBAAgC%3BEAGvE%3BICtII%2CwBAAA%3B%3B%3BAD4IJ%2CQAHuC%2CuBAAgC%3BEAGvE%3BIC5II%2CwBAAA%3B%3B%3BADkJJ%2CQAHuC%3BEAGvC%3BIClJI%2CwBAAA%3B%3B%3BADyJJ%3BECzJI%2CwBAAA%3B%3BAD%2BJJ%3BEAAA%3BIC7KI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BADsKR%3BEACI%2CwBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CyBAAA%3B%3B%3BAAIR%3BEACI%2CwBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2C0BAAA%3B%3B%3BAAIR%3BEACI%2CwBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%3BEAAA%3BIC7LI%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAChBJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2C2CAAT%3BEACA%2CSAAS%2CmDAAkE%2COAAO%2C0BAC9E%2C8CAA6D%2COAAO%2CcACpE%2C6CAA4D%2COAAO%2CaACnE%2C4CAA2D%2COAAO%2CiBAClE%2C%2BDAA8E%2COAAO%2CMAJzF%3BEAMA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BACXJ%2CCAAC%3BEACG%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3BACLJ%2CCAAC%2CEAAgB%3BEACb%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BACrBJ%2CCAAC%2CEAAgB%3BEACb%2CmBAAA%3BEACA%2CkBAAA%3B%3BACDJ%2CCAAC%2CEAAgB%3BEACb%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CCAAC%2CEAAgB%2CGAIX%3BEACE%2CkBAAA%3B%3BAAIR%2CCAAC%2CEAAgB%3BEACb%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CCANH%2CEAAgB%2CGAMZ%2CCAAC%2CEAAgB%3BEACd%2CmBAAA%3B%3BAnChBR%2CCAAC%2CEAAgB%3BEACb%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CWAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CYAAA%3B%3BAAIA%2CCADH%2CEACI%2CCAAC%2CEAAgB%3BEACd%2CmBAAA%3B%3BAAEJ%2CCAJH%2CEAII%2CCAAC%2CEAAgB%3BEACd%2CkBAAA%3B%3B%3BAAKR%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAIA%2CCADH%2CEACI%3BEACG%2CmBAAA%3B%3BAAEJ%2CCAJH%2CEAII%3BEACG%2CkBAAA%3B%3BAoCrCR%2CCAAC%2CEAAgB%3BEACb%2C6CAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CuCAAuC%2CQAAvC%3BEACA%2C%2BBAA%2BB%2CQAA%5C%2FB%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CWAAW%2CcAAX%3B%3B%3BAC5BR%2CCAAC%2CEAAgB%3BECWb%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3B%3BADVJ%2CCAAC%2CEAAgB%3BECOb%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CWAAW%2CcAAX%3B%3BADNJ%2CCAAC%2CEAAgB%3BECGb%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CWAAW%2CcAAX%3B%3BADFJ%2CCAAC%2CEAAgB%3BECMb%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CeAAe%2CYAAf%3BEACA%2CWAAW%2CYAAX%3B%3BADLJ%2CCAAC%2CEAAgB%3BECEb%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CeAAe%2CYAAf%3BEACA%2CWAAW%2CYAAX%3B%3BADEJ%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BEACnB%2CYAAA%3B%3BAE5BJ%2CCAAC%2CEAAgB%3BEACb%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BAAAW%2CCAAC%2CEAAgB%3BEACzC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CoBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CWAAA%3B%3B%3B%3BACzBJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC2SW%2COD3SX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC4aW%2COD5aX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCigBY%2CODjgBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCyMgB%2CODzMhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCuTW%2CODvTX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCyiBU%2CODziBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC0iBY%2COD1iBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCynBU%2CODznBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCkOU%2CODlOV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCgkBc%2CODhkBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC2jBQ%2COD3jBR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCyjBa%2CODzjBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCsFW%2CODtFX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCsjBW%2CODtjBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCidiB%2CODjdjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC4ckB%2COD5clB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC8Ze%2COD9Zf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCydY%2CODzdZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC2FS%2COD3FT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC4iBa%2COD5iBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCwPU%2CODxPV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%2BJY%2COD%5C%2FJZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%2BDa%2COD%5C%2FDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC4ZU%2COD5ZV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCuGc%2CODvGd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCrEyB%2CODqEzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCtEuB%2CODsEvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC4OW%2COD5OX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCuWmB%2CODvWnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC8XY%2COD9XZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCqXa%2CODrXb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCkQc%2CODlQd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCkQU%2CODlQV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%2BHU%2COD%5C%2FHV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC0LgB%2COD1LhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCqhBgB%2CODrhBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCghBiB%2CODhhBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC8gBe%2COD9gBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCyUY%2CODzUZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCvGa%2CODuGb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCsbS%2CODtbT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCmbU%2CODnbV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCnFU%2CODmFV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCtFc%2CODsFd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC6SW%2COD7SX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3EY%2COD2EZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCsFU%2CODtFV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC1GU%2COD0GV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCkKY%2CODlKZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCyZiB%2CODzZjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCsZgB%2CODtZhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSClMgB%2CODkMhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCxMkB%2CODwMlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCzMiB%2CODyMjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC%5C%2FMmB%2COD%2BMnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCiKU%2CODjKV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCuNa%2CODvNb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCmHY%2CODnHZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCkbkB%2CODlblB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC6Ne%2COD7Nf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCkNY%2CODlNZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCuJgB%2CODvJhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCrPY%2CODqPZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC4WU%2COD5WV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCmMqB%2CODnMrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCwQoB%2CODxQpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCtIoB%2CODsIpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCxOY%2CODwOZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC6SmB%2COD7SnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnDmB%2CODmDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC7Oc%2COD6Od%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCoLU%2CODpLV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC4JW%2COD5JX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC8RU%2COD9RV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC1Ba%2COD0Bb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1EkB%2COD0ElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC8QkB%2COD9QlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5GW%2COD4GX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSChLkB%2CODgLlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnLmB%2CODmLnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCqJiB%2CODrJjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCwFkB%2CODxFlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC6RkB%2COD7RlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC7MkB%2COD6MlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC%2BIqB%2COD%5C%2FIrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCGiB%2CODHjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvKgB%2CODuKhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC0QoB%2COD1QpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSChOoB%2CODgOpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCvTS%2CODuTT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvUgB%2CODuUhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1UiB%2COD0UjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC7Uc%2COD6Ud%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCpVgB%2CODoVhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%2BIW%2COD%5C%2FIX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvKY%2CODuKZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzNc%2CODyNd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%2BEU%2COD%5C%2FEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCkBW%2CODlBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrWc%2CODqWd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSC7LwB%2COD6LxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzHU%2CODyHV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSChDU%2CODgDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCjKU%2CODiKV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCvMS%2CODuMT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC1Me%2COD0Mf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCrN0B%2CODqN1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCiCW%2CODjCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCnVc%2CODmVd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC6CY%2COD7CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzRa%2CODyRb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1DY%2COD0DZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxTgB%2CODwThB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2FTkB%2COD%2BTlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCuCa%2CODvCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCsEmB%2CODtEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5MY%2COD4MZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC9MiB%2COD8MjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCnbc%2CODmbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCxbc%2CODwbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCpbe%2CODobf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC0JoB%2COD1JpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC3QqB%2COD2QrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCzYkB%2CODyYlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCjJS%2CODiJT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzVU%2CODyVV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCvVc%2CODuVd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCiGiB%2CODjGjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC4FmB%2COD5FnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC8Ce%2COD9Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5Ma%2COD4Mb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCMc%2CODNd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC7JqB%2COD6JrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCsEgB%2CODtEhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCpUmB%2CODoUnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCXa%2CODWb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCmFY%2CODnFZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvQmB%2CODuQnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC8FY%2COD9FZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpMa%2CODoMb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%5C%2FGW%2COD%2BGX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCNc%2CODMd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCzegB%2CODyehB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1HkB%2COD0HlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC4Da%2COD5Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5Wc%2COD4Wd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC9SY%2COD8SZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCsDY%2CODtDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvaiB%2CODuajB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSClGS%2CODkGT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClSW%2CODkSX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzgBc%2CODygBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCriBU%2CODqiBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FeiB%2COD%2BejB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC5TkB%2COD4TlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCjUiB%2CODiUjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCnUe%2CODmUf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1UiB%2COD0UjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCrmBuB%2CODqmBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCpmBwB%2CODomBxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCvmBqB%2CODumBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSClnBuB%2CODknBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC1WW%2COD0WX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCwBY%2CODxBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClEW%2CODkEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2FZY%2COD%2BZZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC1kBe%2COD0kBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7nBgB%2COD6nBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCrBW%2CODqBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCvTU%2CODuTV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC3hBW%2COD2hBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCjbW%2CODibX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC1Lc%2COD0Ld%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrca%2CODqcb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCzQe%2CODyQf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSClcc%2CODkcd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1JY%2COD0JZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2FpBU%2COD%2BpBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzVa%2CODyVb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9Va%2COD8Vb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvJmB%2CODuJnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9Fe%2COD8Ff%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCtJW%2CODsJX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCtWW%2CODsWX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCrHW%2CODqHX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCrSe%2CODqSf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvSsB%2CODuStB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCldwB%2CODkdxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvdiB%2CODudjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC9VW%2COD8VX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7pBgB%2COD6pBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC1pBc%2COD0pBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCpqBgB%2CODoqBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvqBiB%2CODuqBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrnBa%2CODqnBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzPU%2CODyPV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxPe%2CODwPf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9Pc%2COD8Pd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5lBc%2COD4lBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCtbc%2CODsbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC7KU%2COD6KV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCniBW%2CODmiBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1OgB%2COD0OhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC7pBe%2COD6pBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7pBgB%2COD6pBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzvBU%2CODyvBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCnTa%2CODmTb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9Mc%2COD8Md%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCpsBe%2CODosBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCteiB%2CODsejB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3oBc%2COD2oBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC3sBoB%2COD2sBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC9sBkB%2COD8sBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3Na%2COD2Nb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC9SiB%2COD8SjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCtSc%2CODsSd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnzBY%2CODmzBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5tBY%2COD4tBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCvsBa%2CODusBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC5oBiB%2COD4oBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7yBgB%2COD6yBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCrkBgB%2CODqkBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp4Be%2CODo4Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3fY%2COD2fZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FqBiB%2COD%2BqBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC31BU%2COD21BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCjnBc%2CODinBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC3ciB%2COD2cjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCv5BuB%2CODu5BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSC15BwB%2COD05BxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC75BqB%2COD65BrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCp6BuB%2CODo6BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn6BgB%2CODm6BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCt6BiB%2CODs6BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCz6Bc%2CODy6Bd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCh7BgB%2CODg7BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzwBa%2CODywBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnmBY%2CODmmBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7XY%2COD6XZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCljBY%2CODkjBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCx0Bc%2CODw0Bd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1fgB%2COD0fhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7fiB%2COD6fjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpba%2CODobb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCz1BY%2CODy1BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5fW%2COD4fX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FsBgB%2COD%2BsBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5uBc%2COD4uBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9uBmB%2COD8uBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5da%2COD4db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FuBa%2COD%2BuBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5mBW%2COD4mBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrvBa%2CODqvBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxqBgB%2CODwqBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC9wBY%2COD8wBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCnxBoB%2CODmxBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2Fbc%2COD%2Bbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCl4BU%2CODk4BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSChjBe%2CODgjBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7eiB%2COD6ejB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC7qBoB%2COD6qBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC93BU%2COD83BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCx5Be%2CODw5Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC17BkB%2COD07BlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC7lBc%2COD6lBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzuBU%2CODyuBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCh3BiB%2CODg3BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1fiB%2COD0fjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSClgBe%2CODkgBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCh4BY%2CODg4BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCxnBkB%2CODwnBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC9rBgB%2COD8rBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCjsBsB%2CODisBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSChlBY%2CODglBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCjgCgB%2CODigChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC12BuB%2COD02BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvnBY%2CODunBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5tBY%2COD4tBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSC%5C%2F%2BByB%2COD%2B%2BBzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCl%5C%2FB0B%2CODk%5C%2FB1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCr%5C%2FBuB%2CODq%5C%2FBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSC5%5C%2FByB%2COD4%5C%2FBzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCpzBW%2CODozBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCr9BU%2CODq9BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCjoCY%2CODioCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvgBgB%2CODugBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzjCc%2CODyjCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC98BgB%2COD88BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCj9BgB%2CODi9BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCtqBgB%2CODsqBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCltBiB%2CODktBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCpkBY%2CODokBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC9wBkB%2COD8wBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCjxBoB%2CODixBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCr0Bc%2CODq0Bd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC10BgB%2COD00BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1jCkB%2COD0jClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7vBmB%2COD6vBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC1%2BB0B%2COD0%2BB1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC5rBkB%2COD4rBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpiCa%2CODoiCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCrmCyB%2CODqmCzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCvmCuB%2CODumCvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC7mC0B%2COD6mC1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2FgCS%2COD%2BgCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2F8BS%2COD%2B8BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC5lBS%2COD4lBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCr5BS%2CODq5BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCp5BS%2CODo5BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSChwBS%2CODgwBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC35BS%2COD25BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2FqCS%2COD%2BqCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCjiCU%2CODiiCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxhCe%2CODwhCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC9uBoB%2COD8uBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCjvBqB%2CODivBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCpvBqB%2CODovBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvvBsB%2CODuvBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvvBsB%2CODuvBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC1vBuB%2COD0vBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCtsBe%2CODssBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7sBiB%2COD6sBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1nBoB%2COD0nBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSChoBa%2CODgoBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC7oBU%2COD6oBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChpBiB%2CODgpBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC3oBkB%2COD2oBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSChoCa%2CODgoCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCpxBoB%2CODoxBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCn%5C%2FBe%2CODm%5C%2FBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5kCY%2COD4kCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCj1CS%2CODi1CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSChxCe%2CODgxCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCnxCsB%2CODmxCtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCruBY%2CODquBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCxuBmB%2CODwuBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCz%2BBqB%2CODy%2BBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC1%2BBmB%2COD0%2BBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCh%5C%2FBqB%2CODg%5C%2FBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCn%5C%2FBsB%2CODm%5C%2FBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCn2CW%2CODm2CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrtBa%2CODqtBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCr3Ca%2CODq3Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5gCW%2COD4gCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrsCc%2CODqsCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCj3BW%2CODi3BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCjoCgB%2CODioChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2FxBY%2COD%2BxBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnrCY%2CODmrCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCphCU%2CODohCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCvnCc%2CODunCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCz1BW%2CODy1BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCrgCY%2CODqgCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCv5Ca%2CODu5Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC31CS%2COD21CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC1xBQ%2COD0xBR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCxxBW%2CODwxBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCj9BY%2CODi9BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC5gCe%2COD4gCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCl5BoB%2CODk5BpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC76C0B%2COD66C1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCl7CyB%2CODk7CzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCt2CyB%2CODs2CzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCrxCkB%2CODqxClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCtzBgB%2CODszBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCr0BkB%2CODq0BlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC12BS%2COD02BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSChhCmB%2CODghCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC97BmB%2COD87BnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCn9BW%2CODm9BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCryCqB%2CODqyCrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC90Be%2COD80Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1kCY%2COD0kCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC53BgB%2COD43BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC7tCoB%2COD6tCpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC31BW%2COD21BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCzuCY%2CODyuCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5iCY%2COD4iCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9iCmB%2COD8iCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCl9BwB%2CODk9BxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCv9BiB%2CODu9BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCv2Ce%2CODu2Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCv2CU%2CODu2CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSChmCgB%2CODgmChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCnmCoB%2CODmmCpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC72CY%2COD62CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvtCY%2CODutCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrtCc%2CODqtCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC31CS%2COD21CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3%2BCc%2COD2%2BCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC37CW%2COD27CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC3oCS%2COD2oCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%5C%2FhCW%2COD%2BhCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2F5CU%2COD%2B5CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCl6CW%2CODk6CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3hDa%2COD2hDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC9hDoB%2COD8hDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCviCW%2CODuiCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1iCkB%2COD0iClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCroCa%2CODqoCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCxgDS%2CODwgDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2FhCU%2COD%2BhCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCpgCU%2CODogCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5kCa%2COD4kCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn8CgB%2CODm8ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxlCgB%2CODwlChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2F8Cc%2COD%2B8Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC75CgB%2COD65ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCz5CiB%2CODy5CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCz6CkB%2CODy6ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCt6CuB%2CODs6CvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCl7CkB%2CODk7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC37CoB%2COD27CpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2F7CkB%2COD%2B7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv7CkB%2CODu7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCv8CiB%2CODu8CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC3hCU%2COD2hCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9hDa%2COD8hDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC51Cc%2COD41Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp1Ce%2CODo1Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1jDoB%2COD0jDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC1uCW%2COD0uCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCxgDY%2CODwgDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCz7CgB%2CODy7ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC97CS%2COD87CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BAACrC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCp7CiB%2CODo7CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9oCmB%2COD8oCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC7wCQ%2COD6wCR%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5kCY%2COD4kCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC5zCiB%2COD4zCjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCh0CmB%2CODg0CnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC17Ca%2COD07Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChnDiB%2CODgnDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCv8CY%2CODu8CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC90Ce%2COD80Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FuCa%2COD%2BuCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCvwCe%2CODuwCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC1wCsB%2COD0wCtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCxsDU%2CODwsDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5gDc%2COD4gDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCvqCS%2CODuqCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FtDgB%2COD%2BtDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCt1CU%2CODs1CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FwCgB%2COD%2BwChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSClrCY%2CODkrCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCnoCU%2CODmoCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC94CiB%2COD84CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCxpCU%2CODwpCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCnuDgB%2CODmuDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCr4CY%2CODq4CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCjiDmB%2CODiiDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCntDa%2CODmtDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC1tDmB%2COD0tDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChuDiB%2CODguDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCtuDa%2CODsuDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCruDe%2CODquDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxuDe%2CODwuDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSClyDgB%2CODkyDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCryDkB%2CODqyDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC3vCW%2COD2vCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCrsDe%2CODqsDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC50DQ%2COD40DR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7pDgB%2COD6pDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCv8CiB%2CODu8CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC1zDmB%2COD0zDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC92DgB%2COD82DhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCh8Ce%2CODg8Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCzhDgB%2CODyhDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1iDY%2COD0iDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7iDmB%2COD6iDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FyCgB%2COD%2ByChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSClzCe%2CODkzCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC51Da%2COD41Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC10DS%2COD00DT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5kDa%2COD4kDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCj6De%2CODi6Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC%5C%2FzDQ%2COD%2BzDR%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCtmDS%2CODsmDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCviDc%2CODuiDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn2DgB%2CODm2DhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1xDoB%2COD0xDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2FwDc%2COD%2BwDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9rDc%2COD8rDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrmDa%2CODqmDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2F8CY%2COD%2B8CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCt8CkB%2CODs8ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCn8CiB%2CODm8CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCr8Cc%2CODq8Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCl3De%2CODk3Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCv3DqB%2CODu3DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC7yDa%2COD6yDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2F9CU%2COD%2B9CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCn2CiB%2CODm2CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCjlDgB%2CODilDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCt7CiB%2CODs7CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9rDe%2COD8rDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCh3CW%2CODg3CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCznDU%2CODynDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCnnDa%2CODmnDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCh6CiB%2CODg6CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCn6CqB%2CODm6CrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCp4CkB%2CODo4ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7oDiB%2COD6oDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC34CgB%2COD24ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCppDiB%2CODopDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCtpDmB%2CODspDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC3pDmB%2COD2pDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCtoDY%2CODsoDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC5xDgB%2COD4xDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCz1DuB%2CODy1DvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FmDiB%2COD%2BmDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC75Cc%2COD65Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7jDY%2COD6jDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCz7Ce%2CODy7Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC37CgB%2COD27ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCphES%2CODohET%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2F7Ca%2COD%2B7Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC1%2BCW%2COD0%2BCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnhDY%2CODmhDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5sDY%2COD4sDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCz7CkB%2CODy7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvrDmB%2CODurDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9rDc%2COD8rDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC35DkB%2COD25DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC9jEkB%2COD8jElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CuBAAuB%3BEACpC%2CSChkE4B%2CODgkE5B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCvkEkB%2CODukElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC3kEqB%2COD2kErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnlEmB%2CODmlEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCxuDmB%2CODwuDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCn0Dc%2CODm0Dd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC3uDkB%2COD2uDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC9uDoB%2COD8uDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FlDiB%2COD%2BlDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSClmDmB%2CODkmDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCjjEY%2CODijEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCvjEoB%2CODujEpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5hEW%2COD4hEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvoEmB%2CODuoEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC32DiB%2COD22DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC%5C%2F2DqB%2COD%2B2DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCt3DoB%2CODs3DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC53DmB%2COD43DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp4De%2CODo4Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCx5DiB%2CODw5DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCh6DkB%2CODg6DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCh6DqB%2CODg6DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC76DmB%2COD66DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv6DkB%2CODu6DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC96DoB%2COD86DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCn7DkB%2CODm7DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9nDe%2COD8nDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCtwDgB%2CODswDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvkEsB%2CODukEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC99DQ%2COD89DR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCj%2BDe%2CODi%2BDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1oDiB%2COD0oDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCt1DmB%2CODs1DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCz1D0B%2CODy1D1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn%5C%2FDgB%2CODm%5C%2FDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1mDiB%2COD0mDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvxDY%2CODuxDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5oEY%2COD4oEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9hEa%2COD8hEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC92DW%2COD82DX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCz8DuB%2CODy8DvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCntDgB%2CODmtDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnoEY%2CODmoEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSChzEW%2CODgzEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7yEY%2COD6yEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCttEqB%2CODstErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC5tEsB%2COD4tEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC7tEsB%2COD6tEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCruEsB%2CODquEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCp%5C%2FDc%2CODo%5C%2FDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCj8Da%2CODi8Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp8De%2CODo8Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC18DW%2COD08DX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCh9DS%2CODg9DT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1rEgB%2COD0rEhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC7rEkB%2COD6rElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCvhEW%2CODuhEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCjtDW%2CODitDX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSClyEe%2CODkyEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCtmEe%2CODsmEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC94DkB%2COD84DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCnrEU%2CODmrEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC9sEqB%2COD8sErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCruEc%2CODquEd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCn%2BDU%2CODm%2BDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC7nEkB%2COD6nElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSClwDS%2CODkwDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv7DkB%2CODu7DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCt%5C%2FDc%2CODs%5C%2FDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCz5DY%2CODy5DZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCh%2BDkB%2CODg%2BDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCn%2BDoB%2CODm%2BDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCl2DiB%2CODk2DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCr2DmB%2CODq2DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC35DkB%2COD25DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC95DqB%2COD85DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC1nEa%2COD0nEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC72Ee%2COD62Ef%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCh3EiB%2CODg3EjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC7%5C%2FDa%2COD6%5C%2FDb%22%7D */input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}
.page-main .col-xs-1,
.page-main .col-sm-1,
.page-main .col-md-1,
.page-main .col-lg-1,
.page-main .col-xs-2,
.page-main .col-sm-2,
.page-main .col-md-2,
.page-main .col-lg-2,
.page-main .col-xs-3,
.page-main .col-sm-3,
.page-main .col-md-3,
.page-main .col-lg-3,
.page-main .col-xs-4,
.page-main .col-sm-4,
.page-main .col-md-4,
.page-main .col-lg-4,
.page-main .col-xs-5,
.page-main .col-sm-5,
.page-main .col-md-5,
.page-main .col-lg-5,
.page-main .col-xs-6,
.page-main .col-sm-6,
.page-main .col-md-6,
.page-main .col-lg-6,
.page-main .col-xs-7,
.page-main .col-sm-7,
.page-main .col-md-7,
.page-main .col-lg-7,
.page-main .col-xs-8,
.page-main .col-sm-8,
.page-main .col-md-8,
.page-main .col-lg-8,
.page-main .col-xs-9,
.page-main .col-sm-9,
.page-main .col-md-9,
.page-main .col-lg-9,
.page-main .col-xs-10,
.page-main .col-sm-10,
.page-main .col-md-10,
.page-main .col-lg-10,
.page-main .col-xs-11,
.page-main .col-sm-11,
.page-main .col-md-11,
.page-main .col-lg-11,
.page-main .col-xs-12,
.page-main .col-sm-12,
.page-main .col-md-12,
.page-main .col-lg-12 {
  position: static;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-button-label {
  display: none !important;
}
#at-expanded-menu-host .at-expanded-menu-ft {
  margin: 0 35px !important;
}
#at-expanded-menu-host .at-expanded-menu-load {
  color: #000 !important;
}
#at-expanded-menu-host .at-expanded-menu-service-list li {
  margin-bottom: 40px !important;
}
#at-expanded-menu-host .at-expanded-menu .at-icon-wrapper,
#at-expanded-menu-host .at-expanded-menu-service-list button {
  width: 84px !important;
  height: 84px !important;
}
#at-expanded-menu-host .at-expanded-menu-close {
  padding: 0 !important;
}
#at-expanded-menu-host .at-expanded-menu-close span {
  color: #000;
}
.comparison.headings.data.table {
  display: none;
}
.switcher-dropdown {
  display: none;
}
.swatch-option.text {
  height: auto;
}
.dropdown.options.switcher-options.active .mage-dropdown-dialog .switcher-dropdown {
  display: block;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.clear-block {
  clear: both !important;
  float: none !important;
}
address {
  margin-bottom: 0;
}
label,
.label {
  font-weight: 500 !important;
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0;
  text-align: left;
}
.opc-wrapper .fieldset > .field.required > label:after,
.opc-wrapper .fieldset > .field._required > label:after {
  top: 0 !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul > li,
ol > li {
  margin-bottom: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
h1 {
  font-size: 2.6666em;
  line-height: 1.25em;
  /*32px, 40px*/
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  /*24px, 30px*/
}
h3 {
  font-size: 1.6666em;
  line-height: 1.2em;
  /*20px, 24px*/
}
h4 {
  font-size: 1.3333em;
  line-height: 1.25em;
  /*16px, 20px*/
}
h5 {
  font-size: 1.1666em;
  line-height: 1.1428em;
  /*14px, 16px*/
}
h6 {
  font-size: 1em;
  line-height: 1.1666em;
  /*12px, 14px*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 35px;
  font-size: 100%;
  border: 1px solid #adadad;
  line-height: 1.66;
  background-color: #fff;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
textarea {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#yt-totop {
  background: #333;
  border-radius: 50%;
  bottom: 180px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 45px;
  z-index: 9;
}
#yt-totop:before {
  content: '\f102';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#yt-totop:hover {
  background-color: #444;
}
.showcart .loading-mask .loader > img {
  width: auto;
}
.gallery-image {
  display: none;
}
#btn-gallery {
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/icon-zoom.png") no-repeat scroll right center;
  border-bottom: 0 none;
  bottom: 10px;
  height: 30px;
  line-height: 100%;
  position: absolute;
  right: 10px;
  text-align: center;
  text-indent: -999em;
  width: 100%;
  z-index: 19999;
  display: block;
}
#btn-gallery:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button {
  -webkit-border-fit: lines;
}
.menu-ontop {
  position: fixed;
  z-index: 888;
}
.social-detail {
  clear: both;
}
.social-detail .share-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 600;
  font-size: 133.33%;
  color: #000;
}
.social-detail .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}
/* <- Safari & Google Chrome Fix */
.fotorama__arr--disabled {
  opacity: 0 !important;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none !important;
}
select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 26px;
  padding-left: 10px;
  background: url("../../frontend/Sm/lovefashion/en_US/images/bg-selectbox.png") no-repeat right center #fff;
  border-color: #dbdbdb !important;
}
.page-title {
  margin-bottom: 30px;
}
.category-description {
  margin-bottom: 40px;
}
mark,
.mark {
  background-color: transparent;
}
.empty {
  padding-top: 5px;
}
.pager {
  margin: 0;
}
.account.page-layout-2columns-left .column.main {
  width: 100% !important;
}
.modal-footer {
  border: none;
}
.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: transparent;
}
.table > thead > tr > th {
  text-transform: uppercase;
}
.radio,
.checkbox {
  display: inline;
  position: relative;
  top: 3px;
  margin-top: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
  clear: both;
}
.page-header {
  padding-bottom: 0;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-popup .action-close {
  border: none !important;
}
.page-main {
  padding: 30px 0;
  min-height: 500px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 30px;
}
.cms-index-index .page-main {
  padding: 0;
}
.fieldset > .field:not(.choice) > .label {
  width: auto !important;
  text-align: left !important;
  margin-bottom: 10px;
  display: table;
  float: none !important;
}
.fieldset > .field:not(.choice) > .control {
  float: none !important;
  width: auto !important;
}
.page-main .fieldset > .field.choice:before,
.page-main .fieldset > .field.no-label:before {
  width: auto;
  padding: 0;
}
.page-main .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.page-main .abs-margin-for-forms-desktop,
.page-main .fieldset .legend,
.page-main .column:not(.sidebar-main) form .actions-toolbar,
.page-main .column:not(.sidebar-additional) form .actions-toolbar,
.page-main .login-container .fieldset:after {
  margin-left: 0;
}
.page-main .form.password.reset,
.page-main .form.send.confirmation,
.page-main .form.password.forget,
.page-main .form.create.account {
  width: 100%;
}
/*DROPDOWN MINI CART*/
.block-minicart {
  background: #fff !important;
  padding: 15px 15px 0 !important;
  border: none !important;
  width: 320px !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4) !important;
}
.block-minicart .subtitle.empty {
  padding: 0px 0 15px;
}
.block-minicart li {
  padding: 10px 0 !important;
}
.block-minicart .product-item-photo img {
  width: 100% !important;
  height: auto !important;
}
.block-minicart #btn-minicart-close {
  display: none !important;
}
.block-minicart .items-total {
  float: none;
  display: none;
}
.block-minicart .header-minicart {
  background: #666;
  margin: -16px -16px 0;
  color: #fff;
  padding: 8px 20px;
  font-size: 116.67%;
}
.block-minicart .header-minicart .text-right {
  float: right;
}
.block-minicart .minicart-items-wrapper {
  margin: 0 -15px;
  padding: 15px;
  border: none;
  height: auto !important;
}
.block-minicart .minicart-items-wrapper .minicart-items {
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
}
.block-minicart .subtotal {
  margin: 0 -15px;
  background-color: #fff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  color: #444;
  text-align: left;
  padding: 13px 25px 10px;
}
.block-minicart .subtotal .label {
  font-weight: normal !important;
  font-size: 133.33% !important;
  color: #666;
}
.block-minicart .subtotal .price-container {
  float: right;
  margin-top: -4px;
}
.block-minicart .subtotal .price-container .price-wrapper:first-child .price {
  font-size: 183.33%;
}
.block-minicart .block-content > .actions {
  background-color: #fff;
  margin: 0 -15px;
  text-align: left;
  padding: 10px 15px;
}
.block-minicart .block-content > .actions a {
  background-color: #868686;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 133.33%;
  height: 35px;
  line-height: 33px;
  margin-right: 3px;
  padding: 0 20px;
  transition: all 0.4s ease 0s;
}
.block-minicart .minicart-widgets {
  margin: 0;
}
.block-minicart .minicart-items .product-item-details {
  padding-left: 0;
  position: relative;
  margin-top: -5px;
}
.block-minicart .minicart-items .product-item-details .product-item-name {
  display: block;
  padding-right: 0px;
  font-weight: normal;
  font-size: 133.33%;
}
.block-minicart .minicart-items .product-item-details .product-item-name a {
  color: #666;
}
.block-minicart .minicart-items .product-item-details .price-container .price-excluding-tax {
  font-size: 100%;
}
.block-minicart .minicart-items .product-item-details .price-container .price {
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  font-size: 183.33%;
  padding: 5px 0px;
}
.block-minicart .minicart-items .product-item-details .price-container dl.product {
  margin: 0px;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .label {
  width: auto;
  font-size: 133.33%;
  color: #666;
}
.block-minicart .minicart-items .product-item-details .product.actions {
  position: absolute;
  top: 0;
  right: 8px;
  margin: 10px 0 0 !important;
}
.block-minicart .minicart-items .product-item-details .product.actions .primary,
.block-minicart .minicart-items .product-item-details .product.actions .secondary {
  display: block;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  content: '\f057';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:before {
  display: none;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.edit:after {
  content: '\f040';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.edit:before {
  display: none;
}
/**
 * Box image product page
 */
.gallery-placeholder {
  position: relative;
  width: 100%;
}
.gallery-placeholder .loading-mask {
  position: absolute !important;
  z-index: 0;
  padding: 0 !important;
  background: none;
}
.gallery-placeholder .loader img {
  position: absolute;
}
/*DROPDOWN MEGAMENU*/
.fix-width-40 {
  width: 40% !important;
}
.product-megamenu {
  padding-left: 15px;
}
.product-megamenu .products-grid .item:last-child .item-inner {
  margin-bottom: 0;
}
.product-megamenu .products-grid .item .item-inner {
  border: none;
}
.product-megamenu .products-grid .item .item-inner .box-info {
  padding: 10px 0 0;
}
.product-megamenu .products-grid .item .item-inner:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.right-image-menu {
  margin: -26px -16px -26px 0;
  text-align: right;
  float: right;
}
.margin-bottom {
  margin-bottom: 20px;
}
.remove-padding {
  padding: 0 !important;
}
.sm_megamenu_title .title-cat {
  font-size: 150%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sm_megamenu_title > a > span {
  display: inline-block;
  padding: 3px 0;
}
/*END DROPDOWN MEGAMENU*/
.modal-content {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.authentication-dropdown .action-close {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: none;
}
.products.wrapper.products-grid .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.price-box .price {
  font-size: 166.67%;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price {
  margin-right: 10px;
}
.price-box .special-price .price {
  color: #e74c3c;
}
.price-box .old-price .price {
  font-size: 133.33%;
  color: #909090 !important;
  text-decoration: line-through;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  margin: 0;
}
div[class^="swatch-opt-"] {
  display: table;
}
.counter {
  /*  &:after {
        content: ")";
      }

      &:before {
        content: "(";
      }*/
}
.product-reviews-summary {
  margin: 0;
}
.product-reviews-summary .rating-summary {
  left: auto;
  padding-right: 10px;
}
.product-reviews-summary .reviews-actions {
  position: relative;
  font-size: 92%;
  top: 2px;
}
.info-box-detail .fieldset .control.control-qty-cart {
  width: 70px !important;
  margin-top: 0;
  float: left !important;
}
.control-qty {
  position: relative;
  margin-left: -16px;
  float: left;
}
.control-qty .quantity-controls {
  display: block;
  width: 15px;
  height: 19px;
  cursor: pointer;
  background: url(../../frontend/Sm/lovefashion/en_US/images/plus-minus.png) no-repeat #868686;
}
.control-qty .quantity-controls.quantity-plus {
  background-position: 2px 2px;
}
.control-qty .quantity-controls.quantity-minus {
  background-position: 2px -47px;
}
.rating-summary .rating-result {
  width: 60px;
  height: 12px;
  margin: 0;
  background: url(../../frontend/Sm/lovefashion/en_US/images/rating_icon.png) repeat-x bottom left;
}
.rating-summary .rating-result:before {
  display: none;
}
.rating-summary .rating-result > span {
  display: inline-block;
  height: 12px;
  position: relative;
  top: -1px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/rating_icon.png) repeat-x left 0px;
}
.rating-summary .rating-result > span:before {
  display: none;
}
.page-wrapper {
  overflow-x: hidden;
  left: 0;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.page-header {
  margin: 0;
}
.page-title {
  font-size: 166.6%;
  color: #666;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
}
.page-title:before {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.owl-controls .owl-nav div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left: 6px;
  border: 1px solid #dbdbdb;
}
.owl-controls .owl-nav div:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  color: #888;
}
.owl-controls .owl-nav div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.owl-controls .owl-nav div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.owl-controls .owl-nav div:hover:before {
  opacity: 1;
  color: #fff;
}
.toolbar .pager .limiter strong,
.toolbar .pager .limiter select,
.toolbar .pager .limiter span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar.review-toolbar {
  border: none;
}
.toolbar.review-toolbar .pager {
  margin: 0;
}
.toolbar.review-toolbar .pager .limiter {
  float: left;
}
legend {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.review-legend {
  border-bottom: 1px solid #ddd;
}
.review-field-ratings .review-field-rating .label {
  line-height: 33px;
}
.review-field-ratings .review-field-rating .label:after {
  content: ": ";
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin: 0 !important;
}
.review-title {
  text-transform: uppercase;
}
.review-form {
  max-width: none;
}
.fieldset .review-legend.legend {
  padding-bottom: 10px;
}
.review-add .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: none;
  text-align: left;
}
.review-add .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 15px !important;
}
.dropdown .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 11px;
  z-index: 9999;
  min-width: 120px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.product.options.list dt {
  display: inline;
}
.product.options.list dd {
  display: inline;
  margin-right: 5px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: -2px !important;
}
.product.data.items > .item.title {
  height: 50px;
  border: 1px solid #e1e1e1;
  margin-right: -1px !important;
  padding: 0 33px;
  text-transform: uppercase;
}
.product.data.items > .item.title.active a {
  color: #fff !important;
}
.product.data.items > .item.title a {
  background: none !important;
  color: #000 !important;
  font-weight: 600;
}
.product.data.items > .item.content {
  margin-top: 49px !important;
  border: 1px solid #e1e1e1 !important;
  padding: 30px !important;
}
.product.data.items > .item.title > .switch {
  display: block;
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.breadcrumbs {
  background: #e9e9e9 url("../../frontend/Sm/lovefashion/en_US/images/shadow-breacrum.png") repeat-x scroll left top;
  padding: 14px 0;
  margin: 0px;
}
.breadcrumbs .items {
  font-size: 91.67% !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.breadcrumbs .items .item {
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/breadcrumbs.png") no-repeat scroll right center;
  margin-right: 10px;
  padding-right: 15px;
}
.breadcrumbs .items .item:after,
.breadcrumbs .items .item:before {
  display: none;
}
.breadcrumbs .items .item:last-child {
  background: none !important;
}
.breadcrumbs .items .item a {
  display: block;
  text-decoration: none;
  color: #666;
}
.breadcrumbs .items .item strong {
  font-weight: 500;
  color: #666;
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 100% !important;
}
.navigation-mobile-container {
  display: none;
}
.nav-mobile-container {
  position: relative;
}
.btn-mobile {
  display: inline-block;
}
.btn-mobile .button-mobile {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-size: 38px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.navigation-mobile {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.navigation-mobile > ul > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.navigation-mobile > ul > li:last-child {
  border-bottom: none;
}
.navigation-mobile > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
}
.navigation-mobile > ul > li ul {
  display: none;
  padding-left: 10px;
}
.navigation-mobile > ul > li ul li {
  position: relative;
}
.navigation-mobile > ul > li ul li a {
  display: block;
  padding: 10px 0;
}
.navigation-mobile .touch-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #5c5c5c;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.navigation-mobile .touch-button:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.navigation-mobile .touch-button.active:before {
  content: '\f068';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
}
.navigation-mobile .touch-button span {
  display: none;
}
.collapse-type .navigation-mobile {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 100%;
  width: 100%;
}
.sidebar-type .navigation-mobile {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  z-index: 777;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.navbar-active {
  overflow-x: hidden;
}
.navbar-active .btn-mobile .button-mobile.active:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 555;
}
.navbar-active .page-wrapper {
  left: 250px;
}
.navbar-active .sidebar-type .navigation-mobile {
  left: 0;
}
.slider-brand .item a img:hover,
.blog-wrapper .blog-image a img:hover,
.banner-megamenu a img:hover,
.image-sidebar a img:hover,
.minicart-items-wrapper .product .product-image-wrapper img:hover {
  opacity: 0.8;
}
.products-grid .item .item-inner .box-image:hover a img {
  opacity: 0.8;
}
.form.send .action.remove {
  top: -40px !important;
  color: #666 !important;
  padding: 0px !important;
  right: 0px !important;
  left: auto !important;
}
.btn-submobile {
  cursor: pointer;
  display: none !important;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 0;
  top: 11px;
  z-index: 100;
}
.btn-submobile:before {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.btn-submobile.btnsub-active:before {
  content: '\f0d8';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.cms-index-index .header-container .navigation-mobile .home-item-parent > a {
  color: #666 !important;
}
.header-container .navigation-mobile .row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.header-container .navigation-mobile .mega-home-content ul {
  display: block;
}
.header-container .navigation-mobile [class^="col-"] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.header-container .navigation-mobile .sm_megamenu_title .title-cat,
.header-container .navigation-mobile .home-item-parent .mega-home-content .feature-title {
  font-size: 100%;
  text-transform: uppercase!important;
}
.header-container .navigation-mobile .sm_megamenu_menu > li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  display: block !important;
  position: relative;
}
.header-container .navigation-mobile .sm_megamenu_menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  background: none;
  font-size: 116.67%;
  padding: 0;
}
.header-container .navigation-mobile .sm_megamenu_menu > li > a .icon_items {
  display: none;
}
.header-container .navigation-mobile .sm_megamenu_menu > li .sm-megamenu-child {
  background: none !important;
  border: none !important;
  padding-top: 10px;
  padding-left: 5px;
  display: none;
}
.header-container .navigation-mobile .sm_megamenu_menu > li .btn-submobile {
  display: block !important;
}
.header-container .navigation-mobile .sm_megamenu_menu [class^="sm_megamenu_col_"] {
  display: block !important;
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
.header-container .navigation-mobile .right-image-menu {
  margin: 0 0 20px;
  float: none;
}
.header-container .navigation-mobile .home-item-parent .mega-home-content ul li a {
  padding: 5px 0 !important;
}
.header-container .navigation-mobile .home-item-parent .mega-home-content .feature-title {
  padding: 5px 0 !important;
  text-transform: unset;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .full-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 50% !important;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0 !important;
  }
  .products-grid.wishlist .product-item-photo {
    float: none !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100%;
  }
  .socials-wrap {
    display: none;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: unset;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: unset;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Sm/lovefashion/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 999991;
}
.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-y: auto !important;
  overflow-x: hidden !important;
}
.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('../../frontend/Sm/lovefashion/en_US/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: 100000;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../frontend/Sm/lovefashion/en_US/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('../../frontend/Sm/lovefashion/en_US/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: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}
.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('../../frontend/Sm/lovefashion/en_US/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('../../frontend/Sm/lovefashion/en_US/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 {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100000;
}
#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: 29px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('../../frontend/Sm/lovefashion/en_US/images/fancybox/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 {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 100000;
}
#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;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  padding: 30px;
  background-color: #fafafa;
  min-height: 420px;
  border: 1px solid #ddd;
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
  font-size: 100%;
  padding: 0;
}
.password-strength-meter {
  background-color: #f1f1f1;
}
.form-create-account .fieldset {
  width: 48.8%;
  min-height: 381px;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.form-create-account .fieldset .legend {
  border-bottom: 1px solid #e8e8e8;
  font-size: 133.33%;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.form-create-account .fieldset.create.info {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-firstname,
.form-create-account .fieldset.create.info .field-name-lastname {
  width: 47%;
}
.form-create-account .fieldset.create.info .field-name-firstname {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-lastname {
  float: right;
}
.form-create-account .fieldset.create.info .field.choice.newsletter {
  clear: both;
}
.form-create-account .fieldset.create.account {
  float: right;
}
.form-create-account .actions-toolbar {
  clear: both;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.cart-container .paypal-review-discount .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart-summary {
  width: 30%;
  background: none;
  border: 1px solid #ddd;
  padding: 25px;
  top: auto !important;
}
.cart-container .cart-summary .summary.title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-container .cart-summary .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart-summary .block .title {
  padding: 10px 10px 5px;
  background: #fafafa;
  border: 1px solid #ddd;
}
.cart-container .cart-summary .block .title strong {
  font-weight: 500 !important;
  font-size: 100% !important;
  text-transform: uppercase;
}
.cart-container .cart-summary .block .content {
  padding: 10px 0;
}
.cart-container .cart-summary .block .fieldset {
  margin: 0;
}
.cart-container .cart-summary .coupon .actions-toolbar .primary .apply.primary {
  background-color: #333;
}
.cart-container .form.form-cart {
  width: 67%;
}
.cart-container .cart.main.actions .action {
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-family: inherit;
  font-size: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
.cart-container .cart.main.actions .action span {
  font-size: 100%;
}
.cart-container .cart.main.actions .action:before {
  display: none;
}
.cart-container .cart.main.actions .action.update {
  margin-left: 10px;
}
.cart-container .cart.table-wrapper .product-item-name {
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container .cart.table-wrapper .item .col.item {
  border-top: none;
}
.cart-container .cart.table-wrapper .actions-toolbar {
  text-align: right;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete {
  background: none;
  font-weight: 500;
  font-size: 100%;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
  color: #fff;
}
.cart-container mark,
.cart-container .mark {
  background: none;
}
.cart-container .cart-totals {
  border-top: none;
}
.cart-container .checkout-methods-items {
  background: #fafafa;
  margin: 25px -25px -25px;
  padding: 25px;
  border-top: 1px solid #ddd;
}
.cart-container .checkout-methods-items .action.primary.checkout {
  height: 40px;
  padding: 0 20px;
  border: none !important;
  color: #fff;
  letter-spacing: 0;
}
.crosssell-container {
  padding-top: 30px;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .checkout-methods-items .action.primary.checkout:hover {
  background-color: #444 !important;
}
.table-wrapper.comparison {
  overflow-x: auto;
  clear: both;
}
.table-comparison th {
  text-transform: uppercase;
}
.table-comparison .products-grid .item {
  float: left;
}
.wishlist-index-index .products-grid .product-item-actions {
  clear: both;
}
.wishlist-index-index .products-grid .product-item-actions a {
  float: left !important;
  margin-top: 0 !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  margin: 0 0 10px !important;
}
.form-wishlist-items .box-tocart .control {
  margin-bottom: 10px;
  margin-right: 5px !important;
}
.checkout-container .opc-sidebar .modal-header {
  border: none;
  padding: 0;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary {
  padding: 30px;
  margin: 0 0 30px;
  background-color: #fafafa;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .authentication-wrapper {
  margin-top: 10px;
}
.checkout-container .authentication-wrapper button {
  text-transform: uppercase;
}
.checkout-container .block-customer-login .block-title {
  font-size: 100%;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  top: -26px;
}
.checkout-container .table-checkout-shipping-method thead th {
  display: none !important;
}
.checkout-container .opc-wrapper .fieldset > .field.required > label:after {
  top: 0;
  margin-left: 4px;
}
.checkout-container .opc-block-shipping-information {
  padding: 0;
}
.checkout-container .opc-block-shipping-information .ship-to,
.checkout-container .opc-block-shipping-information .ship-via {
  padding: 30px;
  margin: 0 0 30px;
  background-color: #fafafa;
}
.checkout-container .opc-block-shipping-information .ship-to .shipping-information-title,
.checkout-container .opc-block-shipping-information .ship-via .shipping-information-title {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .opc-block-shipping-information .ship-to .action-edit,
.checkout-container .opc-block-shipping-information .ship-via .action-edit {
  padding: 0 !important;
  border: none !important;
}
.checkout-container .checkout-payment-method .payment-method-content {
  padding: 0 0 20px;
}
.checkout-container .checkout-payment-method .payment-option-title {
  padding-left: 0;
}
.checkout-container .checkout-payment-method .payment-option-content {
  padding: 0 0 20px;
}
.checkout-container .checkout-payment-method .step-title {
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .opc-wrapper .shipping-address-item {
  width: 100%;
}
.checkout-container .opc-wrapper .shipping-address-items {
  margin-top: 30px;
}
.checkout-container .opc-wrapper .action-show-popup > span:before {
  content: "";
}
.form-wishlist-items {
  margin: 0 -15px;
}
.form-wishlist-items .products-grid.wishlist {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.form-wishlist-items .products-grid.wishlist .product-items {
  padding: 0;
  list-style: none;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
  float: left;
  width: 33.33%;
  padding: 15px;
  margin: 0;
  background-color: #fff;
  position: relative;
  border: 1px solid transparent;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
  width: 100% !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-inner {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 10;
  padding: 0 15px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .qty {
  height: 35px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover {
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-inner {
  display: block;
}
.form-wishlist-items .actions-toolbar {
  clear: both;
  padding: 0 15px;
}
.about-us {
  text-align: center;
}
.about-us .content-about-us {
  margin: 0 auto 30px;
  max-width: 1036px;
}
.about-us .sc-network li {
  display: inline-block;
  margin-left: 8px;
}
.about-us .sc-network li a {
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  height: 48px;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 48px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.about-us .sc-network li a:hover {
  background-position: left bottom;
}
.about-us .sc-network li.fb-i a {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/fb-icon.png");
}
.about-us .sc-network li.tw-i a {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/tw-icon.png");
}
.about-us .sc-network li.v-i a {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/tw-icon.png");
}
.about-us .sc-network li.rss-i a {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/rss-icon.png");
}
.about-us .sc-network li.google-i a {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/google-icon.png");
}
.title-bonus-page h2 {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.about-us-page .title-bonus-page {
  margin-bottom: 25px;
}
.about-us-page .content-bonus-page p {
  margin-bottom: 20px;
}
.about-us-page .banner-about-us {
  padding: 50px 0 0;
}
.about-us-page .banner-bottom-wrapper {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.google-map {
  border: 5px solid #ddd;
  margin-bottom: 40px;
}
.google-map iframe {
  width: 100%;
  height: 361px;
}
.contact-info .title-bonus-page {
  margin-bottom: 25px;
}
.contact-info .address-info {
  margin-bottom: 15px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-top: 1px solid #f3f3f3;
  position: relative;
}
.contact-info .address-info li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  font-family: fontawesome;
}
.contact-info .address-info li.add-icon:before {
  content: "\f041";
  font-size: 21px;
  padding-left: 3px;
}
.contact-info .address-info li.email-icon:before {
  content: "\f0e0";
  font-size: 16px;
}
.contact-info .address-info li.phone-icon:before {
  content: "\f095";
  font-size: 18px;
}
.contact-us-page .banner-bottom-wrapper {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.contact-us-page .banner-about-us {
  padding-top: 50px;
}
.contact-us-page .form.contact .title-bonus-page {
  margin-bottom: 25px;
}
.contact-us-page .form.contact .fieldset {
  margin-bottom: 0;
}
.contact-us-page .form.contact .left-input {
  float: left;
  width: 270px;
}
.contact-us-page .form.contact .left-input .field {
  margin-bottom: 20px;
}
.contact-us-page .form.contact .field.comment {
  margin-left: 300px;
}
.contact-us-page .form.contact .input-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.contact-us-page .form.contact .input-text:-ms-input-placeholder {
  color: #666;
}
.contact-us-page .form.contact .input-text::-webkit-input-placeholder {
  color: #666;
}
/* ------------------------------ABOUT US PAGE-------------------------------- */
.slider-ourmember .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #d7d7d5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.aboutus-page .box-1-about {
  background: #fff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.aboutus-page .title-about-us {
  background: url(../../frontend/Sm/lovefashion/en_US/images/bg-title-about.png) repeat-x left center;
  margin-bottom: 17px;
}
.aboutus-page .title-about-us h2 {
  background: #fff;
  display: inline-block;
  font-size: 183.3%;
  color: #444;
  padding: 0 30px 6px 0px;
  font-family: inherit;
}
.aboutus-page .image-about-us {
  float: left;
  width: 270px;
  padding-top: 6px;
}
.aboutus-page .des-about-us {
  margin-left: 300px;
  line-height: 18px;
}
.aboutus-page .why-list li {
  position: relative;
  padding-left: 29px;
}
.aboutus-page .why-list li:before {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/icon-whylist.png");
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}
.aboutus-page .why-list li > a {
  display: block;
  padding: 5px 0 7px;
  background: url("../../frontend/Sm/lovefashion/en_US/images/border-bottom-bs.png") repeat-x left bottom;
}
.aboutus-page .why-list li:last-child > a {
  background: none;
}
.aboutus-page .happy-about-us {
  clear: both;
  padding-top: 45px;
}
.aboutus-page .title-happy-about {
  background: #fff;
  display: inline-block;
  left: 20px;
  padding: 5px 10px;
  position: absolute;
  top: -17px;
}
.aboutus-page .title-happy-about h2 {
  font-size: 150%;
  color: #444;
  font-family: inherit;
  font-weight: normal;
}
.aboutus-page .happy-ab {
  border: 1px solid #e9e9e9;
  padding: 33px 8px 20px;
}
.aboutus-page .ct-why {
  padding: 0 10px 0 25px;
  position: relative;
}
.aboutus-page .slider-happy-client .item > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 12px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/note-client.png) no-repeat top left;
  left: 0px;
  top: 6px;
}
.aboutus-page .slider-happy-client .owl-dots {
  display: none !important;
}
.aboutus-page .slider-happy-client .owl-controls {
  background: #fff;
  padding: 0 5px;
  position: absolute;
  right: 2px;
  top: -47px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev,
.aboutus-page .slider-happy-client .owl-controls .owl-next {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent !important;
  top: 0px;
  margin: 0 3px;
  position: relative;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:before,
.aboutus-page .slider-happy-client .owl-controls .owl-next:before {
  display: none;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/btn-prev-hp.png) !important;
  margin-right: 3px;
  right: 0px !important;
  left: inherit !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:hover {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/btn-prev-hp-h.png) !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-nav {
  width: 68px;
  display: inline-block;
  height: 26px;
  background: #fff;
}
.aboutus-page .cms-about-us .service-bottom {
  margin-bottom: 0px;
}
.cms-about-us #yt_main > .container {
  background: none;
  margin-bottom: 0px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/btn-next-hp.png) !important;
  right: 0px !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next:hover {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/btn-next-hp-h.png) !important;
}
.aboutus-page .client-info-about .name {
  font-size: 133%;
}
.aboutus-page .ct-why .client-say {
  font-size: 107.69%;
  color: #909090;
  margin-bottom: 10px;
}
.aboutus-page .our-member {
  clear: both;
  padding-top: 30px;
}
.aboutus-page .our-member .owl-nav {
  display: none !important;
}
.aboutus-page .our-member .sm_quickview_handler {
  display: none !important;
}
.aboutus-page .our-member .info-member {
  text-align: center;
  padding-top: 10px;
}
.aboutus-page .our-member .info-member .cl-name {
  font-size: 133%;
}
.aboutus-page .our-member .info-member .cl-name > a:hover {
  text-decoration: underline;
}
.aboutus-page .our-member .cl-job {
  font-size: 116.6%;
  padding: 3px 0px 2px;
  color: #444;
}
.aboutus-page .our-member .cl-des {
  /*color:#909090;*/
}
.aboutus-page .our-member .respl-item .w-image-box {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.aboutus-page .our-member .respl-item .w-image-box .item-image > a:before {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member .respl-item .w-image-box:hover .item-image > a:before {
  height: 100%;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -12px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
  border-radius: 50%;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-facebook {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/cl_facebook.png);
  margin-left: -42px;
  transition: all 0.3s ease 0.3s;
  -web-kit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-flickr {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/cl_flickr.png);
  transition: all 0.3s ease 0.6s;
  -web-kit-transition: all 0.3s ease 0.6s;
  -moz-transition: all 0.3s ease 0.6s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-twitter {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/cl_twitter.png);
  margin-left: 18px;
  transition: all 0.3s ease 0.9s;
  -web-kit-transition: all 0.3s ease 0.9s;
  -moz-transition: all 0.3s ease 0.9s;
}
.aboutus-page .our-member .respl-item .w-image-box:hover .cl-nw {
  bottom: 28px;
}
.aboutus-page .our-member .title-about-us {
  text-align: center;
}
.aboutus-page .our-member .title-about-us > h2 {
  padding: 0 30px 6px 30px;
  font-size: 215.38%;
  font-weight: normal;
  font-family: inherit;
}
.aboutus-page .our-member .short-des {
  text-align: center;
  color: #909090;
  margin-bottom: 70px;
}
.aboutus-page .our-member .owl-controls {
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
}
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.wrapper_404page .content-404page {
  float: right;
  margin-top: 40px;
  max-width: 500px;
  text-align: center;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0;
}
.wrapper_404page .content-404page .img-404 img {
  max-width: 100%;
  width: auto;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .btn-404 {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: 0 4px 10px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .welcome-about-us {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    min-height: auto;
  }
  .form-create-account .fieldset {
    width: 100%;
    float: none;
  }
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .cart-container .action.continue,
  .cart-container .action.clear,
  .cart-container .action.update {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .welcome-about-us {
    margin-bottom: 30px;
  }
  .aboutus-page .des-about-us {
    clear: both;
    margin-left: 0;
    padding-top: 20px;
  }
  .contact-us-page .form.contact .left-input {
    width: 100%;
  }
  .contact-us-page .form.contact .field.comment {
    margin-left: 0;
    clear: both;
  }
  .block-collapsible-nav {
    position: relative;
    top: auto;
    left: auto;
  }
  .block-collapsible-nav .title {
    background-color: #f5f5f5;
    padding: 14px 40px 10px 15px;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100% !important;
  }
}
.pricing-title h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  font-size: 150%;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}
.pricing-title h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.table-style-1 {
  margin-bottom: 30px;
}
.table-style-1 .pricing-title {
  margin-bottom: 75px;
}
.table-style-1 .table-container {
  display: table;
  width: 100%;
}
.table-style-1 .table-container .table-column {
  display: table-cell;
}
.table-style-1 .table-container .table-column .table-content {
  background-color: #f4f4f4;
  padding: 0 20px 54px;
  border: 1px solid #e9e9e9;
  border-right: none;
}
.table-style-1 .table-container .table-column .table-content .table-header {
  background-color: #dddddd;
  text-align: center;
  margin: -1px -20px 15px;
  padding: 28px 10px;
  color: #222;
}
.table-style-1 .table-container .table-column .table-content .table-header h3 {
  text-transform: uppercase;
  font-size: 150%;
  font-weight: bold;
}
.table-style-1 .table-container .table-column .table-content .table-detail {
  text-align: center;
  font-size: 116.67%;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-option {
  margin-bottom: 10px;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-option li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price {
  margin-bottom: 25px;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price .dv-price {
  font-size: 128.57%;
  position: relative;
  top: -26px;
  color: #df1f26;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price .price {
  font-size: 433.33%;
  font-weight: bold;
  color: #df1f26;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price p {
  margin-top: -15px;
}
.table-style-1 .table-container .table-column .table-content .table-detail .button-container a {
  background-color: #222222;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 13px 50px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-1 .table-container .table-column:last-child .table-content {
  border-right: 1px solid #e9e9e9;
}
.table-style-1 .table-container .table-column.column-active {
  position: relative;
  top: -33px;
}
.table-style-1 .table-container .table-column.column-active .table-content {
  padding-bottom: 90px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.table-style-1 .table-container .table-column.column-active .table-content .table-header {
  margin-bottom: 48px;
  background-color: #222;
  color: #fff;
}
.table-style-2 {
  margin-bottom: 60px;
}
.table-style-2 .pricing-title {
  margin-bottom: 54px;
}
.table-style-2 .table-container {
  box-shadow: 0 0 0 5px #f4f3f3;
  -webkit-box-shadow: 0 0 0 5px #f4f3f3;
  border: 1px solid #c2c2c2;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 0px 30px;
}
.table-style-2 .table-container .table-column .table-content .table-detail {
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #efefef;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-header {
  margin-left: 10px;
  margin-right: 10px;
  color: #222222;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-header h3 {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-option {
  margin-left: 10px;
  margin-right: 10px;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-option li {
  padding: 5px 36px;
  border-bottom: 1px solid #ededed;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-option li:before {
  content: "";
  display: inline-block;
  background-color: #909090;
  position: relative;
  top: -1px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-price {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 15px 0;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-price .price {
  color: #222;
  font-size: 200%;
}
.table-style-2 .table-container .table-column .table-content .button-container {
  margin-left: 11px;
  margin-right: 11px;
  text-align: center;
}
.table-style-2 .table-container .table-column .table-content .button-container a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #222222;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 116.67%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-2 .table-container .table-column .table-content .button-container a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: -12px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/pages/arrow_pcicing.png) no-repeat center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.table-style-2 .table-container .table-column:first-child .table-content .table-detail {
  border-left: none;
}
.table-style-2 .table-container .table-column:last-child .table-content .table-detail {
  border-right: none;
}
.table-style-2 .table-container .table-column.column-active .table-content {
  background-color: #222;
  position: relative;
}
.table-style-2 .table-container .table-column.column-active .table-content:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: -23px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.table-style-2 .table-container .table-column.column-active .table-content:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 42px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: -42px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail {
  border: none;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-header {
  border-color: #323232;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option {
  color: #bbb;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option li {
  border-color: #323232;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-price p {
  color: #bbb;
}
.table-style-2 .table-container .table-column.column-active .table-content .button-container a {
  background-color: #fff;
  border-color: #1b1b1b;
  color: #222222;
}
.table-style-3 {
  margin-bottom: 60px;
}
.table-style-3 .pricing-title {
  margin-bottom: 30px;
}
.table-style-3 .table-container {
  text-align: center;
}
.table-style-3 .table-container .table-column {
  display: inline-block;
  min-width: 245px;
  margin: 0 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.table-style-3 .table-container .table-column .table-content {
  padding: 8px;
  box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.table-style-3 .table-container .table-column .table-content .table-header {
  color: #fff;
  padding: 18px 10px;
  margin: -8px -8px 0;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.table-style-3 .table-container .table-column .table-content .table-header h3 {
  font-weight: bold;
  font-size: 250%;
}
.table-style-3 .table-container .table-column .table-content .table-header .short-des {
  font-weight: bold;
}
.table-style-3 .table-container .table-column .table-content .table-detail {
  background-color: #f2f2f2;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.table-style-3 .table-container .table-column .table-content .table-detail .table-option li {
  border-bottom: 1px solid #e2e2e2;
  padding: 13px 10px;
}
.table-style-3 .table-container .table-column .table-content .table-detail .table-option li:last-child {
  border-bottom: none;
}
.table-style-3 .table-container .table-column .table-content .table-price {
  font-weight: bold;
  margin-bottom: 12px;
}
.table-style-3 .table-container .table-column .table-content .table-price .price {
  font-size: 500%;
  color: #222222;
  line-height: 1.3;
}
.table-style-3 .table-container .table-column .table-content .table-price .dv-price {
  color: #444444;
  font-size: 250%;
  position: relative;
  top: -9px;
}
.table-style-3 .table-container .table-column .table-content .table-price p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.67%;
  color: #444444;
  margin-top: -10px;
}
.table-style-3 .table-container .table-column .table-content .button-container a {
  display: block;
  font-size: 116.67%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-3 .table-container .table-column .table-content .button-container a:hover {
  background-color: #222;
}
.table-style-3 .color-1 {
  background-color: #4cbf8d;
}
.table-style-3 .color-2 {
  background-color: #f4a137;
}
.table-style-3 .color-3 {
  background-color: #50c1e9;
}
.table-style-4 {
  margin-bottom: 60px;
}
.table-style-4 .pricing-title {
  margin-bottom: 40px;
}
.table-style-4 .table-container {
  text-align: center;
}
.table-style-4 .table-container .table-column {
  display: inline-block;
  vertical-align: top;
  min-width: 270px;
  margin: 0 13px;
}
.table-style-4 .table-container .table-column .table-content {
  overflow: hidden;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table-style-4 .table-container .table-column .table-content .table-header h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 141.67%;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-style-4 .table-container .table-column .table-content .table-header .table-price {
  display: inline-block;
  font-size: 166.67%;
  padding: 2px 27px;
  color: #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  margin: 27px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.table-style-4 .table-container .table-column .table-content .table-detail .table-option li {
  padding: 14px 10px;
}
.table-style-4 .table-container .table-column .table-content .table-detail .table-option li:nth-child(even) {
  background-color: #dddddd;
}
.table-style-4 .table-container .table-column .table-content .button-container a {
  color: #fff;
  display: block;
  font-size: 116.67%;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-4 .table-container .table-column .table-content .button-container a:hover {
  background-color: #222;
}
.table-style-5 .pricing-title {
  margin-bottom: 40px;
}
.table-style-5 .table-container {
  text-align: center;
}
.table-style-5 .table-container .table-column {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  margin: 0 4px;
}
.table-style-5 .table-container .table-column .table-content {
  background-color: #ebebeb;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table-style-5 .table-container .table-column .table-content .table-price {
  padding-top: 10px;
  padding-bottom: 25px;
  font-weight: bold;
  color: #222;
}
.table-style-5 .table-container .table-column .table-content .table-price .price {
  font-size: 300%;
}
.table-style-5 .table-container .table-column .table-content .table-price .dv-price {
  font-size: 200%;
}
.table-style-5 .table-container .table-column .table-content .table-price .short-des {
  color: #909090;
  margin-top: -5px;
  text-transform: uppercase;
}
.table-style-5 .table-container .table-column .table-content .button-container a {
  display: block;
  font-size: 116.67%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  position: relative;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-5 .table-container .table-column .table-content .button-container a:before {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.table-style-5 .table-container .table-column.column-active .table-content {
  margin-top: -5px;
}
.table-style-5 .table-container .table-column.column-active .table-content .table-price {
  padding-top: 15px;
  padding-bottom: 30px;
}
.table-style-5 .color-1 {
  background-color: #4cbf8d;
}
.table-style-5 .color-1:before {
  background-color: #4cbf8d;
}
.table-style-5 .color-1:hover {
  background-color: #222;
}
.table-style-5 .color-1:hover:before {
  background-color: #222;
}
.table-style-5 .color-2 {
  background-color: #f4a137;
}
.table-style-5 .color-2:before {
  background-color: #f4a137;
}
.table-style-5 .color-2:hover {
  background-color: #222;
}
.table-style-5 .color-2:hover:before {
  background-color: #222;
}
.table-style-5 .color-3 {
  background-color: #50c1e9;
}
.table-style-5 .color-3:before {
  background-color: #50c1e9;
}
.table-style-5 .color-3:hover {
  background-color: #222;
}
.table-style-5 .color-3:hover:before {
  background-color: #222;
}
.team-title h2 {
  font-size: 150%;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  margin-bottom: 35px;
}
.team-container {
  margin-bottom: 75px;
}
.team-style-1 .team-container .team-inner .team-info {
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 15px 10px 10px;
}
.team-style-1 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
  color: #222;
}
.team-style-1 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  color: #777;
  padding: 5px 0 10px;
}
.team-style-1 .team-container .team-inner .team-info .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-1 .team-container .team-inner .team-info .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-1 .team-container .team-inner .team-info .socials li a:hover {
  top: -2px;
}
.team-style-1 .team-container .team-inner .team-info .socials li.rss a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/rss.png);
}
.team-style-1 .team-container .team-inner .team-info .socials li.facebook a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/facebook.png);
}
.team-style-1 .team-container .team-inner .team-info .socials li.twitter a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/twitter.png);
}
.team-style-1 .team-container .team-inner .team-info .socials li.google-plus a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/google.png);
}
.team-style-2 .team-container .team-inner .team-info {
  text-align: center;
  padding: 15px 10px 10px;
  color: #fff;
}
.team-style-2 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
}
.team-style-2 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  padding: 5px 0 10px;
}
.team-style-2 .team-container .team-inner .team-image {
  position: relative;
}
.team-style-2 .team-container .team-inner .team-image .socials {
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 100%;
}
.team-style-2 .team-container .team-inner .team-image .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-2 .team-container .team-inner .team-image .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-2 .team-container .team-inner .team-image .socials li a:hover {
  top: -2px;
}
.team-style-2 .team-container .team-inner .team-image .socials li.rss a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/rss_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials li.facebook a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/facebook_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials li.twitter a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/twitter_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials li.google-plus a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/google_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials-container {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-2 .team-container .team-inner .team-image:hover .socials-container {
  opacity: 1;
}
.team-style-3 .team-container .team-inner .team-info {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-3 .team-container .team-inner .team-info .team-info-middle {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-style-3 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
}
.team-style-3 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  padding: 10px 0 15px;
}
.team-style-3 .team-container .team-inner .team-image {
  position: relative;
}
.team-style-3 .team-container .team-inner .team-image:hover .team-info {
  opacity: 1;
}
.team-style-3 .team-container .team-inner .team-image .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-3 .team-container .team-inner .team-image .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-3 .team-container .team-inner .team-image .socials li a:hover {
  top: -2px;
}
.team-style-3 .team-container .team-inner .team-image .socials li.rss a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/rss_2.png);
}
.team-style-3 .team-container .team-inner .team-image .socials li.facebook a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/facebook_2.png);
}
.team-style-3 .team-container .team-inner .team-image .socials li.twitter a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/twitter_2.png);
}
.team-style-3 .team-container .team-inner .team-image .socials li.google-plus a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/google_2.png);
}
.team-style-4 .team-container .team-inner .team-image {
  width: 270px;
  float: left;
}
.team-style-4 .team-container .team-inner .team-info {
  margin-left: 270px;
  background-color: #ebebeb;
  padding: 28px 10px 10px 30px;
}
.team-style-4 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
  color: #222;
}
.team-style-4 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  color: #777;
  padding: 5px 0 10px;
}
.team-style-4 .team-container .team-inner .team-info .socials {
  margin: 10px 0;
  display: table;
}
.team-style-4 .team-container .team-inner .team-info .socials li {
  float: left;
  margin-right: 5px;
}
.team-style-4 .team-container .team-inner .team-info .socials li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-4 .team-container .team-inner .team-info .socials li a:before {
  font-family: fontawesome;
}
.team-style-4 .team-container .team-inner .team-info .socials li a:hover {
  top: -2px;
}
.team-style-4 .team-container .team-inner .team-info .socials li.rss a:before {
  content: "\f09e";
}
.team-style-4 .team-container .team-inner .team-info .socials li.facebook a:before {
  content: "\f09a";
}
.team-style-4 .team-container .team-inner .team-info .socials li.twitter a:before {
  content: "\f099";
}
.team-style-4 .team-container .team-inner .team-info .socials li.google-plus a:before {
  content: "\f0d5";
}
.team-style-4 .team-container .team-inner .team-info .contact li {
  margin: 3px 0;
}
.team-style-4 .team-container .team-inner .team-info .contact li:before {
  display: inline-block;
  width: 22px;
  font-family: fontawesome;
}
.team-style-4 .team-container .team-inner .team-info .contact li.phone:before {
  content: "\f10b";
  font-size: 18px;
}
.team-style-4 .team-container .team-inner .team-info .contact li.email:before {
  content: "\f0e0";
}
.team-style-4 .team-container .team-inner .team-info .contact li.tool-contact:before {
  content: "\f17e";
  font-size: 16px;
}
.team-style-5 .team-container .team-inner .team-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.team-style-5 .team-container .team-inner .team-info {
  text-align: center;
  padding: 25px 0 0;
}
.team-style-5 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
  color: #222;
}
.team-style-5 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  color: #777;
  padding: 5px 0 10px;
}
.team-style-5 .team-container .team-inner .team-info .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-5 .team-container .team-inner .team-info .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-5 .team-container .team-inner .team-info .socials li a:hover {
  top: -2px;
}
.team-style-5 .team-container .team-inner .team-info .socials li.rss a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/rss.png);
}
.team-style-5 .team-container .team-inner .team-info .socials li.facebook a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/facebook.png);
}
.team-style-5 .team-container .team-inner .team-info .socials li.twitter a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/twitter.png);
}
.team-style-5 .team-container .team-inner .team-info .socials li.google-plus a {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/google.png);
}
.team-style-5 .team-image {
  text-align: center;
}
.team-style-5 .team-image img {
  max-width: 218px;
}
.category-item .image-category {
  margin-bottom: 30px;
  position: relative;
  padding: 1px;
}
.category-item .image-category img {
  outline: 1px solid #ddd;
}
.category-item .image-category .center-bottom {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.category-item .image-category .left-center {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  width: 100%;
}
.category-item .image-category .title-category h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 200%;
}
.category-item .image-category .title-category h2 a {
  color: #222;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.category-item .image-category .title-category h2 a:hover {
  color: #333;
}
.category-item .image-category .description {
  font-size: 108.33%;
  color: #777777;
  margin: 15px 0 25px;
}
.category-item .image-category .btn-shopnow {
  display: inline-block;
  border: 1px solid #dddddd;
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
  padding: 7px 20px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.category-item .image-category .btn-shopnow:hover {
  background-color: #fff;
  border-color: #fff;
}
.category-item.category-3 {
  clear: both;
}
.popular-search .search-title {
  margin-bottom: 15px;
}
.popular-search .search-title h2 {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  font-size: 150%;
}
.link-list li {
  padding: 10px 0;
}
.link-list li a {
  text-transform: uppercase;
  font-size: 91.67%;
  color: #777777;
}
.link-list li.category-link-title {
  padding-top: 25px;
}
.link-list li.category-link-title a {
  font-size: 133.33%;
  font-weight: bold;
}
.country-item .country-info h2 {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 116.67%;
  text-align: center;
  padding: 10px 0 55px;
}
.country-container,
.testimonials-style-1 {
  padding-top: 40px;
}
.owl-loaded {
  display: block;
}
.testimonials-title h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 150%;
  color: #222;
  text-align: center;
}
.testimonials-style-1 {
  margin-bottom: 40px;
}
.testimonials-style-1 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-1 .testimonials-image {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-1 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-1 .testimonials-info {
  text-align: center;
  padding: 30px 30px 0;
}
.testimonials-style-1 .testimonials-info .description-client {
  font-size: 108.33%;
}
.testimonials-style-1 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0;
}
.testimonials-style-1 .owl-theme .owl-dots {
  text-align: center;
  float: none;
  margin: 0;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot {
  float: none;
  display: inline-block;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot span {
  display: block;
  cursor: pointer;
  margin: 0 6px;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonial_2_wrapper {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #f6f6f6;
}
.testimonials-style-2 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-2 .testimonials-container {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonials-style-2 .testimonials-container .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.testimonials-style-2 .testimonials-container .owl-theme .owl-dots {
  float: none;
  margin: 0;
  text-align: center;
}
.testimonials-style-2 .testimonials-image {
  width: 155px;
  height: 155px;
  float: left;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-2 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-2 .testimonials-info {
  margin-left: 175px;
  padding-top: 5px;
}
.testimonials-style-2 .testimonials-info .description-client {
  font-size: 108.33%;
  font-style: italic;
}
.testimonials-style-2 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0 0;
  color: #ea3a3c;
}
.testimonials-style-2 .item {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot {
  float: none;
  display: inline-block;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot span {
  display: block;
  cursor: pointer;
  margin: 0 6px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-3 {
  margin-bottom: 40px;
}
.testimonials-style-3 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-3 .testimonials-image {
  width: 155px;
  height: 155px;
  float: left;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-3 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-3 .testimonials-info {
  margin-left: 175px;
  padding-top: 5px;
}
.testimonials-style-3 .testimonials-info .description-client {
  font-size: 108.33%;
  font-style: italic;
}
.testimonials-style-3 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0 0;
  color: #ea3a3c;
}
.testimonials-style-3 .item {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  padding: 30px;
}
.testimonials-style-3 .owl-theme .owl-dots {
  float: none;
  margin: 0;
  text-align: center;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot {
  float: none;
  display: inline-block;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  cursor: pointer;
  margin: 0 6px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonial_4_wrapper {
  padding: 40px 0;
  background-color: #f6f6f6;
}
.blurred-background {
  padding: 40px 0;
}
.testimonials-style-4 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-4 .testimonials-image {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-4 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-4 .testimonials-info {
  text-align: center;
  padding: 30px 10px 0;
  max-width: 700px;
  margin: 0 auto;
}
.testimonials-style-4 .testimonials-info .description-client {
  font-size: 108.33%;
}
.testimonials-style-4 .testimonials-info .name-client {
  color: #ea3a3c;
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0;
}
.testimonials-style-4 .owl-theme .owl-dots .owl-dot span {
  cursor: pointer;
  margin: 0 6px;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-4 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-4 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-4 .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  width: 156px;
  left: 50%;
  margin-left: -78px;
}
.testimonials-style-4 .owl-theme .owl-nav div {
  width: 30px;
  height: 31px;
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/btn-control-owl.png);
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  top: 55px;
}
.testimonials-style-4 .owl-theme .owl-nav .owl-next {
  background-position: -145px 0;
  right: -40px;
}
.testimonials-style-4 .owl-theme .owl-nav .owl-prev {
  background-position: -29px 0;
  left: -40px;
}
.blurred-background {
  background: url(../../frontend/Sm/lovefashion/en_US/images/pages/blurred_bg.jpg) no-repeat top center;
}
.testimonials-style-5 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-5 .testimonials-title h2 {
  color: #fff;
}
.testimonials-style-5 .testimonials-image {
  width: 155px;
  height: 155px;
  float: left;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-5 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-5 .testimonials-info {
  margin-left: 175px;
  padding-top: 5px;
}
.testimonials-style-5 .testimonials-info .description-client {
  font-size: 108.33%;
  font-style: italic;
}
.testimonials-style-5 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0 0;
  color: #ea3a3c;
}
.testimonials-style-5 .item {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.testimonials-style-5 .testimonials-container {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonials-style-5 .testimonials-container .owl-carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.testimonials-style-5 .owl-theme .owl-dots {
  float: none;
  margin: 0;
  text-align: center;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot {
  float: none;
  display: inline-block;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  cursor: pointer;
  margin: 0 6px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.events-list .item {
  margin-bottom: 40px;
  display: table;
  width: 100%;
}
.events-list .item .event-image {
  width: 270px;
  float: left;
}
.events-list .item .event-info {
  margin-left: 300px;
}
.events-list .item .event-info .bottom-info a:hover {
  text-decoration: underline;
}
.events-list .item .event-info .event-title h2 {
  font-size: 133.33%;
  font-weight: bold;
}
.events-list .item .event-info .event-title h2 a {
  color: #444444;
}
.events-list .item .event-info .event-date {
  font-size: 91.67%;
  color: #909090;
  padding: 6px 0 5px;
}
.events-list .item .event-info .event-date span {
  display: inline-block;
  padding: 0 30px;
}
.events-list .item .event-info .event-date:before {
  font-family: fontawesome;
  content: "\f073";
  font-size: 13px;
  margin-right: 5px;
}
.events-list .item .event-info .event-description {
  margin-bottom: 10px;
}
.hd-typography {
  display: inline-block;
  margin-right: 70px;
}
.heading-typography {
  padding: 20px 0 30px;
}
.typography-h1,
.typography-h2,
.typography-h3,
.typography-h4,
.typography-h5,
.typography-h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.typography-h1 {
  font-size: 216.67%;
}
.typography-h2 {
  font-size: 166.67%;
}
.typography-h3 {
  font-size: 150%;
}
.typography-h4 {
  font-size: 133.33%;
}
.typography-h5 {
  font-size: 116.67%;
}
.typography-h6 {
  font-size: 91.67%;
}
.paragraph p,
.blockquotes-container p {
  margin-bottom: 20px;
}
.blockquotes {
  background: url(../../frontend/Sm/lovefashion/en_US/images/pages/qte.png) no-repeat center 27px #eee;
  border-left: 5px solid #ea3a3c;
  border-radius: 6px;
  padding: 55px 20px 20px;
}
.blockquotes .name-qte {
  color: #ea3a3c;
  font-size: 116.67%;
  font-weight: bold;
}
.dropcaps {
  padding: 20px 0 40px;
}
.dropcap:first-letter {
  font-size: 216.67%;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  float: left;
}
.dropcap.dropcap-type1:first-letter {
  margin: -4px 10px 9px;
}
.dropcap.dropcap-type2:first-letter {
  background-color: #ea3a3c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 13px;
  vertical-align: middle;
  width: 40px;
}
.dropcap.dropcap-type3:first-letter {
  background-color: #ea3a3c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  margin-top: -5px;
  padding: 10px 13px;
  vertical-align: middle;
  width: 40px;
}
.w-newsletter {
  background: url("../../frontend/Sm/lovefashion/en_US/images/bg-popup-n.png") no-repeat scroll center center;
  min-height: 400px;
  padding: 15px 18px;
  width: 770px;
}
.w-newsletter .newsletter-info {
  max-width: 425px;
}
.w-newsletter .newsletter-info .newsletter-title {
  font-size: 166.67%;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
}
.w-newsletter .newsletter-info .logo-n-salamy {
  margin-bottom: 25px;
  margin-top: 45px;
}
.w-newsletter .newsletter-info .short-description {
  padding: 10px 0 15px;
}
.w-newsletter .newsletter-info .subscribe-bottom {
  padding: 15px 0;
}
.w-newsletter .newsletter-info .subscribe-bottom .checker {
  display: inline-block;
  position: relative;
  top: 2px;
}
.w-newsletter .newsletter-info .subscribe-bottom label {
  font-weight: normal;
  padding-left: 5px !important;
}
.w-newsletter .newsletter-info .form-newsletter-popup {
  display: block;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box {
  display: block;
  vertical-align: top;
  width: 100%;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
  border: medium none;
  color: #c8c8c8;
  font-size: 91.67%;
  height: 50px;
  line-height: 50px;
  padding-bottom: 0px;
  padding-top: 0;
  width: 100%;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter {
  margin-bottom: 10px;
  margin-top: 10px;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
  background-color: #303030;
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/btn-n-letter-popup.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 0 13px 0 40px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 133.33%;
  height: 40px;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button:hover {
  background-color: #333;
}
.socials-popup li {
  display: inline-block;
}
.socials-popup li a {
  display: inline-block;
  line-height: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.socials-popup li a:hover {
  color: #fff;
}
.faq-accordion {
  box-shadow: none;
  background: transparent;
  margin-top: 0 !important;
  border: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.faq-accordion .panel-body img {
  width: auto;
  max-width: 100%;
}
.faq-accordion .panel-body p {
  margin-bottom: 20px;
}
.faq-accordion.accordion-type-2 {
  margin: 0 !important;
}
.faq-accordion.accordion-type-4 {
  margin: 0 !important;
}
.faq-accordion.accordion-type-5 {
  margin: 0 !important;
}
.full-wrapper-faq-2,
.full-wrapper-faq-4 {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #f6f6f6;
}
.full-wrapper-faq-4 .container {
  padding-left: 15px;
  padding-right: 15px;
}
.accordion-type-1 {
  margin-bottom: 40px;
}
.accordion-type-1 .faq-accordion:last-child .panel-title a {
  border-bottom: 0;
}
.accordion-type-1 .panel-title {
  font-size: 133.33%;
}
.accordion-type-1 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-1 .panel-title a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/pages/btn_faqs.png) no-repeat left bottom;
}
.accordion-type-1 .panel-title a.collapsed {
  border-bottom: 1px solid #ebebeb;
}
.accordion-type-1 .panel-title a.collapsed:before {
  background-position: top left;
}
.accordion-type-1 .panel-body {
  display: table;
  width: 100%;
  padding: 10px 0 30px;
  border-bottom: 1px solid #ebebeb;
}
.accordion-type-2 .panel-title {
  font-size: 133.33%;
}
.accordion-type-2 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-2 .panel-title a.collapsed {
  border-bottom: 1px dotted #ababab;
}
.accordion-type-2 .panel-title a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.accordion-type-2 .panel-body {
  display: table;
  width: 100%;
  padding: 10px 0 30px;
  border-bottom: 1px dotted #ababab;
}
.faq-icon1 {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/faq-icon1.png);
}
.faq-icon2 {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/faq-icon2.png);
}
.faq-icon3 {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/faq-icon3.png);
}
.faq-icon4 {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/faq-icon4.png);
}
.faq-icon5 {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/pages/faq-icon5.png);
}
.accordion-type-3 {
  margin-bottom: 40px;
}
.accordion-type-3 .faq-accordion {
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 17px;
  color: #fff;
}
.accordion-type-3 .panel-title {
  font-size: 133.33%;
}
.accordion-type-3 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-3 .panel-title a:hover {
  color: #333;
}
.accordion-type-3 .panel-title a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/pages/btn_faqs_2.png) no-repeat left bottom;
}
.accordion-type-3 .panel-title a.collapsed:before {
  background-position: top left;
}
.accordion-type-3 .panel-body {
  display: table;
  width: 100%;
  padding: 10px 0 30px;
}
.accordion-type-3 .imagebox-faq {
  float: left;
  width: 145px;
}
.accordion-type-3 .info-faq {
  margin-left: 173px;
}
.accordion-type-3 .color-1 {
  background-color: #a864a8;
}
.accordion-type-3 .color-2 {
  background-color: #c7b299;
}
.accordion-type-3 .color-3 {
  background-color: #7cc576;
}
.accordion-type-3 .color-4 {
  background-color: #7accc8;
}
.accordion-type-3 .color-5 {
  background-color: #448ccb;
}
.accordion-type-3 .color-6 {
  background-color: #ea3a3c;
}
.accordion-type-4 .faq-accordion {
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 18px;
  border: none;
}
.accordion-type-4 .panel-title {
  font-size: 133.33%;
}
.accordion-type-4 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 56px;
  position: relative;
  border-bottom: none;
}
.accordion-type-4 .panel-title a span.number {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0;
  width: 40px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #f5f5f5;
}
.accordion-type-4 .panel-body {
  display: table;
  width: 100%;
  padding: 30px 25px;
  border-top: 1px solid #f5f5f5;
}
.accordion-type-4 .imagebox-faq {
  float: left;
  width: 145px;
}
.accordion-type-4 .info-faq {
  margin-left: 173px;
}
.accordion-type-5 .accordion-heading {
  background-color: #eee;
  padding: 5px 20px;
}
.accordion-type-5 .panel-body {
  padding: 20px 20px 30px;
  background-color: #eee;
  position: relative;
}
.accordion-type-5 .panel-body:before {
  content: "";
  background-color: #d7d7d7;
  height: 1px;
  left: 20px;
  right: 20px;
  top: 0;
  display: inline-block;
  position: absolute;
}
.accordion-type-5 .panel-title {
  font-size: 133.33%;
}
.accordion-type-5 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-5 .panel-title a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/pages/btn_faqs.png) no-repeat left bottom;
}
.accordion-type-5 .panel-title a.collapsed {
  border-bottom: 1px solid #ebebeb;
}
.accordion-type-5 .panel-title a.collapsed:before {
  background-position: top left;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    float: left;
    width: 20%;
  }
  .team-style-4 .team-container .team-inner .team-info {
    min-height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-20 {
    float: left;
    width: 20%;
  }
  .table-style-2 .table-container .table-column .table-content .table-detail .table-option li {
    padding: 5px 15px;
  }
  .our-team img {
    width: auto;
    max-width: 100%;
  }
  .categories-page img {
    width: auto;
    max-width: 100%;
  }
  .category-3,
  .category-5 {
    clear: left;
  }
  .accordion-type-5 .faq-accordion {
    margin-bottom: 4px !important;
  }
  .country-item img {
    width: 100%;
  }
  .team-style-4 .team-container .team-inner .team-info {
    padding: 28px 10px 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-style-1 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .table-style-1 .table-container .table-column.column-active {
    position: static;
    top: 0;
  }
  .table-style-2 .table-column {
    margin-bottom: 30px;
  }
  .table-style-2 .column-active {
    padding: 30px 0 10px;
  }
  .table-style-3 .table-container .table-column,
  .table-style-4 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .our-team img {
    width: 100%;
  }
  .team-style-1 .team-inner,
  .team-style-2 .team-inner,
  .team-style-3 .team-inner,
  .team-style-5 .team-inner {
    margin-bottom: 30px;
  }
  .team-style-4 .item-team {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .category-item.category-3 {
    clear: none;
  }
  .categories-page img {
    width: auto;
    max-width: 100%;
  }
  .category-4 {
    clear: both;
  }
  .accordion-type-5 .faq-accordion {
    margin-bottom: 4px !important;
  }
  .dropcap {
    clear: both;
    margin: 30px 0;
  }
  .events-list .item .event-image {
    float: none;
    width: auto;
  }
  .events-list .item .event-info {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
  .team-style-4 .team-container .team-inner .team-image {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .team-style-4 .team-container .team-inner .team-info {
    float: none;
    display: table-cell;
    margin: 0;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .table-style-1 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .table-style-1 .table-container .table-column.column-active {
    position: static;
    top: 0;
  }
  .table-style-2 .table-column {
    margin-bottom: 30px;
  }
  .table-style-2 .column-active {
    padding: 30px 0 10px;
  }
  .table-style-3 .table-container .table-column,
  .table-style-4 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .table-style-5 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .our-team img {
    width: 100%;
  }
  .team-style-1 .team-inner,
  .team-style-2 .team-inner,
  .team-style-3 .team-inner,
  .team-style-5 .team-inner {
    margin-bottom: 30px;
  }
  .team-style-4 .item-team {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .team-style-4 .team-container .team-inner .team-image {
    float: none;
    width: 100%;
  }
  .team-style-4 .team-container .team-inner .team-info {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .categories-page img {
    width: 100%;
  }
  .accordion-type-5 .faq-accordion {
    margin-bottom: 4px !important;
  }
  .full-wrapper-faq-4 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 15px;
  }
  .accordion-type-3 .info-faq,
  .accordion-type-4 .info-faq {
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }
  .dropcap {
    clear: both;
    margin: 30px 0;
  }
  .events-list .item .event-image {
    float: none;
    width: auto;
  }
  .events-list .item .event-image img {
    width: auto;
    max-width: 100%;
  }
  .events-list .item .event-info {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
  .full-wrapper.testimonial_2_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-wrapper.testimonial_4_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-wrapper.blurred-background {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonials-style-2 .testimonials-image,
  .testimonials-style-3 .testimonials-image,
  .testimonials-style-5 .testimonials-image {
    float: none;
    margin: 0 auto;
  }
  .testimonials-style-2 .testimonials-info,
  .testimonials-style-3 .testimonials-info,
  .testimonials-style-5 .testimonials-info {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-top: 20px;
  }
  .blurred-background {
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .w-newsletter {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .category-item .image-category .description {
    display: none;
  }
  .category-item .image-category .title-category h2 {
    margin-bottom: 10px;
  }
  .country-item,
  .parners-list li {
    text-align: center;
  }
}
.cart.table-wrapper .gift-content._active {
  table-layout: auto;
}
.category-view .category-image {
  display: none;
}
.block-subtitle.filter-subtitle {
  display: none;
}
.filter-content .filter-current .block-subtitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.filter-content .filter-current .item .filter-label {
  font-weight: bold;
  display: inline;
}
.filter-content .filter-current .item .filter-label:after {
  content: ":";
}
.filter-content .filter-current .item .remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.filter-content .filter-current .item .remove span {
  display: none;
}
.filter-content .filter-actions {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.filter-content .filter-actions .filter-clear {
  display: inline-block;
  float: right;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #333;
  margin-top: 15px;
  color: #fff;
}
.filter-content .filter-actions .filter-clear:hover {
  background-color: #000;
}
.label-product {
  color: #fff;
  display: inline-block;
  font-size: 133.33%;
  height: 44px;
  top: 10px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  width: 44px;
}
.label-product.label-sale {
  right: 10px;
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/sale-label-p.png") no-repeat scroll left top;
}
.label-product.label-new {
  left: 10px;
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/new-label-p.png") no-repeat scroll left top;
}
.block .block-title {
  margin-bottom: 20px;
  position: relative;
}
.block .block-title:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.block .block-title strong {
  color: #666666;
  font-size: 166.67% !important;
  font-weight: normal;
  text-transform: capitalize;
  display: inline-block;
  padding-bottom: 5px;
}
.block .block-content.filter-content .filter-options-title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 100%;
  margin-bottom: 15px;
}
.block .block-content.filter-content .filter-options-content {
  padding-left: 0px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}
.block .block-content.filter-content .filter-options-content:last-child {
  padding-bottom: 0;
  border: none;
}
.block .block-content.filter-content .filter-options-content .items li {
  margin-bottom: 0px;
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
}
.block .block-content.filter-content .filter-options-content .items li:last-child {
  margin-bottom: 0;
}
.block .block-content.filter-content .filter-options-content .items li a {
  display: block;
  position: relative;
  padding-left: 23px;
}
.block .block-content.filter-content .filter-options-content .items li a:hover:after {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/icon-image.png) no-repeat -18px -136px;
  z-index: 10;
}
.block .block-content.filter-content .filter-options-content .items li a .count {
  float: right;
  margin-left: 5px;
}
.block .block-content.filter-content .filter-options-content .items li a:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #e9e9e9;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 5;
}
.block.block-compare .block-title .no-display {
  display: none;
}
.block.block-compare .empty {
  border: 1px solid #ddd;
  padding: 20px;
}
.block.block-compare .product-items {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.block.block-compare .product-items .product-item {
  margin-bottom: 10px;
}
.block.block-compare .product-items .delete {
  float: right;
}
.block.block-compare .product-items .delete:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.block.block-compare .product-items .delete span {
  display: none;
}
.products-grid {
  position: relative;
  margin: 0;
}
.products-grid div[class^="swatch-opt-"] {
  margin-bottom: 10px;
}
.products-grid .product-item-photo {
  display: block;
  line-height: 0;
}
.products-grid .product-item-photo .product-image-container {
  width: 100% !important;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto !important;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img {
  width: 100%;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
  position: relative;
  float: none;
}
.products-grid .item .item-inner {
  margin-bottom: 30px;
}
.products-grid .item .item-inner .box-image {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.products-grid .item .item-inner .box-image a img {
  width: 100%;
}
.products-grid .item .item-inner .box-image:hover {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.products-grid .item .item-inner .box-image:hover .sm_quickview_handler {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.products-grid .item .item-inner .box-info {
  padding: 10px 0px 0;
}
.products-grid .item .item-inner .box-info .product-name {
  display: block;
  font-size: 133.33%;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
}
.products-grid .item .item-inner .box-info .product-reviews-summary {
  margin: 3px 0;
}
.products-grid .item .item-inner .box-info .price-box {
  height: 25px;
  margin: 0 0 15px;
}
.products-grid .item .item-inner .box-info .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.products-grid .item .item-inner .box-info .product-reviews-summary.empty {
  padding-top: 0;
  height: 20px;
}
.products-grid .item .item-inner .box-info .product-reviews-summary.empty .reviews-actions {
  display: block;
  width: 74px;
  margin-top: 3px;
  height: 12px;
  background: url(../../frontend/Sm/lovefashion/en_US/images/rating_icon.png) repeat-x left bottom;
}
.products-grid .item .item-inner .box-info .product-reviews-summary.empty .reviews-actions a {
  display: none;
}
.products-grid .item .item-inner .box-info .bottom-action {
  display: table;
}
.products-grid .item .item-inner .box-info .bottom-action .actions-primary {
  padding-bottom: 5px;
}
.products-grid .item .item-inner .box-info .bottom-action .actions-primary,
.products-grid .item .item-inner .box-info .bottom-action .actions-secondary {
  float: left;
}
.products-grid .item .item-inner .box-info .bottom-action form {
  float: left;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-cart {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/icon-btn-add-to-cart.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  float: left;
  padding-left: 35px;
  white-space: nowrap;
  background-color: #868686;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 133.33%;
  height: 38px;
  line-height: 38px;
  padding: 0 13px 0 35px !important;
  transition: all 0.4s ease 0s;
  text-indent: 0 !important;
  width: auto !important;
  margin-right: 5px !important;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action {
  border-radius: 3px;
  display: inline-block;
  height: 38px;
  margin-right: 3px;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.4s ease 0s;
  vertical-align: top;
  width: 38px;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist span,
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare span {
  display: none;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/wishlist-icon.png") no-repeat scroll center center;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/icon-btn-compare.png") no-repeat scroll center center;
}
.products-list {
  margin: 0;
}
.products-list .item .item-inner {
  margin-bottom: 30px;
  position: relative;
  display: table;
  width: 100%;
}
.products-list .item .item-inner .box-image-list {
  float: left;
  margin-right: 20px;
  position: relative;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  width: 270px;
}
.products-list .item .item-inner .box-image-list .label-product {
  top: 10px;
}
.products-list .item .item-inner .box-image-list .label-product.label-sale {
  left: 10px;
}
.products-list .item .item-inner .box-image-list .label-product.label-new {
  right: 10px;
}
.products-list .item .item-inner .box-image-list .product-image-container {
  width: 100% !important;
  max-width: inherit;
}
.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto !important;
  overflow: visible;
}
.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper .product-image-photo {
  width: 100% !important;
  position: relative;
}
.products-list .item .item-inner .box-image-list .product-item-photo {
  display: block;
  line-height: 0;
}
.products-list .item .item-inner .box-image-list:hover {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.products-list .item .item-inner .box-image-list:hover .sm_quickview_handler {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.products-list .item .item-inner .box-info-list {
  margin-left: 295px;
}
.products-list .item .item-inner .box-info-list .product-name {
  font-size: 133.33%;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.products-list .item .item-inner .box-info-list .price-box {
  margin: 5px 0 10px;
}
.products-list .item .item-inner .box-info-list .product-reviews-summary {
  color: #909090;
  font-size: 93%;
  display: block;
}
.products-list .item .item-inner .box-info-list .bottom-action {
  display: table;
}
.products-list .item .item-inner .box-info-list .bottom-action form {
  float: left;
}
.products-list .item .item-inner .box-info-list .bottom-action form .tocart.btn-cart {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/icon-btn-add-to-cart.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  float: left;
  padding-left: 35px;
  white-space: nowrap;
  background-color: #868686;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 133.33%;
  height: 38px;
  line-height: 38px;
  padding: 0 13px 0 35px !important;
  transition: all 0.4s ease 0s;
  text-indent: 0 !important;
  width: auto !important;
  margin-right: 6px !important;
}
.products-list .item .item-inner .box-info-list .bottom-action .add-to-links {
  float: left;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  height: 38px;
  margin-right: 3px;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.4s ease 0s;
  vertical-align: top;
  width: 38px;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist span,
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare span {
  display: none;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/wishlist-icon.png") no-repeat scroll center center;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/icon-btn-compare.png") no-repeat scroll center center;
}
.products-list .item .item-inner .box-info-list .ratings {
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 15px 0 0;
}
.products-list .item .item-inner .box-info-list .no-rating {
  height: 20px;
  line-height: 20px;
  margin: 10px 0 5px;
}
.products-list .item .item-inner .box-info-list .product-item-inner {
  margin-bottom: 25px;
}
.products-list .item .item-inner .box-info-list .product-item-inner .more {
  display: none;
}
.toolbar {
  background: #eeeeee none repeat scroll 0 0;
  margin-bottom: 30px;
}
.toolbar select {
  height: 30px;
}
.toolbar .modes {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  display: inline-block;
  width: 36px;
  height: 38px;
  line-height: 40px;
  background: #dddddd;
  float: left;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.toolbar .modes .modes-mode:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #878787;
}
.toolbar .modes .modes-mode span {
  display: none;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: '\f009';
}
.toolbar .modes .modes-mode.mode-list:before {
  content: '\f039';
}
.toolbar .modes .modes-mode:hover:before,
.toolbar .modes .modes-mode.active:before {
  color: #fff;
}
.toolbar .toolbar-amount {
  margin: 0;
}
.toolbar .toolbar-sorter {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-top: 3px;
}
.toolbar .toolbar-sorter .sorter-label,
.toolbar .toolbar-sorter .sorter-options,
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar .toolbar-sorter .sorter-label {
  line-height: 32px;
  margin: 0;
}
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  padding: 0 5px;
}
.toolbar .toolbar-sorter .sorter-action span {
  display: none;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: '\f176';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: '\f175';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.toolbar .limiter {
  display: inline-block;
  vertical-align: top;
  padding: 3px 12px 3px 0;
  border-right: 1px solid #fff;
}
.toolbar .limiter .label,
.toolbar .limiter .control,
.toolbar .limiter .limiter-text {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar .limiter .label {
  line-height: 32px;
  margin: 0;
}
.toolbar .pages {
  display: inline-block;
  vertical-align: top;
  float: right;
  border-left: 1px solid #fff;
  padding: 5px;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages .pages-items .item {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  height: 28px;
  border: 1px solid #e9e9e9;
  line-height: 28px;
  text-align: center;
  background: #fff;
}
.toolbar .pages .pages-items .item:hover a {
  color: #fff;
}
.toolbar .pages .pages-items .item a {
  display: block;
  color: #666666;
}
.toolbar .pages .pages-items .item a .label {
  display: none;
}
.toolbar .pages .pages-items .item.current {
  color: #fff;
}
.toolbar .pages .pages-items .item.current .label {
  display: none;
}
.toolbar .pages .pages-items .item.pages-item-next a,
.toolbar .pages .pages-items .item.pages-item-previous a {
  padding: 0 10px;
}
.toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.products-sidebar .item {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.products-sidebar .item:last-child {
  margin-bottom: 0;
}
.products-sidebar .item .item-inner .box-image {
  float: left;
  width: 85px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.products-sidebar .item .item-inner .box-image:hover {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.products-sidebar .item .item-inner .box-info {
  margin-left: 100px;
}
.products-sidebar .item .item-inner .box-info .product-name {
  font-size: 133.33%;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-sidebar .item .item-inner .box-info .product-item-actions .actions-primary {
  padding: 10px 0;
}
.products-sidebar .item .item-inner .box-info .product-item-actions .actions-secondary a {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-grid .item .item-inner .box-info {
    padding: 10px 0px 20px;
  }
  .products-grid .item .item-inner .box-info .bottom-action .btn-action {
    margin-right: 2px;
  }
  .products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:before {
    display: none;
  }
  .sm_quickview_handler {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-grid .item .item-inner .box-info {
    padding: 10px 0px 20px;
  }
  .products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:before {
    display: none;
  }
  .sm_quickview_handler {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm_quickview_handler {
    display: none !important;
  }
  .products-grid .item .item-inner .box-info {
    padding: 10px 0px 20px;
  }
  .products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:before {
    display: none;
  }
  .toolbar-top .modes,
  .toolbar-top .toolbar-sorter {
    margin-right: 20px;
  }
  .toolbar-top .pages {
    display: none;
  }
  .toolbar-bottom .toolbar-sorter,
  .toolbar-bottom .limiter {
    display: none;
  }
  .products-list .item .item-inner .box-image-list {
    width: 150px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 160px;
  }
}
@media (max-width: 480px) {
  .toolbar .modes {
    margin-right: 10px;
  }
  .toolbar-top .limiter {
    float: none;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
  }
  .products-list .item .item-inner .box-image-list,
  .products-list .item .item-inner .box-info-list {
    width: 100%;
    margin: 0;
  }
  .products-list .item .item-inner .box-info-list {
    clear: both;
    padding-top: 10px;
  }
  .toolbar .toolbar-sorter,
  .toolbar .limiter {
    display: none;
  }
}
.images-block {
  display: block;
}
.images-block img {
  max-width: 100%;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  width: auto;
  display: block;
}
.images-block img:hover {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.category-view .sm-basic-products {
  position: relative;
  margin-bottom: 30px;
}
.category-view .sm-basic-products .products-grid,
.category-view .sm-basic-products .owl-carousel {
  position: static;
}
.category-view .sm-basic-products .products-grid .item-inner,
.category-view .sm-basic-products .owl-carousel .item-inner {
  margin: 0px;
}
.category-view .sm-basic-products .owl-controls .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.category-view .sm-basic-products .owl-controls .owl-nav > div {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 4px;
  cursor: pointer;
  display: inline-block;
  height: 29px;
  overflow: hidden;
  transition: background-color 0.2s ease 0s;
  -moz-transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
  width: 29px;
  color: #999;
}
.category-view .sm-basic-products .owl-controls .owl-nav > div:before {
  top: -1px;
}
.category-view .sm-basic-products .owl-controls .owl-nav > div:hover {
  color: #fff;
}
.category-about-us .page-title-wrapper,
.category-contact-us .page-title-wrapper {
  display: none;
}
.catalog-category-view.page-layout-3columns .limiter-text {
  display: none;
}
.table-wrapper.comparison .product-item-photo {
  display: inline-block;
  height: 130px;
  overflow: hidden;
  width: 130px;
}
.table-wrapper.comparison .products-grid .item .item-inner .box-image:hover {
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);
}
.table-wrapper.comparison .products-grid .item .item-inner .sm_quickview_handler {
  display: none !important;
}
.table-wrapper.comparison .products-grid .item .item-inner .actions-primary {
  float: none !important;
}
.table-wrapper.comparison .products-grid .item .item-inner .box-info .bottom-action form {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.table-wrapper.comparison .products-grid .item .item-inner .rating-summary .rating-result > span {
  top: 0px;
}
.contact-index-index .page-title-wrapper h1 {
  display: none !important;
}
/*listting 1 column*/
.page-layout-1column .col1-layout #layered-filter-block {
  display: none;
}
.cms-index-index .menu-ver-content {
  z-index: 6666 !important;
}
.cart-wrapper .mage-dropdown-dialog {
  /*position: absolute;
        right: 0;*/
}
.cart-wrapper .mage-dropdown-dialog:hover .mage-dropdown-dialog,
.cart-wrapper .mage-dropdown-dialog:hover .block-minicart {
  display: block;
}
.showcart .text {
  display: block;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  /*      width: auto;
                  height: auto;*/
  position: static;
  background: none !important;
  color: #666 !important;
  margin: 0;
  text-align: left;
}
.header-style-5 .minicart-content .minicart-wrapper .action.showcart .counter.qty {
  color: #fff !important;
  text-align: center !important;
  line-height: 30px;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-align: center !important;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
  width: auto;
  height: auto;
  position: static;
}
.minicart-content .minicart-wrapper .action.showcart:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 35px;
  position: absolute;
  right: 0;
  width: 100%;
}
.minicart-wrapper .block-minicart {
  right: 0 !important;
  position: absolute;
}
.home-item-parent .mega-home-content ul li a {
  display: inline-block;
  padding: 5px 20px 5px 0;
}
.home-item-parent .mega-home-content ul li a:before {
  content: '\f22d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  padding-right: 8px;
  color: #c8c8c8;
}
.home-item-parent .mega-home-content ul.theme-color li a:before {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 20px;
}
.home-item-parent .mega-home-content ul.theme-color li.blue a:before {
  background-color: #0c8bd3;
}
.home-item-parent .mega-home-content ul.theme-color li.green a:before {
  background-color: #70b207;
}
.home-item-parent .mega-home-content ul.theme-color li.orange a:before {
  background-color: #f0820a;
}
.home-item-parent .mega-home-content ul.theme-color li.violet a:before {
  background-color: #9a2dc3;
}
.home-item-parent .mega-home-content .feature-title {
  font-size: 150%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.block-minicart .subtitle.empty {
  font-weight: normal;
}
.navigation-wrapper .navigation > ul > li {
  position: relative;
  float: left;
}
.navigation-wrapper .navigation > ul > li > a {
  border-bottom: medium none;
  color: #a8a8a8;
  display: block;
  height: 56px;
  outline: 0 none;
  padding: 15px 17px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  font-size: 133.33%;
  text-transform: uppercase;
}
.header-style-3 .navigation-wrapper .navigation > ul > li > a {
  color: #fff !important;
}
.navigation-wrapper .navigation > ul > li.parent > a {
  padding-right: 38px;
}
.navigation-wrapper .navigation > ul > li.parent > a:before {
  background-image: url("../../frontend/Sm/lovefashion/en_US/images/dropdown-icon.png");
  background-repeat: no-repeat;
  content: "";
  height: 5px;
  margin-top: -2px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 9px;
}
.header-style-3 .navigation-wrapper .navigation > ul > li.parent > a:before {
  background-position: left bottom !important;
}
.navigation-wrapper .navigation > ul > li:hover > a,
.navigation-wrapper .navigation > ul > li.has-active > a {
  color: #fff;
}
.navigation-wrapper .navigation > ul > li:hover > a:before,
.navigation-wrapper .navigation > ul > li.has-active > a:before {
  background-position: left bottom;
}
.navigation-wrapper .navigation > ul > li ul {
  background-color: #fff;
  width: 220px;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 30;
  padding: 5px 15px;
  display: none;
}
.navigation-wrapper .navigation > ul > li ul li {
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
  font-size: 100%;
  position: relative;
}
.navigation-wrapper .navigation > ul > li ul li.parent:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  color: #666;
  position: absolute;
  right: 5px;
  top: 10px;
}
.navigation-wrapper .navigation > ul > li ul li ul {
  top: 0 !important;
  left: 200px !important;
}
.navigation-wrapper .navigation > ul > li ul li:last-child {
  border: none;
}
.sidebar-megamenu .megamenu-content-sidebar {
  position: relative;
}
.sidebar-megamenu .megamenu-content-sidebar .menu-ver-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  background-color: #fff;
  z-index: 99999999;
}
.sidebar-megamenu .megamenu-content-sidebar:hover .menu-ver-content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sidebar-megamenu .megamenu-content-sidebar .btn-megamenu {
  background: #444444;
}
.sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px 0 20px;
  font-size: 116.67%;
  color: #fff;
}
.sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:before,
.sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:after {
  content: "";
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/icon-image.png);
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:before {
  width: 14px;
  height: 11px;
  margin-right: 5px;
  background-position: -68px -103px;
}
.sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:after {
  width: 15px;
  height: 15px;
  background-position: -67px -59px;
  float: right;
  position: relative;
  top: 19px;
}
/*genarel menu*/
.header-top {
  border-bottom: 1px solid #e3e3e3;
}
.header-top .language-currency-top .language-wrapper,
.header-top .language-currency-top .currency-wrapper {
  float: left;
}
.header-top .language-currency-top .language-wrapper .switcher-label,
.header-top .language-currency-top .currency-wrapper .switcher-label {
  display: none;
}
.header-top .language-currency-top .language-wrapper .switcher-trigger,
.header-top .language-currency-top .currency-wrapper .switcher-trigger {
  padding: 10px 10px 10px 0;
  cursor: pointer;
  position: relative;
}
.header-top .language-currency-top .language-wrapper .switcher-trigger.active:before,
.header-top .language-currency-top .currency-wrapper .switcher-trigger.active:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 10000;
}
.header-top .language-currency-top .language-wrapper .switcher-trigger strong,
.header-top .language-currency-top .currency-wrapper .switcher-trigger strong {
  font-weight: normal;
  color: #909090;
}
.header-top .language-currency-top .language-wrapper .switcher-trigger strong:after,
.header-top .language-currency-top .currency-wrapper .switcher-trigger strong:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-left: 3px;
}
.header-top .language-currency-top .language-wrapper .mage-dropdown-dialog,
.header-top .language-currency-top .currency-wrapper .mage-dropdown-dialog {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  padding: 0 10px;
}
.header-top .language-currency-top .language-wrapper .mage-dropdown-dialog ul li,
.header-top .language-currency-top .currency-wrapper .mage-dropdown-dialog ul li {
  margin: 4px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
.header-top .language-currency-top .language-wrapper .mage-dropdown-dialog ul li a,
.header-top .language-currency-top .currency-wrapper .mage-dropdown-dialog ul li a {
  display: block;
}
.header-top .language-currency-top .language-wrapper .mage-dropdown-dialog ul li:last-child,
.header-top .language-currency-top .currency-wrapper .mage-dropdown-dialog ul li:last-child {
  border: 0px;
}
.header-top .language-currency-top .language-wrapper .switcher-trigger strong {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header-top .language-currency-top .language-wrapper .mage-dropdown-dialog ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
  padding-left: 29px;
}
.header-top .language-currency-top .currency-wrapper .mage-dropdown-dialog {
  min-width: 150px;
}
.header-top .toplinks-header {
  text-align: right;
}
.header-top .toplinks-header .links-account {
  display: inline-block;
  float: right;
}
.header-top .toplinks-header .links-account > li {
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/bg-top-links-header.png") no-repeat scroll right center;
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 8;
}
.header-top .toplinks-header .links-account > li.account-link > a,
.header-top .toplinks-header .links-account > li.register-link-help > a {
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/dropdown-cus-lang.png") no-repeat scroll right 17px;
  padding-right: 15px;
}
.header-top .toplinks-header .links-account > li > a {
  display: inline-block;
  padding: 11px 0px 9px 0;
}
.header-top .toplinks-header .links-account > li.checkout {
  list-style: none;
  display: inline-block;
}
.header-top .toplinks-header .links-account > li.checkout a {
  display: inline-block;
  padding: 11px 8px 9px 0;
  background: transparent;
}
.header-top .toplinks-header .links-account > li .dropdown-link {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 39px;
  text-align: left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: right top 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 150px;
}
.header-top .toplinks-header .links-account > li .dropdown-link li {
  border-bottom: 1px solid #dedede;
  padding: 3px 0 2px;
}
.header-top .toplinks-header .links-account > li .dropdown-link li:last-child {
  border: 0px;
}
.header-top .toplinks-header .links-account > li:hover .dropdown-link {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* -------------------------login--------------------------- */
.quick-info {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
}
.quick-info .item1,
.quick-info .item2 > span {
  font-size: 116.66%;
  text-transform: uppercase;
  color: #fff;
  line-height: 56px;
}
.quick-info .item1 {
  position: relative;
  margin-right: 27px;
  display: inline-block;
}
.quick-info .item1 a,
.quick-info .item2 span > a {
  color: #fff;
}
.quick-info .item1 a:hover,
.quick-info .item2 span > a:hover {
  text-decoration: underline;
}
.quick-info .item1:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  top: 20px;
  right: -18px;
  background: url("../../frontend/Sm/lovefashion/en_US/images/icon_line_login.png") no-repeat;
}
.quick-info .inner {
  background: #e74847;
  padding: 0 13px;
}
.quick-info .inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  background: #e74847;
}
.quick-info .inner:after {
  border-style: solid;
  border-width: 11px 12px 0;
  content: "";
  height: 0;
  left: -24px;
  position: absolute;
  top: -10px;
  width: 0;
}
.quick-info .inner:hover {
  cursor: pointer;
}
.quick-info .item2 {
  display: inline-block;
}
.quick-info .item2 .login-quick {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 4px 4px #888;
  line-height: 100%;
  min-width: 280px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 999;
}
.quick-info .item2:hover .login-quick {
  display: block !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.login-quick .fieldset {
  margin: 0 !important;
}
.login-quick .wrap-top {
  padding: 18px;
}
.login-quick .wrap-top input {
  width: 250px;
  height: 30px;
  padding-left: 42px;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #909090;
  font-size: 108.3333%;
}
.login-quick .wrap-user {
  position: relative;
}
.login-quick .wrap-user .inp-user {
  margin-bottom: 9px;
}
.login-quick .wrap-user:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 7px;
  background: url("../../frontend/Sm/lovefashion/en_US/images/icon_user_pass_lock.png") 0 0 no-repeat;
}
.login-quick .wrap-pass {
  position: relative;
  margin-bottom: 16px;
  margin-top: 5px;
}
.login-quick .wrap-pass:after {
  left: 9px;
  top: 3px;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../../frontend/Sm/lovefashion/en_US/images/icon_user_pass_lock.png") 0 -20px no-repeat;
  content: "";
  display: inline-block;
}
.login-quick .wrap-user:before,
.login-quick .wrap-pass:before {
  content: "";
  width: 34px;
  height: 28px;
  position: absolute;
  left: 1px;
  top: 1px;
  background: #ababab;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.login-quick button {
  background: #303030 url("../../frontend/Sm/lovefashion/en_US/images/icon_user_pass_lock.png") no-repeat scroll 8px -41px !important;
  color: #a8a8a8 !important;
  height: 34px;
  font-size: 133.333%;
  line-height: 34px;
  padding-left: 36px !important;
}
.login-quick .more-actions a {
  float: left;
  width: 100%;
  line-height: 40px;
  background: #e9e9e9;
  padding-left: 16px;
}
.login-quick .more-actions a.link_fyp {
  border-bottom: 1px solid #fff;
}
@media (min-width: 1200px) {
  .menu-on-top {
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 29999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_head > .icon_items {
    top: -4px !important;
  }
}
/* partnership overhall */
.page-print.sales-order-print .logo-content {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.page-print #online-st {
  display: none;
}
.page2 p {
  line-height: 22px;
  margin-bottom: 20px;
}
.newbulletlist {
  padding: 9px;
  border-bottom: 1px solid #ddd;
  padding-left: 35px;
  background-image: url(/media/wysiwyg/img-pages/newbullet.jpg);
  background-repeat: no-repeat;
}
.grayboxes3 {
  padding: 22px;
  width: 32%;
  max-width: 286px !important;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  text-align: center;
  min-height: 128px;
  float: left;
}
.products-policyben {
  background-color: #f6f6f6;
  width: 23%;
  margin-right: 1%;
  padding: 18px;
  margin-right: 11px;
  display: inline-block;
  margin-bottom: 1%;
  line-height: 15px;
  min-height: 66px;
}
@media screen and (max-width: 1199px) {
  .products-policyben {
    width: 250px;
    margin-right: 20px;
  }
}
.grayboxes4 {
  min-height: 164px;
}
@media screen and (max-width: 991px) {
  .grayboxes3 {
    width: 48% !important;
    max-width: 48% !important;
  }
  .grayboxes3.last {
    width: 97% !important;
    max-width: 97% !important;
    margin-right: 5px !important;
  }
  .grayboxes4 {
    width: 48% !important;
    max-width: 48% !important;
  }
}
@media screen and (max-width: 500px) {
  .grayboxes3 {
    width: 97% !important;
    max-width: 97% !important;
  }
}
@media screen and (max-width: 400px) {
  .grayboxes4 {
    width: 97% !important;
    max-width: 97% !important;
  }
}
.grayboxes3.last {
  margin-right: 0px;
}
.grayboxes3 b {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.grayboxes3 small {
  font-size: 11px;
  line-height: 15px;
}
.grayboxes4 {
  padding: 16px;
  width: 24%;
  margin-bottom: 5px;
  line-height: 19px;
  margin-right: 5px;
  background-color: #f5f5f5;
  text-align: center;
  float: left;
}
.grayboxes4.last {
  margin-right: 0px;
}
/* GPO / Portal -- all icons on same line */
.portaldicon {
  margin-top: 10px;
  width: 70px !important;
  line-height: 15px !important;
  min-height: 110px !important;
}
/* Product Page FAQ toggles */
.panel-heading {
  cursor: pointer;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #555;
  line-height: 14px;
  margin-bottom: 0px !important;
  font-weight: bold;
  border-radius: 0px;
}
.panel-heading small {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}
.well {
  padding: 10px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.productfaq {
  padding: 10px;
}
/* Portal Checkout Adjustments */
.product-shop .price {
  background-color: #243849;
  padding: 15px;
  border-radius: 5px;
  font-size: 30px;
}
.last div:first-child {
  width: 99.59999999999999% !important;
  margin-bottom: 10px;
}
/* Portal Checkout Adjustments */
.write-your-review {
  width: 700px;
}
.write-your-review li {
  float: left;
  width: 45%;
  margin-right: 10px;
}
.write-your-review textarea {
  display: block;
  width: 100%;
  border: 1px solid #D9D9D9;
}
.write-your-review .buttons-set {
  display: block;
  width: 100%;
  clear: both;
}
.form-add .value .radio {
  margin-left: 45%;
}
.write-your-review h4,
.customer-review h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pager {
  padding: 0px;
  border: 0px;
  display: block;
  text-align: left;
  clear: both;
}
.limiter {
  padding-left: 10px;
}
.dedicated-review-box .pager {
  border-left: 5px solid transparent;
}
.buttons-set {
  border: 0px;
}
.ratings-list .label {
  font-size: 12px;
  color: #555;
}
.dedicated-review-box,
.customer-review,
.write-your-review {
  padding: 14px;
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 22px;
}
.customer-review h4,
.write-your-review h4 {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.customer-review h4 {
  margin-bottom: 10px;
}
.customer-review {
  padding-bottom: 20px;
}
.customer-review .data-table {
  border: 0px;
}
.data-table th {
  background-color: #f3f3f3;
}
.dedicated-review-box li {
  padding: 15px;
  padding-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  background-color: #fefefe;
  border: 1px solid #f3f3f3;
}
.write-your-review li {
  background-color: transparent;
  border-left: 0px solid #f3f1f1;
}
.dedicated-review-box select {
  padding: 5px;
}
.data-table .value {
  background-color: #fefefe;
}
.data-table {
  width: 70%;
}
.ratings-list .rating-box {
  line-height: 15px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 5px;
}
.ratings-table {
  margin-bottom: 4px;
  margin-top: 4px;
}
.ratings-table .label {
  border-top: 4px solid transparent;
}
.write-your-review textarea {
  width: 100%;
}
.yt-product-detail button {
  margin-left: 14px;
  margin-bottom: 15px;
}
.producth1 {
  position: relative;
  top: 0px;
  left: 0px;
}
.producth1 h1 {
  position: absolute;
  bottom: 70px;
  left: 0px;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(63, 157, 211, 0.9);
  padding: 20px;
  font-size: 23px;
  color: #fafafa;
  font-weight: normal;
}
.ct-maintitle {
  color: #253849;
  font-size: 22px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.ct-option,
.ct-option-last {
  background-color: #e3e3e3;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fbfbfb;
  color: #253849;
}
.ct-option-answer,
.ct-option-answer-wag,
.ct-option-answer-last {
  background-color: #f4f4f4;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fbfbfb;
  border-left: 1px solid #d2d2d2;
  color: #787878;
  text-align: center;
}
.ct-company-wag {
  border-top: 0px solid #fbfbfb;
}
.ctbigtitle {
  font-size: 15px;
}
.ctlittletext {
  font-size: 9px;
}
.modelscovered {
  float: left;
  min-height: 95px;
  min-width: 250px;
  line-height: 18px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  padding-right: 35px;
  padding-left: 15px;
  background-color: #f3f3f3;
  border: 1px solid #dadada;
}
.modelscovered img {
  float: left;
  margin-right: 0px;
}
@media screen and (max-width: 1000px) {
  .ct-company,
  .ct-option,
  .ct-option-answer,
  .ct-companynamefiller,
  .ct-option-last,
  .ct-option-answer-wag,
  .ct-company-wag,
  .ctbigtitle,
  .ct-option-answer-last {
    padding: 0px;
    font-size: 9px;
    line-height: 10px;
  }
  .ct-companynamefiller img {
    width: 30px;
    height: auto;
  }
  .checkx {
    width: 12px;
    height: 11px;
  }
}
@media screen and (max-width: 420px) {
  #product_tabs_why_buy_insurance_contents img {
    width: 100%;
    height: auto;
  }
  #product_tabs_why_buy_insurance_contents table {
    width: 100%;
  }
}
.productquotecontainer {
  width: 100%;
  margin-left: 14px;
}
.productquoteimage {
  float: left;
  width: 491px;
  height: 452px;
  padding: 10px;
  background-color: #243849;
}
.productquoteiframe {
  margin-left: 0px;
  float: left;
  background-color: #243849;
  width: 680px;
  height: 452px;
}
.productquoteimage img {
  width: 100%;
  height: 432px;
}
.productquotebuynow {
  display: none;
}
@media (min-width: 768px) and (max-width: 1216px) {
  .productquoteimage {
    width: 0px;
    height: 0px;
    background-color: transparent;
    padding: 0px;
  }
  .productquoteimage img {
    display: none;
  }
  .productquoteimage h1 {
    top: 0px;
    left: 0px;
    width: 670px;
    padding: 8px;
    margin: 0px;
    background-color: transparent;
    color: #243849;
  }
  .productquoteiframe {
    margin-top: 47px;
  }
}
@media (max-width: 767px) {
  .productquoteiframe {
    display: none;
  }
  .productquotebuynow {
    display: block;
    clear: both;
  }
  .productquoteimage {
    width: 464px;
    height: auto;
  }
  .productquoteimage img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 505px) {
  .productquotecontainer {
    width: 100%;
    padding-right: 29px;
  }
  .productquoteimage {
    width: 100%;
    height: auto;
  }
  .productquoteimage img {
    width: 100%;
    height: auto;
  }
  .productquoteimage h1 {
    bottom: 20%;
  }
}
@media (max-width: 400px) {
  .productquoteimage h1 {
    font-size: 16px;
  }
}
.pdfbookletdownloadlist button {
  width: 30%;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  display: block;
  background-image: url(/media/wysiwyg/pdficon.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #eee !important;
  color: #444 !important;
  background-color: transparent;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0px;
  text-align: left;
  font-family: Tahoma, Geneva, sans-serif;
  text-decoration: none;
  padding: 8px;
  padding-left: 32px;
  border: 0;
  -webkit-transition: all 0ms ease-out 0s;
  -moz-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}
.pdfbookletdownloadlist button:hover {
  background-color: #fafafa;
  border-left: 5px solid #dddddd;
  color: #3f9dd3;
}
.buttonspacebelow {
  margin-bottom: 2px;
}
.divfloatleft33p {
  float: left;
  margin-right: 10px;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .pdfbookletdownloadlist button {
    width: 44%;
  }
}
@media screen and (max-width: 600px) {
  .pdfbookletdownloadlist button {
    width: 90%;
  }
}
.linkcolor {
  text-decoration: underline;
  color: #243849;
}
.partnerbenefits1,
.partnerbenefits2,
.partnerbenefits3,
.partnerbenefits3,
.partnerbenefits4,
.partnerbenefits5,
.partnerbenefits6,
.partnerbenefits7,
.partnerbenefits8 {
  font-size: 12px;
  padding: 2px;
  padding-left: 30px;
  background-image: url(/media/wysiwyg/img-pages/partnership-benefitsicons.jpg);
  background-repeat: no-repeat;
}
.partnerbenefits1 {
  background-position: 0px 5px;
}
.partnerbenefits2 {
  background-position: 0px -50px;
}
.partnerbenefits3 {
  background-position: 0px -105px;
}
.partnerbenefits4 {
  background-position: 0px -159px;
}
.partnerbenefits5 {
  background-position: 0px -215px;
}
.partnerbenefits6 {
  background-position: 0px -270px;
}
.partnerbenefits7 {
  background-position: 0px -325px;
}
.partnerbenefits8 {
  background-position: 0px -375px;
}
.compactproducts-forpartners1 {
  float: left;
  width: 45%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.compactproducts-forpartners2 {
  width: 45%;
  margin-right: 2%;
}
.cplossesbucketitems2 {
  float: left;
  width: 90px;
  min-height: 120px;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
}
.cplossesbucketitems2 img {
  margin-bottom: 5px;
}
.customerproductreview {
  background-color: #f0f0f0;
  padding: 14px;
  padding-left: 100px;
  background-image: url(/media/wysiwyg/img-pages/quotehere.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 90%;
}
.mostpopularhighlightheader {
  background-color: #d2d2d2;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  font-weight: bold;
}
.mostpopularhighlight {
  background-color: #fdfdfd;
  border: 1px solid #d2d2d2;
  font-size: 13px;
  padding: 5px;
  padding-left: 10px;
}
.cplossesbucketitems {
  width: 170px;
  min-height: 200px;
  line-height: 18px;
  margin-right: 25px;
  float: left;
}
.cplossesbucketitems img {
  width: 160px;
  height: 120px;
}
.mainheader {
  padding: 8px;
  background-color: #ccc;
  color: #444;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid white;
}
.subheader {
  padding: 8px;
  background-color: #ddd;
  text-align: center;
  line-height: 15px;
  color: #444;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.row1 {
  color: #777;
  padding: 5px;
  text-align: center;
  border-top: 1px solid white;
  border-left: 1px solid white;
  background-color: #fafafa;
}
.row2 {
  color: #777;
  padding: 5px;
  text-align: center;
  border-top: 1px solid white;
  border-left: 1px solid white;
  background-color: #eee;
}
@media screen and (max-width: 600px) {
  .mainheader,
  .row1,
  .row2,
  .subheader {
    font-size: 11px;
    padding: 1px;
    line-height: 12px;
  }
}
@media screen and (max-width: 400px) {
  .mainheader,
  .row1,
  .row2,
  .subheader {
    font-size: 9px;
    padding: 0px;
    line-height: 10px;
  }
}
.panel-title {
  font-size: 13px;
  font-weight: bold;
  color: #555;
}
.whybuybuckets {
  width: 420px;
  float: left;
  margin-right: 1%;
  min-height: 220px;
}
.whybuybuckets img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.presslogo {
  width: 220px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .presslogo {
    width: 100px;
  }
}
.imgblocks {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  min-width: 200px;
  min-height: 115px;
  vertical-align: bottom;
}
/* -- 2017 new cart (start) --- */
#shopping-cart-table > thead > tr > th {
  font-family: 'Open Sans', sans-serif !important;
  background-color: #253849;
  text-align: left;
  color: #fff;
  padding: 20px;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.03em;
  border: 1px solid #596976;
  padding: 28px;
}
.data-table .first.odd,
.data-table .odd,
.data-table .even,
.box-account .data-table .odd {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  font-family: 'Open Sans', sans-serif !important;
  color: #253849;
}
#yt_main > div > div > div > div > div:nth-child(2) > div.cart > div.page-title.title-buttons > h1 {
  font-family: 'Open Sans', sans-serif !important;
  color: #253849;
  letter-spacing: -0.03em;
  padding-top: 15px;
}
.data-table tr td {
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}
#shopping-cart-table > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
}
.data-table .product-name a {
  text-transform: initial !important;
  font-weight: bold;
  font-size: 16px;
  color: #253849 !important;
}
#shopping-cart-table h3 {
  background-image: none;
  padding-bottom: 3px;
  text-transform: initial !important;
  font-weight: bold;
  font-size: 14px;
  padding-top: 2px;
  color: #253849 !important;
  font-family: 'Open Sans', sans-serif !important;
}
#shopping-cart-table img {
  border: 1px solid #ddd;
}
#shopping-cart-table .btn-continue,
#empty_cart_button {
  background-color: white;
  border: 1px solid #ddd;
  font-family: 'Open Sans', sans-serif !important;
  color: #253849;
  padding-left: 20px;
  padding-right: 20px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout,
#discount-coupon-form > div > div > div.buttons-set > button {
  background-color: #253849;
  border: 1px solid #253849;
  font-family: 'Open Sans', sans-serif !important;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout {
  margin-top: 22px;
}
#yt_main > div > div > div > div > div:nth-child(2) > div.cart > div.cart-collaterals > div > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12 > div > ul > li > button:hover,
#discount-coupon-form > div > div > div.buttons-set > button:hover {
  border: 1px solid #3f9dd3;
  background-color: #3f9dd3;
}
#shopping-cart-table .btn-continue:hover,
#shopping-cart-table #empty_cart_button:hover {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  color: #253849 !important;
}
.btn-remove {
  color: #ca1413;
}
#shopping-cart-table > tbody > tr > td:nth-child(3) > a {
  color: #3f9dd3;
  text-decoration: underline;
}
#yt_main > div > div > div > div > div:nth-child(2) > div.cart > div.cart-collaterals > div > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12 > div {
  background-color: #efefef;
  border: 3px solid #dedede !important;
  color: #253849;
  font-size: 14px;
  padding: 30px !important;
  margin-bottom: 15px;
}
#shopping-cart-totals-table > tfoot > tr > td:nth-child(1) > strong,
#shopping-cart-totals-table > tfoot > tr > td:nth-child(2) > strong > span {
  font-size: 20px;
}
#discount-coupon-form {
  color: #253849;
}
#discount-coupon-form > div > h2 {
  border: 0px;
  text-transform: initial !important;
  color: #253849;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}
.discount {
  padding: 20px;
}
@media (max-width: 670px) {
  #shopping-cart-table tbody td:nth-child(4),
  #shopping-cart-table thead th:nth-child(4) {
    display: none;
  }
}
@media (max-width: 500px) {
  #shopping-cart-table tbody td:nth-child(3),
  #shopping-cart-table thead th:nth-child(3) {
    display: none;
  }
  .data-table tr td,
  #shopping-cart-table > thead > tr > th {
    font-size: 12px;
    padding: 5px !important;
  }
}
.sidebarproducts table {
  border-top: 1px solid #e5e5e5;
  font-family: 'Open Sans', sans-serif;
  color: #243748;
  font-size: 15px;
  line-height: 17px;
}
.sidebarproducts table td {
  vertical-align: middle;
}
.sidebarproducts .sidebarproductbtn {
  font-family: 'Open Sans', sans-serif;
  background-color: #f5f5f5;
  border: 1px solid #d3d7db;
  text-align: center;
  color: #243748 !important;
  border-radius: 4px;
  font-size: 11px;
  line-height: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebarproducts .sidebarproductbtn:hover {
  cursor: pointer;
  background-color: #d3d7db;
}
@media (min-width: 992px) {
  .page-print.sales-order-print .logo-content {
    width: 970;
  }
}
@media (max-width: 1199px) {
  .sidebarproducts table td {
    font-size: 13px;
    line-height: 15px;
    padding-right: 5px;
  }
  #yt_left > div > div:nth-child(5) > div.sidebarproducts > table > tbody > tr > td:nth-child(2) {
    width: 90px;
  }
}
.page-title {
  font-family: 'Open Sans', sans-serif;
  color: #243849;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.actions-toolbar .primary {
  margin: 0 !important;
}
.block-new-customer .actions-toolbar .primary a {
  padding: 7px 15px;
}
.customer-account-login .page-title {
  margin: 0;
}
.customer-account-login .block-customer-login form .actions-toolbar {
  width: 100%;
  margin-top: 20px !important;
}
.actions-toolbar .primary .action {
  font-family: 'Open Sans', sans-serif;
  background-color: #243849;
  font-size: 16px;
  color: #fff;
  min-height: 60px;
}
#reset-password-box a:link,
#reset-password-box a:visited,
#reset-password-box a:active,
#reset-password-box a:hover {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #243849;
  letter-spacing: -0.02em;
}
#email,
#pass,
#customer-email {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #243849 !important;
  letter-spacing: -0.02em;
  border: 3px solid #f3f3f3;
  border-radius: 0px !important;
  min-height: 58px;
}
.account-create #firstname,
.account-create #lastname,
.account-create #email_address,
.forgotpass #email_address {
  margin-bottom: 10px;
}
.account-create .page-title {
  margin: 0px !important;
}
.account-create .reg-container {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.account-create .fieldset .legend,
.forgotpass .fieldset .legend {
  margin-top: 0px !important;
}
.forgotpasstext {
  margin-bottom: 10px;
}
#account-documents-button-active {
  margin-bottom: 4px ;
}
.edit-account-form input {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #243849 !important;
  letter-spacing: -0.02em;
  border: 3px solid #f3f3f3 !important;
  border-radius: 0px !important;
  padding-top: 21px  !important;
  padding-bottom: 21px  !important;
  padding-left: 25px  !important;
  padding-right: 25px  !important;
}
.fieldset .legend {
  border: 0px !important;
  display: block;
  margin-top: 30px;
  width: 100%;
  font-weight: normal !important;
  text-transform: none !important;
  background-color: #f3f3f3;
  padding: 28px 30px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 22px !important;
  letter-spacing: -0.02em;
  color: #243849 !important;
}
.customer-account-login select {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right;
}
.customer-account-login .account-claim-file-boxneeded select {
  width: 48% !important;
}
.customer-account-login .block-customer-login,
.customer-account-login .block-new-customer,
.customer-account-login .form-create-account .fieldset {
  background: none;
  border: none;
}
.customer-account-login .block-new-customer {
  padding-right: 0;
}
.customer-account-login #email,
.customer-account-login #pass,
.customer-account-login #customer-email {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #243849;
  letter-spacing: -0.02em;
  border: 3px solid #f3f3f3;
}
.customer-account-login .block-content,
.customer-account-login p {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.customer-account-login .block-customer-login .actions-toolbar .secondary {
  float: right !important;
}
.customer-account-login .block-customer-login {
  border-right: 1px solid #f3f3f3;
  padding-left: 0;
}
.customer-account-login .fieldset > .field > .label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  color: #243849;
  line-height: 27px ;
  letter-spacing: -0.02em;
}
.customer-account-login .block-title {
  min-height: 58px;
}
.customer-account-login .block-title p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  color: #243849 !important;
  line-height: 27px !important;
  letter-spacing: -0.02em;
  font-weight: normal;
}
.customer-account-login .secondary a {
  font-size: 14px !important;
  color: #243849;
  letter-spacing: -0.02em;
}
.customer-account-login .block-customer-login .block-title p {
  font-weight: normal;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif;
}
.customer-account-login .block-customer-login .block-title p strong {
  font-weight: bold;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif;
}
.customer-account-create .form-create-account .fieldset,
.customer-account-create .actions-toolbar {
  background: none;
  border: none;
  padding: 0;
}
.customer-account-create .password-strength-meter {
  display: none;
}
.customer-account-create .page-main input {
  min-height: 58px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #243849;
  letter-spacing: -0.02em;
  border: 1px solid #d9d9d9;
}
.customer-account-create input[type="text"]:focus {
  border: 1px solid #3f9dd3;
  background-color: #f4faff;
}
.customer-account-create .actions-toolbar .secondary {
  text-align: left;
  width: 100%;
}
.customer-account-create .actions-toolbar .secondary a {
  width: 100%;
}
.customer-account-create .actions-toolbar .secondary p,
.customer-account-create .actions-toolbar .secondary a {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #243849;
  margin: 0;
  float: left;
}
.customer-account-create .fieldset > .field > .label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  color: #243849;
  line-height: 27px ;
  letter-spacing: -0.02em;
}
.customer-account-create .fieldset {
  margin: 0;
}
.customer-account-create .fieldset .legend {
  margin-top: 0;
}
@media (max-width: 768px) {
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    width: 100% !important;
    padding: 0;
    border: 00;
  }
  .login-container .block-new-customer .actions-toolbar {
    float: right;
  }
}
.header-style-1 .logo {
  max-width: initial !important;
  margin: 0 !important;
}
.header-style-1 .logo-content strong a img {
  max-width: initial !important;
  height: 64px;
}
.header-style-1 .header-top {
  background: #ededed;
}
.header-style-1 .header-bottom {
  background: #243849 !important;
}
.header-style-1 .header-top .toplinks-header .links-account > li .dropdown-link li {
  font-family: Arial, Helvetica, sans-serif;
}
.header-style-1 .header-top .toplinks-header .links-account > li .dropdown-link li a {
  padding: 3px 0;
  display: block;
  border: 0 ;
  text-align: left;
}
.header-style-1 .header-top .links-account > li:hover .dropdown-link {
  width: 200px;
}
.header-style-1 .search .input-text:focus {
  font-weight: normal;
}
.header-style-1 .search .input-text {
  background: #ededed;
  height: 42px;
  min-width: 250px;
  border: 1px solid #ededed;
  font-size: 12px;
}
.header-style-1 .actions .btn-search-header {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/btn-search.png);
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -9999px;
  width: 42px;
  opacity: 1;
  height: 42px;
  border-radius: 3px;
  background-color: #243849;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0px !important;
}
.header-style-1 .header-middle {
  margin: 10px 0;
  padding: 0 !important;
}
.header-style-1 .header-middle .header-middle-right {
  padding: 10px 0;
}
.header-style-1 .header-middle .header-middle-right .wishlist-compare {
  display: none;
}
.quick-info.hidden-xs {
  display: none;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty {
  height: auto;
  display: block !important;
  background: #0c8bd3;
}
.sidebar-nav .fa-bars {
  color: #ededed !important;
  font-size: 20px;
}
#sidebar-button {
  border-color: #ededed 0d !important;
}
@media (min-width: 992px) {
  li.mega-home-item-parent.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent.sm_megamenu_actived a {
    background-color: #0c8bd3 !important;
    color: #fff !important;
  }
  .sm_megamenu_lv1.sm_megamenu_drop.parent.parent-item:hover a.sm_megamenu_head {
    background-color: #0c8bd3 !important;
    color: #fff !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
    width: 14.28571429%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    padding: 14px 17px 15px;
    height: 56px;
  }
  .navigation-megamenu-wrapper button:focus {
    width: 25%;
  }
  .topleft-content {
    padding: 11px 0px 9px 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  .sm_megamenu_col_2 {
    width: 25% !important;
    padding: 10px !important;
  }
  .products .sm_megamenu_col_2:hover {
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    padding: 15px 25px;
  }
  .products .products-bottom .sm_megamenu_content {
    width: 100%;
  }
  .products .sm_megamenu_content,
  .products .icon_items_sub {
    float: left;
  }
  .corporate-top .icon_items_sub {
    float: right;
    width: 60%;
  }
  .corporate-top .sm_megamenu_content {
    float: left;
    width: 40%;
  }
  .sm_megamenu_col_1.corporate-bottom,
  .sm_megamenu_col_1.education-bottom {
    background: #f7f7f7;
    padding: 18px !important;
  }
  .corporate-bottom {
    margin-top: 20px;
  }
  .corporate-bottom,
  .corporate-top {
    padding: 20px;
  }
  .corporate-bottom .icon_items_sub {
    float: left;
    width: 46%;
    margin-right: 2%;
  }
  .corporate-bottom .icon_items_sub img,
  .corporate-top .icon_items_sub img,
  .education-top img,
  .education-bottom img {
    border: 4px solid #dfdfdf;
  }
  .corporate-bottom .sm_megamenu_content {
    float: right;
    width: 52%;
  }
  .education-top .icon_items_sub {
    float: right;
    width: 33%;
  }
  .education-top .sm_megamenu_content {
    float: left;
    width: 67%;
  }
  .education-top .left,
  .education-top .right {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .education .education-top {
    padding: 0 0 10px 0 !important;
  }
  .sm-megamenu-child.sm_megamenu_dropdown_5columns {
    padding: 20px 25px !important;
  }
  .education-bottom .icon_items_sub {
    float: left;
    width: 37%;
    margin-right: 20px;
  }
  .education-bottom .sm_megamenu_content {
    float: left;
    width: 60%;
  }
  .sm-megamenu-child.sm_megamenu_dropdown_6columns {
    padding: 20px;
  }
  .products-parent .sm-megamenu-child.sm_megamenu_dropdown_4columns {
    width: 800px !important;
    padding: 20px 25px !important;
  }
  .products-parent .sm-megamenu-child.sm_megamenu_dropdown_4columns .sm_megamenu_content b {
    font-size: 14px;
  }
  .products-parent .sm-megamenu-child.sm_megamenu_dropdown_4columns .sm_megamenu_content a {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #253849;
    padding-top: 5px;
  }
  .dropdownMainHeader {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 27px;
  }
  .dropdownMainHeader1 {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
  }
  .dropdownLinks {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 8px;
    color: #666666;
    display: block;
    border-left: 5px solid #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdownLinks:hover {
    background-color: #fafafa;
    border-left: 5px solid #ddd;
    color: #3f9dd3;
  }
  .sm_megamenu_dropdown_1column .sm_megamenu_title:hover {
    background-color: #f5f5f5;
  }
  .sm_megamenu_dropdown_1column .sm_megamenu_title:hover a {
    color: #3f9dd3;
  }
  .sm_megamenu_col_1.link-1column .sm_megamenu_title a {
    font-family: Arial, Helvetica, sans-serif;
  }
  .dropdownText {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    line-height: 20px;
    color: #888;
  }
  .dropdownText1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    display: block !important;
    font-weight: normal;
    color: #999999;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    width: 100% !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_col_1.one,
  .one .sm_megamenu_col_1.link-1column {
    padding: 0 !important;
  }
  .sm_megamenu_dropdown_1column .sm_megamenu_title {
    border-left: 5px solid #c0c0c0;
    background: #fff;
    padding: 6px 0 6px 10px;
    margin-bottom: 1px !important;
  }
  .header-style-1 .sm-searchbox .sm-searchbox-content .control #searchbox {
    border-left: 0 !important;
    min-width: 310px !important;
  }
  .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .navbar-active .sidebar-type .navigation-mobile {
    background: #243849;
    color: #e9e9e9;
  }
  .navigation-mobile .sm_megamenu_menu > li > a {
    font-weight: 400;
    text-transform: capitalize;
  }
  .navigation-mobile .sm_megamenu_menu > li .btn-submobile {
    width: 100%;
    text-align: right;
    right: 5px;
  }
  .header-container .navigation-mobile .sm_megamenu_col_1.corporate-bottom .sm_megamenu_head_item,
  .header-container .navigation-mobile .sm_megamenu_col_1.education-bottom .sm_megamenu_head_item {
    display: none !important;
  }
  .products-parent .wagnewproductsdd .wagnewdevicedd {
    width: 100% !important;
    background-color: transparent !important;
    color: #e9e9e9 !important;
    padding-left: 0 !important;
  }
  .products-parent .wagnewproductsdd .wagnewdevicedd img {
    display: none;
  }
  .products-parent .wagnewproductsdd .wagnewdevicedd b {
    padding-right: 5px;
  }
  .products-parent .sm_megamenu_content td {
    padding: 0;
  }
  span.dropdownMainHeader {
    margin-bottom: 0px !important;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
  }
  .navigation-mobile .sm_megamenu_menu > li {
    border-bottom: 1px solid #767575 !important;
  }
  .navigation-mobile .sm_megamenu_col_1,
  .navigation-mobile .sm_megamenu_col_2 {
    margin-bottom: 0 !important;
  }
  .header-container .navigation-mobile .sm_megamenu_menu > li > a,
  .navbar-active .sidebar-type .navigation-mobile .allmodelddnotice {
    color: #e9e9e9;
  }
  .header-container .navigation-mobile .sm_megamenu_menu span.icon_items_sub,
  .header-container .navigation-mobile .sm_megamenu_menu .sm_megamenu_content br {
    display: none;
  }
  .header-container .navigation-mobile .sm_megamenu_menu .sm_megamenu_head_item a {
    color: #e9e9e9;
    font-weight: 200;
  }
}
@media (max-width: 992px) {
  .logo-header {
    float: left;
  }
  .header-top .toplinks-header,
  .header-topleft {
    text-align: center;
    padding-right: 0;
  }
  .header-top .toplinks-header .links-account {
    font-family: Arial;
  }
  .header-top .toplinks-header .links-account {
    float: none;
  }
  .header-top .toplinks-header .links-account .checkout {
    padding-right: 0;
  }
}
@media (max-width: 759px) {
  .header-container .navigation-mobile .sm_megamenu_col_2 {
    margin-bottom: 0;
  }
  .wrap-items {
    display: none;
  }
  .minicart-content .minicart-wrapper .action.showcart .counter.qty {
    height: 24px;
  }
  .header-container .navigation-mobile .sm_megamenu_menu > li > a {
    text-transform: inherit;
    font-weight: 400;
  }
  .cms-index-index .mega-home-item-parent > a {
    background-color: transparent !important;
  }
  .logo-content,
  .logo-header {
    width: 100%;
  }
  .header-middle-right {
    padding: 0;
  }
  .header-middle-right .minicart-header .minicart-content .showcart {
    background: transparent url(../../frontend/Sm/lovefashion/en_US/images/btn-cart-mobile.png) no-repeat scroll left top !important;
  }
  .header-middle-right .middle-right-content {
    bottom: -60px !important;
  }
  .header-middle-right .searchbox-header::before {
    background: url(../../frontend/Sm/lovefashion/en_US/images/search-btn-mobile.png) transparent !important;
  }
  .search-wrapper {
    border-top: 5px solid #3f9dd3 !important;
    width: 310px !important;
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .header-top .links-account > li:hover .dropdown-link {
    width: 160px;
  }
}
.catalogsearch-result-index .products-grid .item .item-inner .box-info .price-box,
.catalogsearch-result-index .bottom-action {
  display: none !important;
}
.is-required::after {
  content: "*";
  color: #F44336;
}
.cms-home .sm-imageslider-content .owl-item {
  overflow: hidden;
}
.actions-toolbar button,
.actions-toolbar button:focus,
.actions-toolbar .cart-container .action.continue,
.actions-toolbar a.action.primary,
.actions-toolbar .modal-footer .action-primary.action-accept {
  height: auto !important;
}
.blog-categories button:hover {
  color: white;
  background-color: #3f9dd3;
}
.blog-page .post-list .post-image .post-category a {
  display: none;
}
.update-customer-info {
  padding: 20px;
  float: left;
}
.update-customer-info input,
.update-customer-info select {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px ;
  color: #243849;
  letter-spacing: -0.02em;
  border: 3px solid #f3f3f3 !important;
  border-radius: 0px !important;
  padding: 20px 25px;
  width: 100%;
  margin-bottom: 4px;
  height: 65px;
  min-height: 65px;
}
.exp-date-select {
  display: flex;
}
.account-policies-update-auto-pay-exp-month {
  margin-right: 10px;
}
.renew-submit {
  display: flex;
  float: right;
  margin: 20px 0;
}
.account-claim-file input,
.account-claim-file textarea,
.account-claim-file select,
.account-claims-digital-signiture-container input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px ;
  color: #243849;
  letter-spacing: -0.02em;
  border: 3px solid #f3f3f3 !important;
  border-radius: 0px !important;
  padding: 20px 25px;
  width: 100%;
  margin-bottom: 4px;
  height: 65px;
  min-height: 65px;
}
.account-claims-fields input {
  height: auto;
  min-height: auto;
}
.loading-screen.fixed {
  position: fixed;
  background-color: #b6abab 5e;
}
.loading-screen {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../frontend/Sm/lovefashion/en_US/images/loader.gif');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}
.cms-home .page-main {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .owl-carousel-custom-1.off {
    display: none !important;
  }
  .home-category-sld .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: relative !important;
  }
  .home-category-sld .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    display: inline-block !important;
    left: 0 !important;
    margin-right: 5px;
  }
  .home-category-sld .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    display: inline-block !important;
    right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .cms-home .custom_content .title_small {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0;
  }
  .cms-home .custom_content {
    text-align: left !important;
    text-transform: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 10px 0 !important;
  }
  .custom_content .item-title:after {
    display: none;
  }
  .cms-home .custom_content .title_big {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  .cms-home .btn_slide {
    background: #6cacd2;
    font-size: 15px;
    padding: 7px 13px 9px !important;
    color: #fff !important;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
  }
  .sale-off.color-text {
    color: #3f9dd3;
    font-size: 40px;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
    margin: 20px 0;
  }
  .cms-home .owl-carousel-custom-1 .text_desc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 0;
    margin: 10px 0;
  }
  .cms-home .owl-carousel-custom-1 .owl-controls .owl-dot.active span {
    background-color: #000 !important;
  }
  .cms-home .owl-carousel-custom-1 .owl-controls .owl-dot:hover span {
    background-color: #000 !important;
  }
  .cms-home .owl-carousel-custom-1 .owl-controls .owl-dot span {
    border-radius: 0 !important;
    background: #ededed !important;
    border: 1px solid white !important;
    height: 18px !important;
    width: 18px !important;
    margin: 0 3px !important;
  }
}
.home-category-sld a.product-item-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.home-category-sld .product-description {
  font-size: 12px;
  font-family: Arial;
  min-height: 120px;
}
.home-category-sld .product.details.product-item-details {
  padding-top: 10px;
  text-align: left;
}
.home-category-sld .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 200%;
  text-transform: uppercase;
  border-bottom: 2px solid #a2a2a2;
  margin-bottom: -1px;
  padding-bottom: 5px;
}
.home-category-sld .content-heading {
  display: flex;
  flex-flow: row;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin: 20px 0;
}
.static-top-home .banner-no-padding .content-banner-top > p {
  font-family: Arial, Helvetica, sans-serif;
}
.cms-home .static-top-home .banner-no-padding .content-banner-top:hover {
  background-position: 15px -159px;
}
.cms-home .static-top-home .content-banner-top a:hover {
  color: #3f9dd3;
}
.cms-home .sm-imageslider-inner.theme2 .owl-stage {
  background: transparent;
}
.cms-home .homepagebucketbanners a img:hover,
.banner-under-content a img:hover {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cms-home .home-products .post-list-container {
  padding: 0 0 10px 0;
}
.cms-home .home-products .post-list-container h2.mp-post-title {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
}
.cms-home .home-products .post-list-container .post-short-description {
  font-family: Arial, Helvetica, sans-serif;
}
.cms-home .home-products .post-list-container .post-short-description p {
  padding-top: 5px;
}
.cms-home .home-products .post-list-container .post-item-wraper {
  border: 0;
  padding: 0px!important;
}
.cms-home .home-products .post-list-container .post-list-item {
  margin-left: 0;
  margin-bottom: 10px;
  float: left;
}
.post-list-item.prv .post-image {
  width: 40%;
  float: left;
  min-height: 150px;
}
.post-list-item.prv .post-info-wraper {
  float: left;
  width: 60%;
  min-height: 150px;
  padding-left: 10px;
}
.post-list-item.prv .post-item-wraper {
  border-bottom: 0;
}
.post-list-item .post-info-wraper {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.footer .copyright,
.footer .copyright a {
  color: #a0a9a2;
}
.footer .copyright address {
  line-height: inherit;
}
.footer .copyright {
  display: flex;
  padding: 21px 15px 25px;
  width: auto;
  margin: 0 auto;
}
.footer .content-block-footer .right-footer-link li:hover a {
  color: white;
}
.footer-contact li:hover a {
  color: #3f9dd3;
}
.footer .copyright a:hover {
  color: #0c8bd3;
}
.block-ft.footer-payment {
  margin-top: 20px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  background-color: #f4faff;
  border: 1px solid #3f9dd3;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .home-category-sld .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 35% !important;
  }
}
@media screen and (max-width: 992px) {
  .page-footer {
    background: #1b1b1b;
  }
}
@media screen and (max-width: 989px) {
  .static-top-home .banner-no-padding {
    min-height: 80px;
  }
  .owl-carousel .banner-item .content_slider {
    top: 15% !important;
  }
}
@media (max-width: 767px) {
  .banner-under-content img {
    width: 100%;
  }
  .post-list-wrapper.blog-widget-recent ul > li .post-description {
    display: block;
  }
}
@media (max-width: 760px) {
  .searchbox-header:hover .search-wrapper .nested {
    background: #ededed;
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .footer .copyright {
    flex-direction: column;
  }
}
.devices > tbody > tr > td {
  padding: 0;
}
.mobilehide {
  float: left;
}
.webforms select {
  width: 100% !important;
  border-radius: 3px !important;
  min-height: 35px;
}
.webforms input {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.imgborder {
  padding: 4px;
  border: 1px solid #ddd;
}
.page-wrapper .panel-title {
  font-size: 13px;
  font-weight: bold;
  color: #555;
}
.page-wrapper .panel-title a:link,
.panel-title a:visited,
.panel-title a:active,
.panel-title a:hover {
  color: #555;
  text-decoration: none !important;
}
.graynotice {
  background: #f2f2f2;
  border: dashed 1px #bfbfbf;
  padding: 25px;
  border-radius: 8px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.bluenotice {
  background: #e9f7ff;
  border: dashed 1px #bfbfbf;
  padding: 25px;
  border-radius: 8px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.tab-content {
  padding: 25px;
  background-color: #fafafa;
}
.nav-tabs a:link {
  background-color: #fafafa;
  text-decoration: none;
  color: #444;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3f9dd3;
  border: 1px solid #3f9dd3;
}
.graybox {
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 20px;
  padding-right: 14px;
  min-height: 109px;
  width: 31%;
  float: left;
}
.page {
  line-height: 22px;
}
.ch2border {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
}
.ch1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 5px;
}
.ch2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.ch3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 5px;
}
.ch4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 5px;
}
.page-wrapper .page a:link,
.page-wrapper .page a:visited,
.page-wrapper .page a:active {
  color: #253849;
  text-decoration: underline;
}
.mainbanner {
  padding: 4px;
  border: 1px solid #ddd;
  max-width: 100%;
  height: auto;
}
.mainbannertext {
  position: absolute;
  top: 20px;
  left: 30px;
  padding: 20px;
}
.mainbannertext h1 {
  font-family: 'Roboto Condensed', sans-serif;
  width: 250px;
  font-size: 23px;
  color: #253849;
  line-height: 30px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 30px;
}
.mainbannertext span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  padding-top: 12px;
  border-top: 10px solid #253849;
  font-size: 15px;
  color: #253849;
}
.mainbannernew {
  width: 880px;
  height: 260px;
  position: relative;
  top: 0px;
  left: 0px;
  max-width: 100%;
  height: auto;
}
.mainbannernew img {
  border: 1px solid #ddd;
  max-width: 100%;
  height: auto;
  padding: 4px;
}
.socialmediagivewayblurb-td {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 45%;
}
.socialmediagivewayblurb-td1 {
  padding-left: 15px;
  padding-top: 7px;
  float: left;
}
.socialmediagivewayblurb-td2 {
  padding-left: 10px;
  border-left: 1px solid #d4e5ec;
  float: left;
}
.blog-page.blog-page-list .toolbar {
  background-color: transparent;
}
table td {
  vertical-align: middle;
}
div#block-account-title:before {
  display: none;
}
#account-dashboard-button i {
  font-size: 30px;
  float: left;
  color: #253849;
  width: 70px;
  text-align: center;
  border-right: 1px solid #d9dbdc;
}
.socialmediagivewayblurb {
  background-color: #f0f5f7;
  border: 1px solid #8ebccf;
  color: #39599f;
  width: 100%;
  height: auto;
  display: block;
  padding: 15px;
}
.block-title:before {
  bottom: 0 !important;
  background-color: #3f9dd3 !important;
}
.block-title,
.page-title h1 {
  background-image: none;
}
.button,
.promotional-popup .btn-newsletter {
  font-family: 'Roboto', sans-serif;
  height: 42px;
  min-width: 110px;
  background-color: #243849;
  color: #ddd;
  border-radius: 3px;
  padding: 0 13px;
  line-height: 38px;
  font-size: 133.33%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.base-product-2 .block-title,
.clients-say .block-title {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.button:hover,
.promotional-popup:hover .btn-newsletter:hover {
  background-color: #3f9dd3;
  color: #fff;
}
td.left-press {
  width: 40%;
  height: auto;
}
td.right-press {
  width: 60%;
  height: auto;
}
.facebooksidebarbox,
.twittersidebarbox,
.linkedinsidebarbox {
  background-repeat: no-repeat;
  width: 33%;
  height: 83px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-bottom: 4px;
  cursor: pointer;
}
.facebooksidebarbox {
  background-color: #46639f;
}
.twittersidebarbox {
  background-color: #29a6f3;
  width: 30%;
  margin-left: 2%;
  margin-right: 2%;
}
.linkedinsidebarbox {
  background-color: #0d82ba;
}
.facebooksidebarbox:hover {
  background-color: #637cae;
}
.twittersidebarbox:hover {
  background-color: #60bdf6;
}
.linkedinsidebarbox:hover {
  background-color: #4ca2cc;
}
.socialsidebarboxtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 72px;
  text-align: center;
  line-height: 17px;
}
.socialsidebarboxtext .count {
  font-size: 18px;
}
.input-text {
  width: 100% !important;
}
.close {
  font-size: 30px !important;
}
.slidetwoside {
  border-right: 1px solid #e8eaec;
  width: 306px;
  float: left;
  padding-right: 45px;
  box-sizing: border-box;
}
.slidetwoform {
  float: left;
  padding-left: 45px;
  box-sizing: border-box;
  width: 852px;
}
.hidenewk12 {
  display: none;
}
.cms-education-policies-k-12-administrators .modal-content img {
  float: left;
  padding: 10px 0 10px 0;
}
#slidetwo {
  display: none;
}
.showslidetwo {
  display: block !important;
}
.shownewk12 {
  display: block;
}
.sidebarquickhelp {
  background-color: #f5f5f5;
  border-radius: 7px;
  padding: 30px;
}
.slidetwoside strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 21px;
  display: block;
  padding-bottom: 15px;
}
.slidetwosidebutton {
  margin-top: 10px;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
}
.smallmessage {
  background-image: url(/media/wysiwyg/img-pages/k12-image38.jpg);
  background-repeat: no-repeat;
  padding-left: 35px;
}
.smallphone {
  background-image: url(/media/wysiwyg/img-pages/k12-image39.jpg);
  background-repeat: no-repeat;
  padding-left: 35px;
}
.cms-page-view select {
  height: auto;
}
@media (max-width: 512px) {
  .form-list .field {
    width: 100% !important;
  }
  .list-select {
    padding: 0px;
    font-size: 11px;
    letter-spacing: -0.03em;
  }
}
.newk12 {
  margin: 0px auto;
  width: 1190px;
  font-family: 'Open Sans', sans-serif;
  color: #384c63;
  font-size: 14px;
  line-height: 24px;
}
.newk12 .topactionbtn {
  font-family: 'Open Sans', sans-serif;
  color: #384c63;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.buttons-set button {
  color: white;
}
.k12box-text strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: Arial;
}
.maingirl {
  float: left;
  width: 565px;
}
.mainintro {
  padding: 48px;
  padding-top: 40px;
  box-sizing: border-box;
  border-left: 19px solid white;
  background-color: #f5f5f5;
  float: left;
  width: 606px;
}
.mainintro img {
  float: left;
}
#popbtn:hover {
  cursor: pointer;
}
#popbtn .newk12 h1,
.newk12 h2 {
  font-family: 'Open Sans', sans-serif !important;
  margin: 0px;
  padding: 0px;
  background-image: none !important;
  color: #384c63 !important;
}
.newk12 h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}
.newk12 h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
}
#topactionbtn {
  margin-top: 10px;
  background-image: url(/media/wysiwyg/img-pages/k12-image3.jpg);
  background-size: 100% 100%;
  background-color: #fec832;
  border: 2px solid #ffdb79;
  width: 412px;
  height: 108px;
  color: #415261;
  font-size: 20px;
  line-height: 22px;
  outline: none;
}
#topactionbtn:hover,
#finalbtnbtn:hover,
#topactionbtn:focus,
#finalbtnbtn:focus,
#topactionbtn:active,
#finalbtnbtn:active {
  background-position: 0px 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(/media/wysiwyg/img-pages/k12-image3-hover.jpg);
}
.devicesone,
.devicestwo,
.devicesthree {
  float: left;
  font-size: 18px;
  line-height: 22px;
  width: 470px;
}
.devicestwo,
.devicesthree {
  width: 400px;
}
.devicesthree {
  width: 310px;
}
.devicesone img,
.devicestwo img,
.devicesthree img {
  float: left;
  margin-right: 20px;
}
.devicesone b,
.devicestwo b,
.devicesthree b {
  font-size: 20px;
  display: block;
  margin-top: 23px;
}
.policyh {
  background-color: #f5f5f5;
  padding: 26px;
  padding-bottom: 10px;
  padding-top: 33px;
  float: left;
  width: 19.9%;
  margin-bottom: 1px;
  margin-right: 1px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  height: 220px;
}
.policyh img {
  display: block;
  margin-bottom: 10px;
}
.policyh b {
  font-size: 17px;
  font-weight: 800;
  display: block;
}
.policyh small {
  font-size: 13px;
  display: block;
  margin-top: -3px;
}
.whitebtm {
  padding: 30px;
  float: left;
  margin-top: 1px;
  margin-right: 1px;
  width: 49.8%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  font-size: 18px;
  font-weight: 400;
}
.whitebtmsubone {
  width: 40%;
  float: left;
  font-weight: 800;
  line-height: 22px;
}
.whitebtmsubtwo {
  width: 60%;
  float: left;
  font-size: 16px;
  line-height: 22px;
}
#popbtn {
  background-color: #41546a;
  background-repeat: no-repeat;
  background-image: none !important;
  border: 0px;
  border-radius: 5px;
  width: 237px;
  float: left;
  height: 83px;
  color: #fff;
  font-size: 17px;
  margin-right: 2px;
  padding: 0px;
  outline: none;
}
#popbtntext {
  color: #fff;
  font-size: 17px;
  padding-left: 32px;
  padding-bottom: 2px;
}
#popbtn td {
  vertical-align: middle;
  padding: 0 20px;
}
.finalbtn {
  text-align: center;
  background-image: url(/media/wysiwyg/img-pages/k12-image23.jpg);
  background-repeat: repeat-x;
  background-position: center;
}
#finalbtnbtn {
  background-image: url(/media/wysiwyg/img-pages/k12-image3.jpg);
  background-color: #fec832;
  background-size: 100% 100%;
  border: 0px;
  width: 100%;
  max-width: 770px;
  color: #415261;
  font-size: 16px;
  height: 130px;
  border-radius: 4px;
  outline: none;
  white-space: normal;
}
#finalbtnbtn b {
  display: block;
  font-size: 27px;
  margin-bottom: 7px;
}
.finalhelp {
  background-color: #f5f5f5;
  padding-left: 66px;
  padding-right: 66px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.finalhelp b {
  font-size: 18px;
  display: block;
}
.finalhelp button {
  width: 260px;
  float: left;
}
.callus,
.contactus {
  background-image: url(/media/wysiwyg/img-pages/k12-image26.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: transparent;
  text-align: left;
  font-weight: 400;
  font-size: 20px !important;
  border: 0px;
  letter-spacing: -0.02em;
  height: 40px;
  padding-left: 50px;
}
.contactus {
  background-image: url('/media/wysiwyg/img-pages/k12-image25.jpg');
  padding-left: 60px;
}
.creditsroll {
  text-align: center;
}
.modal-body p {
  margin: 0px !important;
}
.modal {
  background-color: rgba(48, 62, 82, 0.8);
  z-index: 9999999999;
}
.modal-content {
  border-radius: 0px !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  font-family: 'Open Sans', sans-serif;
  color: #384c63;
  font-size: 14px;
  line-height: 24px;
  padding: 40px;
  padding-top: 25px;
  z-index: 900;
}
.modal-content h3 {
  font-family: 'Open Sans', sans-serif !important;
  margin: 0px;
  padding: 0px;
  background-image: none !important;
  color: #384c63 !important;
}
.finalhelptext {
  float: left;
  width: 538px;
}
.comparetable {
  font-size: 14px;
}
.comparetable td {
  padding: 7px;
}
.center {
  text-align: center;
}
.comparetable tr:nth-child(even) {
  background-color: #f6f6f6;
}
.wag {
  background-color: #354855;
  color: #fff;
}
.modal {
  z-index: 9999999;
}
.form-list .field {
  width: 48% !important;
  margin-right: 2% !important;
}
.input-text {
  width: 100% !important;
}
.close {
  font-size: 30px !important;
}
.slidetwoside {
  border-right: 1px solid #e8eaec;
  width: 306px;
  float: left;
  padding-right: 45px;
  box-sizing: border-box;
}
.slidetwoform {
  float: left;
  padding-left: 45px;
  box-sizing: border-box;
  width: 852px;
}
.hidenewk12 {
  display: none;
}
#slidetwo {
  display: none;
}
.showslidetwo {
  display: block !important;
}
.shownewk12 {
  display: block;
}
.sidebarquickhelp {
  background-color: #f5f5f5;
  border-radius: 7px;
  padding: 30px;
}
.slidetwoside strong {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 21px;
  display: block;
  padding-bottom: 15px;
}
.slidetwosidebutton {
  margin-top: 10px;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
}
.smallmessage {
  background-image: url(/media/wysiwyg/img-pages/k12-image38.jpg);
  background-repeat: no-repeat;
  padding-left: 35px;
}
.smallphone {
  background-image: url(/media/wysiwyg/img-pages/k12-image39.jpg);
  background-repeat: no-repeat;
  padding-left: 35px;
}
@media (max-width: 512px) {
  .form-list .field {
    width: 100% !important;
  }
  .list-select {
    padding: 0px;
    font-size: 11px;
    letter-spacing: -0.03em;
  }
}
.newk12 {
  margin: 0px auto;
  width: 1190px;
  font-family: 'Open Sans', sans-serif;
  color: #384c63;
  font-size: 14px;
  line-height: 24px;
}
.newk12 button {
  font-family: 'Open Sans', sans-serif;
  color: #384c63;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.buttons-set button {
  color: white;
}
.newk12 button:hover {
  cursor: pointer;
}
.newk12 button:hover {
  background: none;
  border: 0;
}
.maingirl {
  float: left;
  width: 565px;
}
.mainintro {
  padding: 48px;
  padding-top: 40px;
  box-sizing: border-box;
  background-repeat: repeat-x;
  border-left: 19px solid white;
  float: left;
  width: 606px;
}
.mainintro table td {
  vertical-align: middle;
}
.newk12 h1,
.newk12 h2 {
  font-family: 'Open Sans', sans-serif !important;
  margin: 0px;
  padding: 0px;
  background-image: none !important;
  color: #384c63 !important;
}
.newk12 h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}
.newk12 h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
}
.topactionbtn {
  margin-top: 10px;
  background-size: 100% 100%;
  background: linear-gradient(0deg, #ffdc78 40%, #fdbb2d 85%);
  border: 2px solid #ffdb79;
  width: 412px;
  height: 108px;
  color: #415261;
  font-size: 20px;
  line-height: 22px;
  outline: none;
}
.topactionbtn:hover,
.finalbtnbtn:hover,
.topactionbtn:focus,
.finalbtnbtn:focus,
.topactionbtn:active,
#finalbtnbtn:active {
  background-position: 0px 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.bigtextbtn {
  display: block;
  font-weight: 800;
  font-size: 29px;
  margin-bottom: 8px;
}
.devicesone,
.devicestwo,
.devicesthree {
  float: left;
  font-size: 18px;
  line-height: 22px;
  width: 470px;
}
.devicestwo,
.devicesthree {
  width: 400px;
}
.devicesthree {
  width: 310px;
}
.devicesone img,
.devicestwo img,
.devicesthree img {
  float: left;
  margin-right: 20px;
}
.devicesone b,
.devicestwo b,
.devicesthree b {
  font-size: 20px;
  display: block;
  margin-top: 23px;
}
.policyh {
  background-color: #f5f5f5;
  padding: 26px;
  padding-bottom: 10px;
  padding-top: 33px;
  float: left;
  width: 19.9%;
  margin-bottom: 1px;
  margin-right: 1px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  height: 220px;
}
.policyh img {
  display: block;
  margin-bottom: 10px;
}
.policyh b {
  font-size: 17px;
  font-weight: 800;
  display: block;
}
.policyh small {
  font-size: 13px;
  display: block;
  margin-top: -3px;
}
.whitebtm {
  padding: 30px;
  float: left;
  margin-top: 1px;
  margin-right: 1px;
  width: 49.8%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  font-size: 18px;
  font-weight: 400;
}
.whitebtmsubone {
  width: 40%;
  float: left;
  font-weight: 800;
  line-height: 22px;
}
.whitebtmsubtwo {
  width: 60%;
  float: left;
  font-size: 16px;
  line-height: 22px;
}
#popbtn {
  background-color: #41546a;
  background-repeat: no-repeat;
  background-image: none !important;
  border: 0px;
  border-radius: 5px;
  width: 237px;
  float: left;
  height: 83px;
  color: #fff;
  font-size: 17px;
  margin-right: 2px;
  padding: 0px;
  outline: none;
}
#popbtntext {
  color: #fff;
  font-size: 17px;
  padding-bottom: 2px;
}
#popbtn img {
  margin-right: 20px;
}
.bigtextbtn {
  display: block;
  font-weight: 800;
  font-size: 29px;
  margin-bottom: 8px;
}
.pdfbookletdownloadlist button {
  background-image: url(/media/wysiwyg/Policy-Booklets/pdficon.png) !important;
}
.pdfbookletdownloadlist button:hover {
  color: #3f9dd3 !important;
  position: relative;
  left: -5px;
}
.center {
  text-align: center;
}
.comparetable tr:nth-child(even) {
  background-color: #f6f6f6;
}
.wag {
  background-color: #354855;
  color: #fff;
}
.modal {
  z-index: 9999999;
}
@media (max-width: 1200px) {
  .yt_wrapper,
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
  .modal-content,
  .modal-dialog,
  .modal-body {
    height: inherit;
  }
  .modal {
    min-height: 100%;
  }
  .newk12 {
    width: 100%;
    margin: 0px auto;
  }
  .maingirl {
    float: none;
    width: 100%;
    background-image: url(/media/wysiwyg/img-pages/k12-image1bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    text-align: center;
  }
  .maingirl img {
    width: 100% !important;
    max-width: 600px;
  }
  .mainintro {
    background-image: none;
    width: 100%;
    float: none;
    background-color: #f5f5f5;
    border: 0px;
  }
  .devicesone,
  .devicestwo,
  .devicesthree {
    margin-top: 40px;
    margin-bottom: 10px;
    width: 33%;
    display: table;
    text-align: center;
  }
  .devicesone img,
  .devicestwo img,
  .devicesthree img {
    float: none;
  }
  .policyh {
    width: 24.8%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .policyh img {
    display: inline-block;
  }
  .mobilehide {
    display: none;
    width: 0px;
    height: 0px;
  }
  .finalhelp {
    text-align: center;
  }
  .finalhelptext {
    float: none;
    margin: 0px auto;
    text-align: left;
    max-width: 440px;
    width: 100%;
  }
  .finalhelp button {
    margin-top: 23px;
    margin-left: 5px;
    float: none;
  }
  #popbtn {
    width: 24%;
  }
  .slidetwoside {
    float: none;
    width: 100%;
    border: 0px;
  }
  .slidetwoform {
    float: none;
    padding-left: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  .slidetwoside #popbtn {
    float: none;
    width: 250px;
    margin-bottom: 0px !important;
    margin-top: 20px;
  }
  .sidebarquickhelp {
    display: none;
  }
}
@media (max-width: 1012px) {
  .whitebtm {
    width: 100%;
    float: none;
    display: table;
  }
  .whitebtmsubone {
    text-align: right;
    padding-right: 20px;
  }
  #popbtn img {
    margin-right: 0;
  }
  #popbtn {
    width: 48.8%;
    margin-bottom: 2px;
  }
}
@media (max-width: 992px) {
  .sidebar.sidebar-main {
    display: none;
  }
}
@media (max-width: 860px) {
  .policyh {
    width: 32.8%;
  }
  .chartimg {
    width: 40px;
    height: auto;
  }
  .waglogo {
    width: 38px;
    height: auto;
    padding: 4px !important;
  }
  .comparetable td {
    padding: 1px;
    line-height: 14px;
    font-size: 9px;
  }
}
@media (max-width: 640px) {
  .policyh {
    width: 32.8%;
  }
  .finalhelp {
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  #finalbtnbtn {
    height: auto;
    padding: 25px;
    padding-top: 30px;
  }
  .policyh {
    width: 100%;
    padding-top: 10px;
    height: auto !important;
  }
  .policyh img {
    width: 70px;
  }
  #popbtn {
    width: 100%;
  }
  .finalhelptext img {
    display: none;
  }
  #topactionbtn {
    width: 100%;
    white-space: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    box-sizing: content-box;
  }
  .finalhelptext {
    padding-top: 10px;
    text-align: center;
  }
  .devicesone,
  .devicestwo,
  .devicesthree {
    width: 100%;
  }
  .mainintro {
    padding: 20px;
  }
  .modal-content {
    padding: 20px;
  }
  .waglogo {
    width: 28px;
    height: auto;
    padding: 4px !important;
  }
  .comparetable td {
    padding: 1px;
    line-height: 11px;
    font-size: 7px;
  }
}
@media (max-width: 658px) {
  .creditsroll img {
    margin-bottom: 10px;
  }
  .whitebtmsubone {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .whitebtmsubone br {
    display: none;
  }
  .whitebtmsubtwo {
    width: 100%;
  }
}
@media (max-width: 707px) {
  .devicesone img,
  .devicestwo img,
  .devicesthree img {
    margin-right: 2px;
  }
}
.post-list-wrapper.blog-widget-recent .title {
  display: none;
}
.post-list-wrapper.blog-widget-recent ul > li {
  width: 100% !important;
  padding: 0;
  border: 0;
}
.post-list-wrapper.blog-widget-recent ul > li .post-description {
  font-size: 12px;
  line-height: 18px;
}
.post-list-wrapper.blog-widget-recent ul > li .post-description .post-text-hld {
  min-height: auto;
  font-family: Arial;
}
.post-list-wrapper.blog-widget-recent ul > li .post-header .post-title a {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #666;
}
.post-list-wrapper.blog-widget-recent ul > li .post-read-more {
  display: none;
}
.post-list-wrapper.blog-widget-recent ul > li .post-header .post-info {
  font-family: Arial;
  padding-bottom: 0;
}
.post-list-wrapper.blog-widget-recent ul > li .post-header .post-title {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.post-list-wrapper.blog-widget-recent ul > li .post-text-hld img {
  display: none;
}
.post-list-wrapper.blog-widget-recent ul > li .post-info .label,
.post-list-wrapper.blog-widget-recent ul > li .post-info span {
  color: #909090;
  font-size: 11px;
}
.post-list-wrapper.blog-widget-recent ul > li hr {
  margin: 10px 0 0 0;
  border: 0;
}
.post-list-wrapper.blog-widget-recent ul > li .post-content {
  line-height: 18px;
}
.post-list-wrapper.blog-widget-recent ul > li:first-child .post-content .post-description .post-ftimg-hld {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.post-list-wrapper.blog-widget-recent ul > li:first-child .post-description .post-text-hld {
  width: 50%;
  float: left;
}
.post-list-wrapper.blog-widget-recent ul > li:first-child .post-header {
  position: initial;
}
.post-list-wrapper.blog-widget-recent ul > li:first-child .post-header .post-title {
  padding: 0;
}
.blog-index-index .post-description img {
  display: none;
}
.blog-page-list button.action.primary:hover {
  color: white;
}
.blog-page-list .post-list-wrapper ol > li {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.blog-page-list .post-read-more a.action.primary {
  padding: 10px;
}
.blog-page-list .post-read-more a.action.primary:hover {
  color: white;
  padding: 10px;
}
.blog-page-list .post-list .post-header .post-title a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.blog-page-list .post-list .post-header .post-title {
  padding: 0;
  line-height: 1;
}
.blog-page-list .post-info .label,
.blog-page-list .post-info span {
  color: #909090;
}
.blog-page-list hr {
  border: 0;
  width: 40%;
}
@media (max-width: 767px) {
  .blog-index-index .post-list .post-description {
    display: block;
  }
}
@media (max-width: 707px) {
  .devicesone img,
  .devicestwo img,
  .devicesthree img {
    margin-right: 2px;
  }
}
.portal .logo-header a img {
  width: 294px;
}
.portal .message.info.empty {
  display: none;
}
.portal .account-link .fa-angle-down {
  font-weight: lighter;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px !important;
}
.portal .minicart-wrapper .showcart::before {
  background: url('/static/frontend/Sm/lovefashion/en_US//images/cart-icon.png') right top no-repeat scroll rgba(0, 0, 0, 0) !important;
  height: 25px !important;
  line-height: 1;
  display: inline-block !important;
  vertical-align: middle;
}
.portal .header-top .toplinks-header .links-account > li > a {
  padding: 0;
  background: rgba(0, 0, 0, 0) url('/static/frontend/Sm/lovefashion/en_US//images/dropdown-cus-lang.png') no-repeat scroll right 8px;
  padding-right: 18px !important;
}
.portal .minicart-content .minicart-wrapper .action.showcart .counter.qty {
  vertical-align: middle;
  display: inline-block !important;
  height: auto;
  text-align: center;
  min-width: auto !important;
  padding: 0 !important;
}
.portal .header-top .row {
  padding: 7px 0;
}
.portal .minicart-wrapper {
  padding-left: 60px !important;
  margin-left: 0 !important;
}
.portal .mini-cart {
  height: 20px;
  display: flex;
}
.portal .mini-cart .toplinks-header,
.portal .mini-cart .minicart-header {
  flex: 1;
}
.portal .minicart-wrapper .text {
  color: #666;
  line-height: 2;
  display: inline-block !important;
  font-size: 12px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: initial !important;
}
.portal .middle-right-content {
  text-align: right;
}
.portal .header-middle .header-middle-right,
.portal .header-middle .logo-header {
  padding: 20px 0;
}
.portal .header-middle {
  display: block;
  background: url('/static/frontend/Sm/lovefashion/en_US//images/progressivebg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-top: 2px solid #243849;
  border-bottom: 2px solid #243849;
  margin: 0;
}
.portal .message.info {
  display: none;
}
.portal .footer-wrapper {
  background: #243849;
  padding-top: 50px;
}
.portal .content-block-footer.description {
  float: left;
  width: 50%;
  padding: 0;
  padding-right: 0 !important;
}
.portal .block-ft.footer-payment {
  float: left;
  width: 50%;
  padding: 15px;
}
.portal .block-ft.footer-payment .payment {
  padding: 0;
}
.portal .block-ft.footer-contact ul li,
.portal .block-ft.footer-contact ul li a,
.portal .footer-title {
  color: #a9a9a9;
}
.portal .lossestitle {
  margin: 0 40px;
}
@media (max-width: 767px) {
  .portal .mini-cart {
    margin: 10px 0;
  }
}
@media (max-width: 1200px) {
  .portal .header-middle {
    background: none;
  }
  .portal .header-middle-right {
    display: none;
  }
  .portal .logo-header {
    text-align: center;
  }
}
@media (max-width: 759px) {
  .portal .minicart-header {
    width: auto;
    position: relative;
    right: unset !important;
  }
  .portal .minicart-header .showcart:before {
    left: -52px !important;
  }
  .portal .minicart-header .showcart.portal {
    background: none !important;
    height: auto;
    width: auto;
  }
  .portal .minicart-header .showcart.portal .text {
    display: inline-block !important;
  }
  .portal .minicart-content,
  .portal .minicart-wrapper {
    float: none;
    text-align: center;
  }
}
#policyDetailsModal .modal-content {
  font-family: 'Open Sans', sans-serif;
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e9e9e9;
}
/* Start Educators plus */
.catalog-category-view .damage {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  min-width: 320px;
  line-height: 1em;
  margin: 0 auto;
}
.catalog-category-view .damage.a,
.catalog-category-view .damage.b,
.catalog-category-view .damage.c,
.catalog-category-view .damage.d,
.catalog-category-view .damage.e,
.catalog-category-view .damage.f {
  background-image: url(/media/wysiwyg/img-pages/damageiphone1.jpg);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
.catalog-category-view .damage.b {
  background-image: url(/media/wysiwyg/img-pages/damageiphone2.jpg);
}
.catalog-category-view .damage.c {
  background-image: url(/media/wysiwyg/img-pages/damageiphone3.jpg);
}
.catalog-category-view .damage.d {
  background-image: url(/media/wysiwyg/img-pages/damageiphone4.jpg);
}
.catalog-category-view .damage.e {
  background-image: url(/media/wysiwyg/img-pages/damageiphone5.jpg);
}
.catalog-category-view .damage.f {
  background-image: url(/media/wysiwyg/img-pages/damageiphone6.jpg);
}
.catalog-category-view .eduplusintro {
  margin-top: 18px;
}
.catalog-category-view .eduplusintro b {
  font-size: 21px;
}
.catalog-category-view .items div {
  width: 20%;
  float: left;
  font-size: 16px;
  line-height: 20px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 110px;
  padding-top: 13px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.catalog-category-view .items div b {
  font-size: 18px;
  display: block;
  font-weight: normal;
}
.catalog-category-view .items .one {
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product1.jpg);
}
.catalog-category-view .items .two {
  padding-left: 90px;
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product2.jpg);
}
.catalog-category-view .items .three {
  padding-left: 100px;
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product3.jpg);
}
.catalog-category-view .items .four {
  padding-top: 2px;
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product4.jpg);
}
.catalog-category-view .items .five {
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product5.jpg);
}
.catalog-category-view .items .six {
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product6.jpg);
}
.catalog-category-view .items .seven {
  padding-left: 100px;
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product7.jpg);
}
.catalog-category-view .items .eight {
  padding-left: 118px;
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product8.jpg);
}
.catalog-category-view .items .nine {
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product9.jpg);
}
.catalog-category-view .items .ten {
  padding-left: 128px;
  background-image: url(/media/wysiwyg/img-pages/newproduct-pp-product10.jpg);
}
@media (max-width: 1144px) {
  .catalog-category-view .items div {
    width: 25%;
  }
}
@media (max-width: 946px) {
  .catalog-category-view .items div {
    width: 33.3%;
  }
  .hidemobile {
    display: none;
  }
  .cplus-col-a,
  .cplus-col-b {
    width: 100% !important;
    float: none;
    display: block;
    border: 0px  !important;
    padding: 0px   !important;
  }
}
@media (max-width: 946px) and (min-width: 768px) {
  .product-left-title .product-name {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .damage {
    font-size: 16px !important;
    line-height: 1.66 !important;
  }
}
@media (max-width: 800px) {
  .catalog-category-view .items div {
    width: 50%;
  }
}
@media (max-width: 488px) {
  .catalog-category-view .items div {
    width: 100%;
    margin-left: 30px;
  }
}
@media (max-width: 400px) {
  .catalog-category-view .items div {
    margin-left: 0px;
  }
}
@media (max-width: 420px) {
  .damage.a,
  .damage.b,
  .damage.c,
  .damage.d,
  .damage.e,
  .damage.f {
    width: 100% !important;
    min-width: 0px !important;
  }
}
@media (max-width: 470px) {
  .damage {
    width: 100%;
    min-width: 0px;
  }
}
@media (max-width: 320px) {
  .portal .logo-header a img {
    width: 90%;
  }
}
/* end Educators plus */
.bg-americanexpress {
  display: inline-block;
  width: 36px;
  height: 24px;
  background: url(/media/wysiwyg/css_sprites.png) -230px -95px;
}
.bg-blue_seal_200_42_whitetxt_bbb_90018107 {
  display: inline-block;
  width: 200px;
  height: 42px;
  background: url(/media/wysiwyg/css_sprites.png) -10px -95px;
}
.bg-discover {
  display: inline-block;
  width: 36px;
  height: 24px;
  background: url(/media/wysiwyg/css_sprites.png) -135px -208px;
}
.bg-footer_since1971 {
  display: inline-block;
  width: 105px;
  height: 31px;
  background: url(/media/wysiwyg/css_sprites.png) -163px -157px;
}
.bg-footer_veri {
  display: inline-block;
  width: 105px;
  height: 31px;
  background: url(/media/wysiwyg/css_sprites.png) -10px -208px;
}
.footer-logo {
  display: inline-block;
  width: 294px;
  height: 65px;
  background: url(/media/wysiwyg/css_sprites.png) -10px -10px;
}
.bg-master_cart_icon {
  display: inline-block;
  width: 36px;
  height: 24px;
  background: url(/media/wysiwyg/css_sprites.png) -191px -208px;
}
.bg-visa_icon {
  display: inline-block;
  width: 36px;
  height: 24px;
  background: url(/media/wysiwyg/css_sprites.png) -247px -208px;
}
.bg-WAG_PCI_Badge {
  display: inline-block;
  width: 133px;
  height: 31px;
  background: url(/media/wysiwyg/css_sprites.png) -10px -157px;
}
.page-wrapper {
  display: block;
}
.cms-index-index .page-main {
  background: url("../../frontend/Sm/lovefashion/en_US/images/shadow-breacrum.png") repeat-x scroll left top;
}
.copyright {
  text-align: center;
}
.page-footer {
  background-color: #243849 !important;
  background-image: none !important;
}
.mr20 {
  margin-bottom: 20px;
}
.mr30 {
  margin-bottom: 30px;
}
.mr40 {
  margin-bottom: 40px;
}
.mr40.block-sale {
  position: relative;
  display: inline-block;
}
.mr40.block-sale .robin-sale {
  left: -6px;
  position: absolute;
  top: -5px;
}
.left-products,
.blog-categories {
  display: block;
}
/*policy*/
.static-top-home {
  margin: 20px 0 !important;
}
.static-top-home .cash-on-delivery {
  float: left;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background: url(/media/wysiwyg/top_sprite.png) -2px -5px;
}
.static-top-home .content-banner-top:hover .cash-on-delivery {
  background: url(/media/wysiwyg/top_sprite.png) -2px 50px;
}
.static-top-home .free-return {
  float: left;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background: url(/media/wysiwyg/top_sprite.png) -64px -5px;
}
.static-top-home .content-banner-top:hover .free-return {
  background: url(/media/wysiwyg/top_sprite.png) -64px 50px;
}
.static-top-home .free-call {
  float: left;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background: url(/media/wysiwyg/top_sprite.png) -121px -5px;
}
.static-top-home .content-banner-top:hover .free-call {
  background: url(/media/wysiwyg/top_sprite.png) -121px 50px;
}
.static-top-home .free-shipping {
  float: left;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background: url(/media/wysiwyg/top_sprite.png) -183px -5px;
}
.static-top-home .content-banner-top:hover .free-shipping {
  background: url(/media/wysiwyg/top_sprite.png) -183px 50px;
}
.static-top-home .banner-no-padding {
  background: url("../../frontend/Sm/lovefashion/en_US/images/border-banner-top.png") no-repeat scroll right 1px;
  padding-left: 0;
}
.static-top-home .banner-no-padding .banner-block-content .images-icon {
  float: left;
}
.static-top-home .banner-no-padding .content-banner-top h2 {
  text-transform: uppercase;
  font-size: 123%;
  font-weight: 500;
}
.static-top-home .banner-no-padding .content-banner-top > p {
  padding-left: 70px;
  padding-top: 4px;
  margin-right: 10px;
}
.static-top-home .banner-no-padding:last-child {
  background: none !important;
}
/* ******************************BLOCK *************************** */
.home-products .grid-blog {
  padding-top: 0px;
}
.home-products .grid-blog li {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 7px;
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
}
.home-products .grid-blog li:first-child,
.home-products .grid-blog li:last-child {
  border: none;
}
.home-products .item-lb-image {
  width: 170px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.home-products .item-lb-image img {
  width: 100%;
}
.home-products .w-agoday {
  color: #909090;
  font-size: 91.67%;
}
.home-products .lt-blog-info {
  text-align: left;
}
.home-products .lt-blog-info .item-lb-title a {
  font-size: 133.33%;
  letter-spacing: 0.5px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  line-height: 15px;
}
.home-products .lt-blog-info .item-lb-title a span {
  display: block;
  padding-bottom: 3px;
}
.home-products .lt-blog-info.info-first-blog {
  margin-left: 182px;
}
/*clients-say*/
.clients-say .carousel.slide {
  padding-top: 35px;
}
.clients-say .list-customer .item-cus {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.clients-say .list-customer .item-cus .cus-image-box {
  border: 5px solid #ededed;
  float: left;
  height: 100px;
  line-height: 0;
  width: 100px;
}
.clients-say .list-customer .item-cus .cus-info-box {
  margin-left: 120px;
}
.clients-say .list-customer .item-cus .cus-info-box .detail-s {
  font-style: italic;
  margin-bottom: 0px;
}
.clients-say .list-customer .item-cus .cus-info-box .name-client {
  font-size: 116.67%;
}
.clients-say .list-customer .item-cus:last-child {
  margin: 0px;
}
.clients-say .owl-dots {
  position: absolute;
  left: 0;
  top: 0;
}
.clients-say .owl-dots .owl-dot {
  border: medium none;
  background: #e2e2e2 none repeat scroll 0 0;
  height: 14px;
  width: 14px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
/*brand*/
.brand-bottom-wrapper {
  margin-bottom: 30px;
}
.brand-bottom-wrapper .block-title {
  background: url("../../frontend/Sm/lovefashion/en_US/images/bg-title-content.png") no-repeat scroll center bottom;
  padding-bottom: 33px;
}
.brand-bottom-wrapper .block-title .w-title {
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/bg-content-home.png") no-repeat scroll center bottom;
  height: 30px;
  text-align: center;
}
.brand-bottom-wrapper .block-title .w-title h2 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  font-size: 200%;
  margin-top: 14px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
}
.brand-bottom-wrapper .brand-products {
  padding: 0 30px;
}
.brand-bottom-wrapper .brand-products img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.brand-bottom-wrapper .owl-controls .owl-nav div {
  background-color: #ffffff;
  background-position: 10px 9px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 29px;
  margin-top: -14px;
  width: 29px;
  z-index: 100;
  position: absolute;
  margin: 0px;
  top: 30%;
}
.brand-bottom-wrapper .owl-controls .owl-nav div:before {
  line-height: 26px;
}
.brand-bottom-wrapper .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.brand-bottom-wrapper .owl-controls .owl-nav div.owl-next {
  right: 0;
}
/*newletter*/
.newletter-home {
  margin-bottom: 40px;
}
.newletter-home .bg-newletter {
  background: #efefef none repeat scroll 0 0;
  padding: 30px 50px 30px 44px;
}
.newletter-home .bg-newletter .new-static {
  max-width: 340px;
  text-align: center;
}
.newletter-home .bg-newletter .new-static > h2 {
  font-size: 216.67%;
  line-height: 35px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
}
.newletter-home .bg-newletter .form.subscribe {
  margin-top: 15px;
  text-align: right;
}
.newletter-home .bg-newletter .form.subscribe .input-box {
  margin-bottom: 10px;
  width: 90%;
  float: right;
}
.newletter-home .bg-newletter .form.subscribe .input-box input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 91.67%;
  border: 1px solid #d9d9d9;
  padding: 7px 10px;
}
.newletter-home .bg-newletter .form.subscribe .input-box .mage-error {
  text-align: left;
}
.newletter-home .bg-newletter .form.subscribe .actions button {
  float: right;
  margin-left: 30px;
  font-size: 133.33%;
  height: 38px;
  line-height: 38px;
  padding: 0 13px !important;
  transition: all 0.4s ease 0s;
}
.newletter-home .bg-newletter .form.subscribe .actions button > span {
  background: url("../../frontend/Sm/lovefashion/en_US/images/icon-nl-button.png") no-repeat scroll right 2px;
  padding-right: 16px;
}
.newletter-home .bg-newletter .form.subscribe .actions .new-note {
  float: right;
  line-height: 24px;
  margin-top: -3px;
  text-align: right;
}
.newletter-home .bg-newletter .form.subscribe .actions .new-note p {
  margin: 0px;
}
.newletter-home .bg-newletter .form.subscribe .actions .new-note a {
  font-weight: bold;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .static-top-home,
  .sm-imageslider.theme2 {
    display: none;
  }
  .sm-listing-extend .cslider-listing-title {
    border-bottom: 0;
    float: none;
  }
  .cms-home .sm-listing-extend .smlistingextend-heading {
    text-align: center;
  }
  .default-style .resp-tabs-list {
    flex-direction: column;
  }
}
.action-skip-wrapper {
  display: none;
}
.fotorama--fullscreen.fotorama-item {
  z-index: 999999 !important;
}
.fancybox-lock #btn-gallery {
  z-index: 500 !important;
}
.fancybox-lock .menu-ver-content {
  z-index: 9990 !important;
}
.thumb-item.lslide {
  padding-bottom: 5px;
}
.info-box-detail .swatch-opt {
  margin: 0;
}
.page-product-downloadable .product-options-wrapper,
.page-product-downloadable .product-options-bottom {
  float: none !important;
  width: 100% !important;
}
.page-product-downloadable .info-box-detail .product-options-bottom .price-box {
  display: none;
}
.fotorama__dot {
  width: 10px !important;
  height: 10px !important;
}
.page-product-downloadable .field.choice .label span {
  float: left;
}
.page-product-downloadable .field.choice .label .sample.link {
  float: right;
}
.bundle-summary {
  clear: both;
}
.page-product-bundle .fieldset-bundle-options {
  margin-bottom: 0;
}
.page-product-bundle .field.option .control .qty {
  width: 35px;
  text-align: center;
}
.page-product-bundle .block-bundle-summary .bundle-summary,
.page-product-bundle .block-bundle-summary .product-image-container,
.page-product-bundle .block-bundle-summary .title {
  display: none;
}
.page-product-bundle .product-info-main .bundle-actions,
.page-product-bundle .product-info-main .product-social-links,
.page-product-bundle .product-info-main .action.customization,
.page-product-bundle .product-info-main #customizeTitle {
  display: none;
}
.page-product-bundle .product-add-form {
  display: block !important;
}
.page-product-bundle .product-add-form .bundle-info .control.control-qty-cart {
  width: 70px !important;
  float: left !important;
  margin-top: 0px;
}
.page-product-bundle .product-details .price-box.price-configured_price {
  display: block;
}
.bundle-options-wrapper {
  clear: both;
}
.image-box-detail .product.media {
  overflow: visible;
}
.review-toolbar .limiter {
  display: none;
}
.additional-attributes {
  width: auto;
}
.additional-attributes tr th {
  padding: 8px !important;
  display: block !important;
  font-weight: bold !important;
}
.review-form .action.submit.primary {
  background-color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:hover {
  background-color: #000;
}
.review-control-vote input[type="radio"] {
  position: relative;
  display: none;
}
.fotorama__stage,
.fotorama__nav {
  overflow: visible;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  width: 27px !important;
  height: 27px !important;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ddd;
  position: absolute;
  top: 50% !important;
  margin-top: -14px;
  background-color: #fff;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:hover:before,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:hover:before {
  color: #fff;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame {
  border-color: #ddd;
}
.fotorama-item .fotorama__thumb-border {
  display: none !important;
}
.image-box-detail .fotorama__stage__shaft {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.image-box-detail .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  top: 0;
  transform: none;
  -webkit-transform: none;
}
.box-tocart.update .field.qty .control {
  width: 70px;
  margin-top: 0px;
}
.product-add-form .box-tocart {
  float: left;
}
.fieldset.review-fieldset {
  margin-bottom: 0;
}
.detail-title {
  font-size: 133.33%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #444;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}
.detail-title:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.related-wrapper,
.upsell-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
  padding: 10px 30px;
}
.related-wrapper .owl-carousel .owl-stage-outer,
.upsell-wrapper .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.related-wrapper .owl-controls .owl-nav div,
.upsell-wrapper .owl-controls .owl-nav div {
  background-color: #7a7a7a;
  cursor: pointer;
  display: inline-block;
  height: 65px;
  margin-top: -85px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transition: all 0.2s ease 0s;
  width: 30px;
  z-index: 501;
  border: 0px;
  margin-left: 0px;
}
.related-wrapper .owl-controls .owl-nav div.owl-prev,
.upsell-wrapper .owl-controls .owl-nav div.owl-prev {
  left: -30px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.related-wrapper .owl-controls .owl-nav div.owl-next,
.upsell-wrapper .owl-controls .owl-nav div.owl-next {
  right: -30px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.related-wrapper .owl-controls .owl-nav div:before,
.upsell-wrapper .owl-controls .owl-nav div:before {
  line-height: 60px !important;
  color: #fff !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  font-size: 26px;
}
.related-wrapper .products-grid .item .item-inner,
.upsell-wrapper .products-grid .item .item-inner {
  margin-bottom: 0;
}
.upsell-wrapper .category-title {
  background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/images/bg-title-content.png") no-repeat scroll center bottom;
  text-align: center;
  margin-bottom: 40px !important;
  padding-bottom: 25px;
}
.upsell-wrapper .category-title h1 {
  font-size: 200% !important;
  margin-bottom: 2px !important;
  padding: 0 !important;
  text-transform: uppercase;
}
.upsell-wrapper .category-title p {
  margin: 0px;
}
.products-sidebar.block-related .owl-stage-outer {
  padding-top: 40px;
}
.products-sidebar.block-related .owl-dots {
  position: absolute;
  left: 0;
  top: 5px;
}
.products-sidebar.block-related .owl-dots .owl-dot {
  border: medium none;
  background: #e2e2e2 none repeat scroll 0 0;
  height: 14px;
  width: 14px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
.product-options-wrapper {
  margin-bottom: 25px;
  padding-top: 10px;
}
.info-box-detail {
  position: static;
}
.info-box-detail .product.attribute.overview {
  margin-bottom: 15px;
}
.info-box-detail .page-title-wrapper.product .page-title {
  text-transform: none;
  font-size: 200%;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-bottom: 5px;
  color: #666;
}
.info-box-detail .page-title-wrapper.product .page-title:before {
  display: none;
}
.info-box-detail .product-reviews-summary {
  margin: 0px 0 10px;
}
.info-box-detail .price-box {
  margin-bottom: 10px;
  display: inline-block;
}
.info-box-detail .price-box .special-price .price {
  font-size: 200%;
}
.info-box-detail .price-box .price {
  font-size: 200%;
}
.info-box-detail .product-info-stock-sku {
  display: block;
  float: left;
  margin-bottom: 0px;
  width: 100%;
}
.info-box-detail .product-info-stock-sku .available {
  margin-bottom: 10px;
}
.info-box-detail .product-info-stock-sku .available span:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.info-box-detail .product-info-stock-sku .sku {
  display: none;
}
.info-box-detail .product-options-bottom {
  float: left;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset,
.info-box-detail .product-add-form .box-tocart .fieldset {
  display: table;
  margin-right: 1px;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty {
  float: left;
  margin: 0 !important;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .label,
.info-box-detail .product-add-form .box-tocart .fieldset .qty .label {
  line-height: 40px;
  margin: 0 8px 0 0px;
  float: left !important;
  display: inline-block;
  font-size: 133.33% !important;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty .control #qty {
  height: 38px;
  margin-right: 0;
  text-align: center;
  width: 60px;
  padding: 0 18px 0 0;
  border: 1px solid #a5a5a5;
  color: #666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions,
.info-box-detail .product-add-form .box-tocart .fieldset .actions {
  float: left;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/icon-btn-add-to-cart.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  padding-left: 35px !important;
  white-space: nowrap;
  font-size: 133.33%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 38px;
  line-height: 38px;
}
.info-box-detail .product-addto-links,
.info-box-detail .product-social-links {
  display: inline-block;
  width: auto;
}
.info-box-detail .product-addto-links .action,
.info-box-detail .product-social-links .action {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  height: 38px;
  margin-right: 3px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  vertical-align: top;
  width: 38px;
  border: 0px !important;
}
.info-box-detail .product-addto-links .action:last-child,
.info-box-detail .product-social-links .action:last-child {
  margin-right: 0;
}
.info-box-detail .product-addto-links .action span,
.info-box-detail .product-social-links .action span {
  display: none;
}
.info-box-detail .product-addto-links .action.tocompare,
.info-box-detail .product-social-links .action.tocompare {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/icon-btn-compare.png") no-repeat scroll center center;
}
.info-box-detail .product-addto-links .action.towishlist,
.info-box-detail .product-social-links .action.towishlist {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/wishlist-icon.png") no-repeat scroll center center;
}
.info-box-detail .product-addto-links .action span,
.info-box-detail .product-social-links .action span {
  display: none;
}
.info-box-detail .product-addto-links .action.mailto.friend,
.info-box-detail .product-social-links .action.mailto.friend {
  background: #868686;
  margin-left: 3px !important;
}
.info-box-detail .product-addto-links .action.mailto.friend:before,
.info-box-detail .product-social-links .action.mailto.friend:before {
  content: '\f0e0';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
#addthis_wrap {
  clear: both;
  padding-top: 15px;
}
.resp-tabs-list li a {
  color: inherit!important;
}
.detail-bottom-wrapper {
  padding-top: 40px;
  margin-bottom: 30px;
  clear: both;
}
.detail-bottom-wrapper .product.data.items > .item.title {
  margin-left: -1px !important;
  margin-right: 0 !important;
  border-top: none !important;
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:before {
  content: "(";
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:after {
  content: ")";
}
.detail-bottom-wrapper .product.data.items .data.item.content {
  border: none !important;
}
.product-image-detail .large-image {
  margin-bottom: 10px;
  position: relative;
  padding: 0px;
  text-align: center;
}
.product-image-detail .thumbs-container .thumb-slider .thumb-item .thumb-image {
  border: 1px solid transparent;
}
.product-image-detail .thumbs-container .thumb-slider .thumb-item img {
  border: 0px solid transparent;
}
.product-image-detail .thumbs-container .thumb-slider .thumb-item img:hover {
  cursor: pointer;
}
.product-image-detail {
  position: relative;
}
.thumb-vertical .thumbs-container {
  width: 90px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10002;
}
.thumb-vertical .thumbs-container .lSSlideOuter.vertical .lSAction > a {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.fancybox-lock .thumb-vertical .thumbs-container {
  z-index: 9995;
}
@media (max-width: 767px) {
  .additional-attributes tr th {
    display: none !important;
  }
  .related-wrapper .owl-controls .owl-nav div.owl-prev,
  .upsell-wrapper .owl-controls .owl-nav div.owl-prev {
    left: 0px;
  }
  .related-wrapper .owl-controls .owl-nav div.owl-next,
  .upsell-wrapper .owl-controls .owl-nav div.owl-next {
    right: 0px;
  }
}
@media (max-width: 480px) {
  .info-box-detail .product-addto-links {
    clear: both;
  }
  .sidebar-image {
    display: table;
  }
}
#left-detail .navigation-ds {
  margin-bottom: 15px;
}
#left-detail .navigation-ds .block-title {
  margin-bottom: 15px;
}
#left-detail .navigation-ds .navigation-details {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
}
#left-detail .navigation-ds .navigation-details .touch-button {
  background: #868686 url("../../frontend/Sm/lovefashion/en_US/images/toogle-item-d.png") no-repeat scroll left top;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 14px;
  width: 15px;
}
#left-detail .navigation-ds .navigation-details .touch-button.active,
#left-detail .navigation-ds .navigation-details .touch-button:hover {
  background-position: left bottom;
}
#left-detail .navigation-ds .navigation-details ul li.level0 {
  position: relative;
}
#left-detail .navigation-ds .navigation-details ul li.level0 > a {
  font-size: 133.33333%;
  padding: 8px 0;
  border-bottom: 1px dashed #c9c9c9;
  display: block;
  letter-spacing: 0.1px;
}
#left-detail .navigation-ds .navigation-details ul li.level0 ul {
  display: none;
}
#left-detail .navigation-ds .navigation-details ul li.level0 ul li {
  position: relative;
}
#left-detail .navigation-ds .navigation-details ul li.level0 ul li > a {
  font-size: 110%;
  padding: 8px 0 8px 15px;
  border-bottom: 1px dashed #c9c9c9;
  display: block;
  letter-spacing: 0.1px;
}
#left-detail .navigation-ds .navigation-details ul li.level0 ul li:last-child {
  border: 0px;
}
@media (max-width: 992px) {
  .zoomContainer {
    display: none !important;
  }
}
@media (min-width: 766px) and (max-width: 992px) {
  .info-box-detail {
    padding-left: 0px !important;
  }
  .info-box-detail .product-options-bottom .box-tocart .fieldset .actions button,
  .info-box-detail .product-add-form .box-tocart .fieldset .actions button {
    padding-left: 30px !important;
  }
}
#sm_quickview .bundle-options-container .action.back {
  display: none;
}
#sm_quickview .box-tocart .fieldset > .field:not(.choice) > .control {
  width: 70px !important;
  float: left !important;
}
.accordion-style .resp-accordion {
  display: block;
  font-size: 133.33%;
  color: #666;
  padding: 15px 20px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  background: #ededed;
  float: none!important;
  width: 100%!important;
}
.accordion-style .resp-accordion a {
  line-height: unset!important;
}
.accordion-style .resp-accordion .resp-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}
.accordion-style .resp-accordion .resp-arrow:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.accordion-style .resp-accordion.active {
  color: #fff;
}
.accordion-style .resp-accordion.active .resp-arrow:before {
  content: '\f068';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.detail-bottom-wrapper .product.data.items .resp-tab-content {
  padding: 10px 0 20px!important;
  margin: 0!important;
  border: none;
  float: none;
}
.detail-bottom-wrapper .product.data.items.accordion-style > .item.title {
  border: none!important;
  margin-bottom: 10px;
}
.detail-bottom-wrapper .product.data.items.accordion-style > .item.title a:before {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px!important;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.detail-bottom-wrapper .product.data.items.accordion-style > .item.title.active a:before {
  content: '\f068';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.default-style .resp-accordion {
  display: none;
}
.default-style .resp-tabs-list {
  background: #ededed none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.default-style .resp-tabs-list li {
  float: left;
  display: block;
  border-bottom: none;
  font-size: 133.33%;
  padding: 22px 17px !important;
  color: #666;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  border-right: 1px solid #fff;
}
.default-style .resp-tabs-container {
  clear: both;
}
.default-style .resp-tabs-container .resp-tab-content.resp-tab-content-active {
  display: block;
}
.vertical-style {
  /*-----------Vertical tabs-----------*/
}
.vertical-style .review-list .block-title strong {
  margin-top: 0px !important;
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
  margin-bottom: 1px;
}
.vertical-style .resp-tab-content {
  padding: 0 30px;
}
.vertical-style .resp-accordion {
  display: none;
}
.vertical-style .resp-tab-active {
  border-bottom: none;
}
.vertical-style .resp-content-active,
.vertical-style .resp-accordion-active {
  display: block;
}
.vertical-style .resp-tab-content {
  min-height: 268px;
}
.vertical-style h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
}
.vertical-style ul.resp-tabs-list {
  float: left;
  width: 200px;
}
.vertical-style .resp-tabs-list li {
  display: block;
  border-bottom: none;
  font-size: 133.33%;
  padding: 22px 17px !important;
  color: #666;
  cursor: pointer;
  float: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: #ededed;
}
.vertical-style .resp-tabs-list li.active,
.vertical-style .resp-tabs-list li:hover {
  color: #fff;
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  min-height: 250px;
  margin-left: 200px;
  clear: none;
}
.resp-tab-content {
  padding: 30px 0;
}
.resp-tab-content.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  .detail-bottom .product.data.items .resp-tabs-list li {
    display: block;
    float: none;
    width: 100%;
    padding: 10px 17px !important;
  }
  .resp-accordion {
    border: 1px solid #ddd;
    font-size: 133.33%;
    display: block !important;
    color: #444;
    padding: 15px 20px !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
  }
  .resp-accordion .resp-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
  }
  .resp-accordion .resp-arrow:before {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
  }
  .resp-accordion.active {
    color: #fff;
  }
  .resp-accordion.active .resp-arrow:before {
    content: '\f068';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
  }
  .vertical-style .resp-tabs-container {
    margin-left: 0;
  }
  .resp-tab-content {
    padding: 20px 0 !important;
    min-height: auto !important;
  }
  .vertical-style ul.resp-tabs-list {
    margin: 0;
    float: none;
    width: 100%;
  }
}
/* EXTENSION */
.basicproducts_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.bs-pretext {
  margin-bottom: 10px;
}
.sm-basic-products {
  margin: 0;
}
.sm-basic-products .bs-items {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-basic-products .bs-content {
  margin: 0;
  padding: 0;
}
.sm-basic-products .bs-items .bs-votes {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add form {
  margin: 0;
}
.sm-basic-products .bs-items .bs-item .bs-image {
  max-width: 100%;
}
.sm-basic-products .bs-items .bs-item .bs-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-basic-products .bs-items .bs-item .bs-detail {
  text-align: right;
}
.sm-basic-products .bs-title {
  margin-bottom: 10px;
}
.sm-basic-products .bs-prices {
  margin-bottom: 5px;
}
.sm-basic-products .bs-description {
  margin-bottom: 5px;
  line-height: 18px;
  word-wrap: break-word;
  color: #636363;
}
.sm-basic-products .bs-cat-date {
  word-wrap: break-word;
  margin-bottom: 5px;
}
.sm-basic-products .bs-category {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review .ratings {
  margin: 0;
}
.sm-basic-products .bs-review .rating-box {
  margin-right: 5px;
}
.sm-basic-products .bs-review .rating-links {
  padding-top: 1px;
}
.sm-basic-products .bs-price {
  margin-bottom: 5px;
}
.sm-basic-products .bs-btn-addtocart {
  margin-bottom: 10px;
}
.sm-basic-products .bs-btn-addtocart button {
  color: #FFF;
}
.sm-basic-products .add-to-links {
  margin: 0;
}
.sm-basic-products .add-to-links li {
  margin-bottom: 5px;
}
.sm-basic-products .bs-date {
  margin-bottom: 5px;
}
.sm-basic-products .bs-description p {
  line-height: 18px;
  word-wrap: break-word;
}
.sm-basic-products .bs-items .bs-item {
  float: left;
  overflow: hidden;
  padding: 0 15px;
}
.sm-basic-products .bs-items a {
  text-decoration: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*CSS Responsive*/
/*   --- For IE8 ---
@media all and (min-width: 768px) and (max-width: 1199px){  */
.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
  width: 16.6%;
}
.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
  width: 19.958%;
}
.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
  width: 24.995%;
}
.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
  width: 33.315%;
}
.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
  width: 49.985%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
  width: 100%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
  clear: both;
}
/*--------- Other --------------*/
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-basic-products .bs-resp04-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp04-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp04-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp04-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp04-2 .bs-item {
    width: 49.985%;
  }
  .sm-basic-products .bs-resp04-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp04-1 .clr1,
  .sm-basic-products .bs-resp04-2 .clr2,
  .sm-basic-products .bs-resp04-3 .clr3,
  .sm-basic-products .bs-resp04-4 .clr4,
  .sm-basic-products .bs-resp04-5 .clr5,
  .sm-basic-products .bs-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-basic-products .bs-resp03-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp03-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp03-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp03-3 .bs-item {
    width: 33.295%;
  }
  .sm-basic-products .bs-resp03-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp03-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp03-1 .clr1 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-2 .clr2 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-3 .clr3 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-4 .clr4 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-5 .clr5 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-basic-products .bs-resp02-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp02-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp02-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp02-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp02-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp02-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp02-1 .clr1,
  .sm-basic-products .bs-resp02-2 .clr2,
  .sm-basic-products .bs-resp02-3 .clr3,
  .sm-basic-products .bs-resp02-4 .clr4,
  .sm-basic-products .bs-resp02-5 .clr5,
  .sm-basic-products .bs-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-basic-products .bs-resp01-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp01-5 .bs-item {
    width: 19.97%;
  }
  .sm-basic-products .bs-resp01-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp01-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp01-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp01-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp01-1 .clr1,
  .sm-basic-products .bs-resp01-2 .clr2,
  .sm-basic-products .bs-resp01-3 .clr3,
  .sm-basic-products .bs-resp01-4 .clr4,
  .sm-basic-products .bs-resp01-5 .clr5,
  .sm-basic-products .bs-resp01-6 .clr6 {
    clear: both;
  }
}
.bs-item:before,
.bs-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bs-item:after {
  clear: both;
}
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/*---------------------------01 MENU BAR------------------------------*/
.sambar {
  position: relative;
}
.sambar a:focus {
  outline: none;
}
.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
  display: table;
  content: '';
  line-height: 0;
}
.sambar .sambar-inner:after {
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu {
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
  list-style: none;
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
  text-align: center;
  position: static;
  padding: 0 0px;
  border: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: transparent;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
  text-decoration: none;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  border-right: 1px solid #1d1d1d !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_head {
  border-bottom: medium none;
  color: #a8a8a8;
  display: block;
  outline: 0 none;
  padding: 14px 17px 15px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  font-size: 133.33%;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_head > .icon_items {
  position: absolute;
  right: 0;
  top: -19px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child {
  border-left: 1px solid #1d1d1d !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
  color: #fff;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a:after {
  color: #fff;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_head_item .sm_megamenu_title > .sm_megamenu_title a {
  font-size: 100%;
  padding: 3px 3px 3px 0;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_head_item .sm_megamenu_title > .sm_megamenu_title a:before {
  content: '\f22d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  padding-right: 8px;
  color: #c8c8c8;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  text-align: left;
  z-index: 99999999;
  background: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  padding: 10px;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.14463743%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 32.28927485%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 48.43391228%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 62.5785497%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 80.72318713%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
  left: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: auto;
  padding: 15px 10px;
  background: #FFFFFF;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
/*-------------------------------------- Columns Sizes ---------------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66666667%;
  padding: 0 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33333333%;
  padding: 0 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66666667%;
  padding: 0 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33333333%;
  padding: 0 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 10px 10px;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  text-align: left;
}
/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
/*-------------------------------- 2-Levels Drop Down ----------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
  display: block;
  width: 10em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
  float: left;
  width: 150px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul {
  position: absolute;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {
  top: -23px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul ul {
  left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li li:hover ul {
  left: 142px;
}
.sm_megamenu_description {
  display: block;
  padding-left: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .parent-item > a:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
  padding-left: 13px;
}
.sm_megamenu_align_right {
  text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  display: block;
}
/*css for button*/
.sambar .sambar-inner .btn-sambar {
  background: #fff;
  color: #FFFFFF;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 7px;
  display: none;
}
.sambar .sambar-inner .btn-inner {
  background: #08c;
  width: 100%;
  padding: 7px 0;
  float: left;
}
.sambar .btn-sambar .icon-bar {
  display: block;
  height: 2px;
  margin: 2px 0;
  width: 18px;
}
.sm_megamenu_wrapper_horizontal_menu .media-list {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu li.media {
  width: 100% !important;
  padding: 0 0 10px 0 !important;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
  float: left;
  padding-bottom: 15px;
  padding-left: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu i {
  padding-right: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_horizontal_menu .clear_item_megamenu {
  clear: both;
  border: 1px solid #cccccc;
}
.sm_megamenu_wrapper_horizontal_menu .element_shop_product-1,
.sm_megamenu_wrapper_horizontal_menu .element_shop_product-2 {
  padding: 15px 0 0 0;
}
.sm_megamenu_wrapper_horizontal_menu #fitvid402488 {
  width: 100%;
  display: block;
  height: 202px;
}
.sm_megamenu_wrapper_horizontal_menu iframe {
  border: none;
}
.sm_megamenu_wrapper_horizontal_menu #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
  width: 20%;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu li {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
  width: 30.06895696%;
}
.sm_megamenu_wrapper_horizontal_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
  float: left !important;
  width: 100% !important;
}
.class-5-columns-parent .sm_megamenu_col_1 {
  width: 20% !important;
}
.fix-width > .sm-megamenu-child {
  left: auto !important;
  right: 0 !important;
}
.banner-megamenu {
  padding-top: 20px;
}
.categories-group {
  border-right: 1px solid #d7d7d7;
  padding-left: 0 !important;
  width: 55% !important;
}
.slider-product-content {
  width: 45% !important;
}
.slider-product-content .slider-megamenu {
  padding-left: 15px;
}
.class-men-parent > .sm-megamenu-child {
  width: 780px !important;
}
.sm_megamenu_menu .page-content .page-list li {
  padding: 5px 0 !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    box-shadow: none;
    list-style: none outside none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
  .sambar .sambar-inner .btn-sambar {
    display: block;
    clear: both;
    margin: 7px;
  }
  .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
    display: none;
    margin-left: -30px;
    width: 92%;
    float: left;
  }
  .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
    display: block;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_fullwidth {
    height: auto;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    width: 100% !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_sites {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/css/img/drop.png") no-repeat scroll 100% 11px !important;
    /*display: flex !important;*/
    width: 100% !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_tuts {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/css/img/drop.png") no-repeat scroll 99% 9px !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_col_1 {
    left: 0 !important;
    position: relative;
    display: none;
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_sites:hover > .envato_col_1 {
    margin-top: 0;
    display: block;
    border: none;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato-sublv-3 {
    position: relative;
    left: 0;
    top: -1px;
    border: none;
    width: 100%;
    background: #ffffff;
    display: none;
  }
}
.sm_megamenu_wrapper_horizontal_menu .images-block {
  display: block;
  margin-bottom: -10px;
  margin-top: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .banner-men .sm_megamenu_head_item {
  margin: -15px;
}
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/* 01 MENU BAR */
.sambar {
  position: relative;
}
.background_moto-parent > div {
  background-image: url(../../frontend/Sm/lovefashion/en_US/images/moto_bg.png) !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
  position: relative;
}
.more-w {
  background: #272727 none repeat scroll 0 0;
  text-align: right;
}
.more-w .more-view {
  cursor: pointer;
  display: inline-block;
  padding: 10px 17px 10px 15px;
  text-transform: uppercase;
}
.more-w .more-view:before {
  content: '\f100';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
.more-w.active-i .more-view:before {
  content: '\f103';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu {
  margin: 0 0 20px;
  display: block;
  position: relative;
  z-index: 95;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  background-color: #272727;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
  background-color: #272727;
  line-height: 21px;
  padding: 0 10px 0 20px;
  text-align: left;
  border-bottom: 1px solid #383838 !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -12px;
  top: 0;
  width: 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a.sm_megamenu_head {
  padding: 9px 12px 9px 0px;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 116.7%;
  color: #a8a8a8;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived {
  background: #383838;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
  margin: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  text-align: left;
  position: relative;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 14px;
  color: #666;
  display: inline-block;
  width: 10px;
  height: 10px;
  float: right;
  position: relative;
  top: 3px;
  right: -8px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item:hover > a:before {
  color: #b9b9b9;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: #3A5163;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0px;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: top;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  color: #a8a8a8;
  position: relative;
}
/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  background: #FFFFFF;
  text-align: left;
  border: 1px solid #d9d9d9;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  padding: 25px 15px 26px;
  z-index: 99999999;
  margin-left: 10px;
}
/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 168px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 337px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 505px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 673px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 842px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 1010px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 100%;
  top: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  /*display:inline;*/
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
/* Other lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li {
  background: url("../../frontend/Sm/lovefashion/en_US/css/img/plus_dark.png") left 6px no-repeat;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 21px;
  width: 109px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li:hover {
  background: url("../../frontend/Sm/lovefashion/en_US/css/img/plus_dark.png") left 6px no-repeat;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 4px 0px;
}
/* 2-Levels Drop Down */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
  display: block;
  width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent:hover {
  background: url("../../frontend/Sm/lovefashion/en_US/css/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
  float: left;
  width: 150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul {
  /* second-level lists */
  position: absolute;
  background: #161616;
  border: 1px solid #000000;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
  top: -23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
  left: 142px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_icon {
  padding-left: 5px;
}
.sm_megamenu_description {
  font-size: 10px;
  display: block;
  padding-left: 10px;
}
.sm_megamenu_title span {
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content label {
  color: #fff;
}
.sm_megamenu_align_right {
  text-align: right;
}
/*css for button*/
@media all and (max-width: 800px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1460px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 168px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 337px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 505px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 673px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 842px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 1010px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 625px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 730px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 420px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 490px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 550px;
  }
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_col_6 .sm_megamenu_firstcolumn > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em;
}
.sm_megamenu_wrapper_vertical_menu .title-cat-st h2 > a {
  font-weight: bolder;
  font-size: 14px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
  padding: 0 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .pink img,
.sm_megamenu_wrapper_vertical_menu .orange img,
.sm_megamenu_wrapper_vertical_menu .purple img,
.sm_megamenu_wrapper_vertical_menu .red img,
.sm_megamenu_wrapper_vertical_menu .royal-blue img,
.sm_megamenu_wrapper_vertical_menu .salmon img,
.sm_megamenu_wrapper_vertical_menu .silver img,
.sm_megamenu_wrapper_vertical_menu .taupe img,
.sm_megamenu_wrapper_vertical_menu .white img,
.sm_megamenu_wrapper_vertical_menu .yellow img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
  float: left;
  padding-bottom: 15px;
  padding-left: 15px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu i {
  padding-right: 10px;
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_vertical_menu .clear_item_megamenu {
  clear: both;
  border: 1px solid #cccccc;
}
.sm_megamenu_wrapper_vertical_menu .element_shop_product-1,
.sm_megamenu_wrapper_vertical_menu .element_shop_product-2 {
  padding: 15px 0 0 0;
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_vertical_menu #fitvid402488 {
  width: 100%;
  display: block;
  height: 202px;
}
.sm_megamenu_wrapper_vertical_menu iframe {
  border: none;
}
.sm_megamenu_wrapper_vertical_menu #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.sm_megamenu_wrapper_vertical_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sm_megamenu_wrapper_vertical_menu .media-object {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
  float: left !important;
  width: 96% !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
    line-height: 15px;
  }
  .sm_megamenu_wrapper_vertical_menu {
    width: 100%;
    display: none;
    /* hidden megamenu vertical when screen less than 767px */
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sambar-inner {
    box-shadow: none;
    list-style: none outside none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
  .sambar .sambar-inner .btn-sambar {
    display: block;
    clear: both;
    margin: 7px;
  }
  .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
    display: none;
    width: 100%;
    float: left;
  }
  .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
    display: block;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    height: auto;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop {
    background: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_sites {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/css/img/drop.png") no-repeat scroll 100% 11px !important;
    width: 100% !important;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_tuts {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/lovefashion/en_US/css/img/drop.png") no-repeat scroll 99% 9px !important;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_col_1 {
    left: 0 !important;
    position: relative;
    display: none;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_sites:hover > .envato_col_1 {
    display: block;
    border: none;
  }
  .sm_megamenu_wrapper_vertical_menu .envato-sublv-3 {
    position: relative;
    left: 0;
    top: -1px;
    border: none;
    width: 100%;
    background: #ffffff;
    display: none;
  }
}
.sm-imageslider-inner {
  overflow: hidden;
}
.sm-imageslider .owl-controls .owl-nav {
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.sm-imageslider .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  opacity: 0.3;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  margin-top: -27px !important;
}
.sm-imageslider .owl-controls .owl-nav div:before {
  font-size: 20px;
  line-height: 48px;
}
.sm-imageslider .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.sm-imageslider .owl-controls .owl-nav div.owl-next {
  right: 0;
}
.sm-imageslider .owl-controls .owl-nav div:hover {
  opacity: 0.7 !important;
}
.sm-imageslider .owl-controls .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.sm-imageslider:hover .owl-controls .owl-nav {
  opacity: 1;
}
.sm-imageslider .image-pre-text {
  margin: 10px 0;
}
.sm-imageslider .image-post-text {
  margin-top: 5px;
}
.sm-imageslider .title-imageslider {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.sm-imageslider-content .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm-imageslider-content .owl-animated-in {
  z-index: 0;
}
.sm-imageslider-content .owl-animated-out {
  z-index: 1;
}
.sm-imageslider-content .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.sm-imageslider-inner .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.sm-imageslider-content {
  /*display: none;*/
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  min-height: 100px;
}
.sm-imageslider-content .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.sm-imageslider-inner.theme2 .owl-stage {
  background-color: #ddd;
  padding: 5px 0;
}
.sm-imageslider-content .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.theme1 .sm-imageslider-content .owl-stage-outer {
  overflow: hidden;
}
.sm-imageslider-content .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  /*overflow: hidden;*/
}
.sm-imageslider-content .owl-controls .owl-nav .owl-prev,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-imageslider-content .owl-dots .owl-dot {
  display: inline-block;
}
.sm-imageslider-content.owl-loaded {
  display: block;
}
.sm-imageslider-content.owl-loading {
  opacity: 0;
  display: block;
}
.sm-imageslider-content.owl-hidden {
  opacity: 0;
}
.sm-imageslider-content .owl-refresh .owl-item {
  /*display: none;*/
}
.sm-imageslider-content .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-imageslider-content .owl-item img {
  display: block;
  width: 100%;
}
.sm-imageslider-content.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: text;
  -ms-user-select: element;
  user-select: element;
}
.sm-imageslider-content.owl-rtl {
  direction: rtl;
}
.sm-imageslider-content.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .sm-imageslider-content {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.sm-imageslider-content .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div {
  width: 30px;
  height: 50px;
  margin: 0;
  background: #444444;
}
.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div:hover {
  opacity: 0.8;
}
.sm-imageslider-content .owl-controls .owl-dot,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-nav .owl-prev {
  -moz-user-select: none;
  cursor: pointer;
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot.active span,
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot:hover span {
  background: #3b3b3b;
}
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot.active span,
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #3b3b3b;
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 18px;
  margin: 0 3px;
  transition: opacity 200ms ease 0s;
  width: 18px;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  z-index: 99;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev:hover {
  background-color: #55E415;
  cursor: pointer;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next {
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next:hover {
  background-color: #55E415;
  cursor: pointer;
}
.sm-imageslider-inner .owl-item .item img {
  border: none;
}
.sm-imageslider-inner.theme1 .item {
  overflow: hidden;
}
.sm-imageslider-inner.theme2 .item {
  position: relative;
  border: none;
  overflow: hidden;
}
.sm-imageslider-inner.theme2 .item .item-info {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 10%;
  right: 5%;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc {
  padding: 10px 20px 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  margin-right: 0;
  position: relative;
  background: none;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc:after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(160deg);
  -o-transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -moz-transform: skewX(160deg);
  width: 100%;
  z-index: 1;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title {
  display: inline-block;
  margin-top: -5px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  word-wrap: break-word;
  float: right;
  margin-right: 24px;
  position: relative;
  white-space: normal;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title:after {
  background: #55E415;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  transform: skewX(160deg);
  -o-transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -moz-transform: skewX(160deg);
  width: 100%;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title .item-title-inner {
  position: relative;
  display: inline-block;
  padding: 3px 15px 10px 15px;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
  position: relative;
  z-index: 4;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a:hover {
  text-decoration: none;
  cursor: pointer;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title-inner:before {
  border-color: transparent #636363;
  border-style: solid;
  border-width: 5px 0px 0px 10px;
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 0px;
  width: 0;
  z-index: 3;
}
.sm-imageslider {
  position: relative;
  overflow: hidden;
}
.sm-imageslider-inner.theme2 {
  overflow: visible;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
  left: -115px;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next {
  right: -115px;
}
.sm-imageslider.theme2 {
  /*padding-left: 115px;
    padding-right: 115px;*/
  overflow: hidden;
}
@media all and (max-width: 479px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-imageslider-inner.theme2 .owl-nav .owl-prev {
    left: -50px;
  }
  .sm-imageslider-inner.theme2 .owl-nav .owl-next {
    right: -50px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-imageslider-inner.theme2 .owl-nav .owl-prev {
    left: -80px;
  }
  .sm-imageslider-inner.theme2 .owl-nav .owl-next {
    right: -80px;
  }
}
.sm-imageslider .item-image img {
  width: 100%;
  max-width: 100%;
}
.sm-imageslider-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../../frontend/Sm/lovefashion/en_US/images/477.gif) center center no-repeat transparent;
  min-height: 200px;
}
.imgsl-preload {
  min-height: 200px;
  overflow: hidden;
  height: 200px;
}
.sm-imageslider.theme2.boxed {
  padding: 0;
}
.sm-imageslider.theme2.boxed .owl-nav .owl-prev {
  left: 0;
}
.sm-imageslider.theme2.boxed .owl-nav .owl-next {
  right: 0;
}
.sm-deals-wrapper {
  overflow: hidden;
  margin: 0 -15px 10px;
}
.sm-deals-wrapper .products-grid.sm-deals {
  padding: 0 15px;
}
.sm-deals-wrapper .products-grid.sm-deals .owl-stage-outer {
  overflow: inherit;
}
.sm-deals-wrapper .deals_title_text {
  padding: 0 15px;
}
.sm-deals-wrapper .deals_title_text h2 {
  border-bottom: 2px solid #a8a8a8;
  padding: 0 0 3px;
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  font-size: 200%;
  margin-top: 14px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.sm-deals-wrapper .box-image .view-detail {
  background-color: #868686;
  width: 122px;
  height: 42px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  line-height: 42px;
  font-size: 133.33%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -61px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.55);
}
.sm-deals-wrapper .box-image .view-detail:hover {
  color: #fff;
}
.sm-deals-wrapper .box-image:hover .view-detail {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sm-deals-wrapper .box-image:hover .item-time {
  bottom: 0;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.sm-deals-wrapper .item-time {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  right: -10px;
}
.sm-deals-wrapper .item-time .deals-countdown {
  position: relative;
  padding: 10px 0px;
  height: 68px;
}
.sm-deals-wrapper .item-time .deals-countdown:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #ff0000;
  border-bottom: 6px solid #ff0000;
  right: 0;
  top: -12px;
}
.sm-deals-wrapper .item-time .deals-countdown:after {
  border-color: transparent #e74847 transparent transparent;
  border-style: solid;
  border-width: 34px 30px 34px 1px;
  content: "";
  height: 0;
  left: -32px;
  position: absolute;
  top: 0;
  width: 0;
}
.sm-deals-wrapper .item-time .deals-countdown .deals-time {
  text-align: center;
  float: left;
  line-height: 25px;
  padding: 0 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.sm-deals-wrapper .item-time .deals-countdown .deals-time .num-time {
  font-size: 183.33%;
  margin-bottom: 0px;
}
.sm-deals-wrapper .item-time .deals-countdown .deals-time .title-time {
  font-size: 91.67%;
}
.sm-deals-wrapper .item-time .deals-countdown .deals-time.time-secs {
  border: 0px;
}
.sm-deals-wrapper .sm_quickview_handler {
  display: none !important;
}
.sm-deals-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -65px;
}
.sm-deals-wrapper .owl-nav > div {
  cursor: pointer;
  height: 37px !important;
  overflow: hidden;
  text-indent: -9999px;
  width: 37px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dbdbdb;
}
.sm-deals-wrapper .owl-nav > div:before {
  line-height: 36px !important;
}
.sm-deals .deals-description {
  margin: 5px 0;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-deals .deals-detail {
  margin: 5px 0;
}
.sm-deals.products-grid .item .item-inner .box-image {
  margin: 0;
  overflow: inherit !important;
}
/*CSS Responsive*/
@media all and (max-width: 467px) {
  .sm-deals .deals-resp05-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp05-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp05-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp05-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp05-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp05-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp05-1 .clr1,
  .sm-deals .deals-resp05-2 .clr2,
  .sm-deals .deals-resp05-3 .clr3,
  .sm-deals .deals-resp05-4 .clr4,
  .sm-deals .deals-resp05-5 .clr5,
  .sm-deals .deals-resp05-6 .clr6 {
    clear: both;
  }
  .sm-deals .product-item-actions {
    display: block;
  }
  .sm-deals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 468px) and (max-width: 767px) {
  .sm-deals .deals-resp04-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp04-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp04-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp04-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp04-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp04-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp04-1 .clr1,
  .sm-deals .deals-resp04-2 .clr2,
  .sm-deals .deals-resp04-3 .clr3,
  .sm-deals .deals-resp04-4 .clr4,
  .sm-deals .deals-resp04-5 .clr5,
  .sm-deals .deals-resp04-6 .clr6 {
    clear: both;
  }
  .sm-deals .product-item-actions {
    display: block;
  }
  .sm-deals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-deals .deals-resp03-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp03-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp03-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp03-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp03-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp03-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp03-1 .clr1,
  .sm-deals .deals-resp03-2 .clr2,
  .sm-deals .deals-resp03-3 .clr3,
  .sm-deals .deals-resp03-4 .clr4,
  .sm-deals .deals-resp03-5 .clr5,
  .sm-deals .deals-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-deals .deals-resp02-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp02-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp02-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp02-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp02-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp02-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp02-1 .clr1,
  .sm-deals .deals-resp02-2 .clr2,
  .sm-deals .deals-resp02-3 .clr3,
  .sm-deals .deals-resp02-4 .clr4,
  .sm-deals .deals-resp02-5 .clr5,
  .sm-deals .deals-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-deals .deals-resp01-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp01-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp01-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp01-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp01-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp01-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp01-1 .clr1,
  .sm-deals .deals-resp01-2 .clr2,
  .sm-deals .deals-resp01-3 .clr3,
  .sm-deals .deals-resp01-4 .clr4,
  .sm-deals .deals-resp01-5 .clr5,
  .sm-deals .deals-resp01-6 .clr6 {
    clear: both;
  }
}
.sm-deals.boxed {
  padding: 0;
}
.sm-deals-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  min-height: 200px;
}
/* Effect Fade In */
.sm-listing-tabs .ltabs-items .fadeIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Effect Flip In Vertical */
.sm-listing-tabs .ltabs-items .flipInY .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -o-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
/* Effect Flip In Horizontal */
.sm-listing-tabs .ltabs-items .flipInX .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -o-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(85deg);
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    transform: perspective(400px) rotateX(15deg);
  }
  90% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Effect Flip */
.sm-listing-tabs .ltabs-items .flip .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    opacity: 0;
    -o-transform: perspective(500px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -o-transform: perspective(500px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* Effect Star War */
.sm-listing-tabs .ltabs-items .starwars .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
/* Effect Slide Right */
.sm-listing-tabs .ltabs-items .slideRight .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Effect Bounce In */
.sm-listing-tabs .ltabs-items .bounceIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Effect Zoom In */
.sm-listing-tabs .ltabs-items .zoomIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Effect Page Top*/
.sm-listing-tabs .ltabs-items .pageTop .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*Effect Zoom Out */
.sm-listing-tabs .ltabs-items .zoomOut .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation: zoomOut 600ms ease both;
  -moz-animation-play-state: paused;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sm-listing-tabs .ltabs-items .slideLeft .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.play .ltabs-item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.sm-listing-tabs .show-loadmore .ltabs-items .ltabs-item .item-inner {
  margin: 0 15px 30px;
}
.sm-listing-tabs .show-loadmore .ltabs-items .ltabs-items-inner {
  width: auto;
  margin: 0 -15px;
}
.sm-listing-tabs .show-loadmore .ltabs-tabs-container {
  right: 10px;
}
.sm-listing-tabs.show-slider .products-grid .item .item-inner {
  margin-bottom: 0;
}
.acd-btn-add {
  float: left;
}
.list-product-home {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  overflow: hidden;
}
.sm-listing-tabs .owl-controls .owl-nav div {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #dbdbdb;
  color: #666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 26%;
  background: #fff;
  margin: 0px;
}
.sm-listing-tabs .owl-controls .owl-nav div.owl-prev {
  left: -15px;
}
.sm-listing-tabs .owl-controls .owl-nav div:hover {
  color: #fff;
}
.sm-listing-tabs .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.sm-listing-tabs .owl-controls .owl-nav div.owl-next {
  right: -15px;
}
.sm-listing-tabs .owl-controls .owl-nav div:before {
  line-height: 38px;
}
.sm-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tabs .ltabs-wrap {
  position: relative;
}
.sm-listing-tabs .item-price {
  padding-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container {
  top: -34px;
  position: absolute;
  right: 0;
}
.sm-listing-tabs .ltabs-tabs-container ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
  margin-top: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  border-bottom: 1px solid transparent;
  float: left;
  font-size: 133.33%;
  margin-right: 35px;
  padding-bottom: 5px;
  position: relative;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:after {
  border-color: #f00 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -10px;
  content: "";
  height: 0;
  left: 35%;
  position: absolute;
  width: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:last-child {
  margin: 0px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover:after,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sm-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listing-tabs .item-prices {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  padding: 2% 0;
  width: 40%;
}
.sm-listing-tabs .other-infor {
  margin-top: 15px;
}
.sm-listing-tabs .hits {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  overflow: hidden;
  padding: 2% 0 2% 3%;
  width: 53%;
}
.sm-listing-tabs .hits-text {
  color: #0088cc;
}
.sm-listing-tabs .item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sm-listing-tabs .item-review .ratings .rating-box .rating {
  width: 100% !important;
}
.sm-listing-tabs .item-review .ratings .rating-box {
  margin-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
  cursor: pointer;
  vertical-align: middle;
}
.sm-listing-tabs .created-date {
  color: #909090;
  margin-bottom: 10px;
}
.sm-listing-tabs .item-addcart {
  margin-bottom: 5px;
}
.sm-listing-tabs .add-to-links {
  list-style: outside none none;
  margin: 0 0 5px;
}
.sm-listing-tabs .add-to-links li:first-child {
  margin-bottom: 5px;
}
.sm-listing-tabs ul.add-to-links li {
  font-style: normal;
  margin: 0;
}
.sm-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sm-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.sm-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
  display: none;
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .owl-stage-outer {
  overflow: visible;
}
.bs-description {
  margin: 10px 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  box-shadow: 0 0 0 #000;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  box-shadow: 0 0 0 #000;
  max-width: 99.90000000000001%;
  width: 99.90000000000001%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img:hover {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
  background: transparent url("../../frontend/Sm/lovefashion/en_US/images/477.gif") no-repeat scroll center center;
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-tabs .ltabs-items-container {
  padding-top: 30px;
}
.sm-listing-tabs .ltabs-items-container .ltabs-loadmore {
  clear: both;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: transparent url("../../frontend/Sm/lovefashion/en_US/images/301.gif") no-repeat scroll center center;
  display: none;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn::after {
  content: attr(data-label);
}
.sm-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  box-shadow: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
  box-sizing: border-box;
}
.sm-listing-tabs .ltabs-item {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
  margin: 0;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner .ltabs-detail {
  padding-top: 10px;
}
@media all and (max-width: 991px) {
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
    clear: both;
    color: #888;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    position: relative;
    text-align: left;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-right: none;
    overflow: hidden;
    padding: 0 20px;
    width: auto;
    font-size: 133.333%;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
    -moz-user-select: none;
    border: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
    width: 30px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    display: inline-block;
    float: left;
    height: 27px;
    line-height: 27px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 9999;
    min-width: 200px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox.active .ltabs-tabs {
    display: block;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    float: none;
    margin: 0;
    padding: 0;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 -1px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
    background: #0088cc;
    color: #f6f6f6;
  }
}
@media all and (max-width: 479px) {
  .sm-listing-tabs .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .ltabs-tabs-container .ltabs-tabs li {
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: medium none !important;
  }
  .sm-listing-tabs .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sm-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sm-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs04-1 .clr1,
  .sm-listing-tabs .ltabs04-2 .clr2,
  .sm-listing-tabs .ltabs04-3 .clr3,
  .sm-listing-tabs .ltabs04-4 .clr4,
  .sm-listing-tabs .ltabs04-5 .clr5,
  .sm-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sm-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs03-1 .clr1,
  .sm-listing-tabs .ltabs03-2 .clr2,
  .sm-listing-tabs .ltabs03-3 .clr3,
  .sm-listing-tabs .ltabs03-4 .clr4,
  .sm-listing-tabs .ltabs03-5 .clr5,
  .sm-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs02-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs02-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-1 .clr1,
  .sm-listing-tabs .ltabs02-2 .clr2,
  .sm-listing-tabs .ltabs02-3 .clr3,
  .sm-listing-tabs .ltabs02-4 .clr4,
  .sm-listing-tabs .ltabs02-5 .clr5,
  .sm-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sm-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sm-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-1 .clr1,
  .sm-listing-tabs .ltabs01-2 .clr2,
  .sm-listing-tabs .ltabs01-3 .clr3,
  .sm-listing-tabs .ltabs01-4 .clr4,
  .sm-listing-tabs .ltabs01-5 .clr5,
  .sm-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs00-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs00-5 .ltabs-item {
    width: 20%;
  }
  .sm-listing-tabs .ltabs00-4 .ltabs-item {
    width: 25%;
  }
  .sm-listing-tabs .ltabs00-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs00-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs00-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs00-1 .clr1,
  .sm-listing-tabs .ltabs00-2 .clr2,
  .sm-listing-tabs .ltabs00-3 .clr3,
  .sm-listing-tabs .ltabs00-4 .clr4,
  .sm-listing-tabs .ltabs00-5 .clr5,
  .sm-listing-tabs .ltabs00-6 .clr6 {
    clear: both;
  }
}
.sm-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
  width: 16.64%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
  width: 20%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
  width: 25%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
  width: 33.315%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
  width: 49.999%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
  width: 100%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .clr1,
.sm-listing-tabs.lt-ie9 .ltabs01-2 .clr2,
.sm-listing-tabs.lt-ie9 .ltabs01-3 .clr3,
.sm-listing-tabs.lt-ie9 .ltabs01-4 .clr4,
.sm-listing-tabs.lt-ie9 .ltabs01-5 .clr5,
.sm-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
  clear: both;
}
.sm-listing-tabs .ltabs-item .item-desc {
  overflow: hidden;
}
.sm-listing-tabs .ltabs-item .item-readmore {
  text-align: right;
}
.sm-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sm-listing-tabs .ltabs-item .item-votes {
  margin: 0 0 10px;
}
.sm-listing-tabs .ltabs-item .item-btn-add {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.sm-listing-tabs .ltabs-item .item-btn-add form {
  margin: 0;
}
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_to_cart,
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.sm-listing-tabs .pre-text,
.sm-listing-tabs .post-text {
  margin: 10px;
}
.sm-searchbox-popular {
  padding: 15px 0;
  display: table;
  width: 100%;
}
.sm-searchbox-popular .sm-searchbox-popular-title {
  float: left;
  white-space: nowrap;
  vertical-align: top;
  color: #444;
  font-size: 108.33%;
  padding-right: 5px;
}
.sm-searchbox-popular .sm-searchbox-keyword {
  float: left;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li {
  float: left;
  margin-right: 5px;
  font-size: 108.33%;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:after {
  content: ",";
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:last-child:after {
  display: none;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li a {
  color: #666;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li a:hover {
  cursor: pointer;
}
.search-autocomplete {
  z-index: 99 !important;
  margin-top: auto;
  right: 0px;
}
.sm-searchbox-advanced {
  clear: both;
}
#price-slider {
  background-color: #666;
  border-radius: 3px;
  height: 6px;
  margin: 20px 8px 0 4px;
  position: relative;
}
#price-slider .ui-slider-handle {
  border-color: #f4a137;
}
#price-slider .ui-slider-range {
  height: 100%;
  position: absolute;
}
#price-slider .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: 3px solid;
  border-radius: 50%;
  cursor: e-resize;
  display: block;
  height: 14px;
  margin-right: inherit;
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 14px;
  z-index: 15;
}
.price-slider-values {
  text-align: center;
  margin-top: 20px;
}
.price-slider-values input[type="text"] {
  border: 1px solid #d8d8d8;
  color: #211e1f;
  padding-left: 2px;
  padding-right: 2px;
  width: 50px;
  text-align: center;
}
.loading-mask-shopby {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loading-mask-shopby .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media all and (max-width: 360px) {
  .toolbar-sorter.sorter .sorter-label {
    display: none;
  }
}
.sm_quickview_handler {
  background: url("../../frontend/Sm/lovefashion/en_US/images/quick-view-icon.png") no-repeat center center #868686;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  height: 50px;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  margin: 10px 0;
  width: 50px;
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -25px;
  bottom: 50%;
  margin-bottom: -25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sm_quickview_handler:hover {
  color: #fff;
}
.smcqp-continue,
.smcqp-btn {
  background-color: #444;
}
.cartquickpro-catalog-product-options .page-wrapper {
  overflow: unset;
}
.cartquickpro-catalog-product-options .container {
  width: auto;
  max-width: none;
}
.cartquickpro-catalog-product-options .image-box-detail {
  display: none;
}
.cartquickpro-catalog-product-options .info-box-detail {
  display: inline-block;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cartquickpro-catalog-product-options .info-box-detail .product-addto-links {
  clear: none !important;
  padding: 0 !important;
}
.cartquickpro-catalog-product-options #addthis_wrap,
.cartquickpro-catalog-product-options .services-detail,
.cartquickpro-catalog-product-options .detail-bottom-wrapper {
  display: none !important;
}
.cartquickpro-catalog_product-view .services-detail,
.cartquickpro-catalog_product-view .detail-bottom-wrapper {
  display: none !important;
}
.cartquickpro-catalog_product-view .page-wrapper {
  min-height: 500px;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
  width: 200px;
  height: 100px;
  padding: 0;
}
.cartquickpro-catalog_product-view:not(.fotorama__fullscreen) {
  height: auto !important;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-header,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-content,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-footer {
  padding: 0;
  margin: 0;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask .loader > img {
  position: absolute;
}
.modal-popup .modal-inner-wrap.smcqp-loading #smcqp-container {
  min-height: 100px;
}
.modal-popup .modal-inner-wrap.smcqp-loading header,
.modal-popup .modal-inner-wrap.smcqp-loading footer {
  display: none;
}
.modal-popup.smcqp-confirm .modal-inner-wrap,
.modal-inner-wrap.report-messages,
.modal-inner-wrap.smcqp-options {
  width: 420px;
}
.modal-slide.smcqp-modal-popup .action-close {
  padding: 5px !important;
  margin: 0;
}
.modal-slide.smcqp-modal-popup .modal-header {
  border: none;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap {
  margin: 2.5rem auto;
}
.modal-slide.smcqp-modal-popup .modal-header .action-close span {
  display: none;
}
.smcqp-actions {
  border-top: 2px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  color: #fff;
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover {
  background-color: #333 !important;
}
.smcqp-actions .smcqp-continue:after {
  display: none;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  display: inline-block;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  content: " (" attr(data-count) ")";
}
.smcqp-actions .smcqp-btn {
  display: none;
}
.smcqp-actions .smcqp-btn.smcqp-open {
  display: inline-block;
}
.smcqp-actions .smcqp-btn:not(:last-child) {
  margin-left: 15px;
}
.smcqp-messages {
  margin: 0 0 10px;
  padding: 12px 20px 12px 45px;
  position: relative;
  display: block;
}
.smcqp-messages.msg-success {
  color: #006400;
  background: #e5efe5 none repeat scroll 0 0;
}
.smcqp-messages.msg-error {
  color: #e02b27;
  background: #fae5e5 none repeat scroll 0 0;
}
.smcqp-messages::before {
  display: inline-block;
  font-family: "luma-icons";
  font-size: 24px;
  font-weight: normal;
  left: 0;
  line-height: 24px;
  margin: -12px 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 45px;
}
.smcqp-messages.msg-success,
.smcqp-messages.msg-error {
  text-align: center;
  padding: 12px;
}
.smcqp-messages.msg-success:before,
.smcqp-messages.msg-error:before {
  display: none;
}
.cartquickpro-catalog_product-view .page-wrapper,
.cartquickpro-catalog_product-view .columns {
  display: block;
}
.smcqp-modal-popup .modal-inner-wrap {
  max-width: 1024px;
  background: #fff !important;
}
.cartquickpro-catalog_product-view .container {
  width: 100%;
  padding: 0;
}
.cartquickpro-catalog_product-view .container .row {
  margin: 0;
}
.cartquickpro-catalog_product-view .container .row .col-lg-9.col-md-9 {
  width: 100%;
  padding: 0;
}
.cartquickpro-catalog-product-options .page-wrapper > .page-main,
.cartquickpro-catalog_product-view .page-wrapper > .page-main {
  padding: 0;
  min-height: auto;
}
.cartquickpro-catalog_product-view .left-detail,
.cartquickpro-catalog-product-options .left-detail {
  display: none !important;
}
.cartquickpro-catalog_product-options #addthis_wrap,
.cartquickpro-catalog_product-options .services-detail,
.cartquickpro-catalog_product-options .detail-bottom-wrapper,
.cartquickpro-catalog_product-view .left-detail,
.cartquickpro-catalog_product-options .left-detail {
  display: none !important;
}
.cartquickpro-catalog-product-options .page-main,
.cartquickpro-catalog_product-options .page-main {
  padding: 0;
  min-height: unset;
}
.cartquickpro-catalog_product-view .image-box-detail,
.cartquickpro-catalog_product-view .info-box-detail {
  float: left;
  width: 50%;
}
.smcqp-modal-popup .modal-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
  -webkit-overflow-scrolling: touch;
}
.list-filter-products .quickview-handler {
  display: none !important;
}
.cartquickpro-catalog_product-view .product-info-main {
  padding-top: 0 !important;
}
.cartquickpro-catalog_product-view .breadcrumbs {
  display: none !important;
}
.cartquickpro-cart-configure .page-wrapper > .page-main {
  padding: 0 !important;
}
.cartquickpro-cart-configure .page-wrapper > .page-main .product-info-main {
  padding: 0 !important;
  width: 100% !important;
  float: none;
}
.cartquickpro-cart-configure .page-wrapper > .page-main .product-info-main .product-addto-links {
  clear: none;
  padding: 0;
}
.cartquickpro-catalog-product-options .page-wrapper > .page-main {
  padding: 0;
}
.cartquickpro-catalog-product-options .page-wrapper .product-info-main {
  padding: 0 !important;
  width: 100% !important;
  float: none;
}
.cartquickpro-catalog-product-options .page-wrapper .product-info-main .product-addto-links {
  clear: none;
  padding: 0;
}
.modal-popup .modal-footer {
  margin-top: 1px;
}
.wishlist-index-index .products-grid .product-item .quickview-handler {
  display: none !important;
}
.cartquickpro-catalog_product-view:not(.fotorama__fullscreen) .fotorama__stage__shaft {
  border: none !important;
}
.smcqp-modal-popup .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none !important;
}
.smcqp-modal-popup .modal-footer button {
  display: none;
}
.smcqp-modal-popup.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  min-height: inherit;
}
.smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
}
.smcqp-modal-popup.modal-popup.modal-slide._show .modal-inner-wrap {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
@media all and (max-width: 1280px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap {
    position: fixed;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  body._has-modal {
    overflow-y: hidden;
    overflow-x: hidden !important;
    position: fixed;
  }
}
@media all and (max-width: 800px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 80%;
  }
  .modal-popup.modal-slide.smcqp-modal-popup {
    left: 0;
  }
  .modal-slide.smcqp-modal-popup .action-close {
    margin-top: -2px;
  }
}
@media all and (max-width: 480px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 95%;
  }
  .modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-inner-wrap.report-messages,
  .modal-inner-wrap.smcqp-options {
    width: 350px;
  }
  .smcqp-actions .smcqp-btn,
  .smcqp-actions .smcqp-continue {
    padding: 10px 10px;
  }
  .smcqp-actions .smcqp-btn {
    margin-left: 5px;
  }
}
@media all and (max-width: 360px) {
  .smcqp-actions .smcqp-btn.smcqp-open,
  .smcqp-actions .smcqp-continue {
    display: block;
    margin: 0;
  }
  .smcqp-actions .smcqp-continue {
    margin-bottom: 5px;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}.terms {
  text-decoration: underline;
}
.terms:hover {
  color: #3f9dd3!important;
}
.checkout-agreements .checkout-agreement .required-entry{ 
   top: -2px;
   margin-right: 3px;
}
.checkout-agreements .checkout-agreement .required-entry:focus{ 
   box-shadow: none;
}
.checkout-agreements .checkout-agreement .label .action:hover {
   text-decoration: none;
}
.checkout-agreements .checkout-agreement .label .action {
   color: #243849;
}
.checkout-agreements .checkout-agreement .mage-error {
   font-size: 0;
}
.checkout-agreements .checkout-agreement div.mage-error::before {
   content: 'You must agree to the terms to continue';
   font-size: 1rem;
}
.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.owl-carousel .product-item-info {
	width: auto;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../frontend/Sm/lovefashion/en_US/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider.banner-type-3 {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 0px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top *//* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

.fav-color-green {color: #28a745;}
.fav-color-yellow {color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #6c757d;}
.fav-color-red {color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Sm/lovefashion/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */